--- deliantra/server/Changes 2009/10/13 00:24:14 1.429 +++ deliantra/server/Changes 2009/10/15 21:56:50 1.435 @@ -1,8 +1,19 @@ Deliantra MORPG Server, Maps and Archetypes ChangeLog. Version numbers sort like decimal numbers. +TODO: T_MATCH unfinished, also in Deliantra + - fixed a classicla stack buffer overflow in the gsay command. - add @check, @find npc dialogue commands. - (maps) add a number of town interiors. + - (server,arch) add a number of inscribables, show their capacity in hint. + - (server,maps) fix bug causing some library books not to be chained down, + cause Scorn/Navar libraries not to have inscribable books. + - (maps) fix bug causing the Greyshield and Greysword not to have + inappropriate item power. + - consecutive commands arriving at the same time in the server would be + corrupted if the length was >255. + - got rid of motd/rules/news code in C++ part, move motd to it's own tab + and perl. 2.81 Mon Oct 12 20:00:18 CEST 2009 - display spell description for spellbooks, rods, wands, potion and scrolls,