--- deliantra/server/Changes 2010/05/02 11:48:07 1.686 +++ deliantra/server/Changes 2010/05/04 22:26:49 1.693 @@ -37,11 +37,7 @@ TODO: golem survives "longer" now - too long? TODO: clean up skill handling in kill_object. -TODO: make the "feed all faces" flag persistent between logins. TODO: mining experience -TODO: -2010-04-15 06:50:54.4317 victim {cnt:53513,uuid:<1.80d9c4f7d>,name:"Erich Emautti",title:"the Wizard",flags:[0,14,16,21,29,52,53,54,55,56,57,58,79,82,103,104],t -ype:0}(on /gotischerbereich/mlabspiraltower/sttop1@12+16) (-15411) already dead in hit_player() TODO: highest cpu users: stand_in_light (object *op), get_map_flags, blocked_link, path_to_player - (maps, arch) complete revamping of the transport routes - all cities are now easily reachable, at a price. @@ -68,6 +64,8 @@ maps now have proper doors or a similar solution. - (arch) jumping skill has now physical attacktype. - (maps) fixed nurnberg/reception/fire5 to match new style torches. + - enter_map did not normalise the map coordinates when the destination + space is blocked, causing badness and freezes for the player. - when applying containers, server checks for the key on activate and also allows players to unapply active containers they don't have a key for. @@ -111,6 +109,8 @@ - the server will now be more picky when parsing the regions file. - improve editor support protocol slightly, provide workarounds for 2.10 clients. + - follow has been rewritten to be, hopefully, more robust. + - follow mode will not be aborted when the follower tries to move. - tcp.ext didn't unbind in reloads. - map-tags.ext didn't properly close the database on reloads. - cfutil skips .-directories when scanning. @@ -211,6 +211,12 @@ saved maps. - logging now differentiates between logging levels better. - speed up get_typedata. + - fix deadlock problem during server shutdown/reload. + - make ext/checkrusage "more" non-blocking. + - use common::sense for extensions. + - work around a 50.10.0 utf8 caching bug. + - correctly try to load tiled maps in adjacent_map, might fix + "no relation to target" bugs. 2.93 Sat Feb 13 15:52:36 CET 2010 - (maps) fix travel to valdor and back.