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.860 by root, Wed Nov 14 19:40:44 2018 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
54 - (maps) remove random worbench under house in darcap, fix exit and add random
55 reading to dragonslib map, modify zealots house in mlab/tavern.map to remove
56 illegal mlab access (ephraim).
57 - (maps) make some containers unstackable that erroneously stackable.
58 - detect stackable containers at load time and make each stack a single item.
53 - last remaining BUG (that showed up in the logs for the last years) has 59 - 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 60 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, 61 stopping them, causing BUG: arrow had no map. Fixed by marking shot arrows,
56 bolts and thrown objects as NO_PICK temporarily. 62 bolts and thrown objects as NO_PICK temporarily.
57 - since binutils/gcc/etc. conspired to break static archives, converted the server 63 - since binutils/gcc/etc. conspired to break static archives, converted the server
60 - use c++11 headers in preference to tr1 ones. 66 - use c++11 headers in preference to tr1 ones.
61 - fix odr violation: struct point. 67 - fix odr violation: struct point.
62 - make the code warnigns-clean, for some definition of warnings. 68 - make the code warnigns-clean, for some definition of warnings.
63 - port to g++ 6. 69 - port to g++ 6.
64 - implement keep_suffix meta for cfutil, so files keep their extension. 70 - 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 71 - built-in webserver uses improved content-type detection and uses charset utf-8
66 by default. 72 by default.
67 - do proper etag caching for resources in http server. 73 - do proper etag caching for resources in http server.
68 - fix webserver 304 response, which contained entity-headers, confusing squid. 74 - 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, 75 - potentially fix a bug where ob->contr is non-null while ob->contr->ob is null,
70 causing a segfault. 76 causing a segfault.
77 - change DIRX/DIRY macros to take a diretcion as argument, and use them instead of
78 directly referencing freearr_[xy], as the latter is used alot more often then
79 DIRX/DIRY, and this allows us to change freearr_[xy].
71 80
723.1 Wed Nov 16 23:17:11 CET 2016 813.1 Wed Nov 16 23:17:11 CET 2016
73 - convert to blitz++ 0.10 and later (also requiring c++ 11). 82 - convert to blitz++ 0.10 and later (also requiring c++ 11).
74 - port to perl 5.18 and newer. 83 - port to perl 5.18 and newer.
75 - switch to xz compressed archives as only dist method. 84 - switch to xz compressed archives as only dist method.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines