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
929798e635
Fixed sql update for avoid apply problems.
2010-04-26 07:57:03 +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
VladimirMangos
15dd77873e
[9779] Drop trailing whitespaces.
2010-04-23 05:28:51 +04:00
Lynx3d
d3cc3c2f27
[9778] Old gcc hash_map not have support for std::string keys.
...
In different from tr1 unordered_map
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-04-22 23:57:11 +04:00
VladimirMangos
88ab56a6e8
[9777] Fixed instance_template error output arg in one from cases.
2010-04-22 23:50:09 +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
XTZGZoReX
7532061a79
[9775] Cleanups in framework library.
...
* Removed last bits of threading in grid code.
* Removed some weird and unneeded declarations.
* General code style fixes.
* (Perhaps some things I forgot.)
Thanks to Lynx3d for the usual GCC-stabbing...
2010-04-22 11:49:43 +02:00
Laise
4d89b41f60
[9774] Fix periodic damage combat log displaying
2010-04-22 11:07:23 +03:00
Olynn
3bf63659f3
[9773] Fixed typo in code comment.
...
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-04-21 20:16:49 +04:00
blueboy
17dd848242
[9772] Make GCC happy and restore buuild at *unix now really.
...
Just for note: this still look as not code problem but GCC bug in C++ std. library.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-04-21 19:15:10 +04:00
Neggod
cea7d42971
[9771] Fixed typos in mangosd.conf comments
...
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-04-21 13:20:38 +04:00
VladimirMangos
378c76b1c3
[9770] Use more proper std::istringstream for parse args.
...
This must fix build problem at *nix.
2010-04-21 12:17:23 +04:00