--- deliantra/server/Changes 2010/05/06 22:08:07 1.700 +++ deliantra/server/Changes 2010/05/18 01:45:15 1.719 @@ -7,6 +7,10 @@ TODO: mining experience TODO: highest cpu users: stand_in_light (object *op), get_map_flags, blocked_link, path_to_player TODO: reload_settings +TODO: thawer should ot next() +TODO: apply Glowing Crystal # does not work +TODO: pet experience is, rarely, given to the wrong skill (e.g. mining) +3.0 - (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. @@ -73,6 +77,8 @@ - (maps) added /goodies map (goto *idkfa) with stuff useful for testing. - (arch,maps,code) rebalanced value of spellbooks greatly. it's now mostly based on the spell's level in the spellbook. + - the music scheduler did not properly send new music on region + changes. - (maps) fix some map regions and the region tree. - the server will now be more picky when parsing the regions file. - do not rely on chosen_skill in calc_alch_danger. @@ -112,6 +118,8 @@ - jeweler skill doesn't diminish input values anymore. - jeweler skill is harder to level now, but in exchange item power of the output is only 1/5th (instead of 1/3rd) of ring level. + - jeweler skill adds the makers name (currently not visible) to the + generated ring/amulet. - generate most constants for perl automatically. - properly check for weapon name prefix ("Ragnarok's sword"). - when player dies, restore his food to at least 200. @@ -177,8 +185,8 @@ - don't create a second LOGIN event on character creation. - correctly generate "You paid xyz" message in shops. - the shop menu now also displays the (approx) value of the item. - - added a 'password' command, to change your password (and for DMs to - change passwords for other players). + - added a 'password' command, to let DMs change the password of players + more conveniently. - correctly save shopitems string, to avoid parse error when reading saved maps. - logging now differentiates between logging levels better. @@ -192,6 +200,18 @@ - 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, + causing server freezes. + - 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.