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

Comparing deliantra/server/Changes (file contents):
Revision 1.657 by root, Sun Apr 18 05:08:13 2010 UTC vs.
Revision 1.662 by elmex, Wed Apr 21 08:58:56 2010 UTC

50TODO: 2010-04-16 00:11:12.8142 {cnt:414174,uuid:<1.80ffd5a6b>,name:"teleporter",flags:[8,11,103,105,106],type:41}(on /scorn/houses/house3.bas1@5+4): no alternative teleporters around (user {cnt:386700,uuid:<1.81001a4d6>,name:"mouse",flags:[0,8,11,14,16,104],type:0}(on /scorn/houses/house3.bas1@5+4)). 50TODO: 2010-04-16 00:11:12.8142 {cnt:414174,uuid:<1.80ffd5a6b>,name:"teleporter",flags:[8,11,103,105,106],type:41}(on /scorn/houses/house3.bas1@5+4): no alternative teleporters around (user {cnt:386700,uuid:<1.81001a4d6>,name:"mouse",flags:[0,8,11,14,16,104],type:0}(on /scorn/houses/house3.bas1@5+4)).
51TODO: I can access all the apartments I have ever rented, even though I stopped renting them long ago. I have ever rented, even though I stopped renting them long ago. I can enter the scorn and SD apartments 51TODO: I can access all the apartments I have ever rented, even though I stopped renting them long ago. I have ever rented, even though I stopped renting them long ago. I can enter the scorn and SD apartments
52TODO: mining class 52TODO: mining class
53TODO: freelist freeing 53TODO: freelist freeing
54TODO: highest cpu users: stand_in_light (object *op), get_map_flags, blocked_link, path_to_player 54TODO: highest cpu users: stand_in_light (object *op), get_map_flags, blocked_link, path_to_player
55TODO: 55TODO: - entering a map will now respect move_on and other effects.
56 - (maps, arch) complete revamping of the transport routes - all cities are
57 now easily reachable, at a price.
56 - (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.
57 - (maps) added (navar) gravedigger, that buys players gravestones. 59 - (maps) added (navar) gravedigger, that buys players gravestones.
58 - (maps) added the rathouse quest for the shockwave spell in navar 60 - (maps) added the rathouse quest for the shockwave spell in navar
59 (by Dustfinger). 61 (by Dustfinger).
60 - (maps) Fixed bad floor tile in navar apartment. 62 - (maps) Fixed bad floor tile in navar apartment.
61 - made (wizard) look_at show also uuids. 63 - made (wizard) look_at show also uuids.
62 - added cf::object::find_object_uuid (::find_object already exists!). 64 - added cf::object::find_object_uuid (::find_object already exists!).
63 - (maps) added new apartment, made by LinuxLemoner. 65 - (maps) added new apartment, made by LinuxLemoner.
64 - (maps) added quest for the mining skill scroll to valleynoy. 66 - (maps) added quest for the mining skill scroll to valleynoy.
67 - (maps) added greedy highlevel book shop to heaven town.
65 - (arch) added sounds: zombie death, book reading, inscription. 68 - (arch) added sounds: zombie death, book reading, inscription.
66 - (arch) made the hill giants loose more body parts. 69 - (arch) made the hill giants loose more body parts.
67 - (arch, maps) added black unicorn horn, required to access mlab hell. 70 - (arch, maps) added black unicorn horn, required to access mlab hell.
68 - (arch) increased the (possible) number of arrows/bolts found in shops 71 - (arch) increased the (possible) number of arrows/bolts found in shops
69 and made them a bit more expensive. 72 and made them a bit more expensive.
70 - (maps) add more glory hole treasure styles. 73 - (maps) add more glory hole treasure styles.
71 - (maps, arch) add "hollow" variants of cave\d tiles, and use them 74 - (maps, arch) add "hollow" variants of cave\d tiles, and use them
72 in a select number of mlab maps. 75 in a select number of mlab maps.
76 - only talk to the items on the nearest mapspace, or, of there
77 are none, to the player, not ALL items in vicinity.
73 - do not update the floorbox while running, to avoid big item 78 - do not update the floorbox while running, to avoid big item
74 updates that cost network bandwidth and processing power. 79 updates that cost network bandwidth and processing power.
75 - diseases could reduce a monsters speed to MIN_ACTIVE_SPEED, which 80 - diseases could reduce a monsters speed to MIN_ACTIVE_SPEED, which
76 caused overflows causing monsters to become living deads. 81 caused overflows causing monsters to become living deads.
77 - unapply weapons and armour before trying to improve it. 82 - unapply weapons and armour before trying to improve it.
115 - invitation to maps with unagressive and friendly monsters doesn't 120 - invitation to maps with unagressive and friendly monsters doesn't
116 require level 4 anymore. 121 require level 4 anymore.
117 - do not let update_stats muck with the chosen_skill anymore. 122 - do not let update_stats muck with the chosen_skill anymore.
118 - monsters now rotate through all skills (in chosen_skill). 123 - monsters now rotate through all skills (in chosen_skill).
119 - fix lots of path-related buffer overflows in the random map generator. 124 - fix lots of path-related buffer overflows in the random map generator.
125 - detect/sense curse/magic will no longer work on items that don't
126 need identify.
120 - added detect mineral vein spell. 127 - added detect mineral vein spell.
121 - support "wall overlays" in the random map generator - not very generic, 128 - support "wall overlays" in the random map generator - not very generic,
122 used by minable veins. 129 used by minable veins.
123 - (maps) relocated jeweler town to another directoy. 130 - (maps) relocated jeweler town to another directoy.
124 - (arch) implement mining pickaxes and mining skill. 131 - (arch) implement mining pickaxes and mining skill.
125 - (arch) add missing stonebig_club archetype from cfextended. 132 - (arch) add missing stonebig_club archetype from cfextended.
133 - jeweler skill doesn't diminish input values anymore.
126 - generate most constants for perl automatically. 134 - generate most constants for perl automatically.
127 - properly check for weapon name prefix ("Ragnarok's sword"). 135 - properly check for weapon name prefix ("Ragnarok's sword").
128 - when player dies, restore his food to at least 200. 136 - when player dies, restore his food to at least 200.
129 - support multiple inheritance for arch sources (inherit a,b,c). 137 - support multiple inheritance for arch sources (inherit a,b,c).
130 - switch to storable-n-format for facedata, for better interoperability. 138 - switch to storable-n-format for facedata, for better interoperability.
178 - make parse errors during server startup fatal. 186 - make parse errors during server startup fatal.
179 - properly initialise all maptile values in constructor. 187 - properly initialise all maptile values in constructor.
180 - improved {link} map. 188 - improved {link} map.
181 - optional unloadable extensions will not lead to an endless loop. 189 - optional unloadable extensions will not lead to an endless loop.
182 - server will cleanly autorestart when running out of protocol IDs. 190 - server will cleanly autorestart when running out of protocol IDs.
191 - use faster and slightly more exact find_dir_2 replacement.
183 192
1842.93 Sat Feb 13 15:52:36 CET 2010 1932.93 Sat Feb 13 15:52:36 CET 2010
185 - (maps) fix travel to valdor and back. 194 - (maps) fix travel to valdor and back.
186 - do no longer by default eval map cod ein safe compartments 195 - do no longer by default eval map cod ein safe compartments
187 (this can be re-enabled using the safe_eval config option). 196 (this can be re-enabled using the safe_eval config option).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines