| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-04-11 | Scripts/Trial of the Crusader: Fixed spell_powering_up_SpellScript once again | Shauren | |
| 2012-04-11 | Scripts/Twin Valkyr: Fix a crash in spell_powering_up_SpellScript. Author: ↵ | Machiavelli | |
| Vincent-Michael | |||
| 2012-04-11 | dead code | faramir118 | |
| 2012-04-11 | Scripts/Karazhan/Midnight: Fix timer logic | faramir118 | |
| Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com> | |||
| 2012-04-11 | wrong signature in a few overrides | faramir118 | |
| 2012-04-11 | Scripts/Icecrown Citadel: Fixed crashes on despawning abominations during ↵ | Shauren | |
| Professor Putricide's phase transition | |||
| 2012-04-11 | Scripts/Silithus: Fix crash when doing "A Pawn on the Eternal Board" | kaelima | |
| Closes #6156 | |||
| 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/Scripts: Remove some unnecessary creature/player casts in scripts and ↵ | kaelima | |
| do some safer casting in a silithus script | |||
| 2012-04-09 | Scripts/Spells: Corrected Riptide script, preparing variable should be done ↵ | Shauren | |
| in Load hook, not Register | |||
| 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-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 | Scripts/Icecrown Citadel: Fixed Mystic Buffet applying on targets hidden ↵ | Shauren | |
| behind Ice Tombs | |||
| 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 | Scripts/Spells: Removed redundant code for spell 54798. | Subv | |
| Closes #519 Signed-off-by: Subv <s.v.h21@hotmail.com> | |||
| 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 | Scripts/SM: Fix dead anymation of Fairbanks | Nay | |
| Patch by DennisRassmann (25/10/2010) Closes #4998 | |||
| 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 | Core/DBLayer: More type fixes. | Shauren | |
| 2012-04-07 | Scripts/Icecrown Citadel: Fixed Ice Bomb visual synchronization | Shauren | |
| Closes #5179 | |||
| 2012-04-06 | Scripts/Silithus: Few summons were being spawned at wrong locations (out of ↵ | w1sht0l1v3 | |
| bounds array) Fixes a crash and/or console errors | |||
| 2012-04-05 | Core/Spells: Fix unrelenting assault not proccing aura when overpower is ↵ | Kandera | |
| used while target is casting. Closes #5965 | |||
| 2012-04-03 | Core/Spells: fix crash with wintergrasp water spell script. | Kandera | |
| 2012-04-03 | Core/Spells: fix wintergrasp water being applied to players. small codestyle fix | Kandera | |
| 2012-04-01 | change GetMaxHealth and BeforeHit... | Jildor | |
| 2012-04-01 | Core/Spells: Fix Spinning Pain Spike damage | Jildor | |
| Close: #5652 | |||
| 2012-04-01 | Core/Script: Code style and some rewriting. | Gyx | |
| MoveInLineOfSight(Unit* unit) -> MoveInLineOfSight(Unit* who) Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-03-31 | Core/Script: Code style and some rewriting. | Gyx | |
| JustDied(Unit* Killer) -> JustDied(Unit* killer) JustDied(Unit* /*Killer*/) -> JustDied(Unit* /*killer*/) JustDied(Unit* /*unit*/) -> JustDied(Unit* /*killer*/) JustDied(Unit* /*slayer*/)) -> JustDied(Unit* /*killer*/) JustDied(Unit* /*victim*/) -> JustDied(Unit* /*killer*/) JustDied(Unit* victim) -> JustDied(Unit* killer) JustDied(Unit* /*who*/) -> JustDied(Unit* /*killer*/) JustDied(Unit* who) -> JustDied(Unit* killer) JustDied(Unit*) -> JustDied(Unit* /*killer*/) Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-03-30 | Core/Script: Code style(Missing?). | Gyx | |
| Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-03-29 | Core/Script: Code style. | Gyx | |
| WaypointReached(uint32 i) -> WaypointReached(uint32 waypointId) WaypointReached(uint32 uiPointId) -> WaypointReached(uint32 waypointId) WaypointReached(uint32 /*point*/) -> WaypointReached(uint32 /*waypointId*/) WaypointReached(uint32 uiI) -> WaypointReached(uint32 waypointId) WaypointReached(uint32 /*i*/) -> WaypointReached(uint32 waypointId) WaypointReached(uint32 uiWPointId) -> WaypointReached(uint32 waypointId) WaypointReached(uint32 /*wp*/) -> WaypointReached(uint32 waypointId) WaypointReached(uint32 /*point*/) -> WaypointReached(uint32 waypointId) Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-03-29 | Core/Game: Code style. | Gyx | |
| Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-03-28 | Merge pull request #5918 from GyxTom/master | Shocker | |
| Core/Misc: Various cleanups | |||
| 2012-03-28 | Core/Spells: attempt to fix penance doing nothing on "friendly" non faction ↵ | Kandera | |
| targets. should return invalid targets | |||
| 2012-03-28 | Core/Script: Code style and remove unused core. | Gyx | |
| Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-03-28 | Core/Script: Code style and remove unused core. | Gyx | |
| Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-03-27 | Core/DBLayer: Correct few more wrong read types (No. 1) | Nay | |
| DB/World: Some consistency in the ints "length" field (not really a length) From A to D world tables verified; missing all the others int(11) -> int32 unsigned int(10) -> uint32 mediumint(8) -> int32 unsigned mediumint(8) -> uint32 smallint(6) -> int16 unsigned smallint(5) -> uint16 tinyint(4) -> int8 unsigned tinyint(3) -> uint8 | |||
| 2012-03-26 | Core/Spells: and another mistake from the misdirection fix >.> | kandera | |
| 2012-03-26 | Core/Spells: one more miss from misdirection fix | Kandera | |
| 2012-03-26 | Core/Spells: Fix Misdirection (thx to elron) closes #5869, #4343 | Kandera | |
| 2012-03-26 | Fix compile and fix a possible crash for mob_kiljaeden_controller | kaelima | |
| 2012-03-25 | Memory: Get rid of some memory leaks, converted FormationMgr back to singleton | Subv | |
| 2012-03-24 | Merge pull request #5870 from Elron103/pull-requests5 | leak | |
| Core: Fix warnings | |||
| 2012-03-24 | Core/DBLayer: Few more type corrections | Nay | |
| Closes #5871 | |||
| 2012-03-24 | Core: Fix warnings | Elron103 | |
| 2012-03-24 | Core/Scripts: Fixed script unloading | Shauren | |
| 2012-03-24 | Core: Fix warnings | leak | |
| 2012-03-24 | Merge pull request #5858 from w1sht0l1v3/AK | Machiavelli | |
| Scripts/Ahn'kahet/Prince Taldaram: Fix movement after shield drops.(no more LoS issues) Update boss texts and move them to creature_text. Add proper sounds to text. Add condition for a visual spell. Add usage of different Embrace of the Vampyr spell based on difficulty. | |||
