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

Comparing deliantra/server/Changes (file contents):
Revision 1.859 by root, Wed Apr 25 04:58:46 2018 UTC vs.
Revision 1.863 by root, Wed Nov 14 22:52:12 2018 UTC

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 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 55 reading to dragonslib map, modify zealots house in mlab/tavern.map to remove
56 illegal mlab access (ephraim). 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).
57 - 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
58 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
59 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,
60 bolts and thrown objects as NO_PICK temporarily. 64 bolts and thrown objects as NO_PICK temporarily.
61 - 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
73 - 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,
74 causing a segfault. 78 causing a segfault.
75 - change DIRX/DIRY macros to take a diretcion as argument, and use them instead of 79 - 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 80 directly referencing freearr_[xy], as the latter is used alot more often then
77 DIRX/DIRY, and this allows us to change freearr_[xy]. 81 DIRX/DIRY, and this allows us to change freearr_[xy].
82 - remove deprecated c++ exception specifications.
78 83
793.1 Wed Nov 16 23:17:11 CET 2016 843.1 Wed Nov 16 23:17:11 CET 2016
80 - convert to blitz++ 0.10 and later (also requiring c++ 11). 85 - convert to blitz++ 0.10 and later (also requiring c++ 11).
81 - port to perl 5.18 and newer. 86 - port to perl 5.18 and newer.
82 - switch to xz compressed archives as only dist method. 87 - switch to xz compressed archives as only dist method.
104 - only match archetype names in artifact allowed names. 109 - only match archetype names in artifact allowed names.
105 - new command "bumpmsg" that triggers the bump-into-wall messages. 110 - new command "bumpmsg" that triggers the bump-into-wall messages.
106 - altars with match expressions did not work properly. 111 - altars with match expressions did not work properly.
107 - use last_sp not cursed/damned flags in remove_curse/damnation spells. 112 - use last_sp not cursed/damned flags in remove_curse/damnation spells.
108 - god enemy race check fixed ("god detests your race"). 113 - god enemy race check fixed ("god detests your race").
109 - gods errornously allowed any kind of worshipping race, even 114 - gods erroneously allowed any kind of worshipping race, even
110 ones they hate. 115 ones they hate.
111 - use same default config in code as on gameserver.deliantra.net. 116 - use same default config in code as on gameserver.deliantra.net.
112 - Pod::POM 0.26 and higher actually interpret =encoding, which broke 117 - Pod::POM 0.26 and higher actually interpret =encoding, which broke
113 our parser. 118 our parser.
114 - generate slightly more special exits and avoid warning. 119 - generate slightly more special exits and avoid warning.
383 - move mark, run, run_stop, fire and fire_stop commands back from 388 - move mark, run, run_stop, fire and fire_stop commands back from
384 perl to C++, for speed reasons (basically undo patchset 1304). 389 perl to C++, for speed reasons (basically undo patchset 1304).
385 - add a client_destroy event, so we don't have to hook the 390 - add a client_destroy event, so we don't have to hook the
386 attachable destroy event (which is called much more often). 391 attachable destroy event (which is called much more often).
387 - removed (unused) FLOOR object type. 392 - removed (unused) FLOOR object type.
388 - fix errornous change_abil messages for rods (and other types). 393 - fix erroneous change_abil messages for rods (and other types).
389 - remove include/commands.h and server/c_new.C, and refactor 394 - remove include/commands.h and server/c_new.C, and refactor
390 all into server/commands.C. 395 all into server/commands.C.
391 - save and restore combat/ranged/current slot for players. 396 - save and restore combat/ranged/current slot for players.
392 - the server now batches item's face/fx commands, as opposed 397 - the server now batches item's face/fx commands, as opposed
393 to sending one fx per item - helps mostly at connect and 398 to sending one fx per item - helps mostly at connect and

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines