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

Comparing deliantra/server/Changes (file contents):
Revision 1.860 by root, Wed Nov 14 19:40:44 2018 UTC vs.
Revision 1.861 by root, Wed Nov 14 19:45:06 2018 UTC

106 - only match archetype names in artifact allowed names. 106 - only match archetype names in artifact allowed names.
107 - new command "bumpmsg" that triggers the bump-into-wall messages. 107 - new command "bumpmsg" that triggers the bump-into-wall messages.
108 - altars with match expressions did not work properly. 108 - altars with match expressions did not work properly.
109 - use last_sp not cursed/damned flags in remove_curse/damnation spells. 109 - use last_sp not cursed/damned flags in remove_curse/damnation spells.
110 - god enemy race check fixed ("god detests your race"). 110 - god enemy race check fixed ("god detests your race").
111 - gods errornously allowed any kind of worshipping race, even 111 - gods erroneously allowed any kind of worshipping race, even
112 ones they hate. 112 ones they hate.
113 - use same default config in code as on gameserver.deliantra.net. 113 - use same default config in code as on gameserver.deliantra.net.
114 - Pod::POM 0.26 and higher actually interpret =encoding, which broke 114 - Pod::POM 0.26 and higher actually interpret =encoding, which broke
115 our parser. 115 our parser.
116 - generate slightly more special exits and avoid warning. 116 - generate slightly more special exits and avoid warning.
385 - move mark, run, run_stop, fire and fire_stop commands back from 385 - move mark, run, run_stop, fire and fire_stop commands back from
386 perl to C++, for speed reasons (basically undo patchset 1304). 386 perl to C++, for speed reasons (basically undo patchset 1304).
387 - add a client_destroy event, so we don't have to hook the 387 - add a client_destroy event, so we don't have to hook the
388 attachable destroy event (which is called much more often). 388 attachable destroy event (which is called much more often).
389 - removed (unused) FLOOR object type. 389 - removed (unused) FLOOR object type.
390 - fix errornous change_abil messages for rods (and other types). 390 - fix erroneous change_abil messages for rods (and other types).
391 - remove include/commands.h and server/c_new.C, and refactor 391 - remove include/commands.h and server/c_new.C, and refactor
392 all into server/commands.C. 392 all into server/commands.C.
393 - save and restore combat/ranged/current slot for players. 393 - save and restore combat/ranged/current slot for players.
394 - the server now batches item's face/fx commands, as opposed 394 - the server now batches item's face/fx commands, as opposed
395 to sending one fx per item - helps mostly at connect and 395 to sending one fx per item - helps mostly at connect and

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines