| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Update PetAI.cpp | RelevantJesse | |
| Pulled check for IsReady to outside of the IsPositive check | |||
| 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 | Core/Misc: Fixing warnings detected by Visual Studio 2015 compiler | Shauren | |
| 2015-07-20 | Fix non pch. | Gacko | |
| 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-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 | Core/SAI: Fix an issue in IsTextValid when using guids | DDuarte | |
| Fixes #15122 | |||
| 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 | |||
| 2015-07-19 | Core: Remove whitespaces | Vincent-Michael | |
| 2015-07-19 | Core/Misc: Added new error logs for gameobject_questitem / ↵ | Vincent-Michael | |
| creature_questitem tables | |||
| 2015-07-19 | Core/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-19 | Merge pull request #15036 from tkrokli/dk_wandering_plague | mik1893 | |
| Core/Spells: remove incorrect PvP combat state (cherry picked from commit 9889e6f73009c9d4b83d73dbe8e9dda658e0f9a2) Conflicts: src/server/game/Spells/SpellMgr.cpp | |||
| 2015-07-19 | Merge pull request #14974 from pete318/stealth_work | mik1893 | |
| 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-19 | Merge pull request #14883 from tkrokli/omen_of_clarity | mik1893 | |
| [3.3.5] Core/Spells: Avoid losing spell mod auras when check on spellcast fails (cherry picked from commit 35f0d8e9c1e89c3095c82e0dd89d9f8f08f288a3) | |||
| 2015-07-19 | Merge pull request #15092 from robinsch/shamanT10enhancement | Rushor | |
| Core/Spells: Enhancement Shaman T10 4P bonus set closes #15090 (cherry picked from commit ab0c0b7cb89c3693b2ce8e8f64a6ea16d9408b27) | |||
| 2015-07-19 | Core/PacketIO: Updated and enabled spell packets | Shauren | |
| 2015-07-18 | Core/Misc: Update game object template locale in simple system | Vincent-Michael | |
| 2015-07-18 | Core/PacketIO: Updated spell packets | Shauren | |
| 2015-07-16 | Core/Pets: Hunter pet levels are synced with the player's level in 6.x | myran2 | |
| 2015-07-16 | Core/PacketIO: updated CMSG_SUMMON_RESPONSE | MitchesD | |
| 2015-07-16 | Core/Spells: Defined new spell attribute | Shauren | |
| 2015-07-15 | Core/Threading: Clarified comment on ProducerConsumerQueue::WaitAndPop | Shauren | |
| 2015-07-15 | Fix warning (build) | DDuarte | |
| 2015-07-15 | Scripts/Commands: Allow .maxskill to be used with self or selected player | duhow | |
| Closes #15064 (cherry picked from commit cec97f168c1179796493fb13b978aaf1cea1d6e1) | |||
| 2015-07-15 | Core/Chat: Updated item chat link format | Shauren | |
| 2015-07-14 | Core/Players: Fixed tooltip values for melee spells | Shauren | |
| Closes #14554 | |||
| 2015-07-13 | Warning fix | Shauren | |
| 2015-07-13 | Core/PacketIO: Updated garrison opcodes | Shauren | |
| 2015-07-12 | Core/PacketIO: Updated and enabled barber shop opcodes | Vincent-Michael | |
| 2015-07-12 | Spell Script for quests Among the Champions and The Grand Melee | sirikfoll | |
| 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-12 | Scripts/Oculus: Implemented Drake GPS system | Mik1893 | |
| (cherry picked from commit 409c8e406df29a3ce4527822f1f65c8b0184ef6a) | |||
| 2015-07-12 | Core/PacketIO: Enabled more opcodes | Vincent-Michael | |
| 2015-07-12 | Core/PacketIO: Enabled auction opcodes | Vincent-Michael | |
| 2015-07-12 | Scripts/Spells: Cherry-pick multiple commits related to Midsummer | DDuarte | |
| 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 | |||
