ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/Changes
(Generate patch)

Comparing deliantra/server/Changes (file contents):
Revision 1.681 by root, Thu Apr 29 15:49:04 2010 UTC vs.
Revision 1.685 by root, Sun May 2 11:23:50 2010 UTC

1Deliantra MORPG Server, Maps and Archetypes ChangeLog. 1Deliantra MORPG Server, Maps and Archetypes ChangeLog.
2 2
3Version numbers sort like decimal numbers. 3Version numbers sort like decimal numbers.
4
52010-04-30 14:27:48.6702 t Found correct bow for arrows.
62010-04-30 14:25:50.3128 t Turned off spells in Medium guard
7
4 8
52010-04-07 23:58:02.2729 [ABT] BUG: hitter ({cnt:4994384,uuid:<1.7f744a072>,name:"icestorm",flags:[8,11],type:102}(on /gotischerbereich/mlabspiraltower/std5@0+6)) with no relation to target ({cnt:4984688,uuid:<1.7f742acea>,name:"Dread",flags:[0,8,11,14,21,52,103,104],type:0}(on /gotischerbereich/mlabspiraltower/stc5@15+5)) at /opt/deliantra-server/share/deliantra-server/cf.pm line 3951 92010-04-07 23:58:02.2729 [ABT] BUG: hitter ({cnt:4994384,uuid:<1.7f744a072>,name:"icestorm",flags:[8,11],type:102}(on /gotischerbereich/mlabspiraltower/std5@0+6)) with no relation to target ({cnt:4984688,uuid:<1.7f742acea>,name:"Dread",flags:[0,8,11,14,21,52,103,104],type:0}(on /gotischerbereich/mlabspiraltower/stc5@15+5)) at /opt/deliantra-server/share/deliantra-server/cf.pm line 3951
62010-04-07 23:58:02.2729+ eval {...} called at /opt/deliantra-server/share/deliantra-server/cf.pm line 3951 102010-04-07 23:58:02.2729+ eval {...} called at /opt/deliantra-server/share/deliantra-server/cf.pm line 3951
72010-04-07 23:58:02.2729+ cf::tick() called at /opt/deliantra-server/share/deliantra-server/cf.pm line 3519 112010-04-07 23:58:02.2729+ cf::tick() called at /opt/deliantra-server/share/deliantra-server/cf.pm line 3519
82010-04-07 23:58:02.2729+ cf::main_loop() called at /opt/deliantra-server/share/deliantra-server/cf.pm line 3579 122010-04-07 23:58:02.2729+ cf::main_loop() called at /opt/deliantra-server/share/deliantra-server/cf.pm line 3579
85TODO: 2010-04-16 00:11:12.8142 {cnt:414174,uuid:<1.80ffd5a6b>,name:"teleporter",flags:[8,11,103,105,106],type:41}(on /scorn/houses/house3.bas1@5+4): no alternative teleporters around (user {cnt:386700,uuid:<1.81001a4d6>,name:"mouse",flags:[0,8,11,14,16,104],type:0}(on /scorn/houses/house3.bas1@5+4)). 89TODO: 2010-04-16 00:11:12.8142 {cnt:414174,uuid:<1.80ffd5a6b>,name:"teleporter",flags:[8,11,103,105,106],type:41}(on /scorn/houses/house3.bas1@5+4): no alternative teleporters around (user {cnt:386700,uuid:<1.81001a4d6>,name:"mouse",flags:[0,8,11,14,16,104],type:0}(on /scorn/houses/house3.bas1@5+4)).
86TODO: 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 90TODO: 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
87TODO: mining class 91TODO: mining class
88TODO: freelist freeing 92TODO: freelist freeing
89TODO: highest cpu users: stand_in_light (object *op), get_map_flags, blocked_link, path_to_player 93TODO: highest cpu users: stand_in_light (object *op), get_map_flags, blocked_link, path_to_player
90TODO: one can apply, but not open, containers without keys
91TODO: fix luck in random rolls
92 - (maps, arch) complete revamping of the transport routes - all cities are 94 - (maps, arch) complete revamping of the transport routes - all cities are
93 now easily reachable, at a price. 95 now easily reachable, at a price.
94 - (maps) the mana fountain now has a ratelimit of 30 potions per hour. 96 - (maps) the mana fountain now has a ratelimit of 30 potions per hour.
95 - (maps) added (navar) gravedigger, that buys players gravestones. 97 - (maps) added (navar) gravedigger, that buys players gravestones.
96 - (maps) added the rathouse quest for the shockwave spell in navar 98 - (maps) added the rathouse quest for the shockwave spell in navar
110 - (maps, arch) add "hollow" variants of cave\d tiles, and use them 112 - (maps, arch) add "hollow" variants of cave\d tiles, and use them
111 in a select number of mlab maps. 113 in a select number of mlab maps.
112 - (maps) the library should be less of a death trap now. 114 - (maps) the library should be less of a death trap now.
113 - (maps) exits no longer point to auto-apply exits, most affected 115 - (maps) exits no longer point to auto-apply exits, most affected
114 maps now have proper doors or a similar solution. 116 maps now have proper doors or a similar solution.
117 - (arch) jumping skill has now physical attacktype.
115 - (maps) fixed nurnberg/reception/fire5 to match new style torches. 118 - (maps) fixed nurnberg/reception/fire5 to match new style torches.
119 - when applying containers, server checks for the key on activate
120 and also allows players to unapply active containers they don't have
121 a key for.
116 - moved formulae, attackmess, artifacts, exp_table, materials and 122 - moved formulae, attackmess, artifacts, exp_table, materials and
117 races files to arch, where they belong (exp_table is no longer in 123 races files to arch, where they belong (exp_table is no longer in
118 confdir but in datadir now!). 124 confdir but in datadir now!).
119 - jeweler and sound config files are now normal datafiles as well. 125 - jeweler and sound config files are now normal datafiles as well.
120 - quit_character was causing a runtime exception, causing it to not 126 - quit_character was causing a runtime exception, causing it to not
250 - added a 'password' command, to change your password (and for DMs to 256 - added a 'password' command, to change your password (and for DMs to
251 change passwords for other players). 257 change passwords for other players).
252 - correctly save shopitems string, to avoid parse error when reading 258 - correctly save shopitems string, to avoid parse error when reading
253 saved maps. 259 saved maps.
254 - logging now differentiates between logging levels better. 260 - logging now differentiates between logging levels better.
261 - speed up get_typedata.
255 262
2562.93 Sat Feb 13 15:52:36 CET 2010 2632.93 Sat Feb 13 15:52:36 CET 2010
257 - (maps) fix travel to valdor and back. 264 - (maps) fix travel to valdor and back.
258 - do no longer by default eval map cod ein safe compartments 265 - do no longer by default eval map cod ein safe compartments
259 (this can be re-enabled using the safe_eval config option). 266 (this can be re-enabled using the safe_eval config option).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines