Commit graph

3229 commits

Author SHA1 Message Date
VladimirMangos
e54c919adb [9829] Avoid redundent data copy in transport waypoints generation. 2010-05-03 13:38:30 +04:00
Laise
577812ff6e [9828] Fix TARGET_AREAEFFECT_CUSTOM 2010-05-03 11:14:55 +03:00
XTZGZoReX
d3f6a89313 [9827] Rename two more opcodes (related to projectiles). 2010-05-03 05:26:05 +02:00
KiriX
c5ed3978bc [9826] Fix spell 38736
Signed-off-by: Lightguard <Lightguard@tauri.hu>
2010-05-02 23:17:56 +02:00
XTZGZoReX
049951a988 [9825] Rename one more opcode. 2010-05-02 07:44:13 +02:00
VladimirMangos
57dcc84940 [9824] Use in taxi flight movegen original taxipath data. 2010-05-02 06:14:26 +04:00
VladimirMangos
c52e9c5d27 [9823] Really fixed link error in gcc after [9816]. 2010-05-02 06:14:02 +04:00
NoFantasy
555e1b8d6d [9822] Fix link error in gcc after [9816] and include needed header
Signed-off-by: NoFantasy <nofantasy@nf.no>
2010-05-02 00:44:29 +02:00
XTZGZoReX
fa7f495f48 [9821] Rename two more opcodes... 2010-05-01 23:18:08 +02:00
Spp
b3af0b3233 [9820] Fix some handlers (correctly use Handle_ServerSide).
Signed-off-by: XTZGZoReX <xtzgzorex@gmail.com>
2010-05-01 22:44:31 +02:00
XTZGZoReX
e83781f6a7 [9819] Rename some more opcodes.
Also fix the name of some older opcodes that were marked as obsolete but no longer are.
2010-05-01 21:45:27 +02:00
Laise
e076f50a2f [9818] Fix display bug when spell with more than 1 persistent area aura effect had several icons 2010-05-01 20:54:20 +03:00
Pygmy
a0c32a101c [9817] Add dummy effect of spell 53808
Signed-off-by: NoFantasy <nofantasy@nf.no>
2010-05-01 15:39:12 +02:00
NoFantasy
ebc5de7477 [9816] Add script effect of spell 44462
Signed-off-by: NoFantasy <nofantasy@nf.no>
2010-05-01 10:33:31 +02:00
VladimirMangos
4fd4c1da3f [9815] Some cleanups in vc100 project files.
* More wide use $() for have same textual values for all build modes
* Fix NoPCH_Debug build.
2010-05-01 00:59:28 +04:00
VladimirMangos
b5347feeaa [9814] Add filter files to VC100 projects
Its store file groupping info into projects.
2010-04-30 21:11:48 +04:00
VladimirMangos
11372470ba [9813] Add VS2010 project files to git_id 2010-04-30 01:12:40 +04:00
Spp
d3fd1a6cf3 [9812] Fix a typo. 2010-04-29 22:42:44 +02:00
XTZGZoReX
1746ce94c5 [9811] Update/fix some opcode names. 2010-04-29 22:19:15 +02:00
VladimirMangos
c121c96691 [9810] Move pre-switch sql updates (except realmd related) to subdir. 2010-04-29 22:31:29 +04:00
KiriX
7ce07fb495 [9809] Drop dead code after switch.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-04-29 22:19:22 +04:00
VladimirMangos
4910add486 [9808] Simplify TaxiPathNodes data use, specially for transport case. 2010-04-29 19:44:21 +04:00
Spp
de3192b2f5 [9807] Add some missing (dummy) opcode handlers to the list.
Signed-off-by: XTZGZoReX <xtzgzorex@gmail.com>
2010-04-29 17:21:10 +02:00
VladimirMangos
9e356f10c9 [9806] Fixed player loading to transport.
Bug exist already some time but possible hide by another code way work or
client change maybe.
2010-04-29 17:25:13 +04:00
VladimirMangos
6146e19acb [9805] Fixed lost flight mount/form for GM in old contentes. 2010-04-29 15:32:48 +04:00
NoFantasy
05d8b00ad4 [9804] Add script effect of spell 52941
Signed-off-by: NoFantasy <nofantasy@nf.no>
2010-04-29 13:30:17 +02:00
Laise
a69018efec [9803] Fix typo in taken damage/healing bonus calculations and fix damage of 64085 2010-04-29 13:14:44 +03:00
Laise
dbf19ba5e3 [9802] Fix 17962 damage broken after [9798] commit 2010-04-29 12:07:05 +03:00
Olynn
9d8aab98e6 [9801] Typo in enum name.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-04-29 11:45:42 +04:00
VladimirMangos
a765f1f0e7 [9800] Not need explicit value numbering for internal server side enum 2010-04-29 00:44:42 +04:00
NoFantasy
8a212ac0df [9799] Remove duplicate code causing next reset of daily/weekly quests to double up
Signed-off-by: NoFantasy <nofantasy@nf.no>
2010-04-27 16:26:47 +02:00
Laise
471af8fb27 [9798] Implement basic splitting for caster/target part damage/heal bonus calculations, periodic damage/heal over time auras will now store m_amount with caster side bonuses applied and calculate target part on each tick. Currently critical chance/bonus calculations are not affected by this change 2010-04-27 13:13:50 +03:00
Chipleo
bb95e4a868 [9797] Prevent interect with NPC/Gameobject player in non-react state
* (stun,confuse,fleeing).
* This also fix cheating with taxi use.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-04-27 05:30:25 +04:00
SilverIce
6ab55fa09e [9796] Controlled unit should be a source of movement packets, not player-controller.
Now movements of controlled unit are visible for nearby players,
even when controller too far from controlled unit

This new type of packet broadcasting used in HandleMovementOpcodes handler only,
maybe it can be used somewhere else.

(based on SilverIce's repo commit d2387ca)

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-04-26 14:02:41 +04:00
patman128
3032e80bb6 [9795] Implement CONDITION_INSTANCE_SCRIPT (mapid, some_id)
True if mapid fit to called instance map id and instance script confirm success for some_id case.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-04-26 09:12:48 +04:00
VladimirMangos
7ee25008d3 [9794] Implement ".account characters" command
Console/chat command output characters list for specific account.
2010-04-26 07:13:39 +04:00
DasBlub
26cbb01556 [9793] Add 'Logout Player' output to the Char.log 2010-04-25 18:30:24 +02:00
Laise
5902f6cf77 [9792] Fix wrong damage dealing from commit [9784] 2010-04-25 07:15:56 +03:00
VladimirMangos
065a6732e1 [9791] Fixed problem with character deleting at some server platforms. 2010-04-25 02:20:10 +04:00
VladimirMangos
0cbcfef0fb [9790] No reason lost time at other checks if spell diff id not provided. 2010-04-24 23:05:04 +04:00
Laise
51546e1ff9 [9789] Implement spell selection, for creatures in instances, based on map difficulty 2010-04-24 20:08:18 +03:00
Alex Bolotsin
6ad2d18f1a [9788] If we use "debug bg" it must ignore that we are lonely on the bg.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-04-24 10:27:25 +04:00
Chipleo
108f683469 [9787] Allow propertly remove attack speed buff/debuff at death.
Check wrong and redundent (not use in other similar auras).

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-04-24 10:10:02 +04:00
VladimirMangos
eb66482020 [9786] Fixed crash at drop vendor items (anorther way). 2010-04-24 03:04:23 +04:00
VladimirMangos
7b675219e7 [9785] Remove special dagger starting outfit amount.
Now DBC data provide special off-hand instead.
Also update structure comments.
2010-04-23 22:51:32 +04:00
Laise
10b65dcf8f [9784] Move damage and crit calculation for certain effects of spells with delayed hit to spell launch 2010-04-23 19:53:51 +03:00
Laise
8ec81caabf [9783] Update 33851 and ranks according to 3.1.0 patch notes 2010-04-23 18:17:12 +03:00
Laise
d1dd6a8ca3 [9782] Small clean up in 2 method names 2010-04-23 16:05:41 +03:00
marintrica
6cff390de2 [9781] One more typo in instance_template loading error output.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-04-23 15:24:25 +04:00
Laise
236a578d52 [9780] Change CalcAbsorbResist/isBlocked to be called from target side 2010-04-23 06:58:58 +03:00