--- deliantra/server/Changes 2016/11/16 23:03:09 1.845 +++ deliantra/server/Changes 2017/01/11 15:13:44 1.853 @@ -38,7 +38,21 @@ TODO: cspm spell arg + - last remaining BUG (that showed up in the logs for the last years) has + been fixed: monsters would snatch arrows/thrown_objs out of the air without + stopping them, causing BUG: arrow had no map. Fixed by marking shot arrows, + bolts and thrown objects as NO_PICK temporarily. + - since binutils/gcc/etc. conspired to break static archives, converted the server + binary build into non-recursive Makefiles without static archives. hell, automake + is certainly not ready for non-recursive makes, what a hack :() + - use c++11 headers in preference to tr1 ones. - fix odr violation: struct point. + - make the code warnigns-clean, for some definition of warnings. + - port to g++ 6. + - implement keep_suffix meta for cfutil, so files keep their extension. + - built-in webserver uses improved conetnt-type detection and uses charset utf-8 + by default. + - do proper etag caching for resources in http server. 3.1 Wed Nov 16 23:17:11 CET 2016 - convert to blitz++ 0.10 and later (also requiring c++ 11).