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

Comparing deliantra/server/Changes (file contents):
Revision 1.866 by root, Sun Nov 18 00:06:52 2018 UTC vs.
Revision 1.867 by root, Sun Nov 18 15:19:47 2018 UTC

54 reading to dragonslib map, modify zealots house in mlab/tavern.map to remove 54 reading to dragonslib map, modify zealots house in mlab/tavern.map to remove
55 illegal mlab access (ephraim). 55 illegal mlab access (ephraim).
56 - (maps) make some containers unstackable that erroneously stackable. 56 - (maps) make some containers unstackable that erroneously stackable.
57 - detect stackable containers at load time and make each stack a single item 57 - detect stackable containers at load time and make each stack a single item
58 (reported by Saiapatsu). 58 (reported by Saiapatsu).
59 - refactored the anim frames/facing macros/methods to range check and avoid
60 crashes due to corrupted face numbers (e.g. in T_MATCH).
61 - fix possible animation update bug in hole animations.
62 - fix gate closing not updating the animation bug.
59 - do not allow runes to be cast into inaccessible areas (reported by Saiapatsu). 63 - do not allow runes to be cast into inaccessible areas (reported by Saiapatsu).
60 - last remaining BUG (that showed up in the logs for the last years) has 64 - last remaining BUG (that showed up in the logs for the last years) has
61 been fixed: monsters would snatch arrows/thrown_objs out of the air without 65 been fixed: monsters would snatch arrows/thrown_objs out of the air without
62 stopping them, causing BUG: arrow had no map. Fixed by marking shot arrows, 66 stopping them, causing BUG: arrow had no map. Fixed by marking shot arrows,
63 bolts and thrown objects as NO_PICK temporarily. 67 bolts and thrown objects as NO_PICK temporarily.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines