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

Comparing deliantra/server/Changes (file contents):
Revision 1.347 by root, Sat Feb 21 06:30:34 2009 UTC vs.
Revision 1.606 by root, Tue Apr 6 04:24:28 2010 UTC

1Deliantra MORPG Server, Maps and Archetypes ChangeLog. 1Deliantra MORPG Server, Maps and Archetypes ChangeLog.
2Version numbers sort like decimal numbers. 2Version numbers sort like decimal numbers.
3 3
4TODO: emergency swap mode is not working 4TODO: apartment-descritpions for gotisch1/2
5TODO: xs-warn doesn't end up in server log. 5TODO: it is possible to inventory-lock items on the floor, and *spomehow* possible to drop them.
6TODO: 2008-07-13 00:41:27.8762 BUG: process_events(): removed object is on active list: {cnt:8720978,uuid:<1.37c8d364d>,name:"bomb",flags:[2,11],type:102} 6TODO: think about naking the rhyzian amulet useful - makes little sense in deliantra?
7TODO: inscription cannot be readied. 7TODO: cast invisible...
8TODO: random destination transport may bring you tot nürnberg errornously, likely stoneville 8TODO: build code marks all sorts of objects as unique
9TODO: reasy_skill find traps does nto unapply the range slot item (bow)
10TODO: schmorp-neko-san force has sped zero but is on active lsit sometimes?
11TODO: worldmaps still get loaded on startup before the gridmap is ready
12 9
13TODO: strange rign oif acid artifact description/story looks weird. 10TODO: 2009-11-29 12:48:48.3974 /opt/crossfire/share/crossfire/treasures:5729, "arch stonebig_club": treasure references unknown archetype
14TODO: destry_inv() should destroy, drop_inv_to_ground method? 11TODO: 2009-11-09 02:36:57.7199 unable to resolve postponed arch reference to 'Hanuk'
15TODO: no detah messages for arena anymore 12TODO: summon cult does not properly create multipart monsters?
16TODO: remove curse should *maybe* work on players themselves 132010-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
17TODO: remove curse in glyph/rune doesn't have any effect?
18TODO: rewrite highscore code
19 14
20TODO: greeting message on what to do in dialog after race selection. 15{
21TODO: health bars for earthwalls seem to start at 100% end die at 50% 16 "dungeon_depth" : "3",
17 "dungeon_level" : "8",
18 "exitstyle" : "sstair",
19 "final_map" : "/quests/peterm/quests/ogre_chief",
20 "floorstyle" : "stones2",
21 "layoutstyle" : "maze",
22 "monsterstyle" : "humanoid",
23 "orientation" : "1",
24 "origin_map" : "/world/world_106_115",
25 "origin_x" : 9,
26 "origin_y" : 18,
27 "random_seed" : 623236402,
28 "region" : "highway",
29 "symmetry" : 1,
30 "wallstyle" : "earthen",
31 "xsize" : 29,
32 "ysize" : 19
33}
22 34
35TODO: removing a single map tag from one map kills the tag on other maps as well, apparently
36TODO: savebed_map {link} bed_x 1 bed_y 4, player changer?
37TODO: freed objects cache instead of salloc/sfree
38TODO: weaken gorokh kittens considerably on hell random maps
23 39
242009-01-23 07:55:29.4659 loading /opt/crossfire/share/deliantra-server/maps//mlab/cdcapart1.map (271878,0) 40TODO: do not show msg for unidentified objects.
252009-01-23 07:55:29.4712 object refering to nonexistant archetype 'stonefloorred2'. 41TODO: set_ranged_ob/set_combat_ob, clear spells etc. removal of slot_Type etc.
262009-01-23 07:55:29.4713 object refering to nonexistant archetype 'stonefloorred2'. 42TODO: thrown objects hit natively (with their own skill).
272009-01-23 07:55:29.4714 object refering to nonexistant archetype 'stonefloorred2'. 43TODO: golem survives "longer" now.
282009-01-23 07:55:29.4716 object refering to nonexistant archetype 'stonefloorred2'. 44TODO: slow down some skills (e.g. stealing)
292009-01-23 07:55:29.4716 object refering to nonexistant archetype 'stonefloorred2'. 45TODO: apply range checkign should go to apply_special
302009-01-23 07:55:29.4716 object refering to nonexistant archetype 'stonefloorred2'. 46TODO: stealing, mining, others has no "there is nothing" message.
47 - (maps) the mana fountain now has a ratelimit of 30 potions per hour.
48 - (maps) added (navar) gravedigger, that buys players gravestones.
49 - made (wizard) look_at show also uuids.
50 - added cf::object::find_object_uuid (::find_object already exists!).
51 - (maps) added new apartment, made by LinuxLemoner.
52 - (arch) added sounds: zombie death, book reading, inscription.
53 - (arch) made the hill giants loose more body parts.
54 - (arch, maps) added black unicorn horn, required to access mlab hell.
55 - teach the random map generator the ability to read ".rmg" files
56 that specify which actual style map to generate, and use it for
57 the default decorstyle to avoid inappropriate maps to be used.
58 - move_type changes (spells, skills etc.) now will correctly
59 take move_on/move_off into account (e.g. buttons).
60 - display (exit) or (random map) in client for those objects.
61 - removed (useless) spell damage columns from spell info and replace
62 it by effective casting level - clients > 2.10 required to display
63 properly.
64 - building of levers/doors works again for all kinds of floors.
65 - the player can now withdraw and deposit all the available money.
66 - (maps) fix the apartment shop (japan => 吾妻) and add descriptions for
67 steinwandstadt/celvear.
68 - (maps) added /goodies map (goto *idkfa) with stuff useful for testing.
69 - improve editor support protoocl slightly, provide workarounds for 2.10
70 clients.
71 - tcp.ext didn't unbind in reloads.
72 - map-tags.ext didn't properly close the database on reloads.
73 - cfutil skips .-directories when scanning.
74 - build.ext prevents players from building on other player's maps.
75 - rent.ext allows the dm to enter anytime.
76 - NPC_Dialogue adds a new predefined variable, $map.
77 - new "build" event hook.
78 - get rid of archetype min/mac values except max_x (which should go, too).
79 - added fix_generated_item and cf::object::generate to XS interface.
80 - no longer use uppercase identifiers for saving anywhere, but support
81 them on loading, for old playerfiles and maps.
82 - removed is_legal_2ways_exit - this is apparently dead code, and
83 would be handled differently nowadays anyway.
84 - random map .meta were not being expired at all.
85 - replace move_ob/move_object functiony by the equivalent move method.
86 - update to automake 1.10.
87 - invitation to maps with unagressive and friendly monsters doesn't
88 require level 4 anymore.
89 - do not let update_stats muck with the chosen_skill anymore.
90 - monsters now rotate through all skills (in chosen_skill).
91 - fix lots of path-related buffer overflows in the random map generator.
92 - added detect mineral vein spell.
93 - support "wall overlays" in the random map generator - not very generic,
94 used by minable veins.
95 - (maps) relocated jeweler town to another directoy.
96 - (maps) added quest for the mining skill scroll to valleynoy.
97 - (arch) implement mining pickaxes and mining skill.
98 - generate most constants for perl automatically.
99 - properly check for weapon name prefix ("Ragnarok's sword").
100 - when player dies, restore his food to at least 200.
101 - support multiple inheritance for arch sources (inherit a,b,c).
102 - switch to storable-n-format for facedata, for better interoperability.
103 - implement generic "ranged" item framework (pickaxe, fishing rod).
104 - the singing skill actually respects the direction now.
105 - oratory and singing now require a direction.
106 - use_skill now requires that you can actually apply the skill tool.
107 - do not invoke perl on every user command anymore by providing
108 a comamnd and an unknown_command event.
109 - move mark, run, run_stop, fire and fire_stop commands back from
110 perl to C++, for speed reasons (basically undo patchset 1304).
111 - add a client_destroy event, so we don't have to hook the
112 attachable destroy event (which is called much more often).
113 - removed (unused) FLOOR object type.
31 114
1152.93 Sat Feb 13 15:52:36 CET 2010
116 - (maps) fix travel to valdor and back.
117 - do no longer by default eval map cod ein safe compartments
118 (this can be re-enabled using the safe_eval config option).
119 - (maps) fix an apparent crash bug caused by broken generstors
120 in lorak.
121 - fix data corruption issues caused by recursive calls to
122 unordered_mapwalk - now every caller must provide its own
123 buffer.
124 - (maps) improve tindervale maps slightly.
125 - (arch) considerably decrease slag ex price.
126 - (arch) fix filth archetype.
127 - extension dependency resolve was completely broken.
128 - multipart objects would cause save_throw_object to crash - it
129 now acts on the head only.
130 - do not try to connect to an irc server unless explicitly configured.
131 - do not expect decltype() to be available in gcc 4.4.
132 - extended the safe perl environment by loops.
133 - (arch) fix "armless cook" facings.
134 - the "experience table" resource item did not have a proper
135 hash associated with it, so updates could not be detected.
136 - fixed poison traps in doors.
137 - player->killer_name did not properly flag the name as unicode.
138 - aggressively mark many more methods as utf8 or octet-expecting,
139 and provide a non-destructive SvPVutf8 variant.
140 - do not allow dragon players to change their title via the settings.
141 - ratelimited jeweler skill nugget conversion.
142 - under high load, the server stopped swapping out to make
143 the server more responsive, but making it impossible to reduce
144 the load by... swapping out. slot queuing will now always make
145 some progress.
146 - improve the quality of the load-avg calculation.
147 - (maps) fixed quest npc in jeweler dungeon quest.
148 - don't fail to write the runtime file if the temporary already exists.
149 - ipo.ext no longer uses (synchronous) CFDB, stores mail directly at
150 player now.
151 - rewrote hiscore code from scratch to use async I/O, store uuid and
152 timestamp and use a tab in the client to increase awareness.
153 - npc dialog setflag/setsatte now check for defined'ness, so
154 setflag 0 is possible.
155 - make install now deletes old extensions, to ease upgrades in the
156 deliantra vm.
157
1582.92 Thu Dec 24 04:51:56 CET 2009
159 - the destruction spell could/would corrupt server memory quite often.
160 - logging in only fixed the combat slot when the palyer was loaded from
161 disk, not when it already was in memory.
162 - cede in wait_for_tick* when the tivck is inhibited hopefully
163 avoiding livelock during high-load emergency saves.
164 - logging in did not properly unapply all skills.
165 - (maps) make the invite quest marking much more obvious.
166 - (arch) fix warrior archetype names.
167 - map prefetching never prefetch upwards.
168 - wizpass no longer makes you non-blocking.
169 - (maps) add light to some of the special maps, add troll
170 map.
171
1722.91 Mon Nov 30 10:18:09 CET 2009
173 - (maps) add gorokh_final mapset from crossfire.
174 - (maps) block most vault-type mlab locations, open up
175 imperial converters for anybody to use.
176 - (maps, arch) replace all permanent stat potions by random
177 variants.
178 - (maps) spread gorokh demon styles more evenly over 1..100.
179 - TRIGGER events got passed a garbage pointer instead of a
180 real player object on player changes.
181 - diseases and maybe other things could sometimes reduce the speed
182 to below MIN_ACTIVE_SPEED, deactivating the monster and causing
183 much grief.
184 - speed_left randomisation was, apparently, totally broken.
185 - introduce FLAG_RANDOM_SPEED instead of using the sign bit
186 of the speed slot internally and in map save files. among other
187 things, this gets rid of all the abs (speed) calls.
188 - reduce map file save files by using abridged keywords aliases.
189 - shop specialisation calculation was totally broken.
190 - nrof/itemcount/volume limits when dropping to the floor are
191 now enforced.
192 - fix magic mapping, which only worked for inate spell casting.
193 - godgiven items will now be explicitly described as such.
194 - (arch) dded a quiver of bolts.
195 - materialnames would change "randomly" on every load, only
196 set the material when the materialname was not set before.
197 - balancing change, halve rod recharge speed (instead
198 of 4.8s, the standard rods now recharge in ~10s. not a solution,
199 but still.
200 - reduce cpu time used for map saving by >>50% by avoiding
201 the costly flag-checking loop in most cases and using a simple
202 repeat-cache for speed_left.
203 - always delay stats update for players on insert/remove till
204 next tick/command, which saves a lot of cpu cycles on drop/take.
205 - add hint about havign to run to attach unaggressive npcs.
206 - pet monster level was not displayed correctly in "showpets index".
207 - clean up floating point conversions and many similar nitpicks.
208 - fix hanuk altar.
209 - overhaul material system to be much faster, and having less bugs, but
210 still having a lot of cruft :/.
211 - add marble shop floor.
212 - move gcc specifics to new file include/compiler.h.
213 - unrecognised cfpod directives could cause undefined behaviour.
214 - added boes' marble shop to steinwandstadt.
215 - pad mapspace to power-of two size for speed/codesize/cache gains.
216 - optimise mapspace updates.
217 - cache volume/items per mapspace.
218 - use fabs, min and max consistently (surprisingly for a code size
219 decrease).
220 - fixed a small uncleanlieness in item converters, which might
221 have led to weird item multiplications.
222 - store hash value in shstr, not used by anything, but doesn't use much memory.
223 - fixed crash bug in learn_spell command.
224 - remove all traces of FLAG_NO_FIX_PLAYER.
225 - avoid sv_derived_from calls (lots of hash lookups) when converting
226 from perl to c++.
227 - implemented least_significand_bit and for_all_bits_sparse_32 utilities
228 and use it in some "inner" loops.
229 - rename flags to attachable_flags to avoid confusion :=).
230 - fixed jeweler experience output to not be floating point.
231 - added lock/unlock commands, thanks for the patch go to Shawn Robinson!
232 - (arch, maps) introduce inactive_shop_floor and fix some shops with it.
233 - try to prefetch memory inside process_objects, which can give
234 enourmous speed gains.
235 - make some small optimisation to the process_objects loop.
236 - move facedata chksum calculation into cfutil, make server more flexible
237 handling different chksum lengths.
238 - check for hash collisions in cfutil.
239 - reduce face checksum size from 6 to 4 bytes.
240 - don't crash when a map uses empty sound/sound_destroy/face.
241 - removed weather-specific attributes.
242 - fixed genkeywords dependency.
243 - do not clear "randomitems" slot for world underlays.
244 - use "sl" as short-hand for speed_left in save-files, just to make them
245 smaller.
246 - in general, don't crash on value-less resource file lines
247 anymore, due to get_str never returning a 0-pointer.
248 - code cleanup in move_symptom.
249 - removed arch_to_object (replaced it by ->instance ()).
250
2512.90 Sat Nov 7 15:06:06 CET 2009
252 - some Andrew Madloch wanted, despite being specifically told
253 multiple times that the Deliantra parts additions are under AGPL,
254 lock up the source code of the server within his company.
255 some reorganisations have been done to the sourcecode to make
256 it clearer that this violates the Affero GPL. Help to keep
257 Deliantra free software even for the coming generations
258 and be wary of the promises of Andrew Madloch, he has nothing
259 good in mind for free software.
260 - clarify which files of the server are 100% AGPL.
261 - minor reorganisation, move some GPL code into other files.
262 - implement viewpoint (which is like observe, but only for the map,
263 not stats etc.).
264 - replace magic mapping overlay by a flying bird exposing area
265 on the worldmap (ext/magic_mapping.ext).
266 - @find in npc dialog was useless as the vairbale wasn't accessible.
267 - @find results in npc dialogue is now stored in $find.
268 - (maps) add lostwages and lorak (valdor/varsia) from cfextended.
269 - (maps, server) add lostwages and celvear apartments to rent system.
270 - (maps) closed guild houses, this is not scalable, ask your friendly
271 dm instead.
272 - (maps) add town portal to celvear.
273 - (maps, arch) add troll canyon, pygmy forest, elven moon and temple of justice
274 mapsets from crossfire, together with associated archetypes.
275 - (maps) add extended region descriptions for some regions from crossfire.
276 - (maps) define a new whalingoutpost region.
277 - (maps, arch) add all changes to mlab between 2006-08-01 and 2009-10-28,
278 and most archetypes that go with them (without stoning and swallow effects),
279 casino tokens and stock certificates are also missing.
280 - (maps, arch) add a number of minor maps from crossfire to scorn, navar
281 and santo dominion.
282 - (maps, arch) added gotischerbereich from cfextended, and some archetypes
283 to go with them. also adjusted archetypes to be more korrekt "gotisch".
284 - doors/containers can now use "match ..." expressions for the slaying field.
285 - properly close client-side dialogue when the player is teleported away.
286 - map-tags did not properly close it's database tables or wait
287 for a quiescent state, causing memory corruption on reload.
288 - support "stat.xyz" accessor in match expressions.
289 - skip /styles and /editor directories in cf::map::static_maps.
290 - implement ->send_big_packet and use it in ext_msg (among other things, this
291 fixes long answers from npc dialogue).
292 - connected magic mouths no longer spill to Log-1, but use the examine tab.
293 - (arch) change marker archetypes to not remove "marker" forces anymore
294 and to not add a "put your code here" force needlessly.
295 - (arch) fix or improve many plurals.
296 - markers do no longer add a force if the slaying field is unset.
297 - sped up search-items implementation, but it's still horrible.
298 - (maps) bigchests are now properly non-unique, per_player and no_reset.
299 - editor_folder can now be used to override whatever cfutil sets, and was
300 used to reogianise the illogical arch tree a bit.
301 - (maps) import most map names from crossfire.
302 - nuke image_sums/image_info subcommands from the protocol.
303 - fly_high movement gives better los, ignoring blocksview.
304 - the addexp command should now honour skill names with spaces.
305 - (arch) add nuke from cfextended to avoid a crash.
306 - (arch) added many more buildable marble floors.
307 - major namespace cleanup: save 45kb by making functions static
308 that were unnecessarily global.
309
3102.82 Sat Oct 24 03:50:17 CEST 2009
311 - fixed a classical and exploitable stack buffer overflow in the gsay command.
312 - fix a memory buffer overflow in the book code.
313 - add @check, @find npc dialogue commands.
314 - (maps) add a number of town interiors.
315 - (maps) add tindervale the fireborn capitol from cfextended.
316 - (maps) add celvear area from cfextended.
317 - (server,arch) add a number of inscribables, show their capacity in hint.
318 - (server,maps) fix bug causing some library books not to be chained down,
319 cause Scorn/Navar libraries not to have inscribable books.
320 - (maps) fix bug causing the Greyshield and Greysword to have
321 inappropriate item power.
322 - (maps) fix intwell balancing issue.
323 - improve the look of generated books.
324 - make slag no_drop so it can't be dropped from the cauldron.
325 - fix bug where players could bypass no_drop by putting items in containers.
326 - consecutive commands arriving at the same time in the server would be
327 corrupted if the length was >255.
328 - support sub-matches in () inside match expressions, not just conditions.
329 - got rid of motd/rules/news code in C++ part, move motd to it's own tab
330 and perl.
331 - implemented new "match" type that combines both check_inv and pedestal
332 functionality (and more) inside the same object using the match expressions.
333 - create simpler match expression compiles in many common cases.
334 - reduce object size by removing obsolete "seen_by" member.
335 - removed the rather broken make_list_like utility function, taking advantage
336 of the new dynbuf::splice function (which gave an unexpected net win
337 in code size...).
338 - the server will no longer complain (and subtly fail) when an object
339 being removed from a map causes another object to get removed.
340 - banish strncpy from the server, speed up and simplify sending item
341 descriptions to the client considerably.
342 - add new "in head" set modifier for matches.
343 - new BLOCKED_MOVE event added.
344 - mapscript archetype now has activate_on_xxx true by default, as similar
345 connected elements.
346 - (maps) imported all styles from cfextended except
347 floorstyles/land_plots and monsterstyles.
348 - (arch) imported gem treasurelists and archetypes from cfextended.
349 - don't crash when treasure lists are empty / supply new empty
350 treasurelist for randomitems when none can be found.
351 - implement cf::map::static_maps and use it in map-tags.ext.
352 - fix a bug in map-tag scanning when moving tags.
353 - (deliantra.net) improve watchdog to now check both listening ports
354 for a reaction.
355 - implement new "loadall" map loading command, purely for debugging.
356
3572.81 Mon Oct 12 20:00:18 CEST 2009
358 - display spell description for spellbooks, rods, wands, potion and scrolls,
359 but not horns (to make them more useful for content-creators).
360 - fix a number of bugs in check_move_on: 1) it didn't update the flags
361 2) it skipped spell effects and 3) it didn't handle the case where
362 and object was destroyed while iterating over it correctly. all this
363 allowed players to sometimes walk onto spaces they should not be able to
364 walk on.
365 - fix an exploit where inscription/marking runes could execute arbitrary code.
366 - examining an object now dumps the serialised object form when the user
367 is a wizard (wizlook).
368 - altars no longer accept unpaid items.
369 - party spells didn't work all that well.
370 - added complex object matching framework (cf::match), and make altars
371 and pedestals use it.
372 - identified skill-tools show what skill they grant.
373 - display the duration of change_ability spells when examining them
374 (missing: protection spells, but they are a hack...).
375 - improve effectiveness of special foods created by woodsman skill,
376 adding more variety to the different mushrooms.
377 - fix a minor cfpod formatting bug.
378 - do not talk about the hintmode so much - die-hards are expected to find
379 the hintmode setting on the settings page.
380 - IPO no longer lies about prices; prices tweaked.
381 - clarified that all deliantra-specific parts are under the Affero GPL.
382 - enable the object loader to also dump archetypes.
383 - (maps) fix guild teleporters to Pupland Terminal.
384 - (maps) put the trapdoor above the floor in sisters/necro_ruins1.
385 - force the initial face when loading an object that is time-animated
386 or a monster, so it does not have to be specified anymore.
387 - fix a bug where recasting an ability changing spell could shorten
388 its remaining duration.
389 - fix pedestal and floor building with builder.
390 - fix RUNATT attack mode, which was broken before (used e.g. by mice).
391 - fix a broken bow-related speed optimisation by using splay - speed
392 up splay operations as well.
393 - use NDI_CLEAR for the body command, and make it use observe.
394 - implement introspection data for C++ classes (%REFLECT).
395 - (arch) add name_pl fields and documentation for building materials.
396 - (maps) random fountains no longer generate permanent stat increases.
397 - fix transmutation alchemy.
398 - speed up many frequently-invoked C->perl callbacks.
399 - added complex object matching framework, to be used in altars and the like.
400 - switch to YAML::XS from YAML.
401
4022.80 Tue Sep 15 20:22:31 CEST 2009
403 - fix the "screen stays black on login" bug and remove debug instrumentation
404 that ultimately was not helpful to catch it :)
405 - split outer_env into outer_env and outer_env_self, and fix
406 all callers to use either one or the other, as appropriate. This
407 fixes the (rather fragile) light spell, maybe others.
408 - fixed an overflow and exploit in the bank/payment code.
409 - fixed a bug in the jeweler quest and added the 'Tome of Jewelery'
410 to explain the skill a bit more.
411 - removed a buggy check for zero attacktype. So that we might find
412 the real bugs in the archs/maps/objects.
413 - Fixed enabling torches with lighters.
414 - (maps) Added Heaven Town region.
415 - (arch+maps) Fixed & normalized warriors on map
416 /quests/peterm/CTower/Barracks.
417 - fix the light spell (and possibly diseases and other lights).
418 - (arch) The clawing skill didn't have the physical attacktype.
419 - (maps) make the greenway accessible again - this bug was introduced
420 a long time ago, and similar cases are still to be found in the maps.
421 - make the socket_timeout configurable in the code (but not yet for users).
422 - earth wall health bar is now correct.
423
4242.79 Tue Jul 28 00:56:36 CEST 2009
425 - IO::AIO chaged to using eventfd internally - updated server to not
426 freeze with IO::AIO anymore due this change.
427 - avoid a crash when a player tries to apply a lighter.
428 - allow a spell argument for dimension door.
429 - move shop item listing and some otherstuff into the info tab.
430 - avoid crashes when non-players cast party spells.
431 - fix a crash in get_spell_by_name (for learn_spell).
432 - added pyromancer class with graphics (by Job Vranish).
433 - small improvement of the number of potions in shops
434 (by Job Vranish).
435 - added a few party spells (by Job Vranish).
436 - use a common message dynbuf.
437 - destroying tear down objects will now use the full hp range
438 for animation and will only destroy/lastframe when hp < 0.
439 - allow monsters to use earth to dust.
440 - use manhattan distance for get_rangevector_from_mapcoord, just as
441 in get_rangevector.
442 - los updates now correctly take tiled maps into account.
443 - do los updates even on maps without darkness.
444 - fixed quiver of holding bolts to be able to hold bolts.
445 - upgrade to IO::AIO 3.21.
446 - fixed show invisible, to show objects of type CONTAINER.
447 - properly catching exceptions from callback in irc.ext.
448 - fixed a potentially hazardous bug in cfpod regarding Z<>.
449 - (maps) fixed npc dialog in /pup_land/nurnberg/reception/reception.
450 - (arch) added hint about usage to Slag Ex.
451 - (maps) /darcap/quest/water sea1 tile are now passable by players,
452 like the rest.
453 - (maps) added /heaven/gem_shop by Boes.
454 - (arch+maps) added rate limited converter and adjusted
455 /elmex/mana_fountain.
456 - store arrow->slaying in custom_name, to get rid of the spellarg slot.
457 - reduce size of casting_time, move_status, attack_movement,
458 last_heal and last_sp slots, squeezing some more space out of struct
459 object, also declare expmul as constant 1.0, as it isn't used
460 anywhere.
461
4622.78 Sun Apr 5 20:04:29 CEST 2009
463 - fixed bug in alchemy, where finding the right object for enhancements
464 didn't work.
465 - aggressively merge spell effects and do not allow more than 5 spell
466 effects (w.r.t. put_more) per mapspace, to give the server a chance
467 to survive a hundred deathsheads.
32 - correctly clear op->env when inserting onto map, this was a potentially 468 - correctly clear op->env when inserting onto map, this was a potentially
33 disastrous bug of unfortunately unknown proportions... 469 disastrous bug of unfortunately unknown proportions...
34 - fix cone-spell symmetry that was broken for direction 8. 470 - fix cone-spell symmetry that was broken for direction 8.
35 - use gender-neutral place descriptions for invite. 471 - use gender-neutral place descriptions for invite.
36 - (arch) new faces for alchemist class, wizard class and quetzalcoatl race. 472 - (arch) new faces for alchemist class, wizard class and quetzalcoatl race.
37 Thanks go to Lisa Larsen! 473 Thanks go to Lisa Larsen!
38 - remove support for colour reducing 32x32 images (no cfclient support anymore). 474 - remove support for colour reducing 32x32 images (no cfclient support
475 anymore).
476 - actually mention the literacy level when it is too low to learn the spell.
39 - use better dependency tracking for include/keyword.h. 477 - use better dependency tracking for include/keyword.h.
40 - add accept-invitation and suicide to the list of asynchronous commands, so 478 - add accept-invitation and suicide to the list of asynchronous commands,
41 it is possible to invite somebody out of some stck-till-death traps, 479 so it is possible to invite somebody out of some stck-till-death traps,
42 or simply to commit suicide. 480 or simply to commit suicide.
481 - replace the "ignoring delayed commands" message by something more useful
482 (cf. cunning gnome freezeing issue).
483 - various fixes for weapon improvements.
484 - fixed small bug with handling connect errors in the IRC gateway.
485 - support T and G sequences in cfpod.
43 486
442.77 Sun Feb 1 16:30:48 CET 2009 4872.77 Sun Feb 1 16:30:48 CET 2009
45 - convert me command from per-map to chat, which makes more sense, also 488 - convert me command from per-map to chat, which makes more sense, also
46 document it. 489 document it.
47 - more than one spellbooks of same class can now be given 490 - more than one spellbooks of same class can now be given
428 - merge items with different arch pointers refering to the same arch 871 - merge items with different arch pointers refering to the same arch
429 (due to archetype reloads). 872 (due to archetype reloads).
430 - refactored the object remove/insert functions and most related 873 - refactored the object remove/insert functions and most related
431 functions (decrease, split, merge_ob etc.). 874 functions (decrease, split, merge_ob etc.).
432 - make it compile better on freebsd (reported by pippijn). 875 - make it compile better on freebsd (reported by pippijn).
433 - remove GT_UPDATE_INV (no longer applicable). 876 - removed GT_UPDATE_INV (no longer applicable).
434 - fix the longstanding "container stays open" bug. 877 - fix the longstanding "container stays open" bug.
435 - improved floorbox updating to be incremental and other protocol 878 - improved floorbox updating to be incremental and other protocol
436 optimisations. 879 optimisations.
437 - get rid of update_after_inventory_change and only do update stats 880 - get rid of update_after_inventory_change and only do update stats
438 for weight once/tick/player at max. 881 for weight once/tick/player at max.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines