Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-07 | Scripts/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-07 | Fixed typo in 1dc60e8717bddab2a6bc39779a53e83c9fa3b339 | joschiwald | |
2015-03-07 | Core/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-07 | Scripts/Nexus: commanders converted from SAI to C++ | MitchesD | |
(cherry picked from commit 5009d67f0c0dd90131ac6f81299e3719e2690ca1) | |||
2015-03-07 | DB/Spells: assign spellscript to some clone spells (also fixes an startup error) | joschiwald | |
2015-03-07 | Scripts/Rotface: moved mutated infection removal handling to spellscripts to ↵ | joschiwald | |
fix an startup error | |||
2015-03-07 | Merge pull request #14297 from Luzifix/6.x | Duarte Duarte | |
Core/PacketIO: Update CMSG_REORDER_CHARACTERS for 6.1 | |||
2015-03-06 | Core/Packets: updated & enabled SMSG_LEVELUP_INFO | MitchesD | |
2015-03-06 | Core/DataStores: Added an extra safeguard for loading db2 hotfix locale ↵ | Shauren | |
tables - invalid row will no longer cause crashes | |||
2015-03-06 | Core/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-06 | Core/Player: fixed some leftovers in db after player delete | joschiwald | |
* character_arena_stats * character_battleground_random * character_cuf_profiles * character_currency * character_stats * character_void_storage | |||
2015-03-05 | Core/PacketIO: Update CMSG_REORDER_CHARACTERS for 6.1 | Luzifix | |
2015-03-04 | Tools/Map extractor: Corrected letter case in gtOCTHpPerStamina.dbc | Shauren | |
2015-03-04 | Merge pull request #14291 from DJScias/6.x | Duarte Duarte | |
Core/PacketIO: Update some opcodes for 6.1.0 | |||
2015-03-04 | Core/PacketIO: Update some opcodes for 6.1.0 | DJScias | |
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-04 | Core/Crypto: Fixed output of BigNumber::AsByteArray when generated array is ↵ | Shauren | |
shorter than requested size (cherry picked from commit e52b46abba9250c611312a891fda0adaccce0f0c) | |||
2015-03-04 | Deps/CascLib: Updated to ↵ | Shauren | |
ladislav-zezula/CascLib@d1d617d4feecd39bae049e19b0e217a1a84bedc6 | |||
2015-03-04 | Core/DataStores: Updated dbc structures to 6.1 | Shauren | |
2015-03-04 | Core/DataStores: Made prepared statement index argument for DB2Storage ↵ | Shauren | |
constructor required | |||
2015-03-03 | Tools/Map extractor: Updated dbc file list | Shauren | |
2015-03-04 | Core/PacketIO: Sync with wpp and enable some opcodes | Vincent-Michael | |
2015-03-01 | Core/PacketIO: Sync with wpp | Epicurus4 | |
2015-03-01 | Core/PacketIO: Sync with wpp | Epicurus4 | |
2015-03-01 | Core/PacketIO: Sync with wpp and enable some opcodes | Vincent-Michael | |
2015-03-01 | Core/PacketIO: Sync with wpp | Epicurus4 | |
2015-03-01 | Core/PacketIO: Sync with wpp and enable some opcodes | Vincent-Michael | |
2015-03-01 | Core/PacketIO: Sync with wpp and enable some opcodes | Vincent-Michael | |
2015-03-01 | Fix non pch build | Gacko | |
2015-03-01 | Core/PacketIO: Sync with wpp and enable some opcodes | Vincent-Michael | |
2015-03-01 | Core/Spells: Update SpellCastResult for 6.1.0 | Vincent-Michael | |
2015-03-01 | Core/PacketIO: Update SpellTargetData for 6.1.0 | Vincent-Michael | |
2015-03-01 | Core/Unit: Added missing update for UpdateFieldFlags | Vincent-Michael | |
2015-03-01 | Core/PacketIO: Update more opcodes for 6.1.0 | Vincent-Michael | |
2015-03-01 | SQL: Remove fail | Vincent-Michael | |
2015-03-01 | Core/Misc: Update base stuff for V6.1.0 build 19702 | Vincent-Michael | |
2015-02-25 | Core/DataStores: Fixed out of bounds array access in DBStorageIterator | Shauren | |
2015-02-24 | Core/PacketIO: Removed timezone adjustments from ReadPackedTime - player's ↵ | Shauren | |
session timezone offset should be used there, not server offset | |||
2015-02-24 | Build warning fixes: field will be initialized after ... | Shauren | |
2015-02-24 | Build fix | Shauren | |
2015-02-23 | Merge pull request #14236 from Golrag/Notification1 | Duarte Duarte | |
Core/Packets: SMSG_NOTIFICATION | |||
2015-02-23 | Core/PacketIO: Handle ConnectToFailed and allow the client to reconnect up ↵ | Shauren | |
to 5 times before aborting login to world Closes #14214 | |||
2015-02-23 | Core/Packets: SMSG_NOTIFICATION | Golrag | |
2015-02-23 | Core/Cosmetic: Use DEFINE_HANDLER to mark implemented packets processed ↵ | Shauren | |
directly in WorldSocket | |||
2015-02-23 | Merge pull request #14234 from Golrag/Exploration | Duarte Duarte | |
Core/Packets: SMSG_EXPLORATION_EXPERIENCE | |||
2015-02-22 | Buildsystem/Genrev: Fixed revision generator not reading existing cmake ↵ | Shauren | |
cache variables | |||
2015-02-22 | Core/Packets: SMSG_EXPLORATION_EXPERIENCE | Golrag | |
2015-02-22 | Core/Database: Removed locales_item from world database (use ↵ | Shauren | |
item_sparse_locale in hotfixes database) | |||
2015-02-22 | Core/Packets: Fix a typo in WriteCreateObjectSplineDataBlock | Duarte Duarte | |
2015-02-22 | Merge pull request #14226 from Golrag/MirrorTimer | Duarte Duarte | |
Core/Packets: SMSG_START_MIRROR_TIMER & SMSG_STOP_MIRROR_TIMER & SMSG_PAUSE_MIRROR_TIMER | |||
2015-02-22 | Core/Packets: | Golrag | |
* SMSG_START_MIRROR_TIMER * SMSG_STOP_MIRROR_TIMER * SMSG_PAUSE_MIRROR_TIMER -- not used |