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

Comparing deliantra/server/Changes (file contents):
Revision 1.865 by root, Sat Nov 17 23:33:17 2018 UTC vs.
Revision 1.868 by root, Thu Nov 22 00:40:12 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.
81 - tentative port to C++ 17. 85 - tentative port to C++ 17.
82 - fix a potential bug with packet << (const char *)0. 86 - fix a potential bug with packet << (const char *)0.
83 - add COPYING.Other. 87 - add COPYING.Other.
84 - include libecb and decore compiler.h and other places in preference to it. 88 - include libecb and decore compiler.h and other places in preference to it.
85 - include ska's flat_hash_map and use it instead of unordered_map/set. 89 - include ska's flat_hash_map and use it instead of unordered_map/set.
90 - use c++11 variadic templates in include/callback.h, get rid of callback.pl.
91 - level 0 experience valuew as uninitialised. all these years.
86 92
873.1 Wed Nov 16 23:17:11 CET 2016 933.1 Wed Nov 16 23:17:11 CET 2016
88 - convert to blitz++ 0.10 and later (also requiring c++ 11). 94 - convert to blitz++ 0.10 and later (also requiring c++ 11).
89 - port to perl 5.18 and newer. 95 - port to perl 5.18 and newer.
90 - switch to xz compressed archives as only dist method. 96 - switch to xz compressed archives as only dist method.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines