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

Comparing deliantra/server/Changes (file contents):
Revision 1.856 by root, Thu Aug 31 17:53:05 2017 UTC vs.
Revision 1.857 by root, Sat Sep 16 21:55:47 2017 UTC

47TODO: rijk's frontend does not look for .xhtml files when serving static files. 47TODO: rijk's frontend does not look for .xhtml files when serving static files.
48TODO: Allow players to forget spells in the testing server - this makes spell testing and iteration simpler. 48TODO: Allow players to forget spells in the testing server - this makes spell testing and iteration simpler.
49 49
50 50
51TODO: cspm spell arg 51TODO: cspm spell arg
52TODO: freearr_x => DIRX, freearr_x => freear[].x?, check bin size change
52 53
53 - last remaining BUG (that showed up in the logs for the last years) has 54 - last remaining BUG (that showed up in the logs for the last years) has
54 been fixed: monsters would snatch arrows/thrown_objs out of the air without 55 been fixed: monsters would snatch arrows/thrown_objs out of the air without
55 stopping them, causing BUG: arrow had no map. Fixed by marking shot arrows, 56 stopping them, causing BUG: arrow had no map. Fixed by marking shot arrows,
56 bolts and thrown objects as NO_PICK temporarily. 57 bolts and thrown objects as NO_PICK temporarily.
60 - use c++11 headers in preference to tr1 ones. 61 - use c++11 headers in preference to tr1 ones.
61 - fix odr violation: struct point. 62 - fix odr violation: struct point.
62 - make the code warnigns-clean, for some definition of warnings. 63 - make the code warnigns-clean, for some definition of warnings.
63 - port to g++ 6. 64 - port to g++ 6.
64 - implement keep_suffix meta for cfutil, so files keep their extension. 65 - implement keep_suffix meta for cfutil, so files keep their extension.
65 - built-in webserver uses improved conetnt-type detection and uses charset utf-8 66 - built-in webserver uses improved content-type detection and uses charset utf-8
66 by default. 67 by default.
67 - do proper etag caching for resources in http server. 68 - do proper etag caching for resources in http server.
68 - fix webserver 304 response, which contained entity-headers, confusing squid. 69 - fix webserver 304 response, which contained entity-headers, confusing squid.
69 - potentially fix a bug where ob->contr is non-null while ob->contr->ob is null, 70 - potentially fix a bug where ob->contr is non-null while ob->contr->ob is null,
70 causing a segfault. 71 causing a segfault.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines