Commit Graph

13680 Commits

Author SHA1 Message Date
Shauren
c34192cd3a Core/PacketIO: Updated more movement packet structures 2012-07-17 11:20:18 +02:00
Nay
d0bd37ab23 Core/PacketIO: Unset CMSG_GUILD_RANK and CMSG_GUILD_ROSTER 2012-07-16 22:54:45 +01:00
Nay
1be11fbe75 Core/PacketIO: Fix some wrong opcodes, now in sync with WPP 2012-07-16 22:23:52 +01:00
Nay
b6510e1ffa Core/PacketIO: Remove a wrong opcode, add one and correct an opcode name 2012-07-16 21:52:22 +01:00
Shauren
8773b08e99 Core/PacketIO: Removed more duplicates, thanks Horn 2012-07-16 21:06:06 +02:00
Shauren
35ba3f9405 Core/PacketIO: Removed many duplicate opcodes 2012-07-16 20:55:43 +02:00
Nay
0c985ccc02 Core/PacketIO: 321 opcodes from WPP 2012-07-16 19:13:27 +01:00
Shauren
93fb7c1a72 Core/PacketIO: Updated and enabled most player movement client opcodes, huge thanks to Horn for doing half of the job 2012-07-16 19:17:16 +02:00
Shauren
52f7ca8693 Core/PacketIO: Updated and enabled SMSG_PLAYER_MOVE 2012-07-15 00:45:06 +02:00
Shauren
973d6d4aea Core/Objects: Use standard 64bit integer literals that work on all compilers 2012-07-14 23:52:26 +02:00
Shauren
27ea130b55 Core/Movement
* Updated movement flags
* Cleaned up MovementStatusElements enum
* Updated and enabled MSG_MOVE_START_FORWARD
2012-07-14 23:39:12 +02:00
Shauren
2d144e4925 Core/PacketIO: Enabled logout opcodes 2012-07-14 19:06:20 +02:00
Shauren
a9d3940738 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 2012-07-14 19:03:03 +02:00
Shauren
37c32c4c07 Tools: Updated default extractors client build 2012-07-14 14:03:32 +02:00
Shauren
2c291712b2 Core/WorldSocket: Restored opcode check lost in between merges 2012-07-14 00:12:05 +02:00
Shauren
555855c83a Core/Movement: Update spline flags and enabled creature movement 2012-07-13 23:13:29 +02:00
kandera
bf7ead9773 Merge pull request #7090 from Faq/Idol4
Core/Spellaura: Fix Idol of Worship
2012-07-13 09:46:32 -07:00
Kandera
2c6c74f21c Core/Instance: fix attumen/midnight encounter (thx zwerg) closes #6188 2012-07-13 12:36:44 -04:00
Faq
b57a87cafa Core/Spellaura: Fix Idol of Worship 2012-07-13 18:52:37 +03:00
Faq
1fa0177bb0 Core/Spells - Idol of the Crying Wind;
+ Fixing typo;
2012-07-13 18:42:28 +03:00
Nay
8ffafdc859 Core: Fix build 2012-07-13 16:56:58 +02:00
Kandera
1036b0863b Core/Spells: fix proc for king of the jungle talent. closes #5983 2012-07-13 10:48:06 -04:00
NNN666
e757ebf6ba Core/Player: Fix issues with 'ignore this slot' option on equipment manager usage 2012-07-13 16:27:11 +02:00
Shauren
dfe7238d89 Core/PacketIO: Typo fix, thanks Zakamurite for noticing 2012-07-13 11:59:27 +02:00
leak
176a2c1080 Core/Warden: Workaround for an OpenSSL bug in the ARC4 stream cipher initialization that causes crashes on some OS
-  Skip loading warden_action overrides when warden is disabled

fixes #6486
2012-07-13 09:11:05 +02:00
Shauren
0b22b329d6 Core/PacketIO: Updated SMSG_UPDATE_OBJECT structure 2012-07-12 21:20:34 +02:00
Shauren
55bd065dda Core/Achievements: Corrected packet building 2012-07-12 21:09:17 +02:00
Shauren
9cc6ba860c Core/Items: Updated data sent in SMSG_DB_REPLY 2012-07-12 14:17:04 +02:00
Shauren
9e6b5f89de Core/PacketIO: Next batch of enabled opcodes 2012-07-12 14:16:20 +02:00
Shauren
b0f6311fe9 Core/PacketIO: More structure updates (SMSG_DB_REPLY, CMSG_REQUEST_HOTFIX) and enabled opcodes with verified structures 2012-07-12 01:02:45 +02:00
Shauren
adc22685f2 Core/PacketIO: Check if server opcodes are enabled before sending them to client 2012-07-11 23:29:33 +02:00
Shauren
a2b1cf66ca Core/PacketIO: Update structures of many packets sent during the login process 2012-07-11 23:28:40 +02:00
Shauren
947dbcbabc Core/Achievements: Fixed crash in CheckAllAchievementCriteria 2012-07-11 23:27:00 +02:00
Shauren
492fd80b06 Core/Misc
* Cleaned up packet manipulation methods, no need to keep duplicate sets of functions doing the same
* Added a very basic ObjectGuid structure for easier (and endian-safe) method of accessing individual guid bytes
2012-07-11 19:26:26 +02:00
Shauren
7611ab69be Core/PacketIO: Defined and enabled character list time opcodes (customize, rename, change race and faction) 2012-07-11 13:41:30 +02:00
Shauren
5713480e77 Core/Misc: Updated ResponseCodes enum 2012-07-11 00:14:19 +02:00
Shauren
d23ae07f64 Core/Players: Fixed saving/loading glyphs 2012-07-11 00:13:41 +02:00
Kandera
0ac9c5b039 Core/Escort: few modifications to add the IMMUNE_TO_NPC flag after npc does a full reset. 2012-07-10 17:27:13 -04:00
Kandera
450f9e7d99 Core/Escort: fix issues with escorts not attacking enemies. 2012-07-10 16:19:18 -04:00
Shauren
d8ce0c8830 Core/Objects: Updated UpdateFields 2012-07-10 18:59:40 +02:00
Shauren
85135512b1 Buildsystem/Tools: Corrected vmap tool dependencies 2012-07-09 21:15:01 +02:00
Shauren
6ea13e0080 Tools/Extractors: Corrected merge errors (libmpq was removed) 2012-07-09 20:29:44 +02:00
Kandera
a24b6576e2 Core/Loot: fix small error 2012-07-09 13:42:38 -04:00
Kandera
8f74498add Core/Loot: fix crash number 2 2012-07-09 13:36:52 -04:00
Kandera
80664e2421 Core/Loot: typos! 2012-07-09 13:09:44 -04:00
Kandera
fcb4613245 Core/Loot: fix crash. 2012-07-09 13:00:35 -04:00
Kandera
d5836422ac Core/Loot: couple of small changes to loot. 2012-07-09 11:12:59 -04:00
Kandera
fc62678a45 Core/Spells: correct sanctified wrath damage calculations. 2012-07-09 09:18:51 -04:00
Shauren
d9e830c484 Core/PacketIO: Updated character list packet structure to 4.3.4 2012-07-09 14:23:55 +02:00
Shauren
9f52f4df53 Core/Achievements: Fixed a mistake in building guild criteria packets 2012-07-09 14:22:54 +02:00