--- deliantra/server/Changes 2009/10/24 00:08:49 1.448 +++ deliantra/server/Changes 2009/10/25 05:04:59 1.457 @@ -2,12 +2,24 @@ Version numbers sort like decimal numbers. TODO: move_on/move_off events? -TODO: create "stay invisible always" list of face names (magic_mouth.png etc.) -TODO: ->living accessors for matches! +TODO: warrior_1 looks broken + - (maps) add lostwages from cfextended. + - (maps, server) add lostwages and celvear apartments to rent system. + - (maps) closed guild houses, this is not scalable, ask your friendly + dm instead. + - (maps) add town portal to celvear. + - (maps) add extended region descriptions for some regions from crossfire. + - (maps) define a new whalingoutpost region. + - support "stat.xyz" accessor in match expressions. + - skip /styles and /editor directories in cf::map::static_maps. + +2.82 Sat Oct 24 03:50:17 CEST 2009 - fixed a classical and exploitable stack buffer overflow in the gsay command. + - fix a memory buffer overflow in the book code. - add @check, @find npc dialogue commands. - (maps) add a number of town interiors. - (maps) add tindervale the fireborn capitol from cfextended. + - (maps) add celvear area from cfextended. - (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. @@ -43,6 +55,7 @@ - don't crash when treasure lists are empty / supply new empty treasurelist for randomitems when none can be found. - implement cf::map::static_maps and use it in map-tags.ext. + - fix a bug in map-tag scanning when moving tags. - (deliantra.net) improve watchdog to now check both listening ports for a reaction. - implement new "loadall" map loading command, purely for debugging.