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

Comparing deliantra/server/Changes (file contents):
Revision 1.633 by root, Tue Apr 13 03:24:31 2010 UTC vs.
Revision 1.637 by root, Wed Apr 14 18:53:36 2010 UTC

55TODO: clean up skill handling in kill_object. 55TODO: clean up skill handling in kill_object.
56TODO: 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) 56TODO: 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)
57TODO: make the "feed all faces" flag persistent between logins. 57TODO: make the "feed all faces" flag persistent between logins.
58TODO: hut_-2, cats show invisible showas talk? 58TODO: hut_-2, cats show invisible showas talk?
59TODO: 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)). 59TODO: 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)).
60TODO: mining experience
60 - (maps) the mana fountain now has a ratelimit of 30 potions per hour. 61 - (maps) the mana fountain now has a ratelimit of 30 potions per hour.
61 - (maps) added (navar) gravedigger, that buys players gravestones. 62 - (maps) added (navar) gravedigger, that buys players gravestones.
62 - (maps) added the rathouse quest for the shockwave spell in navar 63 - (maps) added the rathouse quest for the shockwave spell in navar
63 (by Dustfinger). 64 (by Dustfinger).
64 - (maps) Fixed bad floor tile in navar apartment. 65 - (maps) Fixed bad floor tile in navar apartment.
78 caused overflows causing monsters to become living deads. 79 caused overflows causing monsters to become living deads.
79 - unapply weapons and armour before trying to improve it. 80 - unapply weapons and armour before trying to improve it.
80 - teach the random map generator the ability to read ".rmg" files 81 - teach the random map generator the ability to read ".rmg" files
81 that specify which actual style map to generate, and use it for 82 that specify which actual style map to generate, and use it for
82 the default decorstyle to avoid inappropriate maps to be used. 83 the default decorstyle to avoid inappropriate maps to be used.
84 - show invisible no longer makes magic mouths visible.
83 - move_type changes (spells, skills etc.) now will correctly 85 - move_type changes (spells, skills etc.) now will correctly
84 take move_on/move_off into account (e.g. buttons). 86 take move_on/move_off into account (e.g. buttons).
85 - display (exit) or (random map) in client for those objects. 87 - display (exit) or (random map) in client for those objects.
86 - removed (useless) spell damage columns from spell info and replace 88 - removed (useless) spell damage columns from spell info and replace
87 it by effective casting level - clients > 2.10 required to display 89 it by effective casting level - clients > 2.10 required to display
159 - implement "simple" freelist management for objects. 161 - implement "simple" freelist management for objects.
160 - recycle object counts now - to support longer uptimes. 162 - recycle object counts now - to support longer uptimes.
161 - got rid of the dreaded write_parameters_to_string (666 chars omitted) 163 - got rid of the dreaded write_parameters_to_string (666 chars omitted)
162 function (and yes, 666 is exact!). 164 function (and yes, 666 is exact!).
163 - random map generator results should now be fully repeatable. 165 - random map generator results should now be fully repeatable.
166 - fixed possible crash bug in build code.
164 167
1652.93 Sat Feb 13 15:52:36 CET 2010 1682.93 Sat Feb 13 15:52:36 CET 2010
166 - (maps) fix travel to valdor and back. 169 - (maps) fix travel to valdor and back.
167 - do no longer by default eval map cod ein safe compartments 170 - do no longer by default eval map cod ein safe compartments
168 (this can be re-enabled using the safe_eval config option). 171 (this can be re-enabled using the safe_eval config option).
269 decrease). 272 decrease).
270 - fixed a small uncleanlieness in item converters, which might 273 - fixed a small uncleanlieness in item converters, which might
271 have led to weird item multiplications. 274 have led to weird item multiplications.
272 - store hash value in shstr, not used by anything, but doesn't use much memory. 275 - store hash value in shstr, not used by anything, but doesn't use much memory.
273 - fixed crash bug in learn_spell command. 276 - fixed crash bug in learn_spell command.
277 - enhanced output of the mapinfo command.
274 - remove all traces of FLAG_NO_FIX_PLAYER. 278 - remove all traces of FLAG_NO_FIX_PLAYER.
275 - avoid sv_derived_from calls (lots of hash lookups) when converting 279 - avoid sv_derived_from calls (lots of hash lookups) when converting
276 from perl to c++. 280 from perl to c++.
277 - implemented least_significand_bit and for_all_bits_sparse_32 utilities 281 - implemented least_significand_bit and for_all_bits_sparse_32 utilities
278 and use it in some "inner" loops. 282 and use it in some "inner" loops.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines