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

Comparing deliantra/server/Changes (file contents):
Revision 1.869 by root, Tue Nov 27 18:47:35 2018 UTC vs.
Revision 1.873 by root, Sat Jan 11 02:09:28 2020 UTC

53TODO: Allow players to forget spells in the testing server - this makes spell testing and iteration simpler. 53TODO: Allow players to forget spells in the testing server - this makes spell testing and iteration simpler.
54 54
55 55
56TODO: cspm spell arg 56TODO: cspm spell arg
57 57
58 - (maps) remove random worbench under house in darcap, fix exit and add random 58 - (maps) remove random workbench under house in darcap, fix exit and add random
59 reading to dragonslib map, modify zealots house in mlab/tavern.map to remove 59 reading to dragonslib map, modify zealots house in mlab/tavern.map to remove
60 illegal mlab access (ephraim). 60 illegal mlab access (ephraim).
61 - (maps) make some containers unstackable that erroneously stackable. 61 - (maps) make some containers unstackable that erroneously stackable.
62 - (maps) fix a lot of bogus money/diamond converters in mlab.
63 - (arch) platinum to gold converter was broken in 2008 and paid out
64 one gold for one platinum only. mea culpa.
62 - detect stackable containers at load time and make each stack a single item 65 - detect stackable containers at load time and make each stack a single item
63 (reported by Saiapatsu). 66 (reported by Saiapatsu).
64 - refactored the anim frames/facing macros/methods to range check and avoid 67 - refactored the anim frames/facing macros/methods to range check and avoid
65 crashes due to corrupted face numbers (e.g. in T_MATCH). 68 crashes due to corrupted face numbers (e.g. in T_MATCH).
66 - fix possible animation update bug in hole animations. 69 - fix possible animation update bug in hole animations.
92 - add COPYING.Other. 95 - add COPYING.Other.
93 - include libecb and decore compiler.h and other places in preference to it. 96 - include libecb and decore compiler.h and other places in preference to it.
94 - include ska's flat_hash_map and use it instead of unordered_map/set. 97 - include ska's flat_hash_map and use it instead of unordered_map/set.
95 - use c++11 variadic templates in include/callback.h, get rid of callback.pl. 98 - use c++11 variadic templates in include/callback.h, get rid of callback.pl.
96 - level 0 experience valuew as uninitialised. all these years. 99 - level 0 experience valuew as uninitialised. all these years.
100 - run the shstr garbage collector regularly, not only after intern ().
101 - fixed minor undefined behaviour that was unlieklly to result in problems.
102 - don't log runtime errors for invalid regexes for the maps command.
97 103
983.1 Wed Nov 16 23:17:11 CET 2016 1043.1 Wed Nov 16 23:17:11 CET 2016
99 - convert to blitz++ 0.10 and later (also requiring c++ 11). 105 - convert to blitz++ 0.10 and later (also requiring c++ 11).
100 - port to perl 5.18 and newer. 106 - port to perl 5.18 and newer.
101 - switch to xz compressed archives as only dist method. 107 - switch to xz compressed archives as only dist method.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines