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

Comparing deliantra/server/Changes (file contents):
Revision 1.868 by root, Thu Nov 22 00:40:12 2018 UTC vs.
Revision 1.871 by root, Wed Jun 26 06:52:40 2019 UTC

117:23:15 <Saiapatsu> schmorp: I've noticed that artifact armor generation will not copy over attacktype and
2 dam. I've found that line 1421 of deliantra/server/common/treasure.C prevents
3 modification of dam on items that have no dam, such as non-weapons
417:25:50 <Saiapatsu> I have no clue why attacktype isn't being added
5
1Deliantra MORPG Server, Maps and Archetypes ChangeLog. 6Deliantra MORPG Server, Maps and Archetypes ChangeLog.
2 7
3Version numbers sort like decimal numbers. 8Version numbers sort like decimal numbers.
4 9
5TODO: trap disarming/finding very little/constant experience? 10TODO: trap disarming/finding very little/constant experience?
87 - add COPYING.Other. 92 - add COPYING.Other.
88 - include libecb and decore compiler.h and other places in preference to it. 93 - include libecb and decore compiler.h and other places in preference to it.
89 - include ska's flat_hash_map and use it instead of unordered_map/set. 94 - 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. 95 - use c++11 variadic templates in include/callback.h, get rid of callback.pl.
91 - level 0 experience valuew as uninitialised. all these years. 96 - level 0 experience valuew as uninitialised. all these years.
97 - run the shstr garbage collector regularly, not only after intern ().
98 - fixed minor undefined behaviour that was unlieklly to result in problems.
99 - don't log runtime errors for invalid regexes for the maps command.
92 100
933.1 Wed Nov 16 23:17:11 CET 2016 1013.1 Wed Nov 16 23:17:11 CET 2016
94 - convert to blitz++ 0.10 and later (also requiring c++ 11). 102 - convert to blitz++ 0.10 and later (also requiring c++ 11).
95 - port to perl 5.18 and newer. 103 - port to perl 5.18 and newer.
96 - switch to xz compressed archives as only dist method. 104 - switch to xz compressed archives as only dist method.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines