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

Comparing deliantra/server/Changes (file contents):
Revision 1.688 by root, Sun May 2 19:16:16 2010 UTC vs.
Revision 1.693 by root, Tue May 4 22:26:49 2010 UTC

352010-04-07 23:58:02.2732 [ABT] [Perl_call_sv] /root/cvt/perl/perl-5.10.0/perl.c:2632 352010-04-07 23:58:02.2732 [ABT] [Perl_call_sv] /root/cvt/perl/perl-5.10.0/perl.c:2632
362010-04-07 23:58:02.2732 [ABT] [main] /root/src/cf.schmorp.de/server/server/main.C:428 362010-04-07 23:58:02.2732 [ABT] [main] /root/src/cf.schmorp.de/server/server/main.C:428
37 37
38TODO: golem survives "longer" now - too long? 38TODO: golem survives "longer" now - too long?
39TODO: clean up skill handling in kill_object. 39TODO: clean up skill handling in kill_object.
40TODO: make the "feed all faces" flag persistent between logins.
41TODO: mining experience 40TODO: mining experience
42TODO: highest cpu users: stand_in_light (object *op), get_map_flags, blocked_link, path_to_player 41TODO: highest cpu users: stand_in_light (object *op), get_map_flags, blocked_link, path_to_player
43TODO: follow should not be able to follow everywhere (ocean...)
44 - (maps, arch) complete revamping of the transport routes - all cities are 42 - (maps, arch) complete revamping of the transport routes - all cities are
45 now easily reachable, at a price. 43 now easily reachable, at a price.
46 - (maps) the mana fountain now has a ratelimit of 30 potions per hour. 44 - (maps) the mana fountain now has a ratelimit of 30 potions per hour.
47 - (maps) added (navar) gravedigger, that buys players gravestones. 45 - (maps) added (navar) gravedigger, that buys players gravestones.
48 - (maps) added the rathouse quest for the shockwave spell in navar 46 - (maps) added the rathouse quest for the shockwave spell in navar
64 - (maps) the library should be less of a death trap now. 62 - (maps) the library should be less of a death trap now.
65 - (maps) exits no longer point to auto-apply exits, most affected 63 - (maps) exits no longer point to auto-apply exits, most affected
66 maps now have proper doors or a similar solution. 64 maps now have proper doors or a similar solution.
67 - (arch) jumping skill has now physical attacktype. 65 - (arch) jumping skill has now physical attacktype.
68 - (maps) fixed nurnberg/reception/fire5 to match new style torches. 66 - (maps) fixed nurnberg/reception/fire5 to match new style torches.
67 - enter_map did not normalise the map coordinates when the destination
68 space is blocked, causing badness and freezes for the player.
69 - when applying containers, server checks for the key on activate 69 - when applying containers, server checks for the key on activate
70 and also allows players to unapply active containers they don't have 70 and also allows players to unapply active containers they don't have
71 a key for. 71 a key for.
72 - moved formulae, attackmess, artifacts, exp_table, materials and 72 - moved formulae, attackmess, artifacts, exp_table, materials and
73 races files to arch, where they belong (exp_table is no longer in 73 races files to arch, where they belong (exp_table is no longer in
107 mostly based on the spell's level in the spellbook. 107 mostly based on the spell's level in the spellbook.
108 - (maps) fix some map regions and the region tree. 108 - (maps) fix some map regions and the region tree.
109 - the server will now be more picky when parsing the regions file. 109 - the server will now be more picky when parsing the regions file.
110 - improve editor support protocol slightly, provide workarounds for 2.10 110 - improve editor support protocol slightly, provide workarounds for 2.10
111 clients. 111 clients.
112 - follow has been rewritten to be, hopefully, more robust.
113 - follow mode will not be aborted when the follower tries to move.
112 - tcp.ext didn't unbind in reloads. 114 - tcp.ext didn't unbind in reloads.
113 - map-tags.ext didn't properly close the database on reloads. 115 - map-tags.ext didn't properly close the database on reloads.
114 - cfutil skips .-directories when scanning. 116 - cfutil skips .-directories when scanning.
115 - build.ext prevents players from building on other player's maps. 117 - build.ext prevents players from building on other player's maps.
116 - rent.ext allows the dm to enter anytime. 118 - rent.ext allows the dm to enter anytime.
207 change passwords for other players). 209 change passwords for other players).
208 - correctly save shopitems string, to avoid parse error when reading 210 - correctly save shopitems string, to avoid parse error when reading
209 saved maps. 211 saved maps.
210 - logging now differentiates between logging levels better. 212 - logging now differentiates between logging levels better.
211 - speed up get_typedata. 213 - speed up get_typedata.
214 - fix deadlock problem during server shutdown/reload.
215 - make ext/checkrusage "more" non-blocking.
216 - use common::sense for extensions.
217 - work around a 50.10.0 utf8 caching bug.
218 - correctly try to load tiled maps in adjacent_map, might fix
219 "no relation to target" bugs.
212 220
2132.93 Sat Feb 13 15:52:36 CET 2010 2212.93 Sat Feb 13 15:52:36 CET 2010
214 - (maps) fix travel to valdor and back. 222 - (maps) fix travel to valdor and back.
215 - do no longer by default eval map cod ein safe compartments 223 - do no longer by default eval map cod ein safe compartments
216 (this can be re-enabled using the safe_eval config option). 224 (this can be re-enabled using the safe_eval config option).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines