Shauren
72a9a8a29c
Core: Updated allowed build to 7.3.5.26365
2018-04-06 18:03:08 +02:00
Shauren
91be2332e2
Core/Entities: Phasing rewrite
...
* Optimized phase visibility checking
* Handle all phase flags
Closes #16758
Closes #21119
2018-03-25 19:28:36 +03:00
Shauren
463b943eca
Core/Movement: Fixed transport teleports on the same map (and teleporting on transports too)
2018-03-19 00:23:57 +01:00
Jeremy
f411b7a90e
Core/Player: Implement PvP Talents ( #19962 )
...
* SPELL_AURA_119 -> SPELL_AURA_PVP_TALENTS
* Learn Honorable Medallion when pvp rules are enabled
2018-03-04 22:32:08 +01:00
Shauren
31f6ba5a92
Core: Updated allowed build to 7.3.5.26124
2018-02-28 23:18:41 +01:00
Shauren
fa4626b2bf
Warning fixes
2018-02-18 17:07:52 +01:00
Shauren
4af15915bc
Core/PacketIO: Updated opcodes and packet structures to 7.3.5
2018-02-18 16:33:49 +01:00
Shauren
c9465979c6
Core/Entities: Update updatefields to 7.3.5.25928
2018-02-18 16:33:27 +01:00
Seyden
9c857a1b91
Core/PacketIO: Fixed SMSG_SPELL_NON_MELEE_DAMAGE_LOG struct
2018-01-14 21:49:42 +01:00
Golrag
769db08a67
Core/PacketIO: Enabled SMSG_CANCEL_SCENE
2018-01-06 19:45:16 +01:00
Shauren
dfd2660a85
Core/Misc: Added compatibility layer for boost 1.66 and future std:: networking stuff
...
* Based on work done by @dimiandre in PR #21173
Closes #21171
Closes #21173
2018-01-06 01:21:59 +01:00
DoctorKraft
2ee6ce6849
Core/Packets: Implemented SMSG_GAME_OBJECT_UI_ACTION ( #20919 )
2018-01-04 01:15:33 +01:00
Shauren
50af6fd0f8
Core/PacketIO: Fixed SMSG_TRANSFER_PENDING structure
2018-01-03 23:11:51 +01:00
Mihapro
8199eef81c
Core/Misc: Added helper function Unit::SetFullPower
...
* Also renamed Unit::getPowerType and Unit::setPowerType to follow style guidelines
Ref #20981
2018-01-03 16:39:32 +01:00
Shauren
ea6de0b565
Core/BattlePets: Misc fixes
...
* Fixed caged pet item chat message
* BattlePetMgr optimizations: removed copying data all over the place
* Fixed gaining two pets when learned from item for the first time
* Fixed dismiss button
2018-01-02 14:04:09 +01:00
vincent-michael
7d00ae4045
Update copyright note for 2018
...
auto happy = new year(2018);
2018-01-01 00:40:17 +01:00
Shauren
66621a85e9
Core/Quests: Implemented player choice rewards
2017-12-31 23:22:55 +01:00
Traesh
89c91c271b
Core/Quests: Implemented player choices
...
* Implemented SPELL_EFFECT_LAUNCH_QUEST_CHOICE
* Script hook for player choices
2017-12-31 23:22:55 +01:00
Shauren
20a3c9eed2
Core/PacketIO: Update opcodes to 7.3.2
2017-12-30 00:23:43 +01:00
Shauren
b49fa9658a
Tools/Patcher: Properly sign certificate bundle
2017-12-29 12:50:12 +01:00
Shauren
61ca3d6235
Core/Crypto: Refactor RSA encryption to use openssl functions instead of doing it manually
2017-12-25 21:41:34 +01:00
Aokromes
90badf9d7e
Misc: More cleanup
2017-11-25 02:50:29 +01:00
Shauren
9ace570b92
Core/AuctionHouse: Fixed item dupe exploit
2017-11-14 19:59:58 +01:00
Shauren
b2fc329adf
Core/Items: Implemented glowing new items in inventory
2017-09-11 22:35:55 +02:00
joschiwald
26f65ec1d2
Core/Packets: Enabled CMSG_CLOSE_INTERACTION, thanks @Rochet2
...
Closes #20235
2017-09-06 18:36:29 +02:00
Shauren
fb1fdf27b9
Core/Creatures: Fixed trainers that don't use gossip but open trainer list directly from CMSG_TRAINER_LIST
2017-08-20 14:12:25 +02:00
Shauren
43d268d75c
Core/PacketIO: Renamed "movementInfo" to "Status" in movement packets in effort to preserve original naming (and to follow codestyle for naming public data members)
2017-08-16 23:22:41 +02:00
Rochet2
e5b9c207f8
Core/Creatures: Implement a general way to store selection data for gossip and fix trainer exploit ( #20085 )
...
* Implement mail check
* Implement CloseInteraction packet
2017-08-13 23:42:02 +02:00
hondacrx
10e81a9933
Core/Guild: Fixed GuildAddRank structure ( #20115 )
2017-08-06 21:25:11 +02:00
joschiwald
16f2673343
Core/Packets: Fixed possible crash in SandboxScalingData::GenerateDataForUnits
2017-08-06 18:08:07 +02:00
joschiwald
6f8b60101f
Core/Misc: Fixed armor mitigation after 5675902485
...
* Also fixes gcc build with -Werror enabled
2017-07-30 13:11:43 +02:00
Seyden
5675902485
Core/Creatures: Implemented Basic Creature Scaling ( #20026 )
2017-07-29 21:40:28 +02:00
joschiwald
be144b2fd8
Core/Battleground: Small BattlegroundScore refactoring
2017-07-27 01:19:12 +02:00
Shauren
0cd5179726
Core/Creatures: Rewrite trainer handling to properly support multiple trainers on the same creature
...
* Trainers are now defined as templates (sniffable), assigned by gossip options
2017-07-26 00:53:51 +02:00
Shauren
120d2ebe4f
Core/PacketIO: Initialize arrays of primitive types
2017-07-20 21:54:36 +02:00
Shauren
ca9b0b029f
Core/Misc: Fixed uninitialized values
...
CID 1254611 1377296 1377728 1377727
2017-07-17 19:10:32 +02:00
Gacko
5f514be398
Fix non-PCH build.
2017-07-13 19:49:00 +02:00
Shauren
0d06fcee17
Core/PacketIO: Updated and enabled LFG packets
2017-07-12 00:05:41 +02:00
Shauren
4a90411108
Core/PacketIO: Removed ancient handlers for raid browser
2017-07-10 23:44:55 +02:00
vincent-michael
23ab9be910
Core/PacketIO: Fixed typo in SMSG_QUEST_GIVER_QUEST_LIST_MESSAGE structure
2017-07-08 20:06:47 +02:00
Shauren
0b5c545e57
Core/LFG: Drop comment field, it no longer exists in packets
2017-07-07 21:24:02 +02:00
Shauren
2ac8664aa6
Core/Items: Add dummy implementation of bag sorting which simply responds with sort done to prevent locking all bags clientside
...
Ref #17564
2017-07-05 19:12:47 +02:00
Shauren
a9bf342ae6
Core/PacketIO: Fixed structure of SMSG_SPELL_ENERGIZE_LOG
2017-06-21 00:18:49 +02:00
Shauren
410bc49976
Core: Updated to 7.2.5.24330
2017-06-15 15:23:08 +02:00
Shauren
677b2fba42
Core/Quests: Fixed structures of QuestGiverOfferRewardMessage and QuestGiverQuestDetails
2017-06-11 19:53:22 +02:00
Shauren
01fd7d7fe9
Core/Quests: Fixed showing quest objective completion clientside for objective types 10, 11, 12 and 14
2017-06-10 00:06:07 +02:00
joschiwald
0e13324c71
Core/Opcodes: Defined CMSG_UPDATE_SPELL_VISUAL
2017-06-09 21:50:24 +02:00
Shauren
4226eb2ea5
Core/Misc: Some /W4 warning fixes
2017-06-07 17:23:50 +02:00
Golrag
ae83739ac7
Core/Players: Implement basics for the honor system
...
Closes #18480
Closes #19277
2017-06-04 16:52:53 +02:00
Shauren
b453e12423
Core/Game: Include cleanup part 5
...
* ObjectMgr.h
* Player.h
* Unit.h
* G3D should no longer propagate everywhere from Spline/MotionMaster
2017-06-04 01:00:45 +02:00