ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/Changes
(Generate patch)

Comparing deliantra/server/Changes (file contents):
Revision 1.846 by root, Thu Nov 17 04:59:33 2016 UTC vs.
Revision 1.854 by root, Sat Jan 28 22:38:45 2017 UTC

40 40
41 - last remaining BUG (that showed up in the logs for the last years) has 41 - last remaining BUG (that showed up in the logs for the last years) has
42 been fixed: monsters would snatch arrows/thrown_objs out of the air without 42 been fixed: monsters would snatch arrows/thrown_objs out of the air without
43 stopping them, causing BUG: arrow had no map. Fixed by marking shot arrows, 43 stopping them, causing BUG: arrow had no map. Fixed by marking shot arrows,
44 bolts and thrown objects as NO_PICK temporarily. 44 bolts and thrown objects as NO_PICK temporarily.
45 - since binutils/gcc/etc. conspired to break static archives, converted the server
46 binary build into non-recursive Makefiles without static archives. hell, automake
47 is certainly not ready for non-recursive makes, what a hack :()
48 - use c++11 headers in preference to tr1 ones.
45 - fix odr violation: struct point. 49 - fix odr violation: struct point.
50 - make the code warnigns-clean, for some definition of warnings.
51 - port to g++ 6.
52 - implement keep_suffix meta for cfutil, so files keep their extension.
53 - built-in webserver uses improved conetnt-type detection and uses charset utf-8
54 by default.
55 - do proper etag caching for resources in http server.
56 - fix webserver 304 response, which contained entity-headers, confusing squid.
46 57
473.1 Wed Nov 16 23:17:11 CET 2016 583.1 Wed Nov 16 23:17:11 CET 2016
48 - convert to blitz++ 0.10 and later (also requiring c++ 11). 59 - convert to blitz++ 0.10 and later (also requiring c++ 11).
49 - port to perl 5.18 and newer. 60 - port to perl 5.18 and newer.
50 - switch to xz compressed archives as only dist method. 61 - switch to xz compressed archives as only dist method.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines