QAston
|
b0602b3153
|
Core/Spells: Use spell target flags to determine if spell can target dead targets - fixes skinning. Also, fix build once again
|
2011-08-20 10:01:57 +02:00 |
|
tobmaps
|
cd03dadb7f
|
Core/Misc: Minor code cleanup and code style fix
|
2011-08-20 04:43:01 +07:00 |
|
QAston
|
393b436a0c
|
Fix a typo in last commit.
|
2011-08-19 16:34:00 +02:00 |
|
QAston
|
fc5e924138
|
Core/Spells: Implement recently discovered target check attributes and move most of target checks to SpellInfo::CheckTarget function.
|
2011-08-19 14:54:15 +02:00 |
|
QAston
|
1de095f7cf
|
Core/Spells: Add required and implicit target object type data for spell effects - will be used in future patches.
|
2011-08-18 11:50:31 +02:00 |
|
QAston
|
ec95ead0ac
|
Fix build.
|
2011-08-17 12:00:20 +02:00 |
|
QAston
|
a44e1c505e
|
Core/Spells: Add new spell implicit target categories data - will be used in future patches.
|
2011-08-17 11:30:47 +02:00 |
|
QAston
|
a077a26aa5
|
Core/Spells: update the core to the changes from 1fb1988d46 . To make your custom code work with those changes simply lookup the value of Targets enum value from prev rev, and update the name in your code.
|
2011-08-16 19:44:18 +02:00 |
|
QAston
|
73bbc3aca8
|
Core/Spells: Update some targeting related attribute definitions to make them more clear and consistent.
|
2011-08-16 16:06:21 +02:00 |
|
QAston
|
c9291243c1
|
Core/Spells: Remove some obsolete code (stealth is no longer a ranked spell).
|
2011-07-29 18:01:33 +02:00 |
|
QAston
|
495ead5f7f
|
Revert "Core/Spells: Fix a crash on checking school immunity added to unit manually (not by aura)"
This reverts commit 07badd7385.
|
2011-07-28 23:44:39 +02:00 |
|
QAston
|
07badd7385
|
Core/Spells: Fix a crash on checking school immunity added to unit manually (not by aura)
|
2011-07-28 23:41:29 +02:00 |
|
QAston
|
f33a0c23ca
|
Core/Spells: Fix passive auras stacking logic after recent changes.
Closes #2417
|
2011-07-28 03:08:42 +02:00 |
|
Shauren
|
b9a6e2333c
|
Core/Spells: Removed implicit casts from SpellImplicitTargetInfo, fixed copypaste mistakes and one crash
|
2011-07-27 12:35:59 +02:00 |
|
Spp-
|
39be30a39f
|
Fix compile
|
2011-07-27 11:00:14 +02:00 |
|
QAston
|
29c228a801
|
Core/Spells: Add SpellInfo class to store static data and methods for spells. This class is going to replace SpellEntry use in core. SpellInfo class includes all spell-related functions which resided in SpellMgr, and makes them much easier to access, reuse or add new stuff. Another advantage is that you no longer have to lookup db/dbc data by entry or index, because such data can now be included in the new class. Thanks to that, TC will have no problems on drastic spell dbc format change in 4.x.
|
2011-07-26 23:00:23 +02:00 |
|