--- deliantra/server/Changes 2010/04/11 01:35:51 1.617 +++ deliantra/server/Changes 2010/04/11 23:32:10 1.625 @@ -52,14 +52,13 @@ TODO: slow down some skills (e.g. stealing) TODO: apply range checkign should go to apply_special TODO: stealing, mining, others has no "there is nothing" message. -TODO: unapply item before imporoving it, in case we can't apply it anymore afterwards. -TODO: reload_archetypes does nto provide new archetypes TODO: common/readable generates archetype names in books: "A mushroom_1 of Antitoxin is a rare item..." TODO: clean up skill handling in kill_object. +TODO: 2010-04-11 18:10:15.4287 BUG: process_events(): removed object is on active list: {cnt:1978121,uuid:<1.803137b46>,name:"mover",flags:[2,8,11,64,103,104],type:40}(on /quests/peterm/Demonology/GroundLevel@8+9) - (maps) the mana fountain now has a ratelimit of 30 potions per hour. - (maps) added (navar) gravedigger, that buys players gravestones. - (maps) added the rathouse quest for the shockwave spell in navar - (Made by Dustfinger). + (by Dustfinger). - made (wizard) look_at show also uuids. - added cf::object::find_object_uuid (::find_object already exists!). - (maps) added new apartment, made by LinuxLemoner. @@ -67,8 +66,11 @@ - (arch) added sounds: zombie death, book reading, inscription. - (arch) made the hill giants loose more body parts. - (arch, maps) added black unicorn horn, required to access mlab hell. + - do not update the floorbox while running, to avoid big item + updates that cost network bandwidth and processing power. - diseases could reduce a monsters speed to MIN_ACTIVE_SPEED, which caused overflows causing monsters to become living deads. + - unapply weapons and armour before trying to improve it. - teach the random map generator the ability to read ".rmg" files that specify which actual style map to generate, and use it for the default decorstyle to avoid inappropriate maps to be used. @@ -139,6 +141,13 @@ more style categories than just monsters (all except fountains apparently). - object serialiser no longer creates empty "owner" references. + - make sure failed castings take some time, too, to avoid being + smitten by your god. + - many more failmsgs and help texts. + - support log suspension/resumption, e.g. for defragmenting. + - stop thrown objects when their speed goes too low. + - log the number of unique logins seen every minute in a compact + format (for statistics). 2.93 Sat Feb 13 15:52:36 CET 2010 - (maps) fix travel to valdor and back.