aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-04-07Db/GameEvent: Fix start_time for Noblegarden and Children's WeekVincent-Core
2012-04-07Core/Visibility: Pets should be always visible for group mates.Subv
Patch by zarocks Closes #55
2012-04-07Core/Tickets: Add report time and current latency to lag_reports tableNay
It's a tiny bit more useful now.
2012-04-07Core/Scripting: Allow the use of WorldMapScript for maps that are not ↵Subv
continents (aka, all maps) Closes #171 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-07Core/DBLayer: More type fixes.Shauren
2012-04-07DB/Spawns: Added missing gameobject at Majordomo Executus area (damage on ↵Shauren
pile of coal)
2012-04-07DB/GOs: Add missing page_text dataHelias
Data from UDB Closes #6074
2012-04-07Core/PacketIO: Fix ticket creation (it was saving wrong data to DB)Nay
TODO: It might be wise to validate map and coordinates sent by the client Closes #6054
2012-04-06Merge pull request #6070 from MrSmite/PetAI_3.1Shocker
Core/Pets: Improve PetAI Closes #6048 Closes #6070
2012-04-07Scripts/Icecrown Citadel: Fixed Ice Bomb visual synchronizationShauren
Closes #5179
2012-04-06Scripts/Silithus: Few summons were being spawned at wrong locations (out of ↵w1sht0l1v3
bounds array) Fixes a crash and/or console errors
2012-04-06Merge pull request #6072 from Vincent-Michael/elixirNay
Core/Spell: Fix Elixir of Minor Fortitude Closes #1135
2012-04-06Core&DB/Spells: Fix Warr T8 4p bonusNay
- Added missing spell to DB - Corrected DBC data that is, very likely, wrong Closes #2386
2012-04-06Core/Spell: Fix Elixir of Minor FortitudeVincent-Core
2012-04-06DB/GOs: Add (custom) template for spell focus GO required by spell 70477Nay
Thanks Altair, I guess..
2012-04-06Core&DB/Spells: Fix DK T8 4p bonusNay
- Added missing spell to DB - Corrected DBC data that is, very likely, wrong Closes #6062