aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-27DB/SAI: (HF) Fix quest The Shining LightTrista
Closes #1230
2012-08-27Core/Wintergrasp: fix handling for invisible wall in wintergrasp. will now ↵Kandera
be destroyed and rebuilt with the vault gate
2012-08-27Core/Wintergrasp: fix possible crash on startupKandera
2012-08-27SQLS: Fix a typoNay
2012-08-27Core/Spells: Fix Pick Lock calculationVincent-Michael
Closes: #4323
2012-08-27DB/SAI: (BT) Fix quest A Race Against TimeWishToDie
Closes #1074
2012-08-27Scripts/ZulGurub: Fix attacking Bloodlord Mandokirgecko32
Closes #1007 Closes #7499
2012-08-27DB/Quests: Set correct relations for quest The Conqueror's Taskgadge
Ref #1006
2012-08-27DB/GOs: Spawn Blackened Urn in Karazhan, should fix Nightbane summoning and ↵nelegalno
the quest chain Closes #975
2012-08-27Scripts/Uldaman: Archaedas now Awaken his minnions & spawn of npc lore ↵neuro_999
keeper of norgannon Closes #765
2012-08-27DB/Player: Fix draenei race spell 'Shadow Resistance'joschiwald
2012-08-27Core: Fix warnings and code styleVincent-Michael
2012-08-27Scripts/Wintergrasp: fix grab passenger spell.Kandera
2012-08-27Core/Wintergrasp: Move previous commit to the correct positionKandera
2012-08-27Core/Wintergrasp: cleanup some magic numbers and set the destructable state ↵Kandera
of the final gate to destroyed.
2012-08-27DB/SAI: Fix opening the door before Broggok in Blood FurnaceNay
Based on the fix of oneblizz Closes #350
2012-08-27Core/Wintergrasp: if wintergrasp is disabled make the last door auto trigger.Kandera
2012-08-27Scripts/Spells: Fix a typo in spell_q12372_cast_from_gossip_trigger and ↵Nay
cleanup whitespace
2012-08-27Scripts/Spells: Remove a not needed cast in ↵Nay
spell_q12372_cast_from_gossip_trigger
2012-08-27Rename SQLs after PRNay
2012-08-27Merge pull request #7524 from Trista/masterNay
[Core/Scripts] Defending Wyrmrest Temple
2012-08-27Core/Logging: Minor optimization in ShouldLogSpp
2012-08-26Core/MMaps: Fixed infinite wait in the generatorSubv
2012-08-26Merge remote-tracking branch 'origin/master' into mmapsNay
2012-08-27Core/Groups: Fix a typo when sending pet aurasNay
2012-08-26Core: Fix compiling on Fedora (G3D related)Nay
Thanks F3st and Gamera Closes #7477
2012-08-26Core/DBLayer: Fixed memory leaks when query returned empty result setShauren
2012-08-26Core/Spells: Implement Battleground - Dampening for wintergraspVincent-Michael
2012-08-26DB/Misc:Vincent-Michael
* Fix phaseMask for Mature Lasher * Implement Essence of Wintergrasp only for wintergrasp zone
2012-08-26Core/Battlefield: Fix Essence of WintergraspVincent-Michael
2012-08-26Core/Scripts: Fix target errorStefo
*Forgot to change targets
2012-08-25Core/Movement: Make MovementGenerators use pointers instead of references. ↵Subv
cleanup
2012-08-25Core/MMaps: Renamed PathFinderMovementGenerator to PathGenerator, since its ↵Subv
not a MovementGenerator, and moved out of the MovementGenerators folder
2012-08-26DB/Conditions: Fix Sartharion Berserk targetsgecko32
2012-08-26Core/Scripts: Defending Wyrmrest Templethesensei
2012-08-26Core/Loading: Move a log from DBError to infoNay
2012-08-25Core/Mmaps: Fixed a few mistakes in the mmaps_generator, should be somewhat ↵Subv
faster now
2012-08-26Core/Battlefield: Fix memory leakSubv
2012-08-25Use Totem::Unsummon when new totem replace old totemdr.skull
Signed-off-by: dr.skull <dr.skull@centrum.sk>
2012-08-25Core/Mmaps: Fixed jump effects (like Death Grip ). They should not use a pathSubv
2012-08-25Core/Mmaps: Added elapsed time to the mmaps_generatorSubv
2012-08-25Core/Mmaps: Added some corrections to the logs in the mmaps_generatorSubv
2012-08-25Core/Mmaps: Make the mmaps_generator multithreaded, you can specify the max ↵Subv
number of threads that are spawned at the same time (default 3) by using "--threads x" in the command line, where x is the number of threads you want. Core/Mmaps: Removed now useless sh script
2012-08-25Core/Battlegrounds: Fixed uninitialized variables in Warsong GulchShauren
2012-08-25DB/Creature: Fix Twilight Whelp faction from sniffVincent-Michael
2012-08-24Core/Mmaps: Refactored some codeSubv
2012-08-25Core/Battlefield: Fix queue invite in war timeVincent-Michael
2012-08-25Misc/Battlefield:Vincent-Michael
* Fix faction for Wintergrasp Siege Turret * Add missing magic number
2012-08-24Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmapsSubv
2012-08-24Tools/MapExtractor: Fixed a crash caused by using a variable before it was ↵Subv
initialized