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

Comparing deliantra/server/Changes (file contents):
Revision 1.604 by root, Mon Apr 5 03:22:24 2010 UTC vs.
Revision 1.608 by root, Tue Apr 6 22:59:28 2010 UTC

39 39
40TODO: do not show msg for unidentified objects. 40TODO: do not show msg for unidentified objects.
41TODO: set_ranged_ob/set_combat_ob, clear spells etc. removal of slot_Type etc. 41TODO: set_ranged_ob/set_combat_ob, clear spells etc. removal of slot_Type etc.
42TODO: thrown objects hit natively (with their own skill). 42TODO: thrown objects hit natively (with their own skill).
43TODO: golem survives "longer" now. 43TODO: golem survives "longer" now.
44TODO: spells etc. act as skill-tools
45TODO: slow down some skills (e.g. stealing) 44TODO: slow down some skills (e.g. stealing)
45TODO: apply range checkign should go to apply_special
46TODO: stealing, mining, others has no "there is nothing" message. 46TODO: stealing, mining, others has no "there is nothing" message.
47TODO: unapply item before imporoving it, in case we can't apply it anymore afterwards.
47 - (maps) the mana fountain now has a ratelimit of 30 potions per hour. 48 - (maps) the mana fountain now has a ratelimit of 30 potions per hour.
48 - (maps) added (navar) gravedigger, that buys players gravestones. 49 - (maps) added (navar) gravedigger, that buys players gravestones.
49 - made (wizard) look_at show also uuids. 50 - made (wizard) look_at show also uuids.
50 - added cf::object::find_object_uuid (::find_object already exists!). 51 - added cf::object::find_object_uuid (::find_object already exists!).
51 - (maps) added new apartment, made by LinuxLemoner. 52 - (maps) added new apartment, made by LinuxLemoner.
56 that specify which actual style map to generate, and use it for 57 that specify which actual style map to generate, and use it for
57 the default decorstyle to avoid inappropriate maps to be used. 58 the default decorstyle to avoid inappropriate maps to be used.
58 - move_type changes (spells, skills etc.) now will correctly 59 - move_type changes (spells, skills etc.) now will correctly
59 take move_on/move_off into account (e.g. buttons). 60 take move_on/move_off into account (e.g. buttons).
60 - display (exit) or (random map) in client for those objects. 61 - display (exit) or (random map) in client for those objects.
61 - remove (useless) spell damage columns from spell info and replace 62 - removed (useless) spell damage columns from spell info and replace
62 it by effective casting level - clients > 2.10 required to display 63 it by effective casting level - clients > 2.10 required to display
63 properly. 64 properly.
64 - building of levers/doors works again for all kinds of floors. 65 - building of levers/doors works again for all kinds of floors.
65 - the player can now withdraw and deposit all the available money. 66 - the player can now withdraw and deposit all the available money.
66 - (maps) fix the apartment shop (japan => 吾妻) and add descriptions for 67 - (maps) fix the apartment shop (japan => 吾妻) and add descriptions for
108 a comamnd and an unknown_command event. 109 a comamnd and an unknown_command event.
109 - move mark, run, run_stop, fire and fire_stop commands back from 110 - move mark, run, run_stop, fire and fire_stop commands back from
110 perl to C++, for speed reasons (basically undo patchset 1304). 111 perl to C++, for speed reasons (basically undo patchset 1304).
111 - add a client_destroy event, so we don't have to hook the 112 - add a client_destroy event, so we don't have to hook the
112 attachable destroy event (which is called much more often). 113 attachable destroy event (which is called much more often).
114 - removed (unused) FLOOR object type.
115 - fix errornous change_abil messages for rods (and other types).
116 - remove include/commands.h and server/c_new.C, and refactor
117 all into server/commands.C.
113 118
1142.93 Sat Feb 13 15:52:36 CET 2010 1192.93 Sat Feb 13 15:52:36 CET 2010
115 - (maps) fix travel to valdor and back. 120 - (maps) fix travel to valdor and back.
116 - do no longer by default eval map cod ein safe compartments 121 - do no longer by default eval map cod ein safe compartments
117 (this can be re-enabled using the safe_eval config option). 122 (this can be re-enabled using the safe_eval config option).
870 - merge items with different arch pointers refering to the same arch 875 - merge items with different arch pointers refering to the same arch
871 (due to archetype reloads). 876 (due to archetype reloads).
872 - refactored the object remove/insert functions and most related 877 - refactored the object remove/insert functions and most related
873 functions (decrease, split, merge_ob etc.). 878 functions (decrease, split, merge_ob etc.).
874 - make it compile better on freebsd (reported by pippijn). 879 - make it compile better on freebsd (reported by pippijn).
875 - remove GT_UPDATE_INV (no longer applicable). 880 - removed GT_UPDATE_INV (no longer applicable).
876 - fix the longstanding "container stays open" bug. 881 - fix the longstanding "container stays open" bug.
877 - improved floorbox updating to be incremental and other protocol 882 - improved floorbox updating to be incremental and other protocol
878 optimisations. 883 optimisations.
879 - get rid of update_after_inventory_change and only do update stats 884 - get rid of update_after_inventory_change and only do update stats
880 for weight once/tick/player at max. 885 for weight once/tick/player at max.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines