summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2016-05-11 21:50:07 -0400
committermekolat <mekolat@users.noreply.github.com>2016-05-11 21:50:07 -0400
commitf9df1a84b4486eefc65fb91287c2c399531e5b37 (patch)
tree95198e065a68704bd6a9e23e177986e3de31e11e
parenta8e9ab18abcc3b3dc29098c41ffa5c9a915e8d57 (diff)
downloadtmwa-16.5.12.tar.gz
tmwa-16.5.12.tar.bz2
tmwa-16.5.12.tar.xz
tmwa-16.5.12.zip
release v2016.5.12 [ci skip]v16.5.12
-rw-r--r--CHANGELOG12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2462d24..52bf906 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,15 @@
+v16.5.12
+ - add target argument to the getmap() builtin
+ - make builtin overrideattack dumber; make scripts handle the logic
+ - make builtin aggravate dumber; make scripts handle the logic
+ - send 0 for param HP when player is dead, even if player has hp
+ - revert attachrid modifications (temporary measure, please avoid attachrid)
+ - add target argument to the addtimer builtin
+ - add target argument to the foreach builtin
+ - use pc_heal when changing hp using params
+ - add MUTE params (global mute, party mute, whisper mute, guild mute)
+ - don't allow to talk when muted
+ - allow to use custom commands (ie magic) in whispers and party
v16.4.25
- check for null pointers in the new/modified builtins
v16.4.24