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

Comparing deliantra/server/Changes (file contents):
Revision 1.634 by elmex, Tue Apr 13 10:45:48 2010 UTC vs.
Revision 1.640 by root, Thu Apr 15 02:10:26 2010 UTC

43 43
44TODO: removing a single map tag from one map kills the tag on other maps as well, apparently 44TODO: removing a single map tag from one map kills the tag on other maps as well, apparently
45TODO: freed objects cache instead of salloc/sfree 45TODO: freed objects cache instead of salloc/sfree
46 46
47TODO: do not show msg for unidentified objects. 47TODO: do not show msg for unidentified objects.
48TODO: set_ranged_ob/set_combat_ob, clear spells etc. removal of slot_Type etc.
49TODO: thrown objects hit natively (with their own skill).
50TODO: golem survives "longer" now. 48TODO: golem survives "longer" now.
51TODO: slow down some skills (e.g. stealing)
52TODO: apply range checkign should go to apply_special
53TODO: stealing, mining, others has no "there is nothing" message. 49TODO: stealing, mining, others has no "there is nothing" message.
54TODO: common/readable generates archetype names in books: "A mushroom_1 of Antitoxin is a rare item..." 50TODO: common/readable generates archetype names in books: "A mushroom_1 of Antitoxin is a rare item..."
55TODO: clean up skill handling in kill_object. 51TODO: 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) 52TODO: 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. 53TODO: make the "feed all faces" flag persistent between logins.
58TODO: hut_-2, cats show invisible showas talk? 54TODO: mining experience
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)).
60 - (maps) the mana fountain now has a ratelimit of 30 potions per hour. 55 - (maps) the mana fountain now has a ratelimit of 30 potions per hour.
61 - (maps) added (navar) gravedigger, that buys players gravestones. 56 - (maps) added (navar) gravedigger, that buys players gravestones.
62 - (maps) added the rathouse quest for the shockwave spell in navar 57 - (maps) added the rathouse quest for the shockwave spell in navar
63 (by Dustfinger). 58 (by Dustfinger).
64 - (maps) Fixed bad floor tile in navar apartment. 59 - (maps) Fixed bad floor tile in navar apartment.
78 caused overflows causing monsters to become living deads. 73 caused overflows causing monsters to become living deads.
79 - unapply weapons and armour before trying to improve it. 74 - unapply weapons and armour before trying to improve it.
80 - teach the random map generator the ability to read ".rmg" files 75 - teach the random map generator the ability to read ".rmg" files
81 that specify which actual style map to generate, and use it for 76 that specify which actual style map to generate, and use it for
82 the default decorstyle to avoid inappropriate maps to be used. 77 the default decorstyle to avoid inappropriate maps to be used.
78 - support (with some limitations) multiple different skills with the
79 same subtype.
80 - show invisible no longer makes magic mouths visible.
83 - move_type changes (spells, skills etc.) now will correctly 81 - move_type changes (spells, skills etc.) now will correctly
84 take move_on/move_off into account (e.g. buttons). 82 take move_on/move_off into account (e.g. buttons).
85 - display (exit) or (random map) in client for those objects. 83 - display (exit) or (random map) in client for those objects.
86 - removed (useless) spell damage columns from spell info and replace 84 - removed (useless) spell damage columns from spell info and replace
87 it by effective casting level - clients > 2.10 required to display 85 it by effective casting level - clients > 2.10 required to display
159 - implement "simple" freelist management for objects. 157 - implement "simple" freelist management for objects.
160 - recycle object counts now - to support longer uptimes. 158 - recycle object counts now - to support longer uptimes.
161 - got rid of the dreaded write_parameters_to_string (666 chars omitted) 159 - got rid of the dreaded write_parameters_to_string (666 chars omitted)
162 function (and yes, 666 is exact!). 160 function (and yes, 666 is exact!).
163 - random map generator results should now be fully repeatable. 161 - random map generator results should now be fully repeatable.
162 - fixed possible crash bug in build code.
163 - rename find_marked_object to ->mark and speed up.
164 - player movers properly destroy themselves when used up, instead
165 of leaking.
164 166
1652.93 Sat Feb 13 15:52:36 CET 2010 1672.93 Sat Feb 13 15:52:36 CET 2010
166 - (maps) fix travel to valdor and back. 168 - (maps) fix travel to valdor and back.
167 - do no longer by default eval map cod ein safe compartments 169 - do no longer by default eval map cod ein safe compartments
168 (this can be re-enabled using the safe_eval config option). 170 (this can be re-enabled using the safe_eval config option).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines