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

Comparing deliantra/server/Changes (file contents):
Revision 1.483 by root, Wed Nov 4 17:24:00 2009 UTC vs.
Revision 1.750 by root, Mon Aug 23 16:26:31 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
8TODO: random stuff should not be in compat.C 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
19
20TODO: fix rando maps - wallstyle includes piers? random exitstyle is teleporters?
21TODO: you can emote to logged out players
22TODO: 2010-07-26 23:16:17.5863 W Can't call method "skip_block" on an undefined value at /opt/deliantra-server/share/deliantra-server/cf.pm line 2136.
23 when trying to load a map that apparently could not been saved during chargen.
24 - (maps) hopefully fix tobias' tower.
25 - (maps) hopefully fix healing potion vendor in arena entrance.
26 - (arch) fixed an error in the Gnarg scale mail artifact.
27 - it was possible to unapply or half-unapply cursed items in many
28 cases, which confused players and also player state. fixed.
29 - (arch) remove curse now works more liek idnetify in that it uncurses
30 some items. also, no longer uncurses spells or other invisibles.
31 - (arch) remove curse and identify now treta the marked tiem first.
32 - creators no longer identify objects that shouldn't be identified
33 (such as money, which won't stack afterwards).
34 - (maps) the shady rogue in goths can unapply cursed items for you.
35 - (maps) implement a wilderness town portal.
36 - (arch) set proper(?) int values for all monsters.
37 - use last_sp not cursed/damned flags in remove_curse/damnation spells.
38 - god enemy race check fixed ("god detests your race").
39 - gods errornously allowed any kind of worshipping race, even
40 ones they hate.
41 - use same default config in code as on gameserver.deliantra.net.
42 - Pod::POM 0.26 and higher actually interpret =encoding, which broke
43 our parser.
44 - applying a glowing crystal now gives status messages.
45 - fix a memleak in the random map generator.
46 - rework the random map parameter passign a bit to be extendable.
47 - (random maps) use a nonrecursive algorithm to generate mazes,
48 also, improve the quality of the mazes (no longer will the edges
49 almost always form a passage) and add two new types - "rooms"
50 and "braided".
51 - (random maps) add new "cave" layout, which is much more ...
52 cave-like.
53 - (random maps) new layout style "castle" that generates straighish,
54 rogue-ish maps.
55 - (random maps) new layout style "multiple" that simply mixes multiple
56 different styles in different areas.
57 - roguelike maps sometimes had dead ends due to symmetry settings.
58 - rewrite layout management in the random map generator from the
59 ground up.
60 - fix bug in tausworthe rng initialisation.
61 - switched to the faster and hopefully better quality gfsr{24,55} random
62 number generator, the same algorithm that freeciv apparently uses.
63 - replace unreachable walls in random maps by "blocked", which saves
64 memory and imho looks nicer.
65 - (arch) fix samhlaidh archetype.
66 - add kensler ("better gradient noise") functins, as well as fBm
67 and other fractal algorithms.
68
693.0 Sat May 29 23:30:57 CEST 2010
70 - (maps, arch) complete revamping of the transport routes - all cities are
71 now easily reachable, at a price.
72 - (maps) the mana fountain now has a ratelimit of 30 potions per hour.
73 - (maps) added (navar) gravedigger, that buys players gravestones.
74 - (maps) added the rathouse quest for the shockwave spell in navar
75 (by Dustfinger).
76 - (maps) fixed bad floor tile in navar apartment.
77 - made (wizard) look_at show also uuids.
78 - added cf::object::find_object_uuid (::find_object already exists!).
79 - (maps) added new apartment, made by LinuxLemoner.
80 - (maps) added quest for the mining skill scroll to valleynoy.
81 - (maps) added greedy highlevel book shop to heaven town.
82 - (arch) added sounds: zombie death, book reading, inscription.
83 - (arch) made the hill giants loose more body parts.
84 - (arch, maps) added black unicorn horn, required to access mlab hell.
85 - (arch) increased the (possible) number of arrows/bolts found in shops
86 and made them a bit more expensive.
87 - (maps) add more glory hole treasure styles.
88 - (maps, arch) add "hollow" variants of cave\d tiles, and use them
89 in a select number of mlab maps.
90 - (maps) the library should be less of a death trap now.
91 - (maps) exits no longer point to auto-apply exits, most affected
92 maps now have proper doors or a similar solution.
93 - (arch) jumping skill has now physical attacktype.
94 - (maps) fixed nurnberg/reception/fire5 to match new style torches.
95 - enter_map did not normalise the map coordinates when the destination
96 space is blocked, causing badness and freezes for the player.
97 - when applying containers, server checks for the key on activate
98 and also allows players to unapply active containers they don't have
99 a key for.
100 - moved formulae, attackmess, artifacts, exp_table, materials and
101 races files to arch, where they belong (exp_table is no longer in
102 confdir but in datadir now!).
103 - jeweler and sound config files are now normal datafiles as well.
104 - quit_character was causing a runtime exception, causing it to not
105 work since 2.93.
106 - entering a map will now respect move_on and other effects,
107 except for auto-apply exits :/
108 - only talk to the items on the nearest mapspace, or, of there
109 are none, to the player, not ALL items in vicinity.
110 - do not update the floorbox while running, to avoid big item
111 updates that cost network bandwidth and processing power.
112 - diseases could reduce a monsters speed to MIN_ACTIVE_SPEED, which
113 caused overflows causing monsters to become living deads.
114 - unapply weapons and armour before trying to improve it.
115 - teach the random map generator the ability to read ".rmg" files
116 that specify which actual style map to generate, and use it for
117 the default decorstyle to avoid inappropriate maps to be used.
118 - support (with some limitations) multiple different skills with the
119 same subtype.
120 - fix "nekosan duplication" bug - map swap out was not atomic,
121 so nekosan could end up beign saved AND escaped to another map.
122 - show invisible no longer makes magic mouths visible.
123 - move_type changes (spells, skills etc.) now will correctly
124 take move_on/move_off into account (e.g. buttons).
125 - display (exit) or (random map) in client for those objects.
126 - removed (useless) spell damage columns from spell info and replace
127 it by effective casting level - clients > 2.10 required to display
128 properly.
129 - building of levers/doors works again for all kinds of floors.
130 - the player can now withdraw and deposit all the available money.
131 - (maps) fix the apartment shop (japan => 吾妻) and add descriptions for
132 steinwandstadt/celvear.
133 - (maps) added /goodies map (goto *idkfa) with stuff useful for testing.
134 - (arch,maps,code) rebalanced value of spellbooks greatly. it's now
135 mostly based on the spell's level in the spellbook.
136 - the music scheduler did not properly send new music on region
137 changes.
138 - (maps) fix some map regions and the region tree.
139 - the server will now be more picky when parsing the regions file.
140 - do not rely on chosen_skill in calc_alch_danger.
141 - improve editor support protocol slightly, provide workarounds for 2.10
142 clients.
143 - follow has been rewritten to be, hopefully, more robust.
144 - follow mode will not be aborted when the follower tries to move.
145 - tcp.ext didn't unbind in reloads.
146 - map-tags.ext didn't properly close the database on reloads.
147 - cfutil skips .-directories when scanning.
148 - build.ext prevents players from building on other player's maps.
149 - rent.ext allows the dm to enter anytime.
150 - NPC_Dialogue adds a new predefined variable, $map.
151 - new "build" event hook.
152 - get rid of archetype min/max values except max_x (which should go, too).
153 - added fix_generated_item and cf::object::generate to XS interface.
154 - no longer use uppercase identifiers for saving anywhere, but support
155 them on loading, for old playerfiles and maps.
156 - removed is_legal_2ways_exit - this is apparently dead code, and
157 would be handled differently nowadays anyway.
158 - random map .meta were not being expired at all.
159 - replace move_ob/move_object functiony by the equivalent move method.
160 - update to automake 1.10.
161 - invitation to maps with unagressive and friendly monsters doesn't
162 require level 4 anymore.
163 - do not let update_stats muck with the chosen_skill anymore.
164 - monsters now rotate through all skills (in chosen_skill).
165 - fix lots of path-related buffer overflows in the random map generator.
166 - detect/sense curse/magic will no longer work on items that don't
167 need identify.
168 - added detect mineral vein spell.
169 - support "wall overlays" in the random map generator - not very generic,
170 used by minable veins.
171 - (maps) relocated jeweler town to another directoy.
172 - (arch) implement mining pickaxes and mining skill.
173 - (arch) add missing stonebig_club archetype from cfextended.
174 - jeweler skill doesn't diminish input values anymore.
175 - jeweler skill is harder to level now, but in exchange item power
176 of the output is only 1/5th (instead of 1/3rd) of ring level.
177 - jeweler skill adds the makers name (currently not visible) to the
178 generated ring/amulet.
179 - generate most constants for perl automatically.
180 - properly check for weapon name prefix ("Ragnarok's sword").
181 - when player dies, restore his food to at least 200.
182 - support multiple inheritance for arch sources (inherit a,b,c).
183 - switch to storable-n-format for facedata, for better interoperability.
184 - implement generic "ranged" item framework (pickaxe, fishing rod).
185 - the singing skill actually respects the direction now.
186 - oratory and singing now require a direction.
187 - use_skill now requires that you can actually apply the skill tool.
188 - do not invoke perl on every user command anymore by providing
189 a command and an unknown_command event.
190 - move mark, run, run_stop, fire and fire_stop commands back from
191 perl to C++, for speed reasons (basically undo patchset 1304).
192 - add a client_destroy event, so we don't have to hook the
193 attachable destroy event (which is called much more often).
194 - removed (unused) FLOOR object type.
195 - fix errornous change_abil messages for rods (and other types).
196 - remove include/commands.h and server/c_new.C, and refactor
197 all into server/commands.C.
198 - save and restore combat/ranged/current slot for players.
199 - the server now batches item's face/fx commands, as opposed
200 to sending one fx per item - helps mostly at connect and
201 with floorbox updates.
202 - implemented ext::player_env::play_music_once $who->contr, "km/...".
203 - the random map generator now supports selecting difficult for
204 more style categories than just monsters (all except fountains
205 apparently).
206 - object serialiser no longer creates empty "owner" references.
207 - make sure failed castings take some time, too, to avoid being
208 smitten by your god.
209 - many more failmsgs and help texts.
210 - support log suspension/resumption, e.g. for defragmenting.
211 - stop thrown objects when their speed goes too low.
212 - log the number of unique logins seen every minute in a compact
213 format (for statistics).
214 - do not send delitem for players.
215 - support static scalar data members properly in genacc now.
216 - implement "simple" freelist management for objects.
217 - recycle object counts now - to support longer uptimes.
218 - got rid of the dreaded write_parameters_to_string (666 chars omitted)
219 function (and yes, 666 is exact!).
220 - random map generator results should now be fully repeatable.
221 - fixed possible crash bug in build code.
222 - rename find_marked_object to ->mark and speed up.
223 - player movers properly destroy themselves when used up, instead
224 of leaking.
225 - do not show msg for unidentified objects that need identification.
226 - convert formulae/bookarch/settings file parser to thawer framework.
227 - finally get rid of fgets (..., thawer) and use a much cleaner
228 next_line method.
229 - use nicer file format for exp_table and attackmess
230 (more like other resource files).
231 - make parse errors during server startup fatal.
232 - properly initialise all maptile values in constructor.
233 - improved {link} map.
234 - optional unloadable extensions will not lead to an endless loop.
235 - server will cleanly autorestart when running out of protocol IDs.
236 - use faster and slightly more exact find_dir_2 replacement.
237 - building listening books is possible again.
238 - (maps, arch) added archetype for building instructions and replaced
239 the copies of the instructions in the maps with it.
240 - (arch) made the spark shower spell available in shops.
241 - don't create a second LOGIN event on character creation.
242 - correctly generate "You paid xyz" message in shops.
243 - the shop menu now also displays the (approx) value of the item.
244 - added a 'password' command, to let DMs change the password of players
245 more conveniently.
246 - correctly save shopitems string, to avoid parse error when reading
247 saved maps.
248 - logging now differentiates between logging levels better.
249 - speed up get_typedata.
250 - fix deadlock problem during server shutdown/reload.
251 - make ext/checkrusage "more" non-blocking.
252 - use common::sense for extensions.
253 - work around a 50.10.0 utf8 caching bug.
254 - correctly try to load tiled maps in adjacent_map, might fix
255 "no relation to target" bugs.
256 - try to load (pure-)perl modules asynchronously, warn about
257 modules being loaded from the mainloop, pre-load some more
258 core modules so perl doesn't do it later on.
259 - pre-load many of the files perl might load on it's own e.g. when
260 compiling regexes.
261 - make exp_table and materials file reloadable.
262 - made reload_config non-blocking.
263 - the seen command called (Blocking) stat() instead of aio_stat,
264 causing server freezes.
265 - store unhashed password, to prepare for safer authentication.
266 - do not log connections from the local host, to help a local
267 watchdog.
268 - fix summon freeze at map borders.
269 - support @group syntax and music config file for music face lists.
270 - run post_init jobs in parallel, they might do I/O.
271 - avoid apply conversion for converters.
272
2732.93 Sat Feb 13 15:52:36 CET 2010
274 - (maps) fix travel to valdor and back.
275 - do no longer by default eval map cod ein safe compartments
276 (this can be re-enabled using the safe_eval config option).
277 - (maps) fix an apparent crash bug caused by broken generstors
278 in lorak.
279 - fix data corruption issues caused by recursive calls to
280 unordered_mapwalk - now every caller must provide its own
281 buffer.
282 - (maps) improve tindervale maps slightly.
283 - (arch) considerably decrease slag ex price.
284 - (arch) fix filth archetype.
285 - extension dependency resolve was completely broken.
286 - multipart objects would cause save_throw_object to crash - it
287 now acts on the head only.
288 - do not try to connect to an irc server unless explicitly configured.
289 - do not expect decltype() to be available in gcc 4.4.
290 - extended the safe perl environment by loops.
291 - (arch) fix "armless cook" facings.
292 - the "experience table" resource item did not have a proper
293 hash associated with it, so updates could not be detected.
294 - fixed poison traps in doors.
295 - player->killer_name did not properly flag the name as unicode.
296 - aggressively mark many more methods as utf8 or octet-expecting,
297 and provide a non-destructive SvPVutf8 variant.
298 - do not allow dragon players to change their title via the settings.
299 - ratelimited jeweler skill nugget conversion.
300 - under high load, the server stopped swapping out to make
301 the server more responsive, but making it impossible to reduce
302 the load by... swapping out. slot queuing will now always make
303 some progress.
304 - improve the quality of the load-avg calculation.
305 - (maps) fixed quest npc in jeweler dungeon quest.
306 - don't fail to write the runtime file if the temporary already exists.
307 - ipo.ext no longer uses (synchronous) CFDB, stores mail directly at
308 player now.
309 - rewrote hiscore code from scratch to use async I/O, store uuid and
310 timestamp and use a tab in the client to increase awareness.
311 - npc dialog setflag/setsatte now check for defined'ness, so
312 setflag 0 is possible.
313 - make install now deletes old extensions, to ease upgrades in the
314 deliantra vm.
315
3162.92 Thu Dec 24 04:51:56 CET 2009
317 - the destruction spell could/would corrupt server memory quite often.
318 - logging in only fixed the combat slot when the palyer was loaded from
319 disk, not when it already was in memory.
320 - cede in wait_for_tick* when the tivck is inhibited hopefully
321 avoiding livelock during high-load emergency saves.
322 - logging in did not properly unapply all skills.
323 - (maps) make the invite quest marking much more obvious.
324 - (arch) fix warrior archetype names.
325 - map prefetching never prefetch upwards.
326 - wizpass no longer makes you non-blocking.
327 - (maps) add light to some of the special maps, add troll
328 map.
329
3302.91 Mon Nov 30 10:18:09 CET 2009
331 - (maps) add gorokh_final mapset from crossfire.
332 - (maps) block most vault-type mlab locations, open up
333 imperial converters for anybody to use.
334 - (maps, arch) replace all permanent stat potions by random
335 variants.
336 - (maps) spread gorokh demon styles more evenly over 1..100.
337 - TRIGGER events got passed a garbage pointer instead of a
338 real player object on player changes.
339 - diseases and maybe other things could sometimes reduce the speed
340 to below MIN_ACTIVE_SPEED, deactivating the monster and causing
341 much grief.
342 - speed_left randomisation was, apparently, totally broken.
343 - introduce FLAG_RANDOM_SPEED instead of using the sign bit
344 of the speed slot internally and in map save files. among other
345 things, this gets rid of all the abs (speed) calls.
346 - reduce map file save files by using abridged keywords aliases.
347 - shop specialisation calculation was totally broken.
348 - nrof/itemcount/volume limits when dropping to the floor are
349 now enforced.
350 - fix magic mapping, which only worked for inate spell casting.
351 - godgiven items will now be explicitly described as such.
352 - (arch) dded a quiver of bolts.
353 - materialnames would change "randomly" on every load, only
354 set the material when the materialname was not set before.
355 - balancing change, halve rod recharge speed (instead
356 of 4.8s, the standard rods now recharge in ~10s. not a solution,
357 but still.
358 - reduce cpu time used for map saving by >>50% by avoiding
359 the costly flag-checking loop in most cases and using a simple
360 repeat-cache for speed_left.
361 - always delay stats update for players on insert/remove till
362 next tick/command, which saves a lot of cpu cycles on drop/take.
363 - add hint about havign to run to attach unaggressive npcs.
364 - pet monster level was not displayed correctly in "showpets index".
365 - clean up floating point conversions and many similar nitpicks.
366 - fix hanuk altar.
367 - overhaul material system to be much faster, and having less bugs, but
368 still having a lot of cruft :/.
369 - add marble shop floor.
370 - move gcc specifics to new file include/compiler.h.
371 - unrecognised cfpod directives could cause undefined behaviour.
372 - added boes' marble shop to steinwandstadt.
373 - pad mapspace to power-of two size for speed/codesize/cache gains.
374 - optimise mapspace updates.
375 - cache volume/items per mapspace.
376 - use fabs, min and max consistently (surprisingly for a code size
377 decrease).
378 - fixed a small uncleanlieness in item converters, which might
379 have led to weird item multiplications.
380 - store hash value in shstr, not used by anything, but doesn't use much memory.
381 - fixed crash bug in learn_spell command.
382 - enhanced output of the mapinfo command.
383 - remove all traces of FLAG_NO_FIX_PLAYER.
384 - avoid sv_derived_from calls (lots of hash lookups) when converting
385 from perl to c++.
386 - implemented least_significand_bit and for_all_bits_sparse_32 utilities
387 and use it in some "inner" loops.
388 - rename flags to attachable_flags to avoid confusion :=).
389 - fixed jeweler experience output to not be floating point.
390 - added lock/unlock commands, thanks for the patch go to Shawn Robinson!
391 - (arch, maps) introduce inactive_shop_floor and fix some shops with it.
392 - try to prefetch memory inside process_objects, which can give
393 enourmous speed gains.
394 - make some small optimisation to the process_objects loop.
395 - move facedata chksum calculation into cfutil, make server more flexible
396 handling different chksum lengths.
397 - check for hash collisions in cfutil.
398 - reduce face checksum size from 6 to 4 bytes.
399 - don't crash when a map uses empty sound/sound_destroy/face.
400 - removed weather-specific attributes.
401 - fixed genkeywords dependency.
402 - do not clear "randomitems" slot for world underlays.
403 - use "sl" as short-hand for speed_left in save-files, just to make them
404 smaller.
405 - in general, don't crash on value-less resource file lines
406 anymore, due to get_str never returning a 0-pointer.
407 - code cleanup in move_symptom.
408 - removed arch_to_object (replaced it by ->instance ()).
409
4102.90 Sat Nov 7 15:06:06 CET 2009
9 - some Andrew Madloch wanted, despite being specifically told 411 - some Andrew Madloch wanted, despite being specifically told
10 multiple times that the Deliantra parts additions are under AGPL, 412 multiple times that the Deliantra parts additions are under AGPL,
11 close up the source code of the server within his company. 413 lock up the source code of the server within his company.
12 some reorganisations have been done to the sourcecode to make 414 some reorganisations have been done to the sourcecode to make
13 it clearer that this violates the Affero GPL. Help to keep 415 it clearer that this violates the Affero GPL. Help to keep
14 Deliantra free software even for the coming generations 416 Deliantra free software even for the coming generations
15 and be wary of the promises of Andrew Madloch, he has nothing 417 and be wary of the promises of Andrew Madloch, he has nothing
16 good in mind for your free software. 418 good in mind for free software.
17 - clarify which files of the server are 100% AGPL. 419 - clarify which files of the server are 100% AGPL.
18 - minor reorganisation, move some GPL code into other files. 420 - minor reorganisation, move some GPL code into other files.
19 - implement viewpoint (which is like observe, but only for the map, 421 - implement viewpoint (which is like observe, but only for the map,
20 not stats etc.). 422 not stats etc.).
423 - replace magic mapping overlay by a flying bird exposing area
424 on the worldmap (ext/magic_mapping.ext).
425 - @find in npc dialog was useless as the vairbale wasn't accessible.
426 - @find results in npc dialogue is now stored in $find.
21 - (maps) add lostwages and lorak (valdor/varsia) from cfextended. 427 - (maps) add lostwages and lorak (valdor/varsia) from cfextended.
22 - (maps, server) add lostwages and celvear apartments to rent system. 428 - (maps, server) add lostwages and celvear apartments to rent system.
23 - (maps) closed guild houses, this is not scalable, ask your friendly 429 - (maps) closed guild houses, this is not scalable, ask your friendly
24 dm instead. 430 dm instead.
25 - (maps) add town portal to celvear. 431 - (maps) add town portal to celvear.
32 casino tokens and stock certificates are also missing. 438 casino tokens and stock certificates are also missing.
33 - (maps, arch) add a number of minor maps from crossfire to scorn, navar 439 - (maps, arch) add a number of minor maps from crossfire to scorn, navar
34 and santo dominion. 440 and santo dominion.
35 - (maps, arch) added gotischerbereich from cfextended, and some archetypes 441 - (maps, arch) added gotischerbereich from cfextended, and some archetypes
36 to go with them. also adjusted archetypes to be more korrekt "gotisch". 442 to go with them. also adjusted archetypes to be more korrekt "gotisch".
443 - doors/containers can now use "match ..." expressions for the slaying field.
37 - properly close client-side dialogue when the player is teleported away. 444 - properly close client-side dialogue when the player is teleported away.
38 - map-tags did not properly close it's database tables or wait 445 - map-tags did not properly close it's database tables or wait
39 for a quiescent state, causing memory corruption on reload. 446 for a quiescent state, causing memory corruption on reload.
40 - support "stat.xyz" accessor in match expressions. 447 - support "stat.xyz" accessor in match expressions.
41 - skip /styles and /editor directories in cf::map::static_maps. 448 - skip /styles and /editor directories in cf::map::static_maps.
51 - editor_folder can now be used to override whatever cfutil sets, and was 458 - editor_folder can now be used to override whatever cfutil sets, and was
52 used to reogianise the illogical arch tree a bit. 459 used to reogianise the illogical arch tree a bit.
53 - (maps) import most map names from crossfire. 460 - (maps) import most map names from crossfire.
54 - nuke image_sums/image_info subcommands from the protocol. 461 - nuke image_sums/image_info subcommands from the protocol.
55 - fly_high movement gives better los, ignoring blocksview. 462 - fly_high movement gives better los, ignoring blocksview.
463 - the addexp command should now honour skill names with spaces.
464 - (arch) add nuke from cfextended to avoid a crash.
465 - (arch) added many more buildable marble floors.
466 - major namespace cleanup: save 45kb by making functions static
467 that were unnecessarily global.
56 468
572.82 Sat Oct 24 03:50:17 CEST 2009 4692.82 Sat Oct 24 03:50:17 CEST 2009
58 - fixed a classical and exploitable stack buffer overflow in the gsay command. 470 - fixed a classical and exploitable stack buffer overflow in the gsay command.
59 - fix a memory buffer overflow in the book code. 471 - fix a memory buffer overflow in the book code.
60 - add @check, @find npc dialogue commands. 472 - add @check, @find npc dialogue commands.
529 - bugfix: when unapplying skills also remove them from the range/combat slots. 941 - bugfix: when unapplying skills also remove them from the range/combat slots.
530 - bugfix: do not merge items whose archetype name merges, use the 942 - bugfix: do not merge items whose archetype name merges, use the
531 archetype *archname* (chairs of different facings were merged). 943 archetype *archname* (chairs of different facings were merged).
532 - bugfix: fix a potential crash issue in find_object_name (not used 944 - bugfix: fix a potential crash issue in find_object_name (not used
533 normally). 945 normally).
534 - bugfix: locked doors cnanot be bashed down by magical means 946 - bugfix: locked doors cannot be bashed down by magical means
535 (destruction, magic missile etc.). 947 (destruction, magic missile etc.).
536 - swarm spells without a direction now use various spiral patterns 948 - swarm spells without a direction now use various spiral patterns
537 instead of being fully random. 949 instead of being fully random.
538 - update AnyEvent API to 3.4 and above. 950 - update AnyEvent API to 3.4 and above.
539 951
618 - merge items with different arch pointers refering to the same arch 1030 - merge items with different arch pointers refering to the same arch
619 (due to archetype reloads). 1031 (due to archetype reloads).
620 - refactored the object remove/insert functions and most related 1032 - refactored the object remove/insert functions and most related
621 functions (decrease, split, merge_ob etc.). 1033 functions (decrease, split, merge_ob etc.).
622 - make it compile better on freebsd (reported by pippijn). 1034 - make it compile better on freebsd (reported by pippijn).
623 - remove GT_UPDATE_INV (no longer applicable). 1035 - removed GT_UPDATE_INV (no longer applicable).
624 - fix the longstanding "container stays open" bug. 1036 - fix the longstanding "container stays open" bug.
625 - improved floorbox updating to be incremental and other protocol 1037 - improved floorbox updating to be incremental and other protocol
626 optimisations. 1038 optimisations.
627 - get rid of update_after_inventory_change and only do update stats 1039 - get rid of update_after_inventory_change and only do update stats
628 for weight once/tick/player at max. 1040 for weight once/tick/player at max.
910 - introduced new keyword for map files: file_format_version (integer, server version: 0) 1322 - introduced new keyword for map files: file_format_version (integer, server version: 0)
911 - better message for apply failures due to applymode 1323 - better message for apply failures due to applymode
912 - removed most all of the weather code 1324 - removed most all of the weather code
913 - unified logging to stderr and file 1325 - unified logging to stderr and file
914 - too many minor changes to document 1326 - too many minor changes to document
1327

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines