aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-24DB/SAI: Update Darkshorecooler-SAI
* updates #15127
2015-07-24DB/Misc: Fixup ImportRushor
2015-07-24DB/Misc: Fixup 2 RuntimeerrorsRushor
(cherry picked from commit e2974746aed7cbcb6112ac7a1fa27137316d22e2) Conflicts: sql/updates/world/2015_07_21_00_world.sql
2015-07-24DB/Pathing: Dragonblight - Lights Trust + Jintha'kalar + Border Zone to Zul'DrakRushor
* also spawn missing Creatures for Border Zone to Zul'Drak (cherry picked from commit 0350088fd231a4727890d4a2955798e8655fe796)
2015-07-24DB/Pathing: Dragonblight - Scarlet PointRushor
(cherry picked from commit 51118b07cf6b3f401b27ddc7e697addcc99d9e0b)
2015-07-24DB/SAI: Frigid NecromancerRushor
* some creatures near the Shrine should always cast this channel (cherry picked from commit 5a2452f7d6a85a767e151c8ab5784da693d79286)
2015-07-24DB/Pathing: Dragonblight - JortunRushor
(cherry picked from commit 1048de52bd08fa611ad6ae2a076bd167bfef26de)
2015-07-24DB/Creature: Crystalline Ice Giant - Add missing 'Boulder Miss'-EmotesRushor
(cherry picked from commit ab42772f8e2798dfa104cb9c7a0c44800c1f91b1) Conflicts: sql/updates/world/2015_07_19_01_world.sql
2015-07-24Correctly displaying error message at cmake's configure stage when libZMQ ↵David Carlos Manuelda
has not been found
2015-07-23DB/SAI: Update Mulgorecooler-SAI
* updates #15127
2015-07-23DB/GameObjects: added some more gameobjects for Wandering IsleMitchesD
* each class has different gameobjects for first quests, phase area will be included in the future, when I finish first quests
2015-07-23Core/PacketIO: updated SMSG_CONVERT_RUNE and SMSG_RESYNC_RUNESMitchesD
2015-07-23DB/NPC: Add Missing npcs on TirisfalKillyana
2015-07-23Fix non pch build for Visual Studio 2015 compilerVincent-Michael
2015-07-23Misc: Removed tabsShauren
2015-07-22Core/Misc: Add a few consts to methodsDDuarte
2015-07-22DB/SAI: Update Eversong Woodscooler-SAI
* closes #15146 * updates #15127
2015-07-22DB/Creature: Durotar - Update Emotes + Paths for Sen'jinRushor
2015-07-22Fix non pch build.Gacko
2015-07-22Core/Scripts: converted leftover of SMSG_CONTROL_UPDATEMitchesD
* forgot in my last commit, thanks joschi for notice
2015-07-22DB/Model: Fixup ImpmodelSar777
* closes #15142
2015-07-22DB/SAI: Update Durotarcooler-SAI
* updates #15127
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)