| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-09-19 | Core/Spells: Removed handling of deprecated spell attribute | Shauren | |
| Closes #17936 | |||
| 2016-09-18 | Core/Garrison: Defined new follower status flag | Shauren | |
| 2016-09-18 | Core/DataStores: Updated DB2 version checks to 7.0.3 (22594). (#17949) | Software Engineer | |
| 2016-09-17 | Core/DataStores: Fixed loading hotfix locales when default locale set in ↵ | Shauren | |
| worldserver.conf is not enUS | |||
| 2016-09-16 | Core/Creatures: Fixed visuals for spells cast by creatures that have ↵ | Shauren | |
| missile/travel time Closes #17950 | |||
| 2016-09-15 | Core/Scripts: Fix a crash when swapping creatures with pending vehicle join ↵ | Naios | |
| events. * Closes #17833 (cherry picked from commit 600e0be7e1f1654a2223ef22559dbd3adb6b100a) | |||
| 2016-09-15 | Core/Scripts: Fix a crash when adding/removing objects from the map while ↵ | Naios | |
| swapping * Ref #17833 (cherry picked from commit 79adaf4ee06d9ea556edc108fa448d87f0f3b57d) | |||
| 2016-09-14 | Core/Garrison: Add all garrison error codes | Shauren | |
| 2016-09-13 | Core/Garrison: Defined more garrison follower ability flags | Shauren | |
| 2016-09-12 | Core/Achievements: Minimize branch differences | Shauren | |
| 2016-09-11 | Core/Movement: Changed movement flags2 to uint32 | Shauren | |
| 2016-09-11 | Core/Movement: Implemented double jump | Shauren | |
| 2016-09-10 | Core/Items: Removed invalid item bind type 5 | Shauren | |
| 2016-09-10 | Core/Creatures: Defined CREATURE_DIFFICULTYFLAGS_UNK4 as ↵ | Kinzcool | |
| CREATURE_DIFFICULTYFLAGS_NO_CORPSE_UPON_DEATH | |||
| 2016-09-09 | Core/Enums: Added my creaturedifficulty flags research | Kinzcool | |
| 2016-09-09 | Core/Items: Defined all item flags | Shauren | |
| 2016-09-08 | Core/Players: Fixed new created characters starting in wrong specialization | Shauren | |
| Closes #17913 | |||
| 2016-09-07 | DB/Creatures: Fixed the health of creatures over level 105 | Kinzcool | |
| 2016-09-07 | Core/Items: Implement proper flag to check for real time duration (instead ↵ | Shauren | |
| of played time) on items with limited duration | |||
| 2016-09-06 | Core/PacketIO: Defined smaller limits for incoming array sizes in client ↵ | Shauren | |
| packets (default is 1000) | |||
| 2016-09-06 | Core/Creatures: Load expansion data from `HealthScalingExpansion` column ↵ | Kinzcool | |
| instead of the now-deprecated `exp` one | |||
| 2016-09-05 | Core/PacketIO: Replace std::list uses with std::vector in packets | Shauren | |
| 2016-09-04 | Core/Items: Add missing nullptr check in ↵ | Shauren | |
| WorldSession::HandleConfirmArtifactRespec | |||
| 2016-09-03 | Core/Items: Fixed feral form model not updating when equipping/removing artifact | Shauren | |
| 2016-09-03 | Core/Commands: Fixed build | Vincent-Michael | |
| 2016-09-03 | Core/Commands: Implement .neargraveyard (find nearest graveyard from dbc). ↵ | xjose93 | |
| (#17301) (cherry picked from commit e2c01899272d1e6c6bbf990676b818cceaf18c9c) | |||
| 2016-09-03 | Core/PacketIO: Updated SMSG_QUERY_CREATURE_RESPONSE for 7.0.3 | Vincent-Michael | |
| 2016-09-03 | Scripts/Commands: Small QoL adjustments | treeston | |
| - .debug hostil now shows spawn ID (DBGUID) in addition to current GUID (so you can .go creature to it) - .npc temp now takes an additional argument before the creature entry that determines whether the spawned creature instantly despawns upon death. Default is instant despawn (current behavior). - Add .npc evade command. - Add .pet level command. - .server shutdown and .server restart now fail with an error message if time is below a config var (GM.ForceShutdownThreshold, default 30s) as long as another player is connected. - New commands .server shutdown force and .server restart force bypass this limitation. (cherry picked from commit 0e1eb460d687e545f95caf0f38a16c3feb7132a3) | |||
| 2016-09-01 | Core/Random: Remove no longer needed hack for VS 2013 | Shauren | |
| 2016-08-31 | Core/PacketIO: Enable SMSG_WHO | Shauren | |
| Closes #17712 | |||
| 2016-08-30 | Core: Set default expansion to Legion. | Shauren | |
| 2016-08-29 | Core/Define: Remove the conditional macro for constexpr. | Naios | |
| * Not needed anymore since the requirements were raised to MSVC 2015. (cherry picked from commit da3c03a48bdf0ef4add6aa1f718ca761afeaebbb) | |||
| 2016-08-29 | Core/Common: Correct the linking of localeNames | Naios | |
| (cherry picked from commit 13e5817417f48374ff460c5ccdc5f149a1ae8791) | |||
| 2016-08-29 | Core/Unit: Force cancel unit events before invalidating the object on ↵ | Naios | |
| destruction * Closes #16675 (cherry picked from commit 0c97ef5f74ecd30a16965719b857d0ba71580fbf) | |||
| 2016-08-29 | Core/GameObject: added possibilty for gameobjects to contain money loot. | ariel- | |
| Updates #14564 (cherry picked from commit b091415c03ffbfb5a7534d6b087101b15640fae7) Conflicts: src/server/game/Globals/ObjectMgr.cpp Core/GameObject: migrated non-WDB fields to new gameobject_template_addon table (cherry picked from commit bd4bf0a73fa29701835176ce757e2fb498b39cdc) Conflicts: src/server/game/Globals/ObjectMgr.cpp Core/GameObject: cache pointer to GameObjectTemplateAddon (cherry picked from commit 33102220e53731ca958b46e87abacdce07e3aa88) Conflicts: src/server/game/Entities/GameObject/GameObject.cpp Core/ObjectMgr: filter out bogus check This restores previous behaviour (cherry picked from commit 7028503e8f80dc5488ea9dbf33f595ef2044001d) Typo fix (cherry picked from commit fe3a0bf7e135cf8ba9035c4d3c271969d2915aaa) | |||
| 2016-08-29 | Core/ObjectMgr: throw some consts and nullptr around | ariel- | |
| (cherry picked from commit 8727048af67f6e416f82b4c8498d9c072069371f) Conflicts: src/server/game/Globals/ObjectMgr.cpp src/server/game/Globals/ObjectMgr.h | |||
| 2016-08-28 | Core/Characters: Implemented demon hunter cinematic at player login | Vincent-Michael | |
| 2016-08-28 | Core/Spells: Updated create healthstone spellid | Vincent-Michael | |
| 2016-08-28 | Core/Quests: Renamed unknown quest objective field | Shauren | |
| 2016-08-28 | Core/DataStores: Implemented TactKey.db2 | Vincent-Michael | |
| 2016-08-27 | Core/Characters: | Vincent-Michael | |
| - Added missing set PLAYER_BYTES_2_OFFSET_CUSTOM_DISPLAY_OPTION for barbershop - Fixed crash | |||
| 2016-08-27 | Core/Commands: Added offline player support for unstuck command | Vincent-Michael | |
| 2016-08-27 | Core/PacketIO: Added CMSG_REQUEST_WORLD_QUEST_UPDATE / ↵ | Vincent-Michael | |
| SMSG_WORLD_QUEST_UPDATE opcodes | |||
| 2016-08-27 | Core/Logging: removed useless log message | joschiwald | |
| 2016-08-27 | Core/Config: Fixed typos in worldserver.conf.dist | joschiwald | |
| 2016-08-27 | Core/Logging: delete old logs of the own realm only | joschiwald | |
| 2016-08-27 | Core/Pets: Fixed client crashes when logging in with a pet active | Shauren | |
| Closes #17848 | |||
| 2016-08-26 | Core/Items: Implemented new item bonus types | Shauren | |
| 2016-08-25 | Core/Players: Implemented new glyph system | Shauren | |
| 2016-08-24 | Update CriteriaHandler.h | Aokromes | |
