--- deliantra/server/Changes 2009/10/19 21:48:48 1.439 +++ deliantra/server/Changes 2009/10/20 05:57:07 1.440 @@ -15,9 +15,14 @@ - 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...). 2.81 Mon Oct 12 20:00:18 CEST 2009 - display spell description for spellbooks, rods, wands, potion and scrolls,