--- deliantra/server/Changes 2009/10/15 23:27:33 1.437 +++ deliantra/server/Changes 2009/10/20 07:18:11 1.441 @@ -11,10 +11,20 @@ - (maps) fix bug causing the Greyshield and Greysword to have inappropriate item power. - improve the look of generated books. + - make slag no_drop so it can't be dropped from the cauldron. + - fix bug where players could bypass no_drop by putting items in containers. - consecutive commands arriving at the same time in the server would be corrupted if the length was >255. + - support sub-matches in () inside match expressions, not just conditions. - got rid of motd/rules/news code in C++ part, move motd to it's own tab and perl. + - create simpler match expression compiles in many common cases- + - reduce object size by removing obsolete "seen_by" member. + - removed the rather broken make_list_like utility function, taking advantage + of the new dynbuf::splice function (which gave an unexpected net win + in code size...). + - banish strncpy from the server, speed up and simplify sending item + descriptions to the client considerably. 2.81 Mon Oct 12 20:00:18 CEST 2009 - display spell description for spellbooks, rods, wands, potion and scrolls,