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

Comparing deliantra/server/Changes (file contents):
Revision 1.533 by root, Fri Dec 18 07:35:26 2009 UTC vs.
Revision 1.743 by root, Sat Jul 3 03:09:27 2010 UTC

1Deliantra MORPG Server, Maps and Archetypes ChangeLog. 1Deliantra MORPG Server, Maps and Archetypes ChangeLog.
2
2Version numbers sort like decimal numbers. 3Version numbers sort like decimal numbers.
3 4
4TODO: apartment-descritpions for gotisch1/2 5TODO: golem survives "longer" now - too long?
5TODO: it is possible to inventory-lock items on the floor, and *spomehow* possible to drop them. 6TODO: clean up skill handling in kill_object.
6TODO: think about naking the rhyzian amulet useful - makes little sense in deliantra? 7TODO: mining experience
7TODO: cast invisible... 8TODO: highest cpu users: stand_in_light (object *op), get_map_flags, blocked_link, path_to_player
9TODO: reload_settings
10TODO: thawer should not next()
11TODO: pet experience is, rarely, given to the wrong skill (e.g. mining)
12TODO: 2010-05-21 02:48:16.4562 D victim {cnt:109581,uuid:<1.858befa27>,name:"ice",flags:[0,8,103],type:23}(on /whalingoutpost/misc/icecavern1@8+43) (-21) already dead in hit_player()
13TODO: jumping, maybe dimdoor works wonders with earthwalls in between.
14TODO: cats dimdoor, invoke charm => watch Log-1
15TODO: fountain magic power and shop magic powre potions are different, also, potions are not identified
16TODO: identify doesn't merge
17TOOD: apply should only apply one stack items
18TODO: fixed random maps, e.g. for buildings
8 19
9TODO: 2009-11-29 12:48:48.3974 /opt/crossfire/share/crossfire/treasures:5729, "arch stonebig_club": treasure references unknown archetype 20TODO: uncurse rogue npc
10TODO: 2009-11-09 02:36:57.7199 unable to resolve postponed arch reference to 'Hanuk' 21 - (maps) hopefully fix tobias' tower.
11TODO: cf:object::find_by_count!!11 22 - (maps) hopefully fix healing potion vendor in arena entrance.
12TODO: summon cult does not properly create multipart monsters? 23 - (arch) fixed an error in the Gnarg scale mail artifact.
13TODO: maps used in last cycle can be swapped out 24 - it was possible to unapply or half-unapply cursed items in many
25 cases, which confused players and also player state. fixed.
26 - (arch) remove curse now works more liek idnetify in that it uncurses
27 some items. also, no longer uncurses spells or other invisibles.
28 - (arch) remove curse and identify now treta the marked tiem first.
29 - creators no longer identify objects that shouldn't be identified
30 (such as money, which won't stack afterwards).
31 - (maps) the shady rogue in goths can unapply cursed items for you.
32 - use same default config in code as on gameserver.deliantra.net.
33 - Pod::POM 0.26 and higher actually interpret =encoding, which broke
34 our parser.
35 - applying a glowing crystal now gives status messages.
36 - fix a memleak in the random map generator.
37 - rework the random map parameter passign a bit to be extendable.
38 - (random maps) use a nonrecursive algorithm to generate mazes,
39 also, improve the quality of the mazes (no longer will the edges
40 almost always form a passage) and add two new types - "rooms"
41 and "braided".
42 - (random maps) add new "cave" layout, which is much more ...
43 cave-like.
44 - roguelike maps sometimes had dead ends due to symmetry settings.
45 - rewrite layout management in the random map generator from the
46 ground up.
47 - fix bug in tausworthe rng initialisation.
48 - switched to the faster and hopefully better quality gfsr{24,55} random
49 number generator, the same algorithm that freeciv apparently uses.
50 - replace unreachable walls in random maps by "blocked", which saves
51 memory and imho looks nicer.
52 - (arch) fix samhlaidh archetype.
53 - new random map layoutstyle "multiple" that simply mixes multiple
54 different styles in different areas.
55
563.0 Sat May 29 23:30:57 CEST 2010
57 - (maps, arch) complete revamping of the transport routes - all cities are
58 now easily reachable, at a price.
59 - (maps) the mana fountain now has a ratelimit of 30 potions per hour.
60 - (maps) added (navar) gravedigger, that buys players gravestones.
61 - (maps) added the rathouse quest for the shockwave spell in navar
62 (by Dustfinger).
63 - (maps) fixed bad floor tile in navar apartment.
64 - made (wizard) look_at show also uuids.
65 - added cf::object::find_object_uuid (::find_object already exists!).
66 - (maps) added new apartment, made by LinuxLemoner.
67 - (maps) added quest for the mining skill scroll to valleynoy.
68 - (maps) added greedy highlevel book shop to heaven town.
69 - (arch) added sounds: zombie death, book reading, inscription.
70 - (arch) made the hill giants loose more body parts.
71 - (arch, maps) added black unicorn horn, required to access mlab hell.
72 - (arch) increased the (possible) number of arrows/bolts found in shops
73 and made them a bit more expensive.
74 - (maps) add more glory hole treasure styles.
75 - (maps, arch) add "hollow" variants of cave\d tiles, and use them
76 in a select number of mlab maps.
77 - (maps) the library should be less of a death trap now.
78 - (maps) exits no longer point to auto-apply exits, most affected
79 maps now have proper doors or a similar solution.
80 - (arch) jumping skill has now physical attacktype.
81 - (maps) fixed nurnberg/reception/fire5 to match new style torches.
82 - enter_map did not normalise the map coordinates when the destination
83 space is blocked, causing badness and freezes for the player.
84 - when applying containers, server checks for the key on activate
85 and also allows players to unapply active containers they don't have
86 a key for.
87 - moved formulae, attackmess, artifacts, exp_table, materials and
88 races files to arch, where they belong (exp_table is no longer in
89 confdir but in datadir now!).
90 - jeweler and sound config files are now normal datafiles as well.
91 - quit_character was causing a runtime exception, causing it to not
92 work since 2.93.
93 - entering a map will now respect move_on and other effects,
94 except for auto-apply exits :/
95 - only talk to the items on the nearest mapspace, or, of there
96 are none, to the player, not ALL items in vicinity.
97 - do not update the floorbox while running, to avoid big item
98 updates that cost network bandwidth and processing power.
99 - diseases could reduce a monsters speed to MIN_ACTIVE_SPEED, which
100 caused overflows causing monsters to become living deads.
101 - unapply weapons and armour before trying to improve it.
102 - teach the random map generator the ability to read ".rmg" files
103 that specify which actual style map to generate, and use it for
104 the default decorstyle to avoid inappropriate maps to be used.
105 - support (with some limitations) multiple different skills with the
106 same subtype.
107 - fix "nekosan duplication" bug - map swap out was not atomic,
108 so nekosan could end up beign saved AND escaped to another map.
109 - show invisible no longer makes magic mouths visible.
110 - move_type changes (spells, skills etc.) now will correctly
111 take move_on/move_off into account (e.g. buttons).
112 - display (exit) or (random map) in client for those objects.
113 - removed (useless) spell damage columns from spell info and replace
114 it by effective casting level - clients > 2.10 required to display
115 properly.
116 - building of levers/doors works again for all kinds of floors.
117 - the player can now withdraw and deposit all the available money.
118 - (maps) fix the apartment shop (japan => 吾妻) and add descriptions for
119 steinwandstadt/celvear.
120 - (maps) added /goodies map (goto *idkfa) with stuff useful for testing.
121 - (arch,maps,code) rebalanced value of spellbooks greatly. it's now
122 mostly based on the spell's level in the spellbook.
123 - the music scheduler did not properly send new music on region
124 changes.
125 - (maps) fix some map regions and the region tree.
126 - the server will now be more picky when parsing the regions file.
127 - do not rely on chosen_skill in calc_alch_danger.
128 - improve editor support protocol slightly, provide workarounds for 2.10
129 clients.
130 - follow has been rewritten to be, hopefully, more robust.
131 - follow mode will not be aborted when the follower tries to move.
132 - tcp.ext didn't unbind in reloads.
133 - map-tags.ext didn't properly close the database on reloads.
134 - cfutil skips .-directories when scanning.
135 - build.ext prevents players from building on other player's maps.
136 - rent.ext allows the dm to enter anytime.
137 - NPC_Dialogue adds a new predefined variable, $map.
138 - new "build" event hook.
139 - get rid of archetype min/max values except max_x (which should go, too).
140 - added fix_generated_item and cf::object::generate to XS interface.
141 - no longer use uppercase identifiers for saving anywhere, but support
142 them on loading, for old playerfiles and maps.
143 - removed is_legal_2ways_exit - this is apparently dead code, and
144 would be handled differently nowadays anyway.
145 - random map .meta were not being expired at all.
146 - replace move_ob/move_object functiony by the equivalent move method.
147 - update to automake 1.10.
148 - invitation to maps with unagressive and friendly monsters doesn't
149 require level 4 anymore.
150 - do not let update_stats muck with the chosen_skill anymore.
151 - monsters now rotate through all skills (in chosen_skill).
152 - fix lots of path-related buffer overflows in the random map generator.
153 - detect/sense curse/magic will no longer work on items that don't
154 need identify.
155 - added detect mineral vein spell.
156 - support "wall overlays" in the random map generator - not very generic,
157 used by minable veins.
158 - (maps) relocated jeweler town to another directoy.
159 - (arch) implement mining pickaxes and mining skill.
160 - (arch) add missing stonebig_club archetype from cfextended.
161 - jeweler skill doesn't diminish input values anymore.
162 - jeweler skill is harder to level now, but in exchange item power
163 of the output is only 1/5th (instead of 1/3rd) of ring level.
164 - jeweler skill adds the makers name (currently not visible) to the
165 generated ring/amulet.
166 - generate most constants for perl automatically.
167 - properly check for weapon name prefix ("Ragnarok's sword").
168 - when player dies, restore his food to at least 200.
169 - support multiple inheritance for arch sources (inherit a,b,c).
170 - switch to storable-n-format for facedata, for better interoperability.
171 - implement generic "ranged" item framework (pickaxe, fishing rod).
172 - the singing skill actually respects the direction now.
173 - oratory and singing now require a direction.
174 - use_skill now requires that you can actually apply the skill tool.
175 - do not invoke perl on every user command anymore by providing
176 a command and an unknown_command event.
177 - move mark, run, run_stop, fire and fire_stop commands back from
178 perl to C++, for speed reasons (basically undo patchset 1304).
179 - add a client_destroy event, so we don't have to hook the
180 attachable destroy event (which is called much more often).
181 - removed (unused) FLOOR object type.
182 - fix errornous change_abil messages for rods (and other types).
183 - remove include/commands.h and server/c_new.C, and refactor
184 all into server/commands.C.
185 - save and restore combat/ranged/current slot for players.
186 - the server now batches item's face/fx commands, as opposed
187 to sending one fx per item - helps mostly at connect and
188 with floorbox updates.
189 - implemented ext::player_env::play_music_once $who->contr, "km/...".
190 - the random map generator now supports selecting difficult for
191 more style categories than just monsters (all except fountains
192 apparently).
193 - object serialiser no longer creates empty "owner" references.
194 - make sure failed castings take some time, too, to avoid being
195 smitten by your god.
196 - many more failmsgs and help texts.
197 - support log suspension/resumption, e.g. for defragmenting.
198 - stop thrown objects when their speed goes too low.
199 - log the number of unique logins seen every minute in a compact
200 format (for statistics).
201 - do not send delitem for players.
202 - support static scalar data members properly in genacc now.
203 - implement "simple" freelist management for objects.
204 - recycle object counts now - to support longer uptimes.
205 - got rid of the dreaded write_parameters_to_string (666 chars omitted)
206 function (and yes, 666 is exact!).
207 - random map generator results should now be fully repeatable.
208 - fixed possible crash bug in build code.
209 - rename find_marked_object to ->mark and speed up.
210 - player movers properly destroy themselves when used up, instead
211 of leaking.
212 - do not show msg for unidentified objects that need identification.
213 - convert formulae/bookarch/settings file parser to thawer framework.
214 - finally get rid of fgets (..., thawer) and use a much cleaner
215 next_line method.
216 - use nicer file format for exp_table and attackmess
217 (more like other resource files).
218 - make parse errors during server startup fatal.
219 - properly initialise all maptile values in constructor.
220 - improved {link} map.
221 - optional unloadable extensions will not lead to an endless loop.
222 - server will cleanly autorestart when running out of protocol IDs.
223 - use faster and slightly more exact find_dir_2 replacement.
224 - building listening books is possible again.
225 - (maps, arch) added archetype for building instructions and replaced
226 the copies of the instructions in the maps with it.
227 - (arch) made the spark shower spell available in shops.
228 - don't create a second LOGIN event on character creation.
229 - correctly generate "You paid xyz" message in shops.
230 - the shop menu now also displays the (approx) value of the item.
231 - added a 'password' command, to let DMs change the password of players
232 more conveniently.
233 - correctly save shopitems string, to avoid parse error when reading
234 saved maps.
235 - logging now differentiates between logging levels better.
236 - speed up get_typedata.
237 - fix deadlock problem during server shutdown/reload.
238 - make ext/checkrusage "more" non-blocking.
239 - use common::sense for extensions.
240 - work around a 50.10.0 utf8 caching bug.
241 - correctly try to load tiled maps in adjacent_map, might fix
242 "no relation to target" bugs.
243 - try to load (pure-)perl modules asynchronously, warn about
244 modules being loaded from the mainloop, pre-load some more
245 core modules so perl doesn't do it later on.
246 - pre-load many of the files perl might load on it's own e.g. when
247 compiling regexes.
248 - make exp_table and materials file reloadable.
249 - made reload_config non-blocking.
250 - the seen command called (Blocking) stat() instead of aio_stat,
251 causing server freezes.
252 - store unhashed password, to prepare for safer authentication.
253 - do not log connections from the local host, to help a local
254 watchdog.
255 - fix summon freeze at map borders.
256 - support @group syntax and music config file for music face lists.
257 - run post_init jobs in parallel, they might do I/O.
258 - avoid apply conversion for converters.
259
2602.93 Sat Feb 13 15:52:36 CET 2010
261 - (maps) fix travel to valdor and back.
262 - do no longer by default eval map cod ein safe compartments
263 (this can be re-enabled using the safe_eval config option).
264 - (maps) fix an apparent crash bug caused by broken generstors
265 in lorak.
266 - fix data corruption issues caused by recursive calls to
267 unordered_mapwalk - now every caller must provide its own
268 buffer.
269 - (maps) improve tindervale maps slightly.
270 - (arch) considerably decrease slag ex price.
271 - (arch) fix filth archetype.
272 - extension dependency resolve was completely broken.
273 - multipart objects would cause save_throw_object to crash - it
274 now acts on the head only.
275 - do not try to connect to an irc server unless explicitly configured.
276 - do not expect decltype() to be available in gcc 4.4.
277 - extended the safe perl environment by loops.
278 - (arch) fix "armless cook" facings.
279 - the "experience table" resource item did not have a proper
280 hash associated with it, so updates could not be detected.
281 - fixed poison traps in doors.
282 - player->killer_name did not properly flag the name as unicode.
283 - aggressively mark many more methods as utf8 or octet-expecting,
284 and provide a non-destructive SvPVutf8 variant.
285 - do not allow dragon players to change their title via the settings.
286 - ratelimited jeweler skill nugget conversion.
287 - under high load, the server stopped swapping out to make
288 the server more responsive, but making it impossible to reduce
289 the load by... swapping out. slot queuing will now always make
290 some progress.
291 - improve the quality of the load-avg calculation.
292 - (maps) fixed quest npc in jeweler dungeon quest.
293 - don't fail to write the runtime file if the temporary already exists.
294 - ipo.ext no longer uses (synchronous) CFDB, stores mail directly at
295 player now.
296 - rewrote hiscore code from scratch to use async I/O, store uuid and
297 timestamp and use a tab in the client to increase awareness.
298 - npc dialog setflag/setsatte now check for defined'ness, so
299 setflag 0 is possible.
300 - make install now deletes old extensions, to ease upgrades in the
301 deliantra vm.
302
3032.92 Thu Dec 24 04:51:56 CET 2009
14 - the destruction spell could/would corrupt server memory quite often. 304 - the destruction spell could/would corrupt server memory quite often.
15 - logging in only fixed the combat slot when the palyer was loaded from 305 - logging in only fixed the combat slot when the palyer was loaded from
16 disk, not when it already was in memory. 306 disk, not when it already was in memory.
17 - cede in wait_for_tick* when the tivck is inhibited hopefully 307 - cede in wait_for_tick* when the tivck is inhibited hopefully
18 avoiding livelock during high-load emergency saves. 308 avoiding livelock during high-load emergency saves.
19 - logging in did not properly unapply all skills. 309 - logging in did not properly unapply all skills.
20 - (maps) make the invite quest marking much more obvious. 310 - (maps) make the invite quest marking much more obvious.
21 - (arch) fix warrior archetype names. 311 - (arch) fix warrior archetype names.
22 - map prefetching never prefetch upwards. 312 - map prefetching never prefetch upwards.
313 - wizpass no longer makes you non-blocking.
314 - (maps) add light to some of the special maps, add troll
315 map.
23 316
242.91 Mon Nov 30 10:18:09 CET 2009 3172.91 Mon Nov 30 10:18:09 CET 2009
25 - (maps) add gorokh_final mapset from crossfire. 318 - (maps) add gorokh_final mapset from crossfire.
26 - (maps) block most vault-type mlab locations, open up 319 - (maps) block most vault-type mlab locations, open up
27 imperial converters for anybody to use. 320 imperial converters for anybody to use.
71 decrease). 364 decrease).
72 - fixed a small uncleanlieness in item converters, which might 365 - fixed a small uncleanlieness in item converters, which might
73 have led to weird item multiplications. 366 have led to weird item multiplications.
74 - store hash value in shstr, not used by anything, but doesn't use much memory. 367 - store hash value in shstr, not used by anything, but doesn't use much memory.
75 - fixed crash bug in learn_spell command. 368 - fixed crash bug in learn_spell command.
369 - enhanced output of the mapinfo command.
76 - remove all traces of FLAG_NO_FIX_PLAYER. 370 - remove all traces of FLAG_NO_FIX_PLAYER.
77 - avoid sv_derived_from calls (lots of hash lookups) when converting 371 - avoid sv_derived_from calls (lots of hash lookups) when converting
78 from perl to c++. 372 from perl to c++.
79 - implemented least_significand_bit and for_all_bits_sparse_32 utilities 373 - implemented least_significand_bit and for_all_bits_sparse_32 utilities
80 and use it in some "inner" loops. 374 and use it in some "inner" loops.
634 - bugfix: when unapplying skills also remove them from the range/combat slots. 928 - bugfix: when unapplying skills also remove them from the range/combat slots.
635 - bugfix: do not merge items whose archetype name merges, use the 929 - bugfix: do not merge items whose archetype name merges, use the
636 archetype *archname* (chairs of different facings were merged). 930 archetype *archname* (chairs of different facings were merged).
637 - bugfix: fix a potential crash issue in find_object_name (not used 931 - bugfix: fix a potential crash issue in find_object_name (not used
638 normally). 932 normally).
639 - bugfix: locked doors cnanot be bashed down by magical means 933 - bugfix: locked doors cannot be bashed down by magical means
640 (destruction, magic missile etc.). 934 (destruction, magic missile etc.).
641 - swarm spells without a direction now use various spiral patterns 935 - swarm spells without a direction now use various spiral patterns
642 instead of being fully random. 936 instead of being fully random.
643 - update AnyEvent API to 3.4 and above. 937 - update AnyEvent API to 3.4 and above.
644 938
723 - merge items with different arch pointers refering to the same arch 1017 - merge items with different arch pointers refering to the same arch
724 (due to archetype reloads). 1018 (due to archetype reloads).
725 - refactored the object remove/insert functions and most related 1019 - refactored the object remove/insert functions and most related
726 functions (decrease, split, merge_ob etc.). 1020 functions (decrease, split, merge_ob etc.).
727 - make it compile better on freebsd (reported by pippijn). 1021 - make it compile better on freebsd (reported by pippijn).
728 - remove GT_UPDATE_INV (no longer applicable). 1022 - removed GT_UPDATE_INV (no longer applicable).
729 - fix the longstanding "container stays open" bug. 1023 - fix the longstanding "container stays open" bug.
730 - improved floorbox updating to be incremental and other protocol 1024 - improved floorbox updating to be incremental and other protocol
731 optimisations. 1025 optimisations.
732 - get rid of update_after_inventory_change and only do update stats 1026 - get rid of update_after_inventory_change and only do update stats
733 for weight once/tick/player at max. 1027 for weight once/tick/player at max.
1015 - introduced new keyword for map files: file_format_version (integer, server version: 0) 1309 - introduced new keyword for map files: file_format_version (integer, server version: 0)
1016 - better message for apply failures due to applymode 1310 - better message for apply failures due to applymode
1017 - removed most all of the weather code 1311 - removed most all of the weather code
1018 - unified logging to stderr and file 1312 - unified logging to stderr and file
1019 - too many minor changes to document 1313 - too many minor changes to document
1314

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines