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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines