Subv
397ee8ceb5
Core/Spells: Execute spell procs after the healing effects of a spell
...
Closes #216
Signed-off-by: Subv <s.v.h21@hotmail.com >
2012-04-11 17:41:36 -05:00
Subv
54039b917c
Battlegrounds/WS: Fixed doors
...
Closes #6170
Signed-off-by: Subv <s.v.h21@hotmail.com >
2012-04-11 16:34:26 -05:00
Shauren
c2948f6352
Scripts/Trial of the Crusader: Fixed spell_powering_up_SpellScript once again
2012-04-11 22:47:54 +02:00
Machiavelli
c38820c3bd
Scripts/Twin Valkyr: Fix a crash in spell_powering_up_SpellScript. Author: Vincent-Michael
2012-04-11 22:35:23 +03:00
Shauren
da8c7d2344
Core: Fixed warning C4263: 'bool Creature::SetDisableGravity(bool,bool)' : member function does not override any base class virtual member function
2012-04-11 21:30:56 +02:00
faramir118
ccf50f4c3d
dead code
2012-04-11 20:01:27 +02:00
faramir118
b1c4e8202e
Scripts/Karazhan/Midnight: Fix timer logic
...
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com >
2012-04-11 20:00:51 +02:00
faramir118
7ae0cf8c35
fix mistaken fallthrough
2012-04-11 19:59:44 +02:00
faramir118
d3c9817c60
make some dtors virtual
...
this will prevent potential for future memory leaks
2012-04-11 19:58:53 +02:00
faramir118
e3f198ca56
couple wrong return types
2012-04-11 19:58:12 +02:00
faramir118
c09cd26739
wrong signature in a few overrides
2012-04-11 19:56:05 +02:00
faramir118
c7927a7796
Tools/MapExtractor: proper type for string literals
...
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com >
2012-04-11 19:54:35 +02:00
faramir118
f9ae8e6810
Core/DBLayer: incorrect use of va_start
...
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com >
2012-04-11 19:51:26 +02:00
Kandera
6407582667
Core/Attributes: change some attribute names to better describe what they are
2012-04-11 11:56:35 -04:00
Shauren
be5b91f6bb
Scripts/Icecrown Citadel: Fixed crashes on despawning abominations during Professor Putricide's phase transition
2012-04-11 17:53:55 +02:00
Shauren
0506877e2a
Core/Vehicles: Use DespawnOrUnsummon in Vehicle::Dismiss to call AI despawn hooks.
2012-04-11 17:52:44 +02:00
Kandera
7cc2c6109a
Core/Spells: Fix vigilance taunt cooldown spell targeting. cleanup some whitespace
2012-04-11 10:24:51 -04:00
kaelima
26ff19dbf8
Scripts/Silithus: Fix crash when doing "A Pawn on the Eternal Board"
...
Closes #6156
2012-04-11 13:40:17 +02:00
Subv
a998e9e58a
Collision/GameObjects: Corrected a possible logic fail
...
Signed-off-by: Subv <s.v.h21@hotmail.com >
2012-04-10 20:12:13 -05:00
Subv
e9ac667cce
Battlegrounds/WSG: Missing change from my previous commit
2012-04-10 20:09:24 -05:00
Subv
6c5cabcf8b
Battlegrounds/WSG: Fixed door LoS in Warsong Gulch
...
Closes #6147
Signed-off-by: Subv <s.v.h21@hotmail.com >
2012-04-10 20:06:40 -05:00
Shocker
b4341413e5
Merge pull request #5648 from Elron103/pull-requests
...
Core/Misc: Add a validity check for coordinates, prevents possible crashes with invalid coordinates
2012-04-10 17:15:24 -07:00
click
a470a5ad93
Fix a typo in previous commit
2012-04-10 02:11:27 +02:00
click
5d7d635b9e
Core: Add proper log output in Player::Create functions, warning admins about possible hackers during character creation
2012-04-10 02:06:10 +02:00
Shauren
abed18d695
Core/DBLayer: More type fixes
2012-04-09 17:36:10 +02:00
kaelima
3dabe220ce
Cmake: Remove no longer existing */dep/mersennetwister include
...
Thanks Venugh for noticing
2012-04-09 16:03:22 +02:00
kandera
7f377964fb
Core/Scripts: fix unrelenting assault procing on caster (thx gigatotem). both cast spells have target_unit_caster
2012-04-09 10:38:08 -03:00
kaelima
1f1e243bfa
Core/Movement: Fix some issues with ConfusedMovementGenerator from recent 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 15:00:52 +02:00
kaelima
4c961ff393
Core/Scripts: Remove some unnecessary creature/player casts in scripts and do some safer casting in a silithus script
2012-04-09 14:28:46 +02:00
kaelima
3988e8ed96
Core/DBLayer: Correct a type in HandleUnFreezeCommand (lowguid)
2012-04-09 14:26:50 +02:00
kaelima
5f52cb0d8c
Core/Spell: fix crash from 268401029e
2012-04-09 13:39:52 +02:00
Shauren
bfc73920c7
Scripts/Spells: Corrected Riptide script, preparing variable should be done in Load hook, not Register
2012-04-09 10:58:20 +02:00
kaelima
fe5a5de0f7
Tools/PlayerDump:
...
- Fixed field number for characters.deleteInfos_Account
- Add missing break for "receiver" (DTT_MAIL)
2012-04-09 04:17:12 +02:00
kaelima
7f903edcd9
Core/DBLayer: Fix two crashes when using pdump command
...
Closes #6107
2012-04-09 03:33:46 +02:00
kaelima
3bbabb1400
Core/Spell: Fix crash when blinking on transports in instancable maps
...
Closes #789
2012-04-09 03:02:45 +02:00
Subv
e309c4fe1b
Core/Spells: Fixed Riptide bonus on Chain Heal
...
closes #1152
Signed-off-by: Subv <s.v.h21@hotmail.com >
2012-04-08 19:09:30 -05:00
kaelima
93ca33a8cc
Fix compile
2012-04-09 00:57:14 +02:00
kaelima
a4a1e19f01
Core/Movement: Minor correction for last changeset
2012-04-09 00:32:15 +02:00
kaelima
8358af9759
Core/Movement: Use line of sight checks for movement waypoints generated for confused movement and raise the minimum movementtimer to 500 ms.
...
Should close #5301
2012-04-09 00:01:18 +02:00
kaelima
49e24e2dfb
Core/Cleanup:
...
Mostly if(.. -> if (.. and for(.. -> for (..
but also some miscellaneous cleanup
2012-04-08 23:59:52 +02:00
Subv
38d5fbac0e
Core/Spells: You should be able to revive pets from anywhere without summoning them first
...
Closes #1090
Signed-off-by: Subv <s.v.h21@hotmail.com >
2012-04-08 16:22:19 -05:00
Subv
268401029e
Core/Spells: Implemented SPELL_ATTR4_IGNORE_RESISTANCES.
...
Closes #919
Signed-off-by: Subv <s.v.h21@hotmail.com >
2012-04-08 15:15:06 -05:00
Machiavelli
9d6c8add0e
Fix non-PCH build and GitExtensions screwup from last changeset
2012-04-08 18:58:42 +02:00
Machiavelli
bc96df1aae
Core/Shared: Move container functions to shared project under 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 17:40:05 +02:00
Machiavelli
e636531da3
Core/Movement: Fix pushback issues and client freeze.
2012-04-08 17:03:44 +02:00
Nay
1922314858
DB/Spells: Add a missing spell (Blessed Life) to spell_dbc
...
Made with love, for Subv.
2012-04-08 15:24:13 +01:00
Shauren
5e485cba76
Scripts/Icecrown Citadel: Fixed Mystic Buffet applying on targets hidden behind Ice Tombs
2012-04-08 15:15:16 +02:00
Nay
2d0e5e2e0c
Core/Conditions: Add missing code for CONDITION_TITLE
...
DB/Char: Add changes to character base
Thanks to manuel and QAston for noticing
2012-04-08 12:56:18 +01:00
Discover-
01fc695bad
Database/Misc: Template updates for Gymer.
...
Author: Faq
Closes #6089
2012-04-08 13:18:58 +02:00
Shauren
56766949fa
Scripts/Icecrown Citaldel
...
* Timer improvements after air phase for Sindragosa
* Added landing animation after air phase
* Unchained Magic affects 6 targets on 25 man mode
*
2012-04-08 12:14:04 +02:00