--- deliantra/server/Changes 2009/10/20 07:18:11 1.441 +++ deliantra/server/Changes 2009/10/21 00:44:39 1.442 @@ -1,7 +1,6 @@ Deliantra MORPG Server, Maps and Archetypes ChangeLog. Version numbers sort like decimal numbers. -TODO: T_MATCH unfinished, also in Deliantra - fixed a classical and exploitable stack buffer overflow in the gsay command. - add @check, @find npc dialogue commands. - (maps) add a number of town interiors. @@ -18,13 +17,21 @@ - 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- + - implemented new "match" type that combines both check_inv and pedestal + functionality (and more) inside the same object using the match expressions. + - 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...). + - the server will no longer complain (and subtly fail) when an object + being removed from a map causes another object to get removed. - banish strncpy from the server, speed up and simplify sending item descriptions to the client considerably. + - add new "in head" set modifier for matches. + - new BLOCKED_MOVE event added. + - mapscript archetype now has activate_on_xxx true by default, as similar + connected elements. 2.81 Mon Oct 12 20:00:18 CEST 2009 - display spell description for spellbooks, rods, wands, potion and scrolls,