aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-05Core/Protocol: Removed SMSG_ITEM_NAME_QUERY_RESPONSE, it no longer existsSubv
2012-08-05Core/Items: Removed no longer needed code for item set names and item set ↵Subv
names locales
2012-08-04Core/Items: Fix compileNay
2012-08-04Tools: Proper default target build outputLordJZ
Ref #7022
2012-08-04Merge pull request #7267 from cyberbrest/pull5Nay
[434][Item] remove support KeyRing Slots and CurrencyTokenSlots.
2012-08-04Merge pull request #7272 from cyberbrest/pull6Nay
[434][PacketIO] castbar.
2012-08-04Core/PacketIO: Enabled some more opcodesSubv
2012-08-04Core/PacketIO: Add some (possible) missing FlushBitsNay
2012-08-04Core/Protocol: Enabled CMSG_BUY_ITEMSubv
2012-08-04Core/Chat: Fix unitialized lang variable (set to LANG_UNIVERSAL) when text ↵Nay
type is emote, afk or dnd
2012-08-04Core/Guilds: Implemented some guild packets, some basic guild functions is ↵kaelima
working, though most are still WIP/TODO
2012-08-04Core/Player: Use DBC data to set the correct amount of hp and mana based on ↵Subv
player level and class
2012-08-04Core/Chat: Send addon prefix in addon messagesNay
Correct structure of some CMSG_MESSAGECHAT_ADDON_x opcodes Fix a compile error in HandleReforgeItemOpcode
2012-08-04[PacketIO] castbar.cyberbrest
2012-08-03Items/Reforge: Partially implemented reforge, still ToDo: Apply real stat ↵Subv
modifiers to the player
2012-08-04Core/PacketIO: Fix and enable SMSG_MESSAGECHATNay
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-03Whitespace is the root of all evilNay
2012-08-03Core/WorldSession: Bypass assigned handler restriction if .debug send opcode ↵Nay
command is used
2012-08-03Merge pull request #7264 from cyberbrest/pull4Nay
[434][Misc]: Fix loading quest locales.
2012-08-03[Item] remove support KeyRing Slots and CurrencyTokenSlots.cyberbrest
ToDo: on rewarding currency items no need create item, just set curency count.
2012-08-03Merge pull request #7265 from horn/4.3.4Shauren
Core/PacketIO: Enabled CMSG_GUILD_LEAVE, MSG_TABARDVENDOR_ACTIVATE and some petitions releated opcodes
2012-08-03Core/PacketIO: Enabled CMSG_GUILD_LEAVE, MSG_TABARDVENDOR_ACTIVATE and some ↵horn
petitions releated opcodes
2012-08-03[Misc]: Fix loading quest locales.cyberbrest
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