aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-12Core/PacketIO: Enabled guild opcodesVincent-Michael
2015-07-12Core/PacketIO: Enabled more opcodesVincent-Michael
2015-07-12Core/PacketIO: Fix chat message opcodes for 6.2.0Vincent-Michael
2015-07-12Core/Players: Fixed crashVincent-Michael
2015-07-12Core/PacketIO: Updated and enabled mail opcodesVincent-Michael
2015-07-12Core/PacketIO: Defined new opcodeShauren
2015-07-12Core/Players: Fixed power slot orderingShauren
2015-07-12Core/PacketIO:Vincent-Michael
- Updated and enabled SMSG_QUEST_POI_QUERY_RESPONSE - Enabled some opcodes
2015-07-11DB/Quests: Updated quest_poi to 6.2.0.20216Vincent-Michael
2015-07-11DB/Quests: Updated quest_template to 6.2.0.20216Vincent-Michael
2015-07-11Core/Players: Fixed glyph slotsShauren
2015-07-10DB/Base: Smth went wrong during the last dump...Carbenium
2015-07-10DB/Base: Update auth and char database dump after recent changes to the ↵Carbenium
ticket system (c7d49ab91074472d821d681266ad0e90b7d8887e)
2015-07-10Update .gitattributes to prevent CRLF issuesDDuarte
2015-07-10CRLF to LFDDuarte
2015-07-10Core/PacketIO: Enabled SMSG_DB_REPLYShauren
2015-07-10Core/Spells: Defined new spell attributeShauren
2015-07-10Core/Unit: Fix travis buildCarbenium
2015-07-10Merge pull request #14821 from Boomper/auraoverridespellbarCarbenium
Core/Unit: Correct Handling of SPELL_AURA_OVERRIDE_ACTIONBAR_SPELLS
2015-07-09Core/Battle.net: Only send one IP address for a realm - fixes waiting time ↵Shauren
to join realm if the wrong address gets picked by the client first (local address for external client) Closes #14891
2015-07-08Merge pull request #15029 from AriDEV/6.xDuarte Duarte
Server/DataStores: Updated DBC version checks to 6.2.0 (20216)
2015-07-08Core/PacketIO: Added SMSG_ACCOUNT_HEIRLOOM_UPDATE opcodeVincent-Michael
2015-07-08WorldServer/Conf: Fix a typoCarbenium
2015-07-08Core/Support: Drop parts of the support system since Blizz switched to a ↵Carbenium
browser based ticket system
2015-07-08Server/DataStores: Updated DBC version checks to 6.2.0 (20216).AriDEV
Signed-off-by: AriDEV <aridev666@gmail.com>
2015-07-08Core/DataStores: Dropped a silly build 12880 check in db2 loader (it's a ↵Shauren
cataclysm beta build)
2015-07-08DB/BattleNet: Update wow build to 20216Vincent-Michael
2015-07-07Scripts/MoltenCore: Fix logic at Ragnaros' Magma Blast castsNyeriah
(should only be cast while the main target is not in melee range) (cherry picked from commit 3d2d2a97e032bb5c990381d8c3981333bccddfcf)
2015-07-07Fix non pch build.Gacko
Maybe move DB2Stores usage in DBCStores to DB2Stores?
2015-07-07Core/ObjectMgr: Fix a memory leakCarbenium
2015-07-07DB/Hotfix: fix SQL importMitchesD
2015-07-07Core/DataStores: Updated dbc/db2 structures to 6.2.0Shauren
2015-07-06DB/BattleNet: Update wow build to 20201Vincent-Michael
2015-07-06Core/PacketIO: Update SMSG_FEATURE_SYSTEM_STATUSCarbenium
2015-07-05Core/PacketIO: Enable SMSG_UPDATE_TALENT_DATACarbenium
* Client doesn't crash anymore when opening the adventure guide
2015-07-05Core/PacketIO: Update MovementForce for 6.2.0Vincent-Michael
2015-07-05Core: White space CleanUpVincent-Michael
2015-07-05Core/Enums: Update SpellCastResult enum for 6.2.0Vincent-Michael
2015-07-05Core/Enums: Update ResponseCodes enum for 6.2.0Vincent-Michael
2015-07-05Core/PacketIO: Enabled more opcodes for 6.2.0Vincent-Michael
2015-07-05Core/DataStores: Moved SkillTiers to database - it no longer exists in dbc formShauren
2015-07-05Core/PacketIO: Disabled SMSG_DB_REPLYShauren
2015-07-05Core/PacketIO:Vincent-Michael
- Updated and enabled SMSG_DB_REPLY - Enabled some movement opcodes - Enabled SMSG_FEATURE_SYSTEM_STATUS / SMSG_FEATURE_SYSTEM_STATUS_GLUE_SCREEN
2015-07-05Core/PacketIO:Vincent-Michael
- Updated and enabled SMSG_UPDATE_OBJECT - Enabled CMSG_PLAYER_LOGIN
2015-07-05Core/PacketIO: Updated and enabled SMSG_CONNECT_TOShauren
2015-07-04Core/Spells: removed unused variable (fix compile warning)MitchesD
2015-07-04Core/DataStores: Removed CreatureSpellData.dbc, it is not used anymoreShauren
2015-07-04Core/Spells: Defined new spell attribute and aura typeShauren
2015-07-04Core/DataStores: moved GameTables to separate method and load them from DB2MitchesD
2015-07-04Merge pull request #15007 from armano2/6.xMitchesD
Cleanup some whitespaces and change some codestyle