| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-04-11 | Scripts/Icecrown Citadel: Fixed crashes on despawning abominations during ↵ | Shauren | |
| Professor Putricide's phase transition | |||
| 2012-04-11 | Core/Vehicles: Use DespawnOrUnsummon in Vehicle::Dismiss to call AI despawn ↵ | Shauren | |
| hooks. | |||
| 2012-04-11 | Core/Spells: Fix vigilance taunt cooldown spell targeting. cleanup some ↵ | Kandera | |
| whitespace | |||
| 2012-04-11 | Scripts/Silithus: Fix crash when doing "A Pawn on the Eternal Board" | kaelima | |
| Closes #6156 | |||
| 2012-04-10 | Collision/GameObjects: Corrected a possible logic fail | Subv | |
| Signed-off-by: Subv <s.v.h21@hotmail.com> | |||
| 2012-04-10 | Battlegrounds/WSG: Missing change from my previous commit | Subv | |
| 2012-04-10 | Battlegrounds/WSG: Fixed door LoS in Warsong Gulch | Subv | |
| Closes #6147 Signed-off-by: Subv <s.v.h21@hotmail.com> | |||
| 2012-04-10 | Merge pull request #5648 from Elron103/pull-requests | Shocker | |
| Core/Misc: Add a validity check for coordinates, prevents possible crashes with invalid coordinates | |||
| 2012-04-10 | Fix a typo in previous commit | click | |
| 2012-04-10 | Core: Add proper log output in Player::Create functions, warning admins ↵ | click | |
| about possible hackers during character creation | |||
| 2012-04-09 | Core/DBLayer: More type fixes | Shauren | |
| 2012-04-09 | Cmake: Remove no longer existing */dep/mersennetwister include | kaelima | |
| Thanks Venugh for noticing | |||
| 2012-04-09 | Core/Scripts: fix unrelenting assault procing on caster (thx gigatotem). ↵ | kandera | |
| both cast spells have target_unit_caster | |||
| 2012-04-09 | Core/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-09 | Core/Scripts: Remove some unnecessary creature/player casts in scripts and ↵ | kaelima | |
| do some safer casting in a silithus script | |||
| 2012-04-09 | Core/DBLayer: Correct a type in HandleUnFreezeCommand (lowguid) | kaelima | |
| 2012-04-09 | Core/Spell: fix crash from 268401029e1bc3fa0a052cb15d86123c5ecd1e6a | kaelima | |
| 2012-04-09 | Scripts/Spells: Corrected Riptide script, preparing variable should be done ↵ | Shauren | |
| in Load hook, not Register | |||
| 2012-04-09 | Tools/PlayerDump: | kaelima | |
| - Fixed field number for characters.deleteInfos_Account - Add missing break for "receiver" (DTT_MAIL) | |||
| 2012-04-09 | Core/DBLayer: Fix two crashes when using pdump command | kaelima | |
| Closes #6107 | |||
| 2012-04-09 | Core/Spell: Fix crash when blinking on transports in instancable maps | kaelima | |
| Closes #789 | |||
| 2012-04-08 | Core/Spells: Fixed Riptide bonus on Chain Heal | Subv | |
| closes #1152 Signed-off-by: Subv <s.v.h21@hotmail.com> | |||
| 2012-04-09 | Fix compile | kaelima | |
| 2012-04-09 | Core/Movement: Minor correction for last changeset | kaelima | |
| 2012-04-09 | Core/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-08 | Core/Cleanup: | kaelima | |
| Mostly if(.. -> if (.. and for(.. -> for (.. but also some miscellaneous cleanup | |||
| 2012-04-08 | Core/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-08 | Core/Spells: Implemented SPELL_ATTR4_IGNORE_RESISTANCES. | Subv | |
| Closes #919 Signed-off-by: Subv <s.v.h21@hotmail.com> | |||
| 2012-04-08 | Fix non-PCH build and GitExtensions screwup from last changeset | Machiavelli | |
| 2012-04-08 | Core/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-08 | Core/Movement: Fix pushback issues and client freeze. | Machiavelli | |
| 2012-04-08 | DB/Spells: Add a missing spell (Blessed Life) to spell_dbc | Nay | |
| Made with love, for Subv. | |||
| 2012-04-08 | Scripts/Icecrown Citadel: Fixed Mystic Buffet applying on targets hidden ↵ | Shauren | |
| behind Ice Tombs | |||
| 2012-04-08 | Core/Conditions: Add missing code for CONDITION_TITLE | Nay | |
| DB/Char: Add changes to character base Thanks to manuel and QAston for noticing | |||
| 2012-04-08 | Database/Misc: Template updates for Gymer. | Discover- | |
| Author: Faq Closes #6089 | |||
| 2012-04-08 | Scripts/Icecrown Citaldel | Shauren | |
| * Timer improvements after air phase for Sindragosa * Added landing animation after air phase * Unchained Magic affects 6 targets on 25 man mode * | |||
| 2012-04-07 | Merge pull request #6001 from Tasssadar/master | Shocker | |
| Code style: Give field pointers in Player::DeleteFromDB() more appropriate name | |||
| 2012-04-07 | Scripts/Spells: Removed redundant code for spell 54798. | Subv | |
| Closes #519 Signed-off-by: Subv <s.v.h21@hotmail.com> | |||
| 2012-04-07 | Core/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-08 | Core/Protocol: Rename opcode SMSG_LFG_BOOT_PLAYER to ↵ | kaelima | |
| SMSG_LFG_BOOT_PROPOSAL_UPDATE. (same opcode had two different names in core) | |||
| 2012-04-08 | Core/Item: Fix possible exploit stacking critical strike when switching ↵ | kaelima | |
| weapons during disarm. Closes #3532 | |||
| 2012-04-07 | Scripts/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-07 | Core/Conditions: Add CONDITION_TITLE | Nay | |
| Original patch by svetilo12 | |||
| 2012-04-07 | Core/Spells: Fixed rogue T10 2P and 4P bonuses | Subv | |
| Closes #422 Signed-off-by: Subv <s.v.h21@hotmail.com> | |||
| 2012-04-07 | Core/Spells: Fixes the rune cooldown when a hit mises the target | Subv | |
| Closes #412 Signed-off-by: Subv <s.v.h21@hotmail.com> | |||
| 2012-04-07 | Scripts/SM: Fix dead anymation of Fairbanks | Nay | |
| Patch by DennisRassmann (25/10/2010) Closes #4998 | |||
| 2012-04-07 | Core/Players: Reward XP to dead players inside battlegrounds | kaelima | |
| (29/05/2010) | |||
| 2012-04-07 | Script/UC: Add some combat spells to Lady Sylvannas | Nay | |
| Original patch by pxlcreations (11/04/2010) | |||
| 2012-04-07 | Scripts/Pit of Saron: Geist Ambusher should only jump once, on entering combat | Shauren | |
| 2012-04-07 | Merge pull request #6094 from Vincent-Michael/game_event | Discover- | |
| Db/GameEvent: Fix start_time for Noblegarden and Children's Week | |||
