aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-16DB/PageTexts: Multiple page textsNayd
2014-11-16DB/PageTexts: Dog-Eared NoteAriDEV
Closes #13562
2014-11-16Core/Loading: Fix crash in LoadMissingKeyChainsNayd
Also emptied `world`.`keychain_db2` Closes #13566
2014-11-16Core/Packets: Added SMSG_TUTORIAL_FLAGSIntel
2014-11-16Core/Packets: Added SMSG_SET_SPECIALIZATIONIntel
2014-11-15Core/Packets: Added CMSG_ATTACKSWING and SMSG_ATTACKSTOPIntel
2014-11-15Core/Packets: Added SMSG_WORLD_STATE_UI_TIMER_UPDATEIntel
2014-11-15Core/Items: Fix crash related to item effectsIntel
2014-11-15Core/Packets: Added CMSG_TIME_SYNC_REQ and SMSG_TIME_SYNC_RESP packetsIntel
2014-11-15Core/Packets: Added CMSG_PAGE_TEXT_QUERY and SMSG_PAGE_TEXT_QUERY_RESPONSEIntel
Moved QueryPlayerName to QueryPackets
2014-11-15Core/Packets: added few channel packet structsjoschiwald
2014-11-15Core/DataStores: updated SpellPowerEntryRat
2014-11-15Core/PacketIO: Renamed a few packet classes to match client namesShauren
2014-11-15Core/Movement: Some fixes to player movement (SMSG_PLAYER_MOVE)Rat
2014-11-15Core/Packets: fixed QueryCreatureResponsejoschiwald
2014-11-15Core/DataStores: Updated Item DataStoresIntel
Signed-off-by: Nayd <dnpd.dd@gmail.com>
2014-11-15Core/DataStores: Updated AreaTable.dbcIntel
Signed-off-by: Nayd <dnpd.dd@gmail.com>
2014-11-15Core/DataStores: Updated all remaining dbc/db2 except Item.db2, Item-sparse.db2Intel
Signed-off-by: Nayd <dnpd.dd@gmail.com>
2014-11-15Core/Packets: Fix player movement client packetsRat
2014-11-15Core/Packets: Add GetOpcode() methods to ClientPacket and ServerPacketRat
2014-11-13Core/DBCs: Changed WorldSafeLocs' structure back to what it was before ↵Kinzcool
63a74998380fab2
2014-11-14Core/Packets: CMSG_CREATURE_QUERY and SMSG_CREATURE_QUERY_RESPONSE handlerIntel
2014-11-14Core/Packets: updated SMSG_FEATURE_SYSTEM_STATUS, SMSG_INITIAL_SPELLS and ↵joschiwald
SMSG_SPELL_CATEGORY_COOLDOWN
2014-11-14CMake/FindBoost: Fix policy CMP0054 warning (added in 3.1)Nayd
2014-11-13Merge pull request #13546 from Intel/talentupdateDuarte Duarte
Core/Talents
2014-11-13Core/Talents: Fix duplicate entry when saving talents to DBIntel
2014-11-12Core/Talents:Intel
Fixed SMSG_TALENTS_INFO packet Fixed talents saving to DB Renamed 'talent spec' to 'talent group' since this name was shadowing character specializations (and new name is correct according to JAM) Enabled loading of MinorTalent.dbc (will be used later) Added additional specialization check in LearnTalent
2014-11-12Core/World: hold deleted characters in character storejoschiwald
2014-11-12Core/Packets: updated char rename customize and factionchange packetsjoschiwald
2014-11-12Merge pull request #13541 from brecky/patch-2Duarte Duarte
Update DBCfmt.h
2014-11-12Update DBCfmt.hBrecky
Fixed
2014-11-11Conf: Changed hotfix database's name to actually match the initial nameKinzcool
2014-11-11Core/Utilities: Fix compilation and remove commented out code about old flag96DDuarte
2014-11-11Build/CMake: Use BOOST_NO_SCOPED_ENUMS if Boost version is less than 1.51DDuarte
http://www.boost.org/doc/libs/1_57_0/libs/config/doc/html/boost_config/boost_macro_reference.html#boost_config.boost_macro_reference.boost_deprecated_macros
2014-11-11Build fixRat
2014-11-11Merge pull request #13529 from Intel/talentsRat
Core/Talents: Update talent system, remove talent points. author: Intel
2014-11-11Core/Databases: Add hotfix database to world config and prepared statement ↵devil1234
for it. Closes #13533
2014-11-11Tools/Extractors: Remove duplicated DBC fro DBFilesClientList.hroot
Ref #13531
2014-11-11Tools/Extractors: small change to get rid of the error 2 when trying to ↵root
extract vmaps Ref #13531
2014-11-11Core/Player: Fix Cosmetic Auto-Repeat Bugcr4st
Closes #13532 Fixes #12436 (cherry picked from commit 669d59992bd982e4f134a4b4179b7d25ef773905)
2014-11-11Rename 2014_11_10_03_world.sql to 2014_11_10_03_world.sqlAokromes
2014-11-11Scripts/Commands: mod xp commandHeihachi
Closes #13476 (cherry picked from commit 3e03e546d3106bf8930e30ab9c2008b0e696e125) Conflicts: sql/base/auth_database.sql src/server/scripts/Commands/cs_modify.cpp
2014-11-10Core/Commands: implement .pvpstats commandDDuarte
Shows number of battleground victories in the last 7 days Closes #13460 Conflicts: sql/base/auth_database.sql sql/updates/auth/2014_11_10_00_auth.sql src/server/game/Accounts/RBAC.h (cherry picked from commit fd0b96178174e624510a10f5bc27b60af406d901)
2014-11-10DB/Quest: Rallying the TroopsDr-J
The original fix by @Nevadas is correct according to sniff, when the spell hits the grizzly hills giant in sniff it just gains aura and gives kill credit thats it, Closes https://github.com/TrinityCore/TrinityCore/issues/4173
2014-11-10Core/Talents: This should not have happenedIntel
2014-11-10Core/Talents: Add check if talent hasn't been already learnt in tierIntel
2014-11-10Core/Talents: Fixed talent saving/loadingIntel
2014-11-10Core: Nuke authserverDDuarte
It has been replaced by bnetserver since grunt was deprecated
2014-11-10Core/Talents: Fix talent specializationIntel
2014-11-10Core/Talents: Update talent system, remove talent pointsIntel