diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-09 22:27:49 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-09 22:27:49 -0700 |
commit | 00f88a4ca7457ad7600d69e7a32a1584c7051e48 (patch) | |
tree | 5ed4d1700b3a8908b9bf56c7c149913c869480e8 | |
parent | 66b050356abc494fd57c3b4e42d4abc61c832e8c (diff) | |
download | tmwa-00f88a4ca7457ad7600d69e7a32a1584c7051e48.tar.gz tmwa-00f88a4ca7457ad7600d69e7a32a1584c7051e48.tar.bz2 tmwa-00f88a4ca7457ad7600d69e7a32a1584c7051e48.tar.xz tmwa-00f88a4ca7457ad7600d69e7a32a1584c7051e48.zip |
Update changelog that I forgot
-rw-r--r-- | CHANGELOG | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +v14.4.9: + - fix tarball timestamps + - added all missing copyright notices + - use AGPL for my new files; add @source command and makefile support + - fix a multiline span assertion missed by the testsuite + - @tee no longer duplicates the speaker's name + - fix @npcmove between blocks + - fix out-of-bounds crash when unarmed (exposed by shrinking character) + - bounds-checks for most arrays + - lots of deprecation warnings in the script parser (sorry) + - finally merge wushin's "local savepoint override" patch + - new magic frontend with sexpr; temporary converter + - if doing nothing, stop doing anything + - script variables of all types can now be used by magic + - flexible mapflags + - split out the character keys for better paging (network ABI change) + - lower priority for background processes + - add a more efficient string for temporaries + - make build prettier + - strictify sessions and fds + - recover nonexistent party member slots + - remove the middle makefile v14.1.27: - new tracking IO for better errors - Unified config parsing! This *requires* new config files in server-data |