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

Comparing deliantra/server/Changes (file contents):
Revision 1.642 by root, Thu Apr 15 02:51:39 2010 UTC vs.
Revision 1.646 by root, Thu Apr 15 06:05:51 2010 UTC

44TODO: golem survives "longer" now - too long? 44TODO: golem survives "longer" now - too long?
45TODO: common/readable generates archetype names in books: "A mushroom_1 of Antitoxin is a rare item..." 45TODO: common/readable generates archetype names in books: "A mushroom_1 of Antitoxin is a rare item..."
46TODO: clean up skill handling in kill_object. 46TODO: clean up skill handling in kill_object.
47TODO: make the "feed all faces" flag persistent between logins. 47TODO: make the "feed all faces" flag persistent between logins.
48TODO: mining experience 48TODO: mining experience
49TODO: make exp_table reloadable.
49 - (maps) the mana fountain now has a ratelimit of 30 potions per hour. 50 - (maps) the mana fountain now has a ratelimit of 30 potions per hour.
50 - (maps) added (navar) gravedigger, that buys players gravestones. 51 - (maps) added (navar) gravedigger, that buys players gravestones.
51 - (maps) added the rathouse quest for the shockwave spell in navar 52 - (maps) added the rathouse quest for the shockwave spell in navar
52 (by Dustfinger). 53 (by Dustfinger).
53 - (maps) Fixed bad floor tile in navar apartment. 54 - (maps) Fixed bad floor tile in navar apartment.
109 - added detect mineral vein spell. 110 - added detect mineral vein spell.
110 - support "wall overlays" in the random map generator - not very generic, 111 - support "wall overlays" in the random map generator - not very generic,
111 used by minable veins. 112 used by minable veins.
112 - (maps) relocated jeweler town to another directoy. 113 - (maps) relocated jeweler town to another directoy.
113 - (arch) implement mining pickaxes and mining skill. 114 - (arch) implement mining pickaxes and mining skill.
115 - (arch) add missing stonebig_club archetype from cfextended.
114 - generate most constants for perl automatically. 116 - generate most constants for perl automatically.
115 - properly check for weapon name prefix ("Ragnarok's sword"). 117 - properly check for weapon name prefix ("Ragnarok's sword").
116 - when player dies, restore his food to at least 200. 118 - when player dies, restore his food to at least 200.
117 - support multiple inheritance for arch sources (inherit a,b,c). 119 - support multiple inheritance for arch sources (inherit a,b,c).
118 - switch to storable-n-format for facedata, for better interoperability. 120 - switch to storable-n-format for facedata, for better interoperability.
156 - fixed possible crash bug in build code. 158 - fixed possible crash bug in build code.
157 - rename find_marked_object to ->mark and speed up. 159 - rename find_marked_object to ->mark and speed up.
158 - player movers properly destroy themselves when used up, instead 160 - player movers properly destroy themselves when used up, instead
159 of leaking. 161 of leaking.
160 - do not show msg for unidentified objects that need identification. 162 - do not show msg for unidentified objects that need identification.
163 - convert formulae file parser to thawer framework.
164 - finally get rid of fgets (..., thawer) and use a much cleaner
165 next_line method.
166 - use nicer file format for exp_table and attackmess
167 (more like other resource files).
168 - make parse errors during server startup fatal.
161 169
1622.93 Sat Feb 13 15:52:36 CET 2010 1702.93 Sat Feb 13 15:52:36 CET 2010
163 - (maps) fix travel to valdor and back. 171 - (maps) fix travel to valdor and back.
164 - do no longer by default eval map cod ein safe compartments 172 - do no longer by default eval map cod ein safe compartments
165 (this can be re-enabled using the safe_eval config option). 173 (this can be re-enabled using the safe_eval config option).
830 - bugfix: when unapplying skills also remove them from the range/combat slots. 838 - bugfix: when unapplying skills also remove them from the range/combat slots.
831 - bugfix: do not merge items whose archetype name merges, use the 839 - bugfix: do not merge items whose archetype name merges, use the
832 archetype *archname* (chairs of different facings were merged). 840 archetype *archname* (chairs of different facings were merged).
833 - bugfix: fix a potential crash issue in find_object_name (not used 841 - bugfix: fix a potential crash issue in find_object_name (not used
834 normally). 842 normally).
835 - bugfix: locked doors cnanot be bashed down by magical means 843 - bugfix: locked doors cannot be bashed down by magical means
836 (destruction, magic missile etc.). 844 (destruction, magic missile etc.).
837 - swarm spells without a direction now use various spiral patterns 845 - swarm spells without a direction now use various spiral patterns
838 instead of being fully random. 846 instead of being fully random.
839 - update AnyEvent API to 3.4 and above. 847 - update AnyEvent API to 3.4 and above.
840 848

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines