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

Comparing deliantra/server/Changes (file contents):
Revision 1.614 by root, Sat Apr 10 01:54:07 2010 UTC vs.
Revision 1.615 by root, Sat Apr 10 04:42:44 2010 UTC

52TODO: slow down some skills (e.g. stealing) 52TODO: slow down some skills (e.g. stealing)
53TODO: apply range checkign should go to apply_special 53TODO: apply range checkign should go to apply_special
54TODO: stealing, mining, others has no "there is nothing" message. 54TODO: stealing, mining, others has no "there is nothing" message.
55TODO: unapply item before imporoving it, in case we can't apply it anymore afterwards. 55TODO: unapply item before imporoving it, in case we can't apply it anymore afterwards.
56TODO: reload_archetypes does nto provide new archetypes 56TODO: reload_archetypes does nto provide new archetypes
57TODO: common/readable generates archetype names in books: "A mushroom_1 of Antitoxin is a rare item..."
57 - (maps) the mana fountain now has a ratelimit of 30 potions per hour. 58 - (maps) the mana fountain now has a ratelimit of 30 potions per hour.
58 - (maps) added (navar) gravedigger, that buys players gravestones. 59 - (maps) added (navar) gravedigger, that buys players gravestones.
59 - (maps) added the rathouse quest for the shockwave spell in navar 60 - (maps) added the rathouse quest for the shockwave spell in navar
60 (Made by Dustfinger). 61 (Made by Dustfinger).
61 - made (wizard) look_at show also uuids. 62 - made (wizard) look_at show also uuids.
63 - (maps) added new apartment, made by LinuxLemoner. 64 - (maps) added new apartment, made by LinuxLemoner.
64 - (maps) added quest for the mining skill scroll to valleynoy. 65 - (maps) added quest for the mining skill scroll to valleynoy.
65 - (arch) added sounds: zombie death, book reading, inscription. 66 - (arch) added sounds: zombie death, book reading, inscription.
66 - (arch) made the hill giants loose more body parts. 67 - (arch) made the hill giants loose more body parts.
67 - (arch, maps) added black unicorn horn, required to access mlab hell. 68 - (arch, maps) added black unicorn horn, required to access mlab hell.
69 - diseases could reduce a monsters speed to MIN_ACTIVE_SPEED, which
70 caused overflows causing monsters to become living deads.
68 - teach the random map generator the ability to read ".rmg" files 71 - teach the random map generator the ability to read ".rmg" files
69 that specify which actual style map to generate, and use it for 72 that specify which actual style map to generate, and use it for
70 the default decorstyle to avoid inappropriate maps to be used. 73 the default decorstyle to avoid inappropriate maps to be used.
71 - move_type changes (spells, skills etc.) now will correctly 74 - move_type changes (spells, skills etc.) now will correctly
72 take move_on/move_off into account (e.g. buttons). 75 take move_on/move_off into account (e.g. buttons).
86 - cfutil skips .-directories when scanning. 89 - cfutil skips .-directories when scanning.
87 - build.ext prevents players from building on other player's maps. 90 - build.ext prevents players from building on other player's maps.
88 - rent.ext allows the dm to enter anytime. 91 - rent.ext allows the dm to enter anytime.
89 - NPC_Dialogue adds a new predefined variable, $map. 92 - NPC_Dialogue adds a new predefined variable, $map.
90 - new "build" event hook. 93 - new "build" event hook.
91 - get rid of archetype min/mac values except max_x (which should go, too). 94 - get rid of archetype min/max values except max_x (which should go, too).
92 - added fix_generated_item and cf::object::generate to XS interface. 95 - added fix_generated_item and cf::object::generate to XS interface.
93 - no longer use uppercase identifiers for saving anywhere, but support 96 - no longer use uppercase identifiers for saving anywhere, but support
94 them on loading, for old playerfiles and maps. 97 them on loading, for old playerfiles and maps.
95 - removed is_legal_2ways_exit - this is apparently dead code, and 98 - removed is_legal_2ways_exit - this is apparently dead code, and
96 would be handled differently nowadays anyway. 99 would be handled differently nowadays anyway.
1186 - introduced new keyword for map files: file_format_version (integer, server version: 0) 1189 - introduced new keyword for map files: file_format_version (integer, server version: 0)
1187 - better message for apply failures due to applymode 1190 - better message for apply failures due to applymode
1188 - removed most all of the weather code 1191 - removed most all of the weather code
1189 - unified logging to stderr and file 1192 - unified logging to stderr and file
1190 - too many minor changes to document 1193 - too many minor changes to document
1194

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines