aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-11Scripts/Icecrown Citadel: Fixed crashes on despawning abominations during ↵Shauren
Professor Putricide's phase transition
2012-04-11Core/Vehicles: Use DespawnOrUnsummon in Vehicle::Dismiss to call AI despawn ↵Shauren
hooks.
2012-04-11Core/Spells: Fix vigilance taunt cooldown spell targeting. cleanup some ↵Kandera
whitespace
2012-04-11Scripts/Silithus: Fix crash when doing "A Pawn on the Eternal Board"kaelima
Closes #6156
2012-04-10Collision/GameObjects: Corrected a possible logic failSubv
Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-10Battlegrounds/WSG: Missing change from my previous commitSubv
2012-04-10Battlegrounds/WSG: Fixed door LoS in Warsong GulchSubv
Closes #6147 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-10Merge pull request #5648 from Elron103/pull-requestsShocker
Core/Misc: Add a validity check for coordinates, prevents possible crashes with invalid coordinates
2012-04-10Fix a typo in previous commitclick
2012-04-10Core: Add proper log output in Player::Create functions, warning admins ↵click
about possible hackers during character creation
2012-04-09Core/DBLayer: More type fixesShauren
2012-04-09Cmake: Remove no longer existing */dep/mersennetwister includekaelima
Thanks Venugh for noticing
2012-04-09Core/Scripts: fix unrelenting assault procing on caster (thx gigatotem). ↵kandera
both cast spells have target_unit_caster
2012-04-09Core/Movement: Fix some issues with ConfusedMovementGenerator from recent ↵kaelima
changes. - Z position was not set if LOS-check failed, and thereafter causing a crash when trying to move to a uninitialized z-choord. - Also fixes bad coords in water Closes #6124
2012-04-09Core/Scripts: Remove some unnecessary creature/player casts in scripts and ↵kaelima
do some safer casting in a silithus script
2012-04-09Core/DBLayer: Correct a type in HandleUnFreezeCommand (lowguid)kaelima
2012-04-09Core/Spell: fix crash from 268401029e1bc3fa0a052cb15d86123c5ecd1e6akaelima
2012-04-09Scripts/Spells: Corrected Riptide script, preparing variable should be done ↵Shauren
in Load hook, not Register
2012-04-09Tools/PlayerDump:kaelima
- Fixed field number for characters.deleteInfos_Account - Add missing break for "receiver" (DTT_MAIL)
2012-04-09Core/DBLayer: Fix two crashes when using pdump commandkaelima
Closes #6107
2012-04-09Core/Spell: Fix crash when blinking on transports in instancable mapskaelima
Closes #789
2012-04-08Core/Spells: Fixed Riptide bonus on Chain HealSubv
closes #1152 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-09Fix compilekaelima
2012-04-09Core/Movement: Minor correction for last changesetkaelima
2012-04-09Core/Movement: Use line of sight checks for movement waypoints generated for ↵kaelima
confused movement and raise the minimum movementtimer to 500 ms. Should close #5301
2012-04-08Core/Cleanup:kaelima
Mostly if(.. -> if (.. and for(.. -> for (.. but also some miscellaneous cleanup
2012-04-08Core/Spells: You should be able to revive pets from anywhere without ↵Subv
summoning them first Closes #1090 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-08Core/Spells: Implemented SPELL_ATTR4_IGNORE_RESISTANCES.Subv
Closes #919 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-08Fix non-PCH build and GitExtensions screwup from last changesetMachiavelli
2012-04-08Core/Shared: Move container functions to shared project under ↵Machiavelli
Trinity::Container namespace. Also implement RandomResizeList which takes a predicate function as parameter. Core/ScriptedAI: Extend SummonList::DoAction to take a predicate function as parameter and allow specifying a maximum number of units to be selected.
2012-04-08Core/Movement: Fix pushback issues and client freeze.Machiavelli
2012-04-08DB/Spells: Add a missing spell (Blessed Life) to spell_dbcNay
Made with love, for Subv.
2012-04-08Scripts/Icecrown Citadel: Fixed Mystic Buffet applying on targets hidden ↵Shauren
behind Ice Tombs
2012-04-08Core/Conditions: Add missing code for CONDITION_TITLENay
DB/Char: Add changes to character base Thanks to manuel and QAston for noticing
2012-04-08Database/Misc: Template updates for Gymer.Discover-
Author: Faq Closes #6089
2012-04-08Scripts/Icecrown CitaldelShauren
* Timer improvements after air phase for Sindragosa * Added landing animation after air phase * Unchained Magic affects 6 targets on 25 man mode *
2012-04-07Merge pull request #6001 from Tasssadar/masterShocker
Code style: Give field pointers in Player::DeleteFromDB() more appropriate name
2012-04-07Scripts/Spells: Removed redundant code for spell 54798.Subv
Closes #519 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-07Core/Spells: Health leech spells should still do damage even if the caster ↵Subv
is dead (Devouring Plague) Closes #470 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-08Core/Protocol: Rename opcode SMSG_LFG_BOOT_PLAYER to ↵kaelima
SMSG_LFG_BOOT_PROPOSAL_UPDATE. (same opcode had two different names in core)
2012-04-08Core/Item: Fix possible exploit stacking critical strike when switching ↵kaelima
weapons during disarm. Closes #3532
2012-04-07Scripts/Spells: When Frost Warding negates the damage taken, the Frost Ward ↵Subv
should remain intact Closes #313 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-07Core/Conditions: Add CONDITION_TITLENay
Original patch by svetilo12
2012-04-07Core/Spells: Fixed rogue T10 2P and 4P bonusesSubv
Closes #422 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-07Core/Spells: Fixes the rune cooldown when a hit mises the targetSubv
Closes #412 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-07Scripts/SM: Fix dead anymation of FairbanksNay
Patch by DennisRassmann (25/10/2010) Closes #4998
2012-04-07Core/Players: Reward XP to dead players inside battlegroundskaelima
(29/05/2010)
2012-04-07Script/UC: Add some combat spells to Lady SylvannasNay
Original patch by pxlcreations (11/04/2010)
2012-04-07Scripts/Pit of Saron: Geist Ambusher should only jump once, on entering combatShauren
2012-04-07Merge pull request #6094 from Vincent-Michael/game_eventDiscover-
Db/GameEvent: Fix start_time for Noblegarden and Children's Week