--- deliantra/server/Changes 2009/10/22 23:13:44 1.444 +++ deliantra/server/Changes 2009/10/24 00:48:45 1.450 @@ -2,15 +2,19 @@ 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! - fixed a classical and exploitable stack buffer overflow in the gsay command. - add @check, @find npc dialogue commands. + - fix a memory buffer overflow in the book code. - (maps) add a number of town interiors. + - (maps) add tindervale the fireborn capitol 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. - (maps) fix bug causing the Greyshield and Greysword to have inappropriate item power. + - (maps) fix intwell balancing issue. - 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. @@ -34,8 +38,16 @@ - new BLOCKED_MOVE event added. - mapscript archetype now has activate_on_xxx true by default, as similar connected elements. - - (maps) imported all styles from crossfire-extended except + - (maps) imported all styles from cfextended except floorstyles/land_plots and monsterstyles. + - (arch) imported gem treasurelists and archetypes from cfextended. + - 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. 2.81 Mon Oct 12 20:00:18 CEST 2009 - display spell description for spellbooks, rods, wands, potion and scrolls,