| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-10-30 | DB/Quest: The Thane of Voldrune | Killyana | |
| Closes #1006 | |||
| 2015-10-29 | Core/World: Store account id in CharacterInfo to reduce the amount of ↵ | Shauren | |
| database queries (cherry picked from commit aaaa1c34410c160c7b0382f5ecdb39fa01ba007c) | |||
| 2015-10-29 | Core/Crash reporting: Fixed windows version detection for 8.1 and newer | Shauren | |
| (cherry picked from commit 4c866a0af0ffe1828c5694de7ef7007cefb46966) | |||
| 2015-10-29 | Core/Players: Check if player can enter the instance during login before ↵ | Shauren | |
| trying to add him to map * Fixes name displaying as "Unknown" (cherry picked from commit 45994a177c128dc83ea01b0697377f7b74b5c4ba) | |||
| 2015-10-29 | Warning fixes | Shauren | |
| (cherry picked from commit 82db416b5d4825f24da1ad92e771d6567750f649) | |||
| 2015-10-29 | Core/Tools: Fix brutal linking in mmaps extractor. | Naios | |
| * caused warnings with shared linking * ref #15671 (cherry picked from commit 13654bac2c41b2971915e706b5304a3ce6089a47) | |||
| 2015-10-29 | Core/Build: Never overwrite the msvc cxx flags in the cache | Naios | |
| * Setting all compiler flags in the cache led to circular bloating of msvc cxx parameters (was visible in console) which caused MSVC to rebuild the whole solution even on a small CMake change. It's not neccessary anyway to set the cxx parameters to the cache to take effect. * I'm not sure if the workarround is still needed for MSVC 12+. * Cleaning the CMake cache is recommended! * ref #15671 (cherry picked from commit 0946fcf2aa35ebe0b8db07813315e3d6546b9d31) | |||
| 2015-10-29 | Core/Misc: Removed manually defined ObjectGuid copy/move constructors. This ↵ | Shauren | |
| will cause the compiler to automatically generate trivial constructors allowing them to be treated as simple integers (cherry picked from commit 3fd15ed22a23af1c5bb2cf037f93c1bce5f1e243) | |||
| 2015-10-29 | Core/Player: remove unused method prototypes | MitchesD | |
| (cherry picked from commit 9617da72492953fcbbc6f100079c3241e0c3a096) | |||
| 2015-10-29 | Core/Corpses: Fixed map crash happening during map unload when there are ↵ | Shauren | |
| corpses inside | |||
| 2015-10-29 | Core/Spells: Improved spell category cooldown handling | Shauren | |
| * Category cooldown is stored with the spell that started the cooldown (and only resetting cooldown on that spell will clear cooldowns on entire category - this fully mirrors client behavior) * This significantly reduces the amount of data saved to database for cooldowns * Spell casts from items that have a different category specified than on spell will now check for cooldown during the cast (cherry picked from commit 1efb3f08e278530f59d681f676b031a7fc6db3ac) Closes #15766 Closes #15137 Closes #14837 | |||
| 2015-10-29 | DB/Objects: Add some missing objects on Eversong Woods | Killyana | |
| 2015-10-28 | Core/Corpses: Fixed leaking corpses | Shauren | |
| Closes #15765 (cherry picked from commit bd16520ecc91d827abae7f0447cc292fe9e843e9) | |||
| 2015-10-28 | Merge pull request #15736 from ShinDarth/deserters | MitchesD | |
| BG Deserters tracking system | |||
| 2015-10-28 | Core/Battleground: implement deserters tracker feature | ShinDarth | |
| 2015-10-28 | DB/Event: Fix for Dalaran & Shattrath Hallow's End spawns | Kittnz | |
| 2015-10-27 | Rename 2015_10_27_01_world.sql to 2015_10_27_01_world.sql | Dr-J | |
| 2015-10-27 | DB/Event: Add missing Hallow's End event spawns in Shattrath | Killyana | |
| Thanks to @Kittnz | |||
| 2015-10-27 | DB/Misc: Fallen Hero's Spirit | Dr-J | |
| Script http://www.wowhead.com/npc=32149/fallen-heros-spirit#comments | |||
| 2015-10-27 | DB/Misc: Knot Thimblejack | Dr-J | |
| Only valid for 3.3.5 as since catacylsm recipe is learnt and mats for suit reduced to one ogre tanin * gordok ogre suit learned using gossip option instead of on gossip hello * Script for Free Knot including making it so quest can only be returned once per run | |||
| 2015-10-26 | Core/Player: Fix copy/paste mistake in 1ef1d42d145c18579a7e7ca15cebb38485bc0cff | w1sht0l1v3 | |
| 2015-10-25 | DB/Event: Add missing Hallow's End event spawns in Dalaran | Kittnz | |
| By @Kittnz & @Kilyana | |||
| 2015-10-25 | Core/Player: Fix not being able to do seasonal quests(if already done in the ↵ | w1sht0l1v3 | |
| past) | |||
| 2015-10-25 | Core/Quests: Fix a CMSG injection abuse. | w1sht0l1v3 | |
| closes #15709 | |||
| 2015-10-23 | DB/Pathing: Azuremyst Isle Updates | Rushor | |
| * by @Grz3s | |||
| 2015-10-23 | DB/Creature: Cenarion Circle Reputation | Rushor | |
| closes #15759 | |||
| 2015-10-23 | DB/Creature: Zul'Farrak - Disable Movement for Trolls after Death | Rushor | |
| * else the corescript moves the dead creatures | |||
| 2015-10-23 | Core/Commands: Fixed merge error | Shauren | |
| 2015-10-23 | Merge pull request #15755 from ShinDarth/reset-stealth | MitchesD | |
| Fixed some rare stealth/prowl visual bugs after duel cd reset | |||
| 2015-10-23 | Merge pull request #15753 from Rushor/blood | MitchesD | |
| Scripts/IcecrownCitadel: Quest 'Blood Quickening' - Add Killcredit in 25ManRaid | |||
| 2015-10-23 | Core/Spells: fixed some rare stealth/prowl visual bugs after duel cd reset | ShinDarth | |
| 2015-10-22 | DB/Path: Pathing for few rats in Dalaran | Kittnz | |
| 2015-10-22 | Core/Commands: Refactored chat command script hook, fixes a crash when ↵ | Shauren | |
| building with gcc 5 Closes #15616 Closes #15740 (cherry picked from commit 2d942ddcc528cc9fe718ebbd5903318fcbdab817) # Conflicts: # src/server/scripts/Commands/cs_battlenet_account.cpp # src/server/scripts/Commands/cs_cast.cpp # src/server/scripts/Commands/cs_debug.cpp # src/server/scripts/Commands/cs_go.cpp # src/server/scripts/Commands/cs_misc.cpp # src/server/scripts/Commands/cs_mmaps.cpp # src/server/scripts/Commands/cs_modify.cpp # src/server/scripts/Commands/cs_npc.cpp # src/server/scripts/Commands/cs_reload.cpp # src/server/scripts/Commands/cs_ticket.cpp | |||
| 2015-10-22 | Scripts/IcecrownCitadel: Quest 'Blood Quickening' - Add Killcredit in 25ManRaid | Rushor | |
| closes #15733 | |||
| 2015-10-22 | DB/Gossip: Orbaz Bloodbane - Gossip option | Rushor | |
| by @tkrokli + @Pitcrawler , closes #15737 | |||
| 2015-10-21 | DB/Creature: Grethok the Controller - Add text on Death | Rushor | |
| 2015-10-21 | DB/Pathing: Onyxia's Lair | Rushor | |
| 2015-10-20 | Merge pull request #15746 from Rushor/Venom | Shauren | |
| Core/Spells: Reduce Duration for EffectEnchantHeldItem-Spells | |||
| 2015-10-20 | Core/Spells: Reduce Duration for EffectEnchantHeldItem-Spells | Rushor | |
| 2015-10-20 | DB/Creature: Thistle Boar - Skinning Loot | Rushor | |
| * closes #15744 | |||
| 2015-10-20 | DB/Creature: Small Crag Boar - Remove invalid skinning Loot | Rushor | |
| * closes #15742 | |||
| 2015-10-20 | DB/Creature: Young Thistle Boar - Skinning Loot | Rushor | |
| * closes #15743 | |||
| 2015-10-20 | DB/Creature: Gryphoneer Leafbeard - Gossip | Rushor | |
| * closes #15745 | |||
| 2015-10-19 | Update UnixInstall.txt | Aokromes | |
| 2015-10-18 | Merge pull request #15731 from ShinDarth/toscri | blub | |
| Convert the Duel Cooldown Reset feature to scripts | |||
| 2015-10-18 | Core/Scripts: convert the Duel Cooldown Reset feature to scripts | ShinDarth | |
| 2015-10-18 | Merge pull request #15727 from ShinDarth/duel-cd | MitchesD | |
| Core/SpellHistory: Improved Cooldown Duel Reset | |||
| 2015-10-18 | Core/SpellHistory: Improved Cooldown Duel Reset | ShinDarth | |
| - Do not send useless data to the client - Fixed a rare visual bug | |||
| 2015-10-18 | DB/Creature: Add missing npcs in Dalaran | Killyana | |
| 2015-10-17 | Merge pull request #15697 from ShinDarth/cd | MitchesD | |
| Core/Player rewritten duel CD reset system | |||
