| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-07-22 | DB/Gameobject: Den Cage - Close 'Northwatch Scouts' should attack near Player | Rushor | |
| * more details in http://www.wowhead.com/npc=39215/captured-northwatch-scout#comments | |||
| 2015-07-22 | DB/Creature: Durotar - Startzoneupdates | Rushor | |
| 2015-07-22 | DB/Creature: Valley of Trails - Emotes | Rushor | |
| * also add one missing Path for 'Den Grunt' | |||
| 2015-07-22 | DB/SAI: Zlagk - Emotescript | Rushor | |
| 2015-07-22 | Core/AuctionHouse: Fix misleading log | Aokromes | |
| 2015-07-22 | DB/SAI: Update Azshara | cooler-SAI | |
| * updates #15127 | |||
| 2015-07-22 | Core/Utilities: Add std::chrono::duration overloads to EventMap. | Naios | |
| * makes it possible to write: ```c++ events.ScheduleEvent(1, Seconds(10)); // ... or ... events.ScheduleEvent(2, Minutes(1) + Seconds(20)); // ... or with C++14 support: events.ScheduleEvent(2, 45s); ``` | |||
| 2015-07-22 | Core/Database: Enable perfect forwarding for chat format calls. | Naios | |
| 2015-07-22 | Core/Database: Enable perfect forwarding for database format calls. | Naios | |
| 2015-07-22 | Core/Logging: Enable perfect forwarding for logging format and args. | Naios | |
| * Handle timestamp parsing though cppformat. * Change a wrong forward -> move | |||
| 2015-07-22 | Core/PacketIO: Swapped another pair of opcodes | Shauren | |
| 2015-07-22 | Merge pull request #15135 from Sar777/fix-1 | Shauren | |
| Core/PacketIO: Fix opcode number for CMSG_LF_GUILD_GET_APPLICATIONS, CMSG_GUILD_DELETE. | |||
| 2015-07-21 | Core/PacketIO: updated SMSG_CONTROL_UPDATE | MitchesD | |
| 2015-07-21 | Core/Utilities: Move EventMap into its own source file. | Naios | |
| * Move implementation details to .cpp. | |||
| 2015-07-21 | Core/Utilities: Forward parameters of StringFormat correctly to fmt::sprintf. | Naios | |
| 2015-07-21 | Core/Utilities: Remove global using of std::chrono namespace. | Naios | |
| * never use "using namespace" in header files! | |||
| 2015-07-21 | Core/Utilities: Seperate std::chrono::duration typedefs into its own file. | Naios | |
| * add std::chrono_literals using decl. comment for future usage. | |||
| 2015-07-21 | Core/Collision: Fix race conditions in mmaps | jackpoz | |
| Fix a race condition in MMapManager happening whenever a map was unloaded. GridUnload enabled was required to trigger the race condition. (cherry picked from commit aa042e94c2f76e5735a8f745c3fcb7dd54cf6c0b) Conflicts: src/server/collision/Management/MMapManager.cpp src/server/collision/Management/MMapManager.h | |||
| 2015-07-21 | Core/PacketIO: Fix opcode number for CMSG_LF_GUILD_GET_APPLICATIONS, ↵ | Orion | |
| CMSG_GUILD_DELETE. | |||
| 2015-07-21 | Core/PacketIO: updated SMSG_QUEST_PUSH_RESULT | MitchesD | |
| 2015-07-21 | DB/SAI: Update Deadwind Pass | cooler-SAI | |
| * closes #15130 * updates #15127 | |||
| 2015-07-21 | DB/SAI: Update Azuremyst Isle | CreshandKesh | |
| * base by @cooler-SAI * updates #15127 | |||
| 2015-07-21 | Core/Misc: Fixing warnings detected by Visual Studio 2015 compiler | Shauren | |
| 2015-07-20 | Fix non pch. | Gacko | |
| 2015-07-20 | DB/SAI: Update Ashenvale | cooler-SAI | |
| updates #15127 | |||
| 2015-07-20 | Core/PacketIO: Enabled a few opcodes sent during login | Shauren | |
| 2015-07-20 | Core/Collision: Fix race conditions in vmaps | jackpoz | |
| Fix a race condition in VMapManager2 happening whenever a map was unloaded. GridUnload enabled was required to trigger the race condition. (cherry picked from commit ca7f31c6cdceb7e2921d5d83e1ae22ccb247988d) | |||
| 2015-07-20 | Scripts/VioletHold: Fix build warnings | jackpoz | |
| (cherry picked from commit a22fd7dca5458719ea03612a7a14aa870b6e9199) | |||
| 2015-07-20 | DB/SAI: Update Feralas | Killyana | |
| 2015-07-20 | DB/World: Fix some SAI Startup Errors | Killyana | |
| 2015-07-19 | DB/SAI: Update Zul'Farrak | cooler-SAI | |
| 2015-07-19 | Merge pull request #14946 from AriDEV/6.x | Duarte Duarte | |
| Core/Entities: Update for CombatRatings. | |||
| 2015-07-19 | Scripts/ScarletEnclave: Add weapons to Unworthy Initiate | lafoniz | |
| Closes #14954 Closes #14955 | |||
| 2015-07-19 | Core/SAI: Fix some weird code in SmartAIMgr::IsTextValid | DDuarte | |
| Additions to cb0e6cac63638fd229cce16c341c6d3d2d77d0d9 | |||
| 2015-07-19 | DB/Quests: Updated quest_template to 6.2.0.20253 no.4 | Vincent-Michael | |
| 2015-07-19 | tabsss... | Carbenium | |
| 2015-07-19 | DB/Vendors: Adjust size of PlayerConditionID in npc_vendor to INT(10) ↵ | Carbenium | |
| UNSIGNED since it is a db2 index | |||
| 2015-07-19 | Core/SAI: Fix an issue in IsTextValid when using guids | DDuarte | |
| Fixes #15122 | |||
| 2015-07-19 | DB/Quests: Updated quest_template to 6.2.0.20253 no.3 | Vincent-Michael | |
| 2015-07-19 | DB/Vendors: Add PlayerConditionID and IgnoreFiltering fields to npc_vendor | Carbenium | |
| 2015-07-19 | DB/Quests: Fix Mount Hyjal board quests | Miha Penger | |
| - Warchief's Command: Mount Hyjal! (27721) - Hero's Call: Mount Hyjal! (27726) Closes TrinityCore/TDB_4.3.4_NLU#337 | |||
| 2015-07-19 | DB/Quests: Added missing quest poi again back and updated quest_poi to ↵ | Vincent-Michael | |
| 6.2.0.20253 Note: Pls no touch this table (bruteforce data) | |||
| 2015-07-19 | DB/Vendors: Complete T11 vendors in Orgrimmar and Stormwind | Northstrider | |
| Closes TrinityCore/TDB_4.3.4_NLU#325 | |||
| 2015-07-19 | DB/GOs: Add some gameobject quest spawns for Guilneas | nkaren | |
| Quests: I Can't Wear This, Grandma's Lost It Alright and Salvage the Supplies Closes #13346 Closes #13347 Closes #13348 | |||
| 2015-07-19 | DB/SAI: Sand Scavenger + Stonehide Riverbeast | Rushor | |
| * seem to be the only attackable creatures in Stormshield in that zone | |||
| 2015-07-19 | DB/Creature: WoD - Stormshield Vendors | Rushor | |
| * also add one missing path * also add Script for training dummies | |||
| 2015-07-19 | DB/Creature: WoD - Stormshield - Update Creaturetemplate Values | Rushor | |
| * by @robinsch | |||
| 2015-07-19 | Merge pull request #15118 from Golrag/SpellClick | MitchesD | |
| Core/PacketIO: CMSG_SPELL_CLICK | |||
| 2015-07-19 | Core/PacketIO: CMSG_SPELL_CLICK | Golrag | |
| 2015-07-19 | Core/Players: Fix being able to water walk after being revived | Nekroman | |
| Closes #10950 Fixes #11323 | |||
