aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-22DB/Gameobject: Den Cage - Close 'Northwatch Scouts' should attack near PlayerRushor
* more details in http://www.wowhead.com/npc=39215/captured-northwatch-scout#comments
2015-07-22DB/Creature: Durotar - StartzoneupdatesRushor
2015-07-22DB/Creature: Valley of Trails - EmotesRushor
* also add one missing Path for 'Den Grunt'
2015-07-22DB/SAI: Zlagk - EmotescriptRushor
2015-07-22Core/AuctionHouse: Fix misleading logAokromes
2015-07-22DB/SAI: Update Azsharacooler-SAI
* updates #15127
2015-07-22Core/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-22Core/Database: Enable perfect forwarding for chat format calls.Naios
2015-07-22Core/Database: Enable perfect forwarding for database format calls.Naios
2015-07-22Core/Logging: Enable perfect forwarding for logging format and args.Naios
* Handle timestamp parsing though cppformat. * Change a wrong forward -> move
2015-07-22Core/PacketIO: Swapped another pair of opcodesShauren
2015-07-22Merge pull request #15135 from Sar777/fix-1Shauren
Core/PacketIO: Fix opcode number for CMSG_LF_GUILD_GET_APPLICATIONS, CMSG_GUILD_DELETE.
2015-07-21Core/PacketIO: updated SMSG_CONTROL_UPDATEMitchesD
2015-07-21Core/Utilities: Move EventMap into its own source file.Naios
* Move implementation details to .cpp.
2015-07-21Core/Utilities: Forward parameters of StringFormat correctly to fmt::sprintf.Naios
2015-07-21Core/Utilities: Remove global using of std::chrono namespace.Naios
* never use "using namespace" in header files!
2015-07-21Core/Utilities: Seperate std::chrono::duration typedefs into its own file.Naios
* add std::chrono_literals using decl. comment for future usage.
2015-07-21Core/Collision: Fix race conditions in mmapsjackpoz
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-21Core/PacketIO: Fix opcode number for CMSG_LF_GUILD_GET_APPLICATIONS, ↵Orion
CMSG_GUILD_DELETE.
2015-07-21Core/PacketIO: updated SMSG_QUEST_PUSH_RESULTMitchesD
2015-07-21DB/SAI: Update Deadwind Passcooler-SAI
* closes #15130 * updates #15127
2015-07-21DB/SAI: Update Azuremyst IsleCreshandKesh
* base by @cooler-SAI * updates #15127
2015-07-21Core/Misc: Fixing warnings detected by Visual Studio 2015 compilerShauren
2015-07-20Fix non pch.Gacko
2015-07-20DB/SAI: Update Ashenvalecooler-SAI
updates #15127
2015-07-20Core/PacketIO: Enabled a few opcodes sent during loginShauren
2015-07-20Core/Collision: Fix race conditions in vmapsjackpoz
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-20Scripts/VioletHold: Fix build warningsjackpoz
(cherry picked from commit a22fd7dca5458719ea03612a7a14aa870b6e9199)
2015-07-20DB/SAI: Update FeralasKillyana
2015-07-20DB/World: Fix some SAI Startup ErrorsKillyana
2015-07-19DB/SAI: Update Zul'Farrakcooler-SAI
2015-07-19Merge pull request #14946 from AriDEV/6.xDuarte Duarte
Core/Entities: Update for CombatRatings.
2015-07-19Scripts/ScarletEnclave: Add weapons to Unworthy Initiatelafoniz
Closes #14954 Closes #14955
2015-07-19Core/SAI: Fix some weird code in SmartAIMgr::IsTextValidDDuarte
Additions to cb0e6cac63638fd229cce16c341c6d3d2d77d0d9
2015-07-19DB/Quests: Updated quest_template to 6.2.0.20253 no.4Vincent-Michael
2015-07-19tabsss...Carbenium
2015-07-19DB/Vendors: Adjust size of PlayerConditionID in npc_vendor to INT(10) ↵Carbenium
UNSIGNED since it is a db2 index
2015-07-19Core/SAI: Fix an issue in IsTextValid when using guidsDDuarte
Fixes #15122
2015-07-19DB/Quests: Updated quest_template to 6.2.0.20253 no.3Vincent-Michael
2015-07-19DB/Vendors: Add PlayerConditionID and IgnoreFiltering fields to npc_vendorCarbenium
2015-07-19DB/Quests: Fix Mount Hyjal board questsMiha Penger
- Warchief's Command: Mount Hyjal! (27721) - Hero's Call: Mount Hyjal! (27726) Closes TrinityCore/TDB_4.3.4_NLU#337
2015-07-19DB/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-19DB/Vendors: Complete T11 vendors in Orgrimmar and StormwindNorthstrider
Closes TrinityCore/TDB_4.3.4_NLU#325
2015-07-19DB/GOs: Add some gameobject quest spawns for Guilneasnkaren
Quests: I Can't Wear This, Grandma's Lost It Alright and Salvage the Supplies Closes #13346 Closes #13347 Closes #13348
2015-07-19DB/SAI: Sand Scavenger + Stonehide RiverbeastRushor
* seem to be the only attackable creatures in Stormshield in that zone
2015-07-19DB/Creature: WoD - Stormshield VendorsRushor
* also add one missing path * also add Script for training dummies
2015-07-19DB/Creature: WoD - Stormshield - Update Creaturetemplate ValuesRushor
* by @robinsch
2015-07-19Merge pull request #15118 from Golrag/SpellClickMitchesD
Core/PacketIO: CMSG_SPELL_CLICK
2015-07-19Core/PacketIO: CMSG_SPELL_CLICKGolrag
2015-07-19Core/Players: Fix being able to water walk after being revivedNekroman
Closes #10950 Fixes #11323