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

Comparing deliantra/server/Changes (file contents):
Revision 1.847 by root, Thu Nov 17 23:28:04 2016 UTC vs.
Revision 1.857 by root, Sat Sep 16 21:55:47 2017 UTC

33TODO: sepharoth, it goes like this: philosophical salt equals "Gunas" (Subconsciousness), philosophical 33TODO: sepharoth, it goes like this: philosophical salt equals "Gunas" (Subconsciousness), philosophical
34TODO: sulfur equals "Rajas" (Activity) and philosphical mercury equals "Sattva" (Superconsciousness) or 34TODO: sulfur equals "Rajas" (Activity) and philosphical mercury equals "Sattva" (Superconsciousness) or
35TODO: the sepharoth "Kether" 35TODO: the sepharoth "Kether"
36TODO: "illegal" access to mlab via town portal in zealots house near mlab tavern 36TODO: "illegal" access to mlab via town portal in zealots house near mlab tavern
37TODO: only store face checksums in C++, store everything else in perl 37TODO: only store face checksums in C++, store everything else in perl
38TODO: the motd command is missin
39TODO: cast create missile's argument should be documented and should work for bolts as well, example:
40 if I use 'cast create missile bolt, it would create bolts (+4) and if I use
41 'cast create missile bolt Fire, it would create bolts of Fire. 'cast create
42 missile Fire bolt would be invalid. These changes should be reflected in the
43 spell's description.
44TODO: bowmode threewide (and possibly others) might not properly respect movetype
45 and arrows might end up in places where they shouldn't, e.g. on top of see-through
46 walls.
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.
49
38 50
39TODO: cspm spell arg 51TODO: cspm spell arg
52TODO: freearr_x => DIRX, freearr_x => freear[].x?, check bin size change
40 53
41 - 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
42 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
43 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,
44 bolts and thrown objects as NO_PICK temporarily. 57 bolts and thrown objects as NO_PICK temporarily.
45 - since binutils/gcc/etc. conspired to break static archives, converted the server 58 - since binutils/gcc/etc. conspired to break static archives, converted the server
46 binary build into non-recursive Makefiles without static archives. hell, automake 59 binary build into non-recursive Makefiles without static archives. hell, automake
47 is cetrainly not ready for non-recursive makes, what a hack :() 60 is certainly not ready for non-recursive makes, what a hack :()
61 - use c++11 headers in preference to tr1 ones.
48 - fix odr violation: struct point. 62 - fix odr violation: struct point.
63 - make the code warnigns-clean, for some definition of warnings.
64 - port to g++ 6.
65 - implement keep_suffix meta for cfutil, so files keep their extension.
66 - built-in webserver uses improved content-type detection and uses charset utf-8
67 by default.
68 - do proper etag caching for resources in http server.
69 - 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,
71 causing a segfault.
49 72
503.1 Wed Nov 16 23:17:11 CET 2016 733.1 Wed Nov 16 23:17:11 CET 2016
51 - convert to blitz++ 0.10 and later (also requiring c++ 11). 74 - convert to blitz++ 0.10 and later (also requiring c++ 11).
52 - port to perl 5.18 and newer. 75 - port to perl 5.18 and newer.
53 - switch to xz compressed archives as only dist method. 76 - switch to xz compressed archives as only dist method.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines