--- deliantra/server/Changes 2010/05/13 12:25:12 1.713 +++ deliantra/server/Changes 2010/05/14 22:56:46 1.717 @@ -9,7 +9,7 @@ TODO: reload_settings TODO: thawer should ot next() TODO: apply Glowing Crystal # does not work -TODO: summon to map borders still borked +TODO: pet experience is, rarely, given to the wrong skill (e.g. mining) - (maps, arch) complete revamping of the transport routes - all cities are now easily reachable, at a price. - (maps) the mana fountain now has a ratelimit of 30 potions per hour. @@ -197,6 +197,8 @@ - try to load (pure-)perl modules asynchronously, warn about modules being loaded from the mainloop, pre-load some more core modules so perl doesn't do it later on. + - pre-load many of the files perl might load on it's own e.g. when + compiling regexes. - make exp_table and materials file reloadable. - made reload_config non-blocking. - the seen command called (Blocking) stat() instead of aio_stat, @@ -204,6 +206,9 @@ - store unhashed password, to prepare for safer authentication. - do not log connections from the local host, to help a local watchdog. + - fix summon freeze at map borders. + - support @group syntax and music config file for music face lists. + - run post_init jobs in parallel, they might do I/O. 2.93 Sat Feb 13 15:52:36 CET 2010 - (maps) fix travel to valdor and back.