diff options
author | meko <mekolat@users.noreply.github.com> | 2015-05-18 17:10:47 -0400 |
---|---|---|
committer | meko <mekolat@users.noreply.github.com> | 2015-05-18 17:10:47 -0400 |
commit | b0a26643538706af1e7d62a4e95eecc42744f2d9 (patch) | |
tree | 0b01d31977e2d17731f7188a90189510697a08d4 | |
parent | 12b13856ee763ab0ad1b6447cebd004536d16edb (diff) | |
download | tmwa-b0a26643538706af1e7d62a4e95eecc42744f2d9.tar.gz tmwa-b0a26643538706af1e7d62a4e95eecc42744f2d9.tar.bz2 tmwa-b0a26643538706af1e7d62a4e95eecc42744f2d9.tar.xz tmwa-b0a26643538706af1e7d62a4e95eecc42744f2d9.zip |
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 |