diff options
author | Wushin <pasekei@gmail.com> | 2015-05-18 20:31:44 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-05-18 20:31:44 -0500 |
commit | 20cbf97dbaded8c2bead5b4f1a4838528c63a2a5 (patch) | |
tree | 0b01d31977e2d17731f7188a90189510697a08d4 | |
parent | 12b13856ee763ab0ad1b6447cebd004536d16edb (diff) | |
parent | b0a26643538706af1e7d62a4e95eecc42744f2d9 (diff) | |
download | tmwa-20cbf97dbaded8c2bead5b4f1a4838528c63a2a5.tar.gz tmwa-20cbf97dbaded8c2bead5b4f1a4838528c63a2a5.tar.bz2 tmwa-20cbf97dbaded8c2bead5b4f1a4838528c63a2a5.tar.xz tmwa-20cbf97dbaded8c2bead5b4f1a4838528c63a2a5.zip |
Merge pull request #95 from mekolat/patch-1v15.5.18
Update CHANGELOG
-rw-r--r-- | CHANGELOG | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +v15.5.18 + - reject old incompatible clients + - check client version before sending quest data + - send mob hp to client + - send mob walk data to client if client version >= 3 + - remove "Save" and "Random" special map names for the warp builtin + - remove unused pc_randomwarp + - remove builtin getitemname in favor of builtin getitemlink + - remove builtin getequipname in favor of getitemlink combined with getequipid + - remove item labels + - remove OnInterIfInit event handler + - remove OnCharIfInit event handler + - remove long deprecated tmwa-monitor + - allow to specify npcs in timer-related builtins + - make the script engine more strict and die on errors + - completely deprecate invalid npc id -1 in favor of id 32767 + - remove the motd in favor of one provided by server-data + - make the message about the source code location be sent to General chat tab instead of Debug + - remove leftovers from deprecation of atcommand gm + - reset the status both on death and on respawn v15.5.04 - remove check for pk_mode for mapflag NOPVP - remove atcommand gm |