summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG94
1 files changed, 93 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4258e94..79900d6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,95 @@
+v15.5.04
+ - remove check for pk_mode for mapflag NOPVP
+ - remove atcommand gm
+ - add atcommand npc
+ - remove builtin readparam
+ - remove builtin statusup2
+ - remove builtin changesex
+ - remove builtin gmcommand
+ - add builtin wgm
+ - add builtin gmlog
+ - do not force disconnection after sex change
+ - add new parameter to builtin emotion
+ - remove braces and jname from getitemlink
+ - add quest log
+ - add sanity check to freeloop
+ - add OnPCLoginEvent handler
+ - some typo fixes and rewording
+v15.4.20
+ - make spam warnings appear in General chat tab
+ - add builtin getnpcx
+ - add builtin getnpcy
+ - add builtin pvp
+ - add builtin getpvpflag
+ - add builtin strnpcinfo
+ - remove builtin cmdothernpc
+ - remove builtin killmonsterall
+ - remove builtin percentheal
+ - remove builtin itemheal
+ - modify builtin heal to include itemheal
+ - remove atcommand killer
+ - remove atcommand killable
+ - remove atcommand charkiller
+ - add atcommand pvp
+ - add atcommand charpvp
+ - add atcommand exprate
+ - remove warp debug (npc 722)
+ - add support for emote IDs over 100
+v15.2.28
+ - Added Freeloop
+v15.1.23:
+ - update changelog for this and last release
+ - segregate per-server global variables
+ - use namespaces for every server
+ - generate all config parsers
+ - support fine-tuned per-version sections in config files
+ - track spans for config parsing
+ - remove deprecated config settings
+ - fuck adl
+ - error out (after global ctors) if someone is dumb enough to run as root
+ - really fix shop prices
+ - add gcc 4.9 on travis
+ - use an uglier bug more reliable macro for MATCH
+ - fill the house with dancing elves, it is the xmas season
+ - workaround the clang bug preventing shared libraries
+ - fix clang 3.5 builds (previously only 3.4 worked)
+ - fix infinite loop in previous release
+ - flatten protocol generator and add pre/post/desc digraph and wiki
+ - new script builtins: npcareawarp, iscollision
+ - use manaplus url format
+ - fix nightlies
+v14.11.11:
+ - avoid this release at all costs
+ - fix an obscure bug breaking asan
+ - add new way of checking for mapless events
+ - fix off-by-one overflow with too many script arguments
+ - more script debugging in python instead of in the executable
+ - attempt to fix shops
+ - eliminate buggy microoptimization with sc_count
+ - fix crash with divorce
+ - parse npcs and items into an ast first
+ - simplify nightly cross-builds now that there's a defaults package
+ - semiformalize the concept of "ranked" directories of headers
+ - convert readme to markdown
+ - fix bugs caused by using more Option<T>
+ - bump clang version on travis
+ - various build system improvements to build more, smaller, files
+ - pretty-print pointers by symbol/segment
+ - move more stuff to Option<T>
+ - split parsing functions into their own files
+ - get rid of crazy 2-based arrays for script arguments
+ - finish removing offhanded weapons
+v14.10.5:
+ - fix the stupid refactoring bug with mob slave summons
+ - officially drop support for clang, all versions are too buggy
+ - implement Option<T> and Borrowed<T> with tests, but don't use them yet
+ - rename enum Option to Opt0 to move it out of the way
+ - add support for static libraries (clang is being retarded again)
+ - critical fix for the bug in parties (thanks Rawng)
+ - add support for cross-builds to the buildbot script
+ - fix a refactoring bug in magic
+ - fix an exposed bug in the magic 'dir_towards' function
+ - fix an exposed bug in char-server whispering
v14.8.29:
- fix testsuite
- add missing changelog
@@ -32,7 +124,7 @@ v14.6.30:
- play with obscure corners of the C++ standard that no one can interpret
- replace hand-coded network protocols with generate ones
- lots source layout and formatting cleanup
- - faster depedency calculation
+ - faster dependency calculation
- strict ids (yay less bugs, boo account/block entanglement)
- beginning of integers
- support libc++ (experimental)