--- deliantra/server/Changes 2018/11/27 18:47:35 1.869 +++ deliantra/server/Changes 2018/12/05 22:14:02 1.870 @@ -94,6 +94,8 @@ - include ska's flat_hash_map and use it instead of unordered_map/set. - use c++11 variadic templates in include/callback.h, get rid of callback.pl. - level 0 experience valuew as uninitialised. all these years. + - run the shstr garbage collector regularly, not only after intern (). + - fixed minor undefined behaviour that was unlieklly to result in problems. 3.1 Wed Nov 16 23:17:11 CET 2016 - convert to blitz++ 0.10 and later (also requiring c++ 11).