VladimirMangos
15dd77873e
[9779] Drop trailing whitespaces.
2010-04-23 05:28:51 +04:00
hunuza
1ef89c7a22
[9776] Set m_mover to NULL on remove SPELL_AURA_MOD_POSSESS by delete.
...
This should fix a related crash.
Signed-off-by: hunuza <hunuza@gmail.com>
2010-04-22 18:59:51 +02:00
faramir118
c9ac685f04
[9766] Remove outdated code for 54936
...
Signed-off-by: Laise <fenrisse@gmail.com>
2010-04-20 12:03:55 +03:00
Laise
6610484609
[9754] Rename flight speed related auras and fix spell 40120
2010-04-16 17:54:58 +03:00
VladimirMangos
92b11459b1
[9748] Fixed startup problems after recent realmd DB.
2010-04-14 16:40:11 +04:00
VladimirMangos
ee0089826d
[9742] Final cleanup in non proper now EffectBasePoints use.
2010-04-13 16:11:16 +04:00
SilverIce
d8736576d3
[9738] Restore build on *nix
...
Also fix my typo in Unit::SelectRandomUnfriendlyTarget
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-04-13 00:47:25 +04:00
SilverIce
e3f3f3410a
[9736] Added more usable interface for grid visits
...
(based on SilverIce's repo commit f20f01e)
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-04-12 15:15:55 +04:00
VladimirMangos
50c7e57541
[9722] Please include spell names in comments in code and and avoid its used in commit notes.
2010-04-10 21:15:01 +04:00
SKW
8f18a0d920
[9720] Implement Glyph of Siphon Life and fix Siphon Life proc
...
Signed-off-by: Laise <fenrisse@gmail.com>
2010-04-10 10:01:30 +03:00
Laise
15e4d337c3
[9709] change case 0 handle for basepoints calculation
2010-04-09 18:21:21 +03:00
VladimirMangos
53486545b5
[9701] Fix basepoints calculation
...
Signed-off-by: Laise <fenrisse@gmail.com>
2010-04-08 23:15:48 +03:00
VladimirMangos
6bcbbc321b
Merge branch 'master' into 330
2010-04-07 06:58:42 +04:00
VladimirMangos
7708905bb7
Remove outdated spell proc data and update code for 44394 and ranks.
2010-04-07 02:11:31 +04:00
VladimirMangos
ff137bba24
[9683] Drop dead code in 3.x for spell 29801.
2010-04-07 00:12:10 +04:00
qsa
570852e70e
[9676] Implement AURA_252
...
Signed-off-by: Laise <fenrisse@gmail.com>
2010-04-06 21:05:34 +03:00
VladimirMangos
8d97ad06b2
Fixed random base poinst part calculation
...
0 - unused, 1 -> always +1, other in ranges (rand...1) or (1..rand)
2010-04-06 18:49:53 +04:00
megamage
b7204c9e8d
[9675] Fix SPELL_DAMAGE_CLASS_NONE hit result
...
Signed-off-by: Laise <fenrisse@gmail.com>
2010-04-05 19:46:47 +03:00
tomrus88
a030f6aaad
How this happened?
2010-04-05 14:01:29 +04:00
tomrus88
05f42d995f
Fixed few typos.
2010-04-05 01:33:23 +04:00
tomrus88
9a0545cd05
Merge remote branch 'origin/master' into 330
2010-04-04 15:50:18 +04:00
laise
56e1e48161
[9667] Implement 57849 and ranks.
...
Signed-off-by: hunuza <hunuza@gmail.com>
2010-04-03 16:15:47 +02:00
tomrus88
f2572fdda0
Merge remote branch 'origin/master' into 330
2010-03-31 02:29:02 +04:00
VladimirMangos
5c7f6356d6
[9644] Changes in emotes work.
...
Waypoint/db script/event ai/'.npc playemote' emote data now auto select by emote id way to execute:
oneshot or persistent state
So if in referenced DB data wrongly used state emote as oneshot case this will work in different way now.
2010-03-30 22:13:55 +04:00
XTZGZoReX
34e56c9978
[9641] Fix typo; IN_MILISECONDS -> IN_MILLISECONDS.
2010-03-30 14:44:57 +02:00
tomrus88
4c8dd37612
Merge remote branch 'origin/master' into 330
2010-03-30 13:06:34 +04:00
XTZGZoReX
51fd11c92c
[9638] Replace all C assert()s with MaNGOS ASSERT() macro.
2010-03-29 19:29:42 +02:00
tomrus88
b99f51a984
Fixed bug with professions in trainer list not being marked as known until trainer list re-opened.
2010-03-27 19:41:15 +03:00
tomrus88
112046718a
Merge remote branch 'origin/master' into 330
...
Conflicts:
src/game/Player.cpp
2010-03-27 13:29:31 +03:00
jsee
d46e6629e6
[9624] varargs list (...) auto promote any float value to double and any less int type to int.
...
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-03-26 22:04:32 +03:00
zhenya
b7fa3d5d53
[9621] Typo in CastSpell.
...
Not affect code work except restore small code speedup.
2010-03-26 18:43:14 +03:00
tomrus88
811f0e7ebf
Merge remote branch 'origin/master' into 330
2010-03-25 22:46:09 +03:00
tomrus88
561c340f95
Fixed typo in mail query.
...
Fixed SMSG_ITEM_TEXT_QUERY_RESPONSE.
Other misc fixes.
2010-03-25 19:46:26 +03:00
VladimirMangos
b658b25ff8
[9618] More use ObjectGuid in spell/etc code
2010-03-25 13:59:46 +03:00
VladimirMangos
5f7fd7a35a
[9613] Use stdarg.h instead outdated varargs.h
...
This must restore build at *nix
2010-03-24 16:01:54 +03:00
tomrus88
4234c685b8
Fix.
2010-03-24 12:43:09 +03:00
tomrus88
292f6189ea
Merge remote branch 'origin/master' into 330
2010-03-24 08:33:12 +03:00
VladimirMangos
1186577b56
[9612] Add to SendMonsterMove var args for optional values.
...
Also drop currently unused Unit::m_InteractionObject
2010-03-24 01:42:00 +03:00
NoFantasy
e11c4b4e03
[9604] Prevent unexpected call to AttackStart when having unit_state stunned/died
...
Signed-off-by: NoFantasy <nofantasy@nf.no>
2010-03-18 11:34:50 +01:00
NoFantasy
1f7f5955bf
[9599] Adding a few research comments for unit_flags and rename one.
...
Signed-off-by: NoFantasy <nofantasy@nf.no>
2010-03-17 02:08:02 +01:00
NoFantasy
9823356946
[9589] Add additional field for storage of speed_run rate of creature
...
This allow independent rate of walk vs run speed. Existing field renamed to explicit speed_walk.
Note that default database rate for run is a result of the most common value seen, 8.0/7.0
Signed-off-by: NoFantasy <nofantasy@nf.no>
2010-03-15 15:47:56 +01:00
tomrus88
654a93d7cd
Merge remote branch 'origin/master' into 330
2010-03-15 14:56:52 +03:00
tomrus88
47451b58a6
How this happened?
2010-03-15 14:56:03 +03:00
VladimirMangos
996a523302
[9583] Fixed speed recalculation at remove .mod speed rate while mounted/etc.
2010-03-14 20:55:54 +03:00
laise
bae7d15bb9
[9581] Fixed apply damage reduction to melee/ranged damage.
...
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-03-13 21:49:20 +03:00
tomrus88
26070c571f
Merge remote branch 'origin/master' into 330
2010-03-13 17:52:17 +03:00
VladimirMangos
ab7840a591
[9580] Add ObjectGuid const& Object::GetObjectGuid() and restore build.
2010-03-13 17:35:47 +03:00
tomrus88
086e9fa1ce
Merge remote branch 'origin/master' into 330
...
Conflicts:
src/game/Player.cpp
src/game/PlayerDump.cpp
2010-03-13 00:54:13 +03:00
Laise
873b2cab99
[9570] Implement glyph 55692
...
Signed-off-by: Lightguard <Lightguard@tauri.hu>
2010-03-11 10:27:44 +01:00
Lightguard
acb0c70c74
[9569] Fix spell 60772
2010-03-11 09:14:07 +01:00