aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-07Scripts/The Lich King: Defile should not grow when player grabbed by Val'kyr ↵D4R4
is moves across Closes #14131 (cherry picked from commit ceea37c9e3304ea2b387b7d3f6ea201b43c2615d)
2015-03-07Fixed typo in 1dc60e8717bddab2a6bc39779a53e83c9fa3b339joschiwald
2015-03-07Core/Player: All spells and skills are now automatically learned without any ↵Shauren
need for external data * Fixes learning mail/plate at level 40 for shamans/warriors/paladins * Fixes learning riding for worgen/paladins/warlocks at level 20
2015-03-07Scripts/Nexus: commanders converted from SAI to C++MitchesD
(cherry picked from commit 5009d67f0c0dd90131ac6f81299e3719e2690ca1)
2015-03-07DB/Spells: assign spellscript to some clone spells (also fixes an startup error)joschiwald
2015-03-07Scripts/Rotface: moved mutated infection removal handling to spellscripts to ↵joschiwald
fix an startup error
2015-03-07Merge pull request #14297 from Luzifix/6.xDuarte Duarte
Core/PacketIO: Update CMSG_REORDER_CHARACTERS for 6.1
2015-03-06Core/Packets: updated & enabled SMSG_LEVELUP_INFOMitchesD
2015-03-06Core/DataStores: Added an extra safeguard for loading db2 hotfix locale ↵Shauren
tables - invalid row will no longer cause crashes
2015-03-06Core/PlayerDump:joschiwald
Added more tables to pdump: * character_queststatus_objectives * character_spell_charges * pet_spell_charges Fixed crash on pdump write at character_currency (thanks @Luzifix) Fixed reguiding items in character_equipmentsets on pdump load Fixed some column mismatches at characters on pdump load
2015-03-06Core/Player: fixed some leftovers in db after player deletejoschiwald
* character_arena_stats * character_battleground_random * character_cuf_profiles * character_currency * character_stats * character_void_storage
2015-03-05Core/PacketIO: Update CMSG_REORDER_CHARACTERS for 6.1Luzifix
2015-03-04Tools/Map extractor: Corrected letter case in gtOCTHpPerStamina.dbcShauren
2015-03-04Merge pull request #14291 from DJScias/6.xDuarte Duarte
Core/PacketIO: Update some opcodes for 6.1.0
2015-03-04Core/PacketIO: Update some opcodes for 6.1.0DJScias
Documentation used: - Taken from https://github.com/TrinityCore/WowPacketParser/commit/86479cc8b3c91e414f5871dfbec8edc8da728f28. - 6.1.0 SMSG_LOGOUT_RESPONSE corrected from 0x1BB4 to 0x05C3 per the before-mentioned commit
2015-03-04Core/Crypto: Fixed output of BigNumber::AsByteArray when generated array is ↵Shauren
shorter than requested size (cherry picked from commit e52b46abba9250c611312a891fda0adaccce0f0c)
2015-03-04Deps/CascLib: Updated to ↵Shauren
ladislav-zezula/CascLib@d1d617d4feecd39bae049e19b0e217a1a84bedc6
2015-03-04Core/DataStores: Updated dbc structures to 6.1Shauren
2015-03-04Core/DataStores: Made prepared statement index argument for DB2Storage ↵Shauren
constructor required
2015-03-03Tools/Map extractor: Updated dbc file listShauren
2015-03-04Core/PacketIO: Sync with wpp and enable some opcodesVincent-Michael
2015-03-01Core/PacketIO: Sync with wppEpicurus4
2015-03-01Core/PacketIO: Sync with wppEpicurus4
2015-03-01Core/PacketIO: Sync with wpp and enable some opcodesVincent-Michael
2015-03-01Core/PacketIO: Sync with wppEpicurus4
2015-03-01Core/PacketIO: Sync with wpp and enable some opcodesVincent-Michael
2015-03-01Core/PacketIO: Sync with wpp and enable some opcodesVincent-Michael
2015-03-01Fix non pch buildGacko
2015-03-01Core/PacketIO: Sync with wpp and enable some opcodesVincent-Michael
2015-03-01Core/Spells: Update SpellCastResult for 6.1.0Vincent-Michael
2015-03-01Core/PacketIO: Update SpellTargetData for 6.1.0Vincent-Michael
2015-03-01Core/Unit: Added missing update for UpdateFieldFlagsVincent-Michael
2015-03-01Core/PacketIO: Update more opcodes for 6.1.0Vincent-Michael
2015-03-01SQL: Remove failVincent-Michael
2015-03-01Core/Misc: Update base stuff for V6.1.0 build 19702Vincent-Michael
2015-02-25Core/DataStores: Fixed out of bounds array access in DBStorageIteratorShauren
2015-02-24Core/PacketIO: Removed timezone adjustments from ReadPackedTime - player's ↵Shauren
session timezone offset should be used there, not server offset
2015-02-24Build warning fixes: field will be initialized after ...Shauren
2015-02-24Build fixShauren
2015-02-23Merge pull request #14236 from Golrag/Notification1Duarte Duarte
Core/Packets: SMSG_NOTIFICATION
2015-02-23Core/PacketIO: Handle ConnectToFailed and allow the client to reconnect up ↵Shauren
to 5 times before aborting login to world Closes #14214
2015-02-23Core/Packets: SMSG_NOTIFICATIONGolrag
2015-02-23Core/Cosmetic: Use DEFINE_HANDLER to mark implemented packets processed ↵Shauren
directly in WorldSocket
2015-02-23Merge pull request #14234 from Golrag/ExplorationDuarte Duarte
Core/Packets: SMSG_EXPLORATION_EXPERIENCE
2015-02-22Buildsystem/Genrev: Fixed revision generator not reading existing cmake ↵Shauren
cache variables
2015-02-22Core/Packets: SMSG_EXPLORATION_EXPERIENCEGolrag
2015-02-22Core/Database: Removed locales_item from world database (use ↵Shauren
item_sparse_locale in hotfixes database)
2015-02-22Core/Packets: Fix a typo in WriteCreateObjectSplineDataBlockDuarte Duarte
2015-02-22Merge pull request #14226 from Golrag/MirrorTimerDuarte Duarte
Core/Packets: SMSG_START_MIRROR_TIMER & SMSG_STOP_MIRROR_TIMER & SMSG_PAUSE_MIRROR_TIMER
2015-02-22Core/Packets:Golrag
* SMSG_START_MIRROR_TIMER * SMSG_STOP_MIRROR_TIMER * SMSG_PAUSE_MIRROR_TIMER -- not used