Commit Graph

225 Commits

Author SHA1 Message Date
Subv ad571835b1 Merge branch '4.3.4' of github.com:TrinityCore/TrinityCore into 4.3.4 2012-08-06 10:09:24 -05:00
Subv 89482323b7 Protocol/PacketIO: Enabled more opcodes 2012-08-06 10:03:01 -05:00
Nay f7d83c1ead Core/PacketIO: Enable some gameobject related opcodes 2012-08-06 15:51:57 +01:00
Subv 25e7e6dddd Protocol/PacketIO: Enabled more opcodes. 2012-08-06 09:47:39 -05:00
Subv 8b8fa24fec Core/PacketIO: Enabled another bunch of opcodes and made some misc fixes here and there 2012-08-05 21:52:36 -05:00
cyberbrest 4c81231816 [PacketIO] structure CMSG_MOVE_CHNG_TRANSPORT. 2012-08-06 04:15:42 +03:00
Subv 1928964443 Core/Items: Implemented SOCKET_COLOR_COGWHEEL.
Codestyle/Misc: Renamed recv_data to recvData
2012-08-05 19:40:30 -05:00
Subv 74fe587b49 Protocol/PacketIO: Enabled a few more opcodes 2012-08-05 16:15:38 -05:00
Subv 5921f463ef Protocol/PacketIO: Enabled more opcodes 2012-08-05 15:21:52 -05:00
Subv 2c20cc98c9 Core/Protocol: Removed SMSG_ITEM_NAME_QUERY_RESPONSE, it no longer exists 2012-08-05 10:13:48 -05:00
Subv 0e581b7991 Core/Items: Removed no longer needed code for item set names and item set names locales 2012-08-05 10:09:56 -05:00
Subv 297aed81e2 Core/PacketIO: Enabled some more opcodes 2012-08-04 13:19:06 -05:00
Nay da2db28cab Core/PacketIO: Add some (possible) missing FlushBits 2012-08-04 19:11:13 +01:00
Subv fc318a2da7 Core/Protocol: Enabled CMSG_BUY_ITEM 2012-08-04 13:01:29 -05:00
kaelima f5d19939bf Core/Guilds: Implemented some guild packets, some basic guild functions is working, though most are still WIP/TODO 2012-08-04 18:41:18 +02:00
Subv 17e852d9b3 Items/Reforge: Partially implemented reforge, still ToDo: Apply real stat modifiers to the player 2012-08-03 20:48:47 -05:00
Nay 48db4b2b7d Core/PacketIO: Fix and enable SMSG_MESSAGECHAT
TODO: 	- Send addon prefix in this packet when language is Addon
	- Cleanup uses of SMSG_MESSAGECHAT (17 different "handlers" for it is not okay) (long term)
	- Missing a CMSG_MESSAGECHAT_ADDON_x or two
2012-08-04 01:39:18 +01:00
Nay 12307c7d06 Whitespace is the root of all evil 2012-08-03 22:39:34 +01:00
horn b0803d7e37 Core/PacketIO: Enabled CMSG_GUILD_LEAVE, MSG_TABARDVENDOR_ACTIVATE and some petitions releated opcodes 2012-08-03 16:49:27 +02:00
Kandera 1bad9d1f15 Core/PacketIO: enable cmsg_whois and smsg_whois 2012-08-02 17:29:47 -04:00
Kandera f6f16d243c enable smsg_who 2012-08-02 17:22:51 -04:00
Kandera 048cfd754e Enable who opcode 2012-08-02 17:20:44 -04:00
Nay 6b666d77d9 Core/PacketIO: Update and enable handler for CMSG_GROUP_INVITE 2012-08-02 18:18:32 +01:00
Nay 0b0501173f Core/Build: Fix non pch build (MSVC) 2012-08-01 23:37:51 +01:00
Nay cecde87c32 Core/Misc: Basic implemention of Transmogrification
TODO: charge money and fix some quirks and bugs
Thanks to Shauren for finding item flags and proper validation
2012-08-01 02:46:32 +01:00
Nay ac252899de Core/PacketIO:: Change status of CMSG_VIOLENCE_LEVEL to STATUS_AUTHED since it's now sent at the loading screen
We still don't do anything with that packet...
2012-08-01 02:43:47 +01:00
Nay c24de2c6d8 Core: Implement Void Storage 2012-07-30 16:39:46 +01:00
Nay c6352171d7 Core/Player&PacketIO: Fix trading
Update some trade related packet structures
Enable missing trade opcode
Update TradeStatus enum
2012-07-26 01:56:30 +01:00
kaelima 0d6e2d5e86 Core/PacketIO: Verified and enabled a couple of server messages 2012-07-25 16:14:10 +02:00
horn 2b8ea93877 Core/PacketIO: Fix and enable few speed changes related opcodes 2012-07-25 15:39:53 +02:00
kaelima 443f1e71d8 Core/PacketIO: Fix a couple of spline packets 2012-07-25 11:59:05 +02:00
Nay 62015f79a5 Core/PacketIO: Fix and enable few trade related opcs 2012-07-24 16:52:13 +01:00
Nay 0f04b2fc36 Core/Misc: Update money to 64 bits (from 32), increasing the maximum gold possible
This got a bit messy and will be further fixed when all related packets are updated.
(Also fixed a typo in atoll msvc macro)
2012-07-24 15:27:42 +01:00
Shauren 9f945e0159 Core/PacketIO: Enabled CMSG_SET_SELECTION 2012-07-24 15:29:09 +02:00
Nay 209f451e26 Core/PacketIO: Enable gossip related opcodes/handlers 2012-07-24 01:34:43 +01:00
Nay c4bb17e78d Core/NPCs: Fix vendors
Enable CMSG_LIST_INVENTORY and SMSG_LIST_INVENTORY
Update and rewrite SMSG_LIST_INVENTORY
2012-07-24 00:06:49 +01:00
Shauren 04671d2d99 Core/PacketIO: Enabled and updated client chat packets 2012-07-23 13:30:53 +02:00
Shauren 890a92b330 Core/PacketIO: Enable questgiver status opcodes and CMSG_OBJECT_UPDATE_FAILED 2012-07-20 15:21:16 +02:00
Shauren 5cbafaabf4 Core/PacketIO: Enabled channel join and notification opcodes 2012-07-19 15:39:32 +02:00
kaelima fc1b3968a9 Core/PacketIO: Enabled a couple of opcodes and renamed guildfinder ones 2012-07-19 14:40:38 +02:00
Shauren 390d6b56d7 Core/PacketIO: Enabled and updated a bunch of opcodes 2012-07-19 01:21:41 +02:00
Shauren 075e5d6751 Core/Units: Some cleanup in movement packet related functions - try to keep only one function handling a packet, not have it scattered all over the place 2012-07-18 15:00:48 +02:00
Shauren e9e1fb1025 Core/PacketIO: Implemented packet compression for any opcode. 2012-07-18 14:43:55 +02:00
Shauren 47357e58ea Core/PacketIO: Updated and enabled CMSG_CAST_SPELL, SMSG_SPELL_START and SMSG_SPELL_GO 2012-07-17 21:36:40 +02:00
Shauren 953f093920 Core/PacketIO: Updated and enabled MSG_MOVE_TELEPORT, MSG_MOVE_TELEPORT_ACK, MSG_MOVE_WORLDPORT_ACK, SMSG_NEW_WORLD and SMSG_TRANSFER_PENDING 2012-07-17 19:29:18 +02:00
Shauren 19759a139c Core/PacketIO: Updated and enabled addon chat messages 2012-07-17 14:03:00 +02:00
Shauren e832f1cd30 Core/PacketIO: Enabled and update CMSG_ZONEUPDATE, SMSG_CANCEL_COMBAT, SMSG_NOTIFICATION, SMSG_QUERY_TIME_RESPONSE, SMSG_SET_FORCED_REACTIONS and SMSG_WEATHER 2012-07-17 11:21:12 +02:00
Shauren c34192cd3a Core/PacketIO: Updated more movement packet structures 2012-07-17 11:20:18 +02: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