aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-07Scripting: Moved Lord Valthalak from EAI to CPP. Moved all Blackrock ↵Malcrom
Instances to Blackrock Mountain Dir.
2013-08-07Core/Battleground: Get rid of dinamic casts BattlegroundXX outside ↵Spp
Battleground scope by implementing generic functions (2/2) - CheckAchievementCriteriaMeet
2013-08-07Core/Battleground: Get rid of dinamic casts BattlegroundXX outside ↵Spp
Battleground scope by implementing generic functions (1/2) - HandleQuestComplete, CanActivateGO and IsSpellAllowed
2013-08-07Core/Misc: Avoid heap allocation when performing some RBAC checksSpp
2013-08-07DB/Creature: Fix db startup error in c8bfb9cf4df450497263d94869880db6eb7f3c73Vincent-Michael
by Kirkhammett
2013-08-06DB&Scripts/Icecrown: Fix quest The Last Line Of Defense and script Argent ↵Kirkhammett
Cannons Closes #998 Closes #10460
2013-08-06DB/SAI: Fix quest "Into the Wild Green Yonder"Kirkhammett
Closes #10456
2013-08-06DB/Misc: Misc for Naz'Anak: The Forgotten DepthsKirkhammett
Proper phasing for zone 4522; a few missing spawns, some missing scripts etc... etc.. Closes #10447 Closes #10438
2013-08-06DB/Commands: Re-add help text for reload gameobject_questenderNay
2013-08-06Core/Misc: Rename some no name enumsVincent-Michael
2013-08-06SQL: Rename sql in correct dateVincent-Michael
2013-08-06Scripts/HoR: Major changes:snakeice
- Fixed Intro timers - Fixed mobs aggro - Fixed General's shield trow - Added Jaina / Sylvannas / Lich King escape event Closes #10303 Closes #2505 Closes #9865
2013-08-06Server/Player: Fix a logical mistake in ApplyEquipCooldownNay
Thanks Joschiwald
2013-08-06Merge pull request #10245 from Mihapro/masterNay
Core/SmartScripts
2013-08-06Battlegrounds/IC: Fix achiev Back Door JobTanner Carter
giggity Closes #10043 Closes #3776 Closes #3194
2013-08-06Merge pull request #10445 from Discover-/Cooldown-ExploitNay
Core/Items: Fix an exploit where players would be able to reset the cool...
2013-08-06Merge pull request #10455 from Discover-/Battleground-Reinterpret-CastsNay
Core/Misc: Implement reinterpret casts for all battleground classes and ...
2013-08-06Core/Misc: Update const casts of ToBattlegroundX to use reinterpret_cast as ↵Discover-
well.
2013-08-06Core/Misc: Implement reinterpret casts for all battleground classes and use ↵Discover-
them.
2013-08-06DB/Items: Remove unlimited charges from Jillian's Tonic of StonebloodNay
Closes #10444
2013-08-06DB/Schema: Rename _questrelation tables to _queststarter and ↵Nay
_involvedrelation to _questender, for creature and gameobject
2013-08-06Scripts/Commands: Fix compile (v3)Vincent-Michael
2013-08-05Scripts/Commands: Fix compile (v2)Nay
2013-08-05Scripts/Commands: Fix compileNay
2013-08-05Core: Random changesVincent-Michael
2013-08-05Merge branch 'master' of github.com:TrinityCore/TrinityCoreNay
2013-08-05Core/Items: Correct randomProperlyId type when reading to/from DBNay
Ref #10446
2013-08-05Core/Commands: Add .npc info more infos for unit_flagsVincent-Michael
2013-08-05Core/Commands: Add .npc info mechanicImmuneMask infosVincent-Michael
2013-08-05DB/Misc: Fix db startup errorsKirkhammett
2013-08-05DB/SAI: Fix Redridge Mystic spamAokromes
By Malcrom
2013-08-05Merge pull request #9761 from xjose93/ImproveLog11Aokromes
Core/Logs: Added functions GetMapAreaAndZoneString() and GetCoordsMapAreaAndZoneString()
2013-08-04Core/Items: Fix an exploit where players would be able to reset the cooldown ↵Discover-
of items to the equip cooldown (30 seconds) when unequipping, equipping and then relogging.
2013-08-04DB/SAI: Free at last!Kirkhammett
Closes #10417
2013-08-04DB/SAI: Meridith the MermaidenKirkhammett
Closes #10418
2013-08-04DB/SAI: Script Witch Doctor Zum'rahKirkhammett
Closes #10404
2013-08-04DB/Quests: Fix The Nightmare Manifests / Hope Within the Emerald Nightmare / ↵Kirkhammett
The Boon of Remulos / The Keeper's Favor/Walking Legend Closes #10410 Closes #4902 Closes #10407 Closes #10406
2013-08-03DB/Misc: Fix area 4522 spawnsAokromes
closes #1945
2013-08-02Core/Creatures: DoTs and self damage will no longer reset time since last ↵Shauren
damage taken for stopping creature from evading
2013-08-01Fixed compileShauren
2013-08-01Core/Misc: Fixed some issues found by Coverity ScanShauren
2013-08-01Core/Battlegrounds: Fixed error with counting AB owned nodes (and warning fixes)Shauren
2013-07-31Core/Battleground: fix type mismatchjoschiwald
Ref #10320
2013-07-30Core/Spells: Fix try for logic fail in 4ba3c2e51df0485449a4bd01f162faa719334be9Vincent-Michael
2013-07-30Config: Change ProcessPriority default to 0 (Normal)Nay
On Linux, superuser (root) is required to set a process high priority and we shouldn't force that. (It's already set to 0 (Normal) in worldserver\Master.cpp and authserver\Main.cpp)
2013-07-30Scripts/DrakTharonKeep: fix copy paste failjoschiwald
Closes #10402
2013-07-30Merge pull request #9862 from Ric101/condition_creature_typeNay
Core/Conditions: Implement CONDITION_CREATURE_TYPE - 24
2013-07-30Revert "CMake/MSVC: Fix VS 2013 compile -- Zm500 hack is no longer required"Nay
This reverts commit ca7377369f603081259adea0ba49cb03e74e609f.
2013-07-29Scripts/OnyxiasLair: Fix a crash in boss_onyxiaNay
Closes #10393 Note: this just fixes the crash, not the issues the script has (a.k.a rewrite this)
2013-07-29Core/Spells: Fixed crashes happening with spells that had their dbc targets ↵Shauren
overriden Closes #10395