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

Comparing deliantra/server/Changes (file contents):
Revision 1.632 by root, Tue Apr 13 02:39:52 2010 UTC vs.
Revision 1.638 by root, Wed Apr 14 21:36:31 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.
69 - (arch) added sounds: zombie death, book reading, inscription. 70 - (arch) added sounds: zombie death, book reading, inscription.
70 - (arch) made the hill giants loose more body parts. 71 - (arch) made the hill giants loose more body parts.
71 - (arch, maps) added black unicorn horn, required to access mlab hell. 72 - (arch, maps) added black unicorn horn, required to access mlab hell.
72 - (arch) increased the (possible) number of arrows/bolts found in shops 73 - (arch) increased the (possible) number of arrows/bolts found in shops
73 and made them a bit more expensive. 74 and made them a bit more expensive.
75 - (maps) add more glory hole treasure styles.
74 - do not update the floorbox while running, to avoid big item 76 - do not update the floorbox while running, to avoid big item
75 updates that cost network bandwidth and processing power. 77 updates that cost network bandwidth and processing power.
76 - diseases could reduce a monsters speed to MIN_ACTIVE_SPEED, which 78 - diseases could reduce a monsters speed to MIN_ACTIVE_SPEED, which
77 caused overflows causing monsters to become living deads. 79 caused overflows causing monsters to become living deads.
78 - unapply weapons and armour before trying to improve it. 80 - unapply weapons and armour before trying to improve it.
79 - teach the random map generator the ability to read ".rmg" files 81 - teach the random map generator the ability to read ".rmg" files
80 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
81 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.
82 - move_type changes (spells, skills etc.) now will correctly 85 - move_type changes (spells, skills etc.) now will correctly
83 take move_on/move_off into account (e.g. buttons). 86 take move_on/move_off into account (e.g. buttons).
84 - display (exit) or (random map) in client for those objects. 87 - display (exit) or (random map) in client for those objects.
85 - removed (useless) spell damage columns from spell info and replace 88 - removed (useless) spell damage columns from spell info and replace
86 it by effective casting level - clients > 2.10 required to display 89 it by effective casting level - clients > 2.10 required to display
158 - implement "simple" freelist management for objects. 161 - implement "simple" freelist management for objects.
159 - recycle object counts now - to support longer uptimes. 162 - recycle object counts now - to support longer uptimes.
160 - 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)
161 function (and yes, 666 is exact!). 164 function (and yes, 666 is exact!).
162 - 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.
167 - rename find_marked_object to ->mark and speed up.
163 168
1642.93 Sat Feb 13 15:52:36 CET 2010 1692.93 Sat Feb 13 15:52:36 CET 2010
165 - (maps) fix travel to valdor and back. 170 - (maps) fix travel to valdor and back.
166 - do no longer by default eval map cod ein safe compartments 171 - do no longer by default eval map cod ein safe compartments
167 (this can be re-enabled using the safe_eval config option). 172 (this can be re-enabled using the safe_eval config option).
268 decrease). 273 decrease).
269 - fixed a small uncleanlieness in item converters, which might 274 - fixed a small uncleanlieness in item converters, which might
270 have led to weird item multiplications. 275 have led to weird item multiplications.
271 - store hash value in shstr, not used by anything, but doesn't use much memory. 276 - store hash value in shstr, not used by anything, but doesn't use much memory.
272 - fixed crash bug in learn_spell command. 277 - fixed crash bug in learn_spell command.
278 - enhanced output of the mapinfo command.
273 - remove all traces of FLAG_NO_FIX_PLAYER. 279 - remove all traces of FLAG_NO_FIX_PLAYER.
274 - avoid sv_derived_from calls (lots of hash lookups) when converting 280 - avoid sv_derived_from calls (lots of hash lookups) when converting
275 from perl to c++. 281 from perl to c++.
276 - implemented least_significand_bit and for_all_bits_sparse_32 utilities 282 - implemented least_significand_bit and for_all_bits_sparse_32 utilities
277 and use it in some "inner" loops. 283 and use it in some "inner" loops.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines