--- deliantra/server/Changes 2010/04/13 02:39:52 1.632 +++ deliantra/server/Changes 2010/04/14 21:36:31 1.638 @@ -57,6 +57,7 @@ TODO: make the "feed all faces" flag persistent between logins. TODO: hut_-2, cats show invisible showas talk? TODO: 2010-04-12 20:40:44.2865 {cnt:4621281,uuid:<1.8075c9705>,name:"teleporter",flags:[8,11,103,105,106],type:41}(on /quests/peterm/Nethack_in_crossfire_Yendor@67+67): no alternative teleporters around (user {cnt:148158,uuid:<1.5d9874c88>,name:"Roscoe",flags:[0,7,11,15,39,40,56,57,61,71,89],type:1}(on /quests/peterm/Nethack_in_crossfire_Yendor@67+67)). +TODO: mining experience - (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 @@ -71,6 +72,7 @@ - (arch, maps) added black unicorn horn, required to access mlab hell. - (arch) increased the (possible) number of arrows/bolts found in shops and made them a bit more expensive. + - (maps) add more glory hole treasure styles. - 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 @@ -79,6 +81,7 @@ - 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. + - show invisible no longer makes magic mouths visible. - move_type changes (spells, skills etc.) now will correctly take move_on/move_off into account (e.g. buttons). - display (exit) or (random map) in client for those objects. @@ -160,6 +163,8 @@ - got rid of the dreaded write_parameters_to_string (666 chars omitted) function (and yes, 666 is exact!). - random map generator results should now be fully repeatable. + - fixed possible crash bug in build code. + - rename find_marked_object to ->mark and speed up. 2.93 Sat Feb 13 15:52:36 CET 2010 - (maps) fix travel to valdor and back. @@ -270,6 +275,7 @@ have led to weird item multiplications. - store hash value in shstr, not used by anything, but doesn't use much memory. - fixed crash bug in learn_spell command. + - enhanced output of the mapinfo command. - remove all traces of FLAG_NO_FIX_PLAYER. - avoid sv_derived_from calls (lots of hash lookups) when converting from perl to c++.