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.864 by root, Wed Nov 14 23:24:27 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
59 (reported by Saiapatsu).
60 - do not allow runes to be cast into inaccessible areas (reported by Saiapatsu).
53 - last remaining BUG (that showed up in the logs for the last years) has 61 - 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 62 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, 63 stopping them, causing BUG: arrow had no map. Fixed by marking shot arrows,
56 bolts and thrown objects as NO_PICK temporarily. 64 bolts and thrown objects as NO_PICK temporarily.
57 - since binutils/gcc/etc. conspired to break static archives, converted the server 65 - since binutils/gcc/etc. conspired to break static archives, converted the server
60 - use c++11 headers in preference to tr1 ones. 68 - use c++11 headers in preference to tr1 ones.
61 - fix odr violation: struct point. 69 - fix odr violation: struct point.
62 - make the code warnigns-clean, for some definition of warnings. 70 - make the code warnigns-clean, for some definition of warnings.
63 - port to g++ 6. 71 - port to g++ 6.
64 - implement keep_suffix meta for cfutil, so files keep their extension. 72 - 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 73 - built-in webserver uses improved content-type detection and uses charset utf-8
66 by default. 74 by default.
67 - do proper etag caching for resources in http server. 75 - do proper etag caching for resources in http server.
68 - fix webserver 304 response, which contained entity-headers, confusing squid. 76 - 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, 77 - potentially fix a bug where ob->contr is non-null while ob->contr->ob is null,
70 causing a segfault. 78 causing a segfault.
79 - 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
81 DIRX/DIRY, and this allows us to change freearr_[xy].
82 - tentative port to C++ 17.
83 - fix a potential bug with packet << (const char *)0.
71 84
723.1 Wed Nov 16 23:17:11 CET 2016 853.1 Wed Nov 16 23:17:11 CET 2016
73 - convert to blitz++ 0.10 and later (also requiring c++ 11). 86 - convert to blitz++ 0.10 and later (also requiring c++ 11).
74 - port to perl 5.18 and newer. 87 - port to perl 5.18 and newer.
75 - switch to xz compressed archives as only dist method. 88 - switch to xz compressed archives as only dist method.
97 - only match archetype names in artifact allowed names. 110 - only match archetype names in artifact allowed names.
98 - new command "bumpmsg" that triggers the bump-into-wall messages. 111 - new command "bumpmsg" that triggers the bump-into-wall messages.
99 - altars with match expressions did not work properly. 112 - altars with match expressions did not work properly.
100 - use last_sp not cursed/damned flags in remove_curse/damnation spells. 113 - use last_sp not cursed/damned flags in remove_curse/damnation spells.
101 - god enemy race check fixed ("god detests your race"). 114 - god enemy race check fixed ("god detests your race").
102 - gods errornously allowed any kind of worshipping race, even 115 - gods erroneously allowed any kind of worshipping race, even
103 ones they hate. 116 ones they hate.
104 - use same default config in code as on gameserver.deliantra.net. 117 - use same default config in code as on gameserver.deliantra.net.
105 - Pod::POM 0.26 and higher actually interpret =encoding, which broke 118 - Pod::POM 0.26 and higher actually interpret =encoding, which broke
106 our parser. 119 our parser.
107 - generate slightly more special exits and avoid warning. 120 - generate slightly more special exits and avoid warning.
376 - move mark, run, run_stop, fire and fire_stop commands back from 389 - move mark, run, run_stop, fire and fire_stop commands back from
377 perl to C++, for speed reasons (basically undo patchset 1304). 390 perl to C++, for speed reasons (basically undo patchset 1304).
378 - add a client_destroy event, so we don't have to hook the 391 - add a client_destroy event, so we don't have to hook the
379 attachable destroy event (which is called much more often). 392 attachable destroy event (which is called much more often).
380 - removed (unused) FLOOR object type. 393 - removed (unused) FLOOR object type.
381 - fix errornous change_abil messages for rods (and other types). 394 - fix erroneous change_abil messages for rods (and other types).
382 - remove include/commands.h and server/c_new.C, and refactor 395 - remove include/commands.h and server/c_new.C, and refactor
383 all into server/commands.C. 396 all into server/commands.C.
384 - save and restore combat/ranged/current slot for players. 397 - save and restore combat/ranged/current slot for players.
385 - the server now batches item's face/fx commands, as opposed 398 - the server now batches item's face/fx commands, as opposed
386 to sending one fx per item - helps mostly at connect and 399 to sending one fx per item - helps mostly at connect and

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines