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

Comparing deliantra/server/Changes (file contents):
Revision 1.613 by root, Sat Apr 10 01:06:21 2010 UTC vs.
Revision 1.640 by root, Thu Apr 15 02:10:26 2010 UTC

40TODO: 2009-11-09 02:36:57.7199 unable to resolve postponed arch reference to 'Hanuk' 40TODO: 2009-11-09 02:36:57.7199 unable to resolve postponed arch reference to 'Hanuk'
41TODO: summon cult does not properly create multipart monsters? 41TODO: summon cult does not properly create multipart monsters?
422010-01-16 20:39:27.1222 BUG: process_events(): Object {cnt:2127760,uuid:<1.7241a5bd1>,name:"throwing dagger",flags:[17,24],type:48}(on /brest/ludo2@8+2) has no speed (-0.033333), but is on active list 422010-01-16 20:39:27.1222 BUG: process_events(): Object {cnt:2127760,uuid:<1.7241a5bd1>,name:"throwing dagger",flags:[17,24],type:48}(on /brest/ludo2@8+2) has no speed (-0.033333), but is on active list
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: savebed_map {link} bed_x 1 bed_y 4, player changer?
46TODO: freed objects cache instead of salloc/sfree 45TODO: freed objects cache instead of salloc/sfree
47 46
48TODO: do not show msg for unidentified objects. 47TODO: do not show msg for unidentified objects.
49TODO: set_ranged_ob/set_combat_ob, clear spells etc. removal of slot_Type etc.
50TODO: thrown objects hit natively (with their own skill).
51TODO: golem survives "longer" now. 48TODO: golem survives "longer" now.
52TODO: slow down some skills (e.g. stealing)
53TODO: apply range checkign should go to apply_special
54TODO: stealing, mining, others has no "there is nothing" message. 49TODO: stealing, mining, others has no "there is nothing" message.
55TODO: unapply item before imporoving it, in case we can't apply it anymore afterwards. 50TODO: common/readable generates archetype names in books: "A mushroom_1 of Antitoxin is a rare item..."
56TODO: reload_archetypes does nto provide new archetypes 51TODO: clean up skill handling in kill_object.
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)
53TODO: make the "feed all faces" flag persistent between logins.
54TODO: mining experience
57 - (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.
58 - (maps) added (navar) gravedigger, that buys players gravestones. 56 - (maps) added (navar) gravedigger, that buys players gravestones.
57 - (maps) added the rathouse quest for the shockwave spell in navar
58 (by Dustfinger).
59 - (maps) Fixed bad floor tile in navar apartment.
59 - made (wizard) look_at show also uuids. 60 - made (wizard) look_at show also uuids.
60 - added cf::object::find_object_uuid (::find_object already exists!). 61 - added cf::object::find_object_uuid (::find_object already exists!).
61 - (maps) added new apartment, made by LinuxLemoner. 62 - (maps) added new apartment, made by LinuxLemoner.
63 - (maps) added quest for the mining skill scroll to valleynoy.
62 - (arch) added sounds: zombie death, book reading, inscription. 64 - (arch) added sounds: zombie death, book reading, inscription.
63 - (arch) made the hill giants loose more body parts. 65 - (arch) made the hill giants loose more body parts.
64 - (arch, maps) added black unicorn horn, required to access mlab hell. 66 - (arch, maps) added black unicorn horn, required to access mlab hell.
67 - (arch) increased the (possible) number of arrows/bolts found in shops
68 and made them a bit more expensive.
69 - (maps) add more glory hole treasure styles.
70 - do not update the floorbox while running, to avoid big item
71 updates that cost network bandwidth and processing power.
72 - diseases could reduce a monsters speed to MIN_ACTIVE_SPEED, which
73 caused overflows causing monsters to become living deads.
74 - unapply weapons and armour before trying to improve it.
65 - teach the random map generator the ability to read ".rmg" files 75 - teach the random map generator the ability to read ".rmg" files
66 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
67 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.
68 - move_type changes (spells, skills etc.) now will correctly 81 - move_type changes (spells, skills etc.) now will correctly
69 take move_on/move_off into account (e.g. buttons). 82 take move_on/move_off into account (e.g. buttons).
70 - display (exit) or (random map) in client for those objects. 83 - display (exit) or (random map) in client for those objects.
71 - removed (useless) spell damage columns from spell info and replace 84 - removed (useless) spell damage columns from spell info and replace
72 it by effective casting level - clients > 2.10 required to display 85 it by effective casting level - clients > 2.10 required to display
83 - cfutil skips .-directories when scanning. 96 - cfutil skips .-directories when scanning.
84 - build.ext prevents players from building on other player's maps. 97 - build.ext prevents players from building on other player's maps.
85 - rent.ext allows the dm to enter anytime. 98 - rent.ext allows the dm to enter anytime.
86 - NPC_Dialogue adds a new predefined variable, $map. 99 - NPC_Dialogue adds a new predefined variable, $map.
87 - new "build" event hook. 100 - new "build" event hook.
88 - get rid of archetype min/mac values except max_x (which should go, too). 101 - get rid of archetype min/max values except max_x (which should go, too).
89 - added fix_generated_item and cf::object::generate to XS interface. 102 - added fix_generated_item and cf::object::generate to XS interface.
90 - no longer use uppercase identifiers for saving anywhere, but support 103 - no longer use uppercase identifiers for saving anywhere, but support
91 them on loading, for old playerfiles and maps. 104 them on loading, for old playerfiles and maps.
92 - removed is_legal_2ways_exit - this is apparently dead code, and 105 - removed is_legal_2ways_exit - this is apparently dead code, and
93 would be handled differently nowadays anyway. 106 would be handled differently nowadays anyway.
101 - fix lots of path-related buffer overflows in the random map generator. 114 - fix lots of path-related buffer overflows in the random map generator.
102 - added detect mineral vein spell. 115 - added detect mineral vein spell.
103 - support "wall overlays" in the random map generator - not very generic, 116 - support "wall overlays" in the random map generator - not very generic,
104 used by minable veins. 117 used by minable veins.
105 - (maps) relocated jeweler town to another directoy. 118 - (maps) relocated jeweler town to another directoy.
106 - (maps) added quest for the mining skill scroll to valleynoy.
107 - (arch) implement mining pickaxes and mining skill. 119 - (arch) implement mining pickaxes and mining skill.
108 - generate most constants for perl automatically. 120 - generate most constants for perl automatically.
109 - properly check for weapon name prefix ("Ragnarok's sword"). 121 - properly check for weapon name prefix ("Ragnarok's sword").
110 - when player dies, restore his food to at least 200. 122 - when player dies, restore his food to at least 200.
111 - support multiple inheritance for arch sources (inherit a,b,c). 123 - support multiple inheritance for arch sources (inherit a,b,c).
127 - save and restore combat/ranged/current slot for players. 139 - save and restore combat/ranged/current slot for players.
128 - the server now batches item's face/fx commands, as opposed 140 - the server now batches item's face/fx commands, as opposed
129 to sending one fx per item - helps mostly at connect and 141 to sending one fx per item - helps mostly at connect and
130 with floorbox updates. 142 with floorbox updates.
131 - implemented ext::player_env::play_music_once $who->contr, "km/...". 143 - implemented ext::player_env::play_music_once $who->contr, "km/...".
132 - (maps) added the rathouse quest for the shockwave spell in navar 144 - the random map generator now supports selecting difficult for
133 (Made by Dustfinger). 145 more style categories than just monsters (all except fountains
146 apparently).
147 - object serialiser no longer creates empty "owner" references.
148 - make sure failed castings take some time, too, to avoid being
149 smitten by your god.
150 - many more failmsgs and help texts.
151 - support log suspension/resumption, e.g. for defragmenting.
152 - stop thrown objects when their speed goes too low.
153 - log the number of unique logins seen every minute in a compact
154 format (for statistics).
155 - do not send delitem for players.
156 - support static scalar data members properly in genacc now.
157 - implement "simple" freelist management for objects.
158 - recycle object counts now - to support longer uptimes.
159 - got rid of the dreaded write_parameters_to_string (666 chars omitted)
160 function (and yes, 666 is exact!).
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.
134 166
1352.93 Sat Feb 13 15:52:36 CET 2010 1672.93 Sat Feb 13 15:52:36 CET 2010
136 - (maps) fix travel to valdor and back. 168 - (maps) fix travel to valdor and back.
137 - do no longer by default eval map cod ein safe compartments 169 - do no longer by default eval map cod ein safe compartments
138 (this can be re-enabled using the safe_eval config option). 170 (this can be re-enabled using the safe_eval config option).
239 decrease). 271 decrease).
240 - fixed a small uncleanlieness in item converters, which might 272 - fixed a small uncleanlieness in item converters, which might
241 have led to weird item multiplications. 273 have led to weird item multiplications.
242 - store hash value in shstr, not used by anything, but doesn't use much memory. 274 - store hash value in shstr, not used by anything, but doesn't use much memory.
243 - fixed crash bug in learn_spell command. 275 - fixed crash bug in learn_spell command.
276 - enhanced output of the mapinfo command.
244 - remove all traces of FLAG_NO_FIX_PLAYER. 277 - remove all traces of FLAG_NO_FIX_PLAYER.
245 - avoid sv_derived_from calls (lots of hash lookups) when converting 278 - avoid sv_derived_from calls (lots of hash lookups) when converting
246 from perl to c++. 279 from perl to c++.
247 - implemented least_significand_bit and for_all_bits_sparse_32 utilities 280 - implemented least_significand_bit and for_all_bits_sparse_32 utilities
248 and use it in some "inner" loops. 281 and use it in some "inner" loops.
1183 - introduced new keyword for map files: file_format_version (integer, server version: 0) 1216 - introduced new keyword for map files: file_format_version (integer, server version: 0)
1184 - better message for apply failures due to applymode 1217 - better message for apply failures due to applymode
1185 - removed most all of the weather code 1218 - removed most all of the weather code
1186 - unified logging to stderr and file 1219 - unified logging to stderr and file
1187 - too many minor changes to document 1220 - too many minor changes to document
1221

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines