aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-10Merge pull request #14437 from Golrag/auction1MitchesD
Core/Opcodes:
2015-04-10Core/Scenes: moved scene functions to SceneHandler.cppRat
2015-04-10Core/PacketIO: SMSG_GAME_OBJECT_DESPAWN updated and enabledMitchesD
2015-04-10Core/Opcodes:Golrag
CMSG_AUCTION_SELL_ITEM CMSG_AUCTION_PLACE_BID CMSG_AUCTION_LIST_BIDDER_ITEMS CMSG_AUCTION_REMOVE_ITEM CMSG_AUCTION_REPLICATE_ITEMS CMSG_AUCTION_LIST_PENDING_SALES SMSG_AUCTION_LIST_ITEMS_RESULT SMSG_AUCTION_LIST_OWNER_ITEMS_RESULT SMSG_AUCTION_LIST_BIDDER_ITEMS_RESULT CMSG_AUCTION_LIST_OWNER_ITEMS CMSG_AUCTION_LIST_ITEMS SMSG_AUCTION_LIST_PENDING_SALES_RESULT SMSG_AUCTION_CLOSED_NOTIFICATION SMSG_AUCTION_OWNER_BID_NOTIFICATION SMSG_AUCTION_WON_NOTIFICATION SMSG_AUCTION_OUTBID_NOTIFICATION SMSG_AUCTION_REPLICATE_RESPONSE SMSG_AUCTION_COMMAND_RESULT
2015-04-10DB/World: Update quest template for 6.1.2 19865 part 6Vincent-Michael
2015-04-10Core/Scenes: Fix buildVincent-Michael
2015-04-10Core/Scenes: implemented some scene related packets for debug purposesRat
* small cleanup
2015-04-10DB/World: Update quest template for 6.1.2 19865 partVincent-Michael
2015-04-10Core/PacketIO: Enabled and implemented CancelGrowthAura/CancelMountAuraShauren
2015-04-09Core: Fix non-PCH buildCarbenium
2015-04-09DB/World: Update quest template for 6.1.2 19865 part 4Vincent-Michael
2015-04-09Core: Fix non pch buildVincent-Michael
2015-04-09DB/Hotfixes: Added all current blizz hotfixes - 19865 04/09/2015 02:54:55Vincent-Michael
2015-04-09Core/PacketIO: Reimplemented SMSG_SET_FORCED_REACTIONS as a response to ↵Shauren
client request instead of sending it automatically during map change
2015-04-08Core/Misc: Added a nice static_assert to prevent adding server opcode ↵Shauren
"handlers" with status other than UNHANDLED or NEVER
2015-04-08Core/PacketIO: Removed sending SMSG_CATEGORY_COOLDOWN as part of ↵Shauren
SendInitialPacketsBeforeAddToMap and only send it when requested or when SPELL_AURA_MOD_SPELL_CATEGORY_COOLDOWN is added or removed
2015-04-08Core/Scenes: added .debug send playscene command for testing purposesRat
2015-04-08Core/PacketIO: Updated and enabled CMSG_AREA_SPIRIT_HEALER_QUERY, ↵Shauren
CMSG_AREA_SPIRIT_HEALER_QUEUE, CMSG_HEARTH_AND_RESURRECT
2015-04-08DB/World: Update quest template for 6.1.2 19865 part 3Vincent-Michael
2015-04-08DB/World: Update quest template for 6.1.2 19865 part 2Vincent-Michael
2015-04-08DB/World: Update quest template for 6.1.2 19865Vincent-Michael
2015-04-08Core/Opcodes: Defined 1 more opcodeShauren
2015-04-08Core: Whitespace cleanupVincent-Michael
2015-04-07DB/Hotfixes: Added all current blizz hotfixes - 19865 04/07/2015 23:15:33Vincent-Michael
2015-04-07Merge pull request #14515 from DJScias/showopcodesblub
Core/Packets: enable CMSG_SHOWING_CLOAK and CMSG_SHOWING_HELM
2015-04-07Core/Packets: enable CMSG_SHOWING_CLOAK and CMSG_SHOWING_HELMDJScias
Someone probably forgot to re-enable them, as they do in fact work with the current opcode values. (Tested & confirmed)
2015-04-07Core/Opcodes: Added more (looks like deprecated) garrison opcodesShauren
2015-04-07DB/Hotfixes: Added BattlePetSpecies hotfixes for ↵Vincent-Michael
9dbe55b3197dcab233e7aeadafbde3164cd1b37b
2015-04-06DB/Hotfixes: Added missing update for 9dbe55b3197dcab233e7aeadafbde3164cd1b37bVincent-Michael
2015-04-06SQL: Update auth_databaseVincent-Michael
2015-04-06DB/BattleNet: Update to 6.1.2 19865Vincent-Michael
2015-04-06DB/Hotfixes: Added all current blizz hotfixes - 19831 - 04/06/2015 18:09:50.328Vincent-Michael
2015-04-06Core/DataStores: Actually load SpellPowerDifficulty.db2, oops.Shauren
2015-04-06DB/Hotfixes: Added chr_upgrade_* tableVincent-Michael
2015-04-06Core/Database: removed old questItem fieldsRat
2015-04-06Core/Spells: small cleanup in EffectDestroyItemRat
2015-04-06Core/DataBase: implemented creature_questitem and gameobject_questitem tablesRat
2015-04-06Core/Packets: fixed usage if ItemDrop field in quest query responseRat
2015-04-06Core/PacketIO: Updated and enabled vehicle opcodesShauren
2015-04-06DB/Hotfixes: Change gameobjects data fields to signedVincent-Michael
2015-04-06Core/Spells: implemented SPELL_EFFECT_DESTROY_ITEMRat
2015-04-06Core/GameObjects: fixed build in gccRat
2015-04-06Core/GameObjects: fixed typo and logic (0 is a valid invisibility type)Rat
2015-04-06DB/Spawns: The Wandering Isle (Pandaren starting zone)MitchesD
* added all creatures and gameobjects * there might be some double spawns, but they are intended, due to phasing a quest progress * event with skyseeker is spawned only from Alliance side, can't be spawned from both sides, due to mobs are spawned from triggers and depend on selected quests (mobs are here just for DB devs who will script this event)
2015-04-06DB/Hotfixes: Update gameobjects for 6.1.2Vincent-Michael
2015-04-06DB/Hotfixes: Update creature difficulty for 6.1.2Vincent-Michael
2015-04-06Core/PacketIO: Updated and enabled SMSG_SET_VEHICLE_REC_ID and ↵Shauren
SMSG_ON_CANCEL_EXPECTED_RIDE_VEHICLE_AURA * Implemented SMSG_MOVE_SET_VEHICLE_REC_ID and CMSG_MOVE_SET_VEHICLE_REC_ID_ACK
2015-04-06Core/PacketIO: Fixed creature movement on transports (and vehicle enter/exit)Shauren
2015-04-05Core/GameObjects: Implemented gameobject_addon table, you can now set ↵Rat
invisibility for gameobjects for quests
2015-04-05DB/World: Update quest template for 6.1.2Vincent-Michael