aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-02Merge pull request #7245 from cyberbrest/pull3Shauren
Core/PacketIO: Fixed mistake in object create guid.
2012-08-02Core/Loading: Fix some wrong sql types in ObjectMgr loading codeNay
2012-08-02Core/PacketIO: enable cmsg_whois and smsg_whoisKandera
2012-08-02enable smsg_whoKandera
2012-08-02Enable who opcodeKandera
2012-08-02Core/PacketIO: Update and enable handler for CMSG_GROUP_INVITENay
2012-08-02Core/DataStores: Add missing LoadDBCsNay
Thanks to Venugh for noticing
2012-08-02Remove a wrong copy paste comment (related to prev commit)Nay
2012-08-02Core/Transmog: Charge money for transmogrificationNay
2012-08-02One last missed change to fix non PCH buildNay
2012-08-01Core/Build: Fix non pch build (MSVC)Nay
2012-08-01Core/PacketIO: Send better values for SMSG_FEATURE_SYSTEM_STATUSShauren
2012-08-01Core/Items: Added loading and saving transmogrification.Shauren
2012-08-01[PacketIO] mistake in transport guid.cyberbrest
2012-08-01Core/Misc: Basic implemention of TransmogrificationNay
TODO: charge money and fix some quirks and bugs Thanks to Shauren for finding item flags and proper validation
2012-08-01Core/PacketIO:: Change status of CMSG_VIOLENCE_LEVEL to STATUS_AUTHED since ↵Nay
it's now sent at the loading screen We still don't do anything with that packet...
2012-08-01Core/ByteBuffer: Fix a subscript out of range exception (in debug mode) when ↵Nay
ReadString is used with length 0
2012-07-30Core/VS: Finally fix item swapping, correct a file nameNay
2012-07-30Core/VS: Allow to store/retrive random stats items in void storageNay
Also set items to soulbound on withdraw
2012-07-30Core/DBLayer: Fix a typo in void_storage table nameNay
2012-07-30Core: Implement Void StorageNay
2012-07-30Core/PacketIO: Fix structure of CMSG_SET_TRADE_ITEMNay
Thanks Subv and Shauren
2012-07-29Core/Objects: Added missed changes, thanks cyberbrest for noticingShauren
Closes #7224
2012-07-28Core/PacketIO: Limited number of update fields sent to other playersShauren
2012-07-28Core/Channels: Updated channel join structureShauren
2012-07-26Core/PacketIO: Fixed CMSG_PING (and pong)Shauren
2012-07-26Core/PacketIO: Fixed SMSG_TRADE_STATUS_EXTENDEDShauren
2012-07-26Core/PacketIO: Add a missing FlushBits to SendTradeStatusNay
2012-07-26Core/PacketIO: Fix a silly copy paste error in SendTradeStatusNay
2012-07-26Core/PacketIO: Few updates and typo corrections for SendUpdateTradeNay
2012-07-26Core/Player&PacketIO: Fix tradingNay
Update some trade related packet structures Enable missing trade opcode Update TradeStatus enum
2012-07-25Core/PacketIO: Fix some failures introduced in previous commitNay
2012-07-25Core/PacketIO: Many opcodes from WPPNay
2012-07-25Core/PacketIO: Verified and enabled a couple of server messageskaelima
2012-07-25Merge pull request #7182 from horn/4.3.4Kaelima
[4.3.4] Core/PacketIO: Fix and enable few speed changes related opcodes
2012-07-25Core/PacketIO: Fix and enable few speed changes related opcodeshorn
2012-07-25Core/PacketIO: Fix a couple of spline packetskaelima
2012-07-24Core/PacketIO: Fix and enable few trade related opcsNay
2012-07-24Core/Misc: Few more missed chances related to moneyNay
Expect more commits like this :/
2012-07-24SQL: Missing changes to character_database.sqlNay
2012-07-24Core/Misc: Update money to 64 bits (from 32), increasing the maximum gold ↵Nay
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-24Core/Achievements: Fixed remaining crashes introduced with achievementmgr ↵Shauren
overhaul
2012-07-24Core/PacketIO: Enabled CMSG_SET_SELECTIONShauren
2012-07-24Core/Objects: Minor fixes to creature/gameobject dataShauren
2012-07-24Merge pull request #7168 from Zakamurite/4.3.4Shauren
2012-07-24Fix movementInfo read/writeYaki Khadafi
Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
2012-07-24Core/PacketIO: Enable gossip related opcodes/handlersNay
2012-07-24Core/Misc: Optimize HandleListInventoryOpcodeNay
Thanks to Shauren for the tips
2012-07-24Core/NPCs: Fix vendorsNay
Enable CMSG_LIST_INVENTORY and SMSG_LIST_INVENTORY Update and rewrite SMSG_LIST_INVENTORY
2012-07-23Tools/Map extractor: Use a standard format specifier when printing loaded ↵Nay
area counts (like the map and liqtypes count)