aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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)
2012-07-23DB/Auth: Update gamebuildNay
2012-07-23Core/Object: Minor cleanupShauren
2012-07-23Core/Players: Fixed displaying player guild ingameShauren
2012-07-23Core/PacketIO: Enabled and updated client chat packetsShauren
2012-07-23Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Shauren
2012-07-22Build fix without pchShauren
2012-07-22Core/Object: Use updatefield flags extracted from client to determine ↵Shauren
whether to send or not a field value instead of sending all data to client for non-player objects
2012-07-22Core/Groups: Send player invalid notification when attempting to invite GM ↵Shauren
to group when that is disabled
2012-07-22DB/SAI: Fix quest Reclusive Runemasterdurotar
Closes #6765 Closes #1873 Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-07-22DB/GOs: Missing spawn and pooling for Inconspicuous Landmark (Tanaris)durotar
Closes #6771 Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-07-22DB/Conditions: Missing condition for gameobject Sha'ni Proudtusk's RemainsSignFinder
Closes #6863 Signed-off-by: Nay <dnpd.dd@gmail.com>