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

Comparing deliantra/server/Changes (file contents):
Revision 1.864 by root, Wed Nov 14 23:24:27 2018 UTC vs.
Revision 1.865 by root, Sat Nov 17 23:33:17 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
53 52
54 - (maps) remove random worbench under house in darcap, fix exit and add random 53 - (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 54 reading to dragonslib map, modify zealots house in mlab/tavern.map to remove
56 illegal mlab access (ephraim). 55 illegal mlab access (ephraim).
57 - (maps) make some containers unstackable that erroneously stackable. 56 - (maps) make some containers unstackable that erroneously stackable.
79 - change DIRX/DIRY macros to take a diretcion as argument, and use them instead of 78 - change DIRX/DIRY macros to take a diretcion as argument, and use them instead of
80 directly referencing freearr_[xy], as the latter is used alot more often then 79 directly referencing freearr_[xy], as the latter is used alot more often then
81 DIRX/DIRY, and this allows us to change freearr_[xy]. 80 DIRX/DIRY, and this allows us to change freearr_[xy].
82 - tentative port to C++ 17. 81 - tentative port to C++ 17.
83 - fix a potential bug with packet << (const char *)0. 82 - fix a potential bug with packet << (const char *)0.
83 - add COPYING.Other.
84 - include libecb and decore compiler.h and other places in preference to it.
85 - include ska's flat_hash_map and use it instead of unordered_map/set.
84 86
853.1 Wed Nov 16 23:17:11 CET 2016 873.1 Wed Nov 16 23:17:11 CET 2016
86 - convert to blitz++ 0.10 and later (also requiring c++ 11). 88 - convert to blitz++ 0.10 and later (also requiring c++ 11).
87 - port to perl 5.18 and newer. 89 - port to perl 5.18 and newer.
88 - switch to xz compressed archives as only dist method. 90 - switch to xz compressed archives as only dist method.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines