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

Comparing deliantra/server/Changes (file contents):
Revision 1.857 by root, Sat Sep 16 21:55:47 2017 UTC vs.
Revision 1.859 by root, Wed Apr 25 04:58:46 2018 UTC

49 49
50 50
51TODO: cspm spell arg 51TODO: cspm spell arg
52TODO: freearr_x => DIRX, freearr_x => freear[].x?, check bin size change 52TODO: freearr_x => DIRX, freearr_x => freear[].x?, check bin size change
53 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).
54 - last remaining BUG (that showed up in the logs for the last years) has 57 - last remaining BUG (that showed up in the logs for the last years) has
55 been fixed: monsters would snatch arrows/thrown_objs out of the air without 58 been fixed: monsters would snatch arrows/thrown_objs out of the air without
56 stopping them, causing BUG: arrow had no map. Fixed by marking shot arrows, 59 stopping them, causing BUG: arrow had no map. Fixed by marking shot arrows,
57 bolts and thrown objects as NO_PICK temporarily. 60 bolts and thrown objects as NO_PICK temporarily.
58 - since binutils/gcc/etc. conspired to break static archives, converted the server 61 - since binutils/gcc/etc. conspired to break static archives, converted the server
67 by default. 70 by default.
68 - do proper etag caching for resources in http server. 71 - do proper etag caching for resources in http server.
69 - fix webserver 304 response, which contained entity-headers, confusing squid. 72 - fix webserver 304 response, which contained entity-headers, confusing squid.
70 - potentially fix a bug where ob->contr is non-null while ob->contr->ob is null, 73 - potentially fix a bug where ob->contr is non-null while ob->contr->ob is null,
71 causing a segfault. 74 causing a segfault.
75 - change DIRX/DIRY macros to take a diretcion as argument, and use them instead of
76 directly referencing freearr_[xy], as the latter is used alot more often then
77 DIRX/DIRY, and this allows us to change freearr_[xy].
72 78
733.1 Wed Nov 16 23:17:11 CET 2016 793.1 Wed Nov 16 23:17:11 CET 2016
74 - convert to blitz++ 0.10 and later (also requiring c++ 11). 80 - convert to blitz++ 0.10 and later (also requiring c++ 11).
75 - port to perl 5.18 and newer. 81 - port to perl 5.18 and newer.
76 - switch to xz compressed archives as only dist method. 82 - switch to xz compressed archives as only dist method.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines