--- deliantra/server/Changes 2010/04/15 00:36:51 1.639 +++ deliantra/server/Changes 2010/04/15 21:49:15 1.648 @@ -31,10 +31,8 @@ 2010-04-07 23:58:02.2732 [ABT] [Perl_call_sv] /root/cvt/perl/perl-5.10.0/perl.c:2632 2010-04-07 23:58:02.2732 [ABT] [main] /root/src/cf.schmorp.de/server/server/main.C:428 -TODO: apartment-descritpions for gotisch1/2 TODO: it is possible to inventory-lock items on the floor, and *spomehow* possible to drop them. TODO: think about naking the rhyzian amulet useful - makes little sense in deliantra? -TODO: build code marks all sorts of objects as unique TODO: 2009-11-29 12:48:48.3974 /opt/crossfire/share/crossfire/treasures:5729, "arch stonebig_club": treasure references unknown archetype TODO: 2009-11-09 02:36:57.7199 unable to resolve postponed arch reference to 'Hanuk' @@ -42,17 +40,22 @@ 2010-01-16 20:39:27.1222 BUG: process_events(): Object {cnt:2127760,uuid:<1.7241a5bd1>,name:"throwing dagger",flags:[17,24],type:48}(on /brest/ludo2@8+2) has no speed (-0.033333), but is on active list TODO: removing a single map tag from one map kills the tag on other maps as well, apparently -TODO: freed objects cache instead of salloc/sfree -TODO: do not show msg for unidentified objects. -TODO: golem survives "longer" now. -TODO: stealing, mining, others has no "there is nothing" message. +TODO: golem survives "longer" now - too long? 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) TODO: make the "feed all faces" flag persistent between logins. -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 +TODO: make exp_table reloadable. +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: the tree nekosans, logfile at maybe? +TODO: I can access all the apartments I have ever rented, even though I stopped renting them long ago. I have ever rented, even though I stopped renting them long ago. I can enter the scorn and SD apartments + 2010-04-15 06:51:05.8001 saving /var/deliantra-server/unique-items/∕world∕world_104_115 (444,2) + 2010-04-15 06:50:53.9623 loading /var/deliantra-server/unique-items/∕world∕world_105_115 (216,1) + 2010-04-15 06:54:37.0193 saving /var/deliantra-server/unique-items/∕world∕world_104_115 (669,3) + 2010-04-15 06:54:28.0616 saving /var/deliantra-server/unique-items/∕world∕world_105_115 (195,1) - (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 @@ -118,6 +121,7 @@ used by minable veins. - (maps) relocated jeweler town to another directoy. - (arch) implement mining pickaxes and mining skill. + - (arch) add missing stonebig_club archetype from cfextended. - 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. @@ -162,6 +166,15 @@ - 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. + - player movers properly destroy themselves when used up, instead + of leaking. + - do not show msg for unidentified objects that need identification. + - convert formulae/bookarch file parser to thawer framework. + - finally get rid of fgets (..., thawer) and use a much cleaner + next_line method. + - use nicer file format for exp_table and attackmess + (more like other resource files). + - make parse errors during server startup fatal. 2.93 Sat Feb 13 15:52:36 CET 2010 - (maps) fix travel to valdor and back. @@ -836,7 +849,7 @@ archetype *archname* (chairs of different facings were merged). - bugfix: fix a potential crash issue in find_object_name (not used normally). - - bugfix: locked doors cnanot be bashed down by magical means + - bugfix: locked doors cannot be bashed down by magical means (destruction, magic missile etc.). - swarm spells without a direction now use various spiral patterns instead of being fully random.