| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-01 | Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into Spells | Rat | |
| 2014-12-01 | Merge branch 'Spells' of https://github.com/TrinityCore/TrinityCore into Spells | Rat | |
| 2014-12-01 | Core/Spells: | Rat | |
| - some work on player starting spells and skills - fixed basic spell learning - fixed some spell related datastore loads | |||
| 2014-12-01 | Core/Game: Fix several warnings about wrong data types | Gacko | |
| 2014-12-01 | Core/Misc: Fixed some of the Coverity defects | Intel | |
| 2014-12-01 | Core/Packets: Added CMSG_SET_ACTION_BUTTON packet | Intel | |
| 2014-11-30 | Core: Fixed an old merge mistake | joschiwald | |
| 2014-11-30 | Core/Packets: Added SMSG_MOVE_TELEPORT, SMSG_MOVE_UPDATE_TELEPORT, ↵ | Intel | |
| CMSG_MOVE_TELEPORT_ACK packets | |||
| 2014-11-30 | Core/DBC: Move sPhasesByGroupStore and access method to DB2Stores | Gacko | |
| DB2Stores were not loaded yet at the old position. | |||
| 2014-11-30 | Core/Packets: Added SMSG_SPELL_FAILURE, SMSG_SPELL_FAILED_OTHER, ↵ | Intel | |
| SMSG_SET_FLAT_SPELL_MODIFIER, SMSG_SET_PCT_SPELL_MODIFIER packets | |||
| 2014-11-30 | Core/Units: Updated byte order in UNIT_FIELD_BYTES_0 - fixes weird models | Shauren | |
| Closes #13648 | |||
| 2014-11-30 | Core/Spells: fixed some crashes | Rat | |
| 2014-11-30 | Core/Packets: Added SMSG_LEARNED_SPELLS packet | Intel | |
| 2014-11-30 | Core/Spells: added missing spell effect handler placeholders | Rat | |
| - some cleanup | |||
| 2014-11-30 | Core/Spells: added missing aura effect handler placeholders | Rat | |
| 2014-11-30 | Core/Spells: some work on auras and packets | Rat | |
| 2014-11-30 | Core/Packets: Fixed player movement speed change packets | Intel | |
| 2014-11-30 | Core/Creature: Implemented negative levels for creatures having -1 as expansion | Kinzcool | |
| 2014-11-30 | Core/Packets: Updated some of the movement flag opcodes | Intel | |
| 2014-11-29 | Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into Spells | Rat | |
| 2014-11-29 | Core/Spells: more work on auras | Rat | |
| 2014-11-28 | Core/Spells: fixed Script project building | Rat | |
| 2014-11-27 | Core/ConditionMgr: Add string include | Gacko | |
| Travis/Clang did not complain, GCC seems to do. | |||
| 2014-11-27 | Core/Spells: some crash fixes | Rat | |
| 2014-11-27 | Core/ObjectMgr: Fix log format | Gacko | |
| 2014-11-27 | Fix non pch build | Gacko | |
| 2014-11-27 | Core/Packets: Fixed Item.db2 and Item-sparse.db2 query replies | Intel | |
| 2014-11-26 | README: Update 3.3.5 build status badge | Duarte Duarte | |
| 2014-11-26 | Core: Use the correct function to convert strings to unsigned longs and ↵ | Nayd | |
| unsigned long longs Fixes wrong data being inserted into the database (i.e explored zones). More info in #13493 Fixes #13493 Thanks to @jackpoz for finding the code issue and @Vavehl for an expectional bug report. | |||
| 2014-11-25 | DB/Schema/Auth: Also change `battlenet_accounts`.`os` to varchar(4) | Nayd | |
| Ref 59bb9c20f345544310369f3074fd0e716cc8092c | |||
| 2014-11-25 | Core/Packets: Added SMSG_TRAINER_LIST and fixed build | Intel | |
| 2014-11-24 | Core/Spells: Fix a warning possibly introduced in da5d0da7 | Gacko | |
| 2014-11-24 | Core/Packets: Added the following packets: | Intel | |
| CMSG_BANKER_ACTIVATE CMSG_BINDER_ACTIVATE CMSG_GOSSIP_HELLO CMSG_LIST_INVENTORY CMSG_TRAINER_LIST SMSG_GOSSIP_MESSAGE SMSG_LIST_INVENTORY CMSG_NPC_TEXT_QUERY SMSG_NPC_TEXT_UPDATE Implemented CMSG_DB_QUERY_BULK and SMSG_DB_REPLY and removed unused CMSG_REQUEST_HOTFIX | |||
| 2014-11-24 | travis test build | Rat | |
| 2014-11-24 | Core/Spells: core now builds without scripts project, still not stable | Rat | |
| 2014-11-24 | Core/Packets: Fixed SMSG_EMOTE and SMSG_TEXT_EMOTE | Intel | |
| 2014-11-23 | DB/Schema/Auth: Change `account`.`os` to varchar(4) | Nayd | |
| Windows and Mac 64 bit clients send "Wn64" and "Mc64", respectively, and that does not fit in a varchar(3) | |||
| 2014-11-23 | Core/Spells: Small cleanup in SpellEffectInfo::CalcValue | Shocker | |
| 2014-11-23 | Fix PCH build | Gacko | |
| 2014-11-23 | Scripts/CoS: Added SetDespawnAtFar, fixes Arthas despawning if no players ↵ | Nyeriah | |
| are in range (specially during waves) (cherry picked from commit 0a0e9b196fe3e4db0d807beb17d90895c174ce84) | |||
| 2014-11-23 | Core/Packets: | joschiwald | |
| - updated/enabled CMSG_CHANNEL_DISPLAY_LIST, CMSG_CHANNEL_LIST, CMSG_JOIN_CHANNEL, CMSG_LEAVE_CHANNEL, SMSG_CHANNEL_LIST, SMSG_CHANNEL_NOTIFY_JOINED, SMSG_CHANNEL_NOTIFY_LEFT - updated CMSG_SET_SELECTION - updated CMSG_TUTORIAL_FLAG (removed CMSG_TUTORIAL_CLEAR, CMSG_TUTORIAL_RESET) - fixed null guid in EquipmentSetList - fixed struct of MonsterMove | |||
| 2014-11-22 | Core/Spell: Critical code fix | Rat | |
| 2014-11-22 | Core/Spells: more code updates... | Rat | |
| 2014-11-21 | Core/Spells: Made the loading of the orientation of SPELL_DEST_DB from ↵ | Kinzcool | |
| SpellEffect.dbc | |||
| 2014-11-21 | Scripts/SteamVault: Remove non-selectable flag from access panels once their ↵ | Nyeriah | |
| respective bosses are done (cherry picked from commit e778ee14163a4989b90025f4d83f897a03ae183d) | |||
| 2014-11-21 | Resolve merge conflict | joschiwald | |
| 2014-11-21 | Scripts/SethekkHalls: fixed Talon King Coffer | joschiwald | |
| (cherry picked from commit 716d1404de9d3a5dd6d3c5945f30f48ac544b10c) | |||
| 2014-11-21 | Core/Logging: improved conditions error log messages | joschiwald | |
| (cherry picked from commit d9c6b8fd89514e2b31dc1c4ac6668b5374d51fc1) | |||
| 2014-11-20 | Core/PacketIO: Documented possible values for SMSG_NEW_WORLD reason field | Shauren | |
| 2014-11-20 | Core/PacketIO: Updated SMSG_TRANSFER_PENDING and SMSG_TRANSFER_ABORTED | Shauren | |
