aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-21Update PetAI.cppRelevantJesse
Pulled check for IsReady to outside of the IsPositive check
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-21Core/Misc: Fixing warnings detected by Visual Studio 2015 compilerShauren
2015-07-20Fix non pch.Gacko
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-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-19Core/SAI: Fix an issue in IsTextValid when using guidsDDuarte
Fixes #15122
2015-07-19Core/PacketIO: CMSG_SPELL_CLICKGolrag
2015-07-19Core/Players: Fix being able to water walk after being revivedNekroman
Closes #10950 Fixes #11323
2015-07-19Core: Remove whitespacesVincent-Michael
2015-07-19Core/Misc: Added new error logs for gameobject_questitem / ↵Vincent-Michael
creature_questitem tables
2015-07-19Core/Globals: Rename AddCreData -> AddCreatureData and MoveCreData -> ↵DDuarte
MoveCreatureData (cherry picked from commit 5ceb3fd0ab3644f9515e11dea36f7b00316e4136) Conflicts: src/server/game/Globals/ObjectMgr.cpp src/server/game/Globals/ObjectMgr.h src/server/game/OutdoorPvP/OutdoorPvP.cpp
2015-07-19Merge pull request #15036 from tkrokli/dk_wandering_plaguemik1893
Core/Spells: remove incorrect PvP combat state (cherry picked from commit 9889e6f73009c9d4b83d73dbe8e9dda658e0f9a2) Conflicts: src/server/game/Spells/SpellMgr.cpp
2015-07-19Merge pull request #14974 from pete318/stealth_workmik1893
Stealth changes (Player stealthed vs NPCs) - 3.3.5 (cherry picked from commit 90fcfb3f2d71e15d162cb52b915b53a11bc42212) Conflicts: src/server/game/Entities/Object/Object.h src/server/game/Entities/Unit/Unit.cpp
2015-07-19Merge pull request #14883 from tkrokli/omen_of_claritymik1893
[3.3.5] Core/Spells: Avoid losing spell mod auras when check on spellcast fails (cherry picked from commit 35f0d8e9c1e89c3095c82e0dd89d9f8f08f288a3)
2015-07-19Merge pull request #15092 from robinsch/shamanT10enhancementRushor
Core/Spells: Enhancement Shaman T10 4P bonus set closes #15090 (cherry picked from commit ab0c0b7cb89c3693b2ce8e8f64a6ea16d9408b27)
2015-07-19Core/PacketIO: Updated and enabled spell packetsShauren
2015-07-18Core/Misc: Update game object template locale in simple systemVincent-Michael
2015-07-18Core/PacketIO: Updated spell packetsShauren
2015-07-16Core/Pets: Hunter pet levels are synced with the player's level in 6.xmyran2
2015-07-16Core/PacketIO: updated CMSG_SUMMON_RESPONSEMitchesD
2015-07-16Core/Spells: Defined new spell attributeShauren
2015-07-15Core/Threading: Clarified comment on ProducerConsumerQueue::WaitAndPopShauren
2015-07-15Fix warning (build)DDuarte
2015-07-15Scripts/Commands: Allow .maxskill to be used with self or selected playerduhow
Closes #15064 (cherry picked from commit cec97f168c1179796493fb13b978aaf1cea1d6e1)
2015-07-15Core/Chat: Updated item chat link formatShauren
2015-07-14Core/Players: Fixed tooltip values for melee spellsShauren
Closes #14554
2015-07-13Warning fixShauren
2015-07-13Core/PacketIO: Updated garrison opcodesShauren
2015-07-12Core/PacketIO: Updated and enabled barber shop opcodesVincent-Michael
2015-07-12Spell Script for quests Among the Champions and The Grand Meleesirikfoll
Solves issues with the credit spells hitting the mount instead of the player itself. (cherry picked from commit 5bbd7cff4c98b59673d03416e6fff83d7db4d950) Conflicts: sql/updates/world/2015_07_11_00_world.sql
2015-07-12Scripts/Oculus: Implemented Drake GPS systemMik1893
(cherry picked from commit 409c8e406df29a3ce4527822f1f65c8b0184ef6a)
2015-07-12Core/PacketIO: Enabled more opcodesVincent-Michael
2015-07-12Core/PacketIO: Enabled auction opcodesVincent-Michael
2015-07-12Scripts/Spells: Cherry-pick multiple commits related to MidsummerDDuarte
Merge pull request #14776 from sirikfoll/SpellMidsummer Core/Spells Add support for quest Torch Tossing/More Torch Tossing (cherry picked from commit 8197467c8787397ff58cd77e8a03a22b8654cac0) by sirikfoll --- Rename 2015_08_29_00_world.sql to 2015_06_23_01_world.sql (cherry picked from commit 352703e89b5b707f541340c3f1ee6bcac0801278) by MitchesD --- Scripts/Spells: fix codestyle thanks @whoami (cherry picked from commit 0cba5558cf1149e2dc04a50858b00652ed3e31af) by MitchesD