NoFantasy
65965bc5fa
[8642] Replace the Spanish word 'hostil' with the English one.
...
Signed-off-by: NoFantasy <nofantasy@nf.no>
2009-10-14 12:46:10 +02:00
SeT
e6d40697a1
[8163] Fixed typo and wrong check affecting threat calculation.
...
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-07-12 00:18:28 +04:00
arrai
309c2d8a0e
[8032] partially reverted b4c7e95cbdf72d41fe529b2d6261d3096596c674
...
The brackets were placed wrong which caused creatures to ignore
threat from players out of melee range. Thanks to KAPATEJIb,
illusion22 and Lynx3d for researching
2009-06-17 01:19:38 +02:00
AlexDereka
27fabf7ace
[7745] Fixed gcc warnings.
2009-05-03 20:25:27 +04:00
zhenya
8144f30199
[7730] Some optimizantion and code style.
...
Signed-off-by: AlexDereka <dereka.alex@gmail.com>
2009-04-29 01:05:21 +04:00
VladimirMangos
2c06d207a7
[7620] Make GCC happy. Restore build at Unix/Linux.
2009-04-05 19:57:08 +04:00
VladimirMangos
a787741a5a
[7618] Fixed: Prevent adding threat to dead creature and for dead target.
...
Also remove horriable typecast in ThreatManager code and some other cleanups.
2009-04-05 06:38:28 +04:00
balrok
54f2dbefa0
[7403] much more unneeded includes removed
...
now i extended my script:
NAME="Chat"; ack -c $NAME | ack ":1$" | sed 's/:1//' | xargs /usr/bin/ack-grep -l "include \""$NAME".h\"" | xargs /bin/sed -i '/include "'$NAME'.h"/d'
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2009-03-08 02:22:17 +03:00
DiSlord
4b9af01d42
[7023] Remove not used useCharges for IsImmunedToSpell/IsImmunedToDamage
...
Signed-off-by: DiSlord <dislord@nomail.com>
2009-01-04 23:20:21 +03:00
arrai
c6f48843ad
[7017] Updated copyright notice for new year
2009-01-03 18:09:51 +01:00
arrai
01e4f069e2
[7000] Fixed creature target selection in case all possible targets have a low priority
2009-01-02 12:25:17 +01:00
arrai
9a411858d0
[6987] Implemented aura dependent creature target prioritization more correctly
2008-12-30 20:05:51 +01:00
balrok
2e08a63da7
[6884] Replaced iterator++ with ++iterator in for-loop-headers
...
i used this script
for i in ls *.[ch]*; do cat $i | sed -r 's/(.*for.*iterator.*;\
*)([a-z0-9\_\*]+)\ *\+\+(.*)/\1++\2\3/' > /tmp/mangos/$i; done
for i in ls *.[ch]*; do cp /tmp/mangos/$i $i; done
and rechecked it with my eyes, if everything is right
i took only for-loops cause they can be gathered easier with a script
Signed-off-by: hunuza <hunuza@gmail.com>
2008-12-07 19:49:45 +01:00
arrai
cf6413edcc
* Implemented second choice aggro targets for creatures. This will prevent players from tanking NPCs while being affected by immunity granting buffs.
2008-10-18 21:05:34 +02:00
TheLuda
800ee76535
Imported MaNGOS revision 6767 from http://mangos.svn.sourceforge.net/svnroot/mangos/trunk/
2008-10-14 00:29:20 +02:00