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

Comparing deliantra/server/Changes (file contents):
Revision 1.858 by root, Sat Sep 16 22:17:41 2017 UTC vs.
Revision 1.862 by root, Wed Nov 14 20:34:58 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).
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).
54 - 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
55 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
56 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,
57 bolts and thrown objects as NO_PICK temporarily. 64 bolts and thrown objects as NO_PICK temporarily.
58 - 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
101 - only match archetype names in artifact allowed names. 108 - only match archetype names in artifact allowed names.
102 - new command "bumpmsg" that triggers the bump-into-wall messages. 109 - new command "bumpmsg" that triggers the bump-into-wall messages.
103 - altars with match expressions did not work properly. 110 - altars with match expressions did not work properly.
104 - use last_sp not cursed/damned flags in remove_curse/damnation spells. 111 - use last_sp not cursed/damned flags in remove_curse/damnation spells.
105 - god enemy race check fixed ("god detests your race"). 112 - god enemy race check fixed ("god detests your race").
106 - gods errornously allowed any kind of worshipping race, even 113 - gods erroneously allowed any kind of worshipping race, even
107 ones they hate. 114 ones they hate.
108 - use same default config in code as on gameserver.deliantra.net. 115 - use same default config in code as on gameserver.deliantra.net.
109 - Pod::POM 0.26 and higher actually interpret =encoding, which broke 116 - Pod::POM 0.26 and higher actually interpret =encoding, which broke
110 our parser. 117 our parser.
111 - generate slightly more special exits and avoid warning. 118 - generate slightly more special exits and avoid warning.
380 - move mark, run, run_stop, fire and fire_stop commands back from 387 - move mark, run, run_stop, fire and fire_stop commands back from
381 perl to C++, for speed reasons (basically undo patchset 1304). 388 perl to C++, for speed reasons (basically undo patchset 1304).
382 - add a client_destroy event, so we don't have to hook the 389 - add a client_destroy event, so we don't have to hook the
383 attachable destroy event (which is called much more often). 390 attachable destroy event (which is called much more often).
384 - removed (unused) FLOOR object type. 391 - removed (unused) FLOOR object type.
385 - fix errornous change_abil messages for rods (and other types). 392 - fix erroneous change_abil messages for rods (and other types).
386 - remove include/commands.h and server/c_new.C, and refactor 393 - remove include/commands.h and server/c_new.C, and refactor
387 all into server/commands.C. 394 all into server/commands.C.
388 - save and restore combat/ranged/current slot for players. 395 - save and restore combat/ranged/current slot for players.
389 - the server now batches item's face/fx commands, as opposed 396 - the server now batches item's face/fx commands, as opposed
390 to sending one fx per item - helps mostly at connect and 397 to sending one fx per item - helps mostly at connect and

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines