--- deliantra/server/Changes 2009/06/27 03:51:05 1.376 +++ deliantra/server/Changes 2009/10/15 18:08:02 1.433 @@ -1,43 +1,88 @@ Deliantra MORPG Server, Maps and Archetypes ChangeLog. Version numbers sort like decimal numbers. -TODO: emergency swap mode is not working -TODO: xs-warn doesn't end up in server log. -TODO: 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} -TODO: inscription cannot be readied. -TODO: random destination transport may bring you tot nürnberg errornously, likely stoneville -TODO: reasy_skill find traps does nto unapply the range slot item (bow) -TODO: schmorp-neko-san force has sped zero but is on active lsit sometimes? -TODO: worldmaps still get loaded on startup before the gridmap is ready - -TODO: strange rign oif acid artifact description/story looks weird. -TODO: destry_inv() should destroy, drop_inv_to_ground method? -TODO: no detah messages for arena anymore -TODO: remove curse should *maybe* work on players themselves -TODO: remove curse in glyph/rune doesn't have any effect? -TODO: rewrite highscore code - -TODO: greeting message on what to do in dialog after race selection. -TODO: health bars for earthwalls seem to start at 100% end die at 50% - - -2009-01-23 07:55:29.4659 loading /opt/crossfire/share/deliantra-server/maps//mlab/cdcapart1.map (271878,0) -2009-01-23 07:55:29.4712 object refering to nonexistant archetype 'stonefloorred2'. -2009-01-23 07:55:29.4713 object refering to nonexistant archetype 'stonefloorred2'. -2009-01-23 07:55:29.4714 object refering to nonexistant archetype 'stonefloorred2'. -2009-01-23 07:55:29.4716 object refering to nonexistant archetype 'stonefloorred2'. -2009-01-23 07:55:29.4716 object refering to nonexistant archetype 'stonefloorred2'. -2009-01-23 07:55:29.4716 object refering to nonexistant archetype 'stonefloorred2'. - -2009-03-14 06:45:26.9431 BUG: kill_object - unable to find skill that killed monster -2009-03-14 06:45:26.9431+op: {cnt:72777397,uuid:<1.522cc7a2a>,name:"PurpleHaze",flags:[0,11,15],type:1}(on /pup_land/raffle/raffle1_u1@1+9) -2009-03-14 06:45:26.9431+hitter: {cnt:75846626,uuid:<1.54ad1e25d>,name:"earth elemental",flags:[0,11,14,15],type:0}(on /pup_land/raffle/raffle1_u1@6+15) -2009-03-14 06:45:26.9431+owner: {cnt:75967614,uuid:<1.54ad3baf9>,name:"goblin",flags:[0,7,8,11,14,54,55,56,57,58,60,89],type:0}(on /pup_land/raffle/raffle1_u1@5+16) - - -TODO: autopickup in shop -TODO: quit charcetr doesn't nuke in-memory per-player maps - +TODO: T_MATCH unfinished, also in Deliantra + - fixed a classicla stack buffer overflow in the gsay command. + - add @check, @find npc dialogue commands. + - (maps) add a number of town interiors. + - (server,arch) add a number of inscribables, show their capacity in hint. + - (server,maps) fix bug causing some library books not to be chained down, + cause Scorn/Navar libraries not to have inscribable books. + - (maps) fix bug causing the Greyshield and Greysword not to have + inappropriate item power. + - consecutive commands arriving at the same time in the server would be + corrupted if the length was >255. + +2.81 Mon Oct 12 20:00:18 CEST 2009 + - display spell description for spellbooks, rods, wands, potion and scrolls, + but not horns (to make them more useful for content-creators). + - fix a number of bugs in check_move_on: 1) it didn't update the flags + 2) it skipped spell effects and 3) it didn't handle the case where + and object was destroyed while iterating over it correctly. all this + allowed players to sometimes walk onto spaces they should not be able to + walk on. + - fix an exploit where inscription/marking runes could execute arbitrary code. + - examining an object now dumps the serialised object form when the user + is a wizard (wizlook). + - altars no longer accept unpaid items. + - party spells didn't work all that well. + - added complex object matching framework (cf::match), and make altars + and pedestals use it. + - identified skill-tools show what skill they grant. + - display the duration of change_ability spells when examining them + (missing: protection spells, but they are a hack...). + - improve effectiveness of special foods created by woodsman skill, + adding more variety to the different mushrooms. + - fix a minor cfpod formatting bug. + - do not talk about the hintmode so much - die-hards are expected to find + the hintmode setting on the settings page. + - IPO no longer lies about prices; prices tweaked. + - clarified that all deliantra-specific parts are under the Affero GPL. + - enable the object loader to also dump archetypes. + - (maps) fix guild teleporters to Pupland Terminal. + - (maps) put the trapdoor above the floor in sisters/necro_ruins1. + - force the initial face when loading an object that is time-animated + or a monster, so it does not have to be specified anymore. + - fix a bug where recasting an ability changing spell could shorten + its remaining duration. + - fix pedestal and floor building with builder. + - fix RUNATT attack mode, which was broken before (used e.g. by mice). + - fix a broken bow-related speed optimisation by using splay - speed + up splay operations as well. + - use NDI_CLEAR for the body command, and make it use observe. + - implement introspection data for C++ classes (%REFLECT). + - (arch) add name_pl fields and documentation for building materials. + - (maps) random fountains no longer generate permanent stat increases. + - fix transmutation alchemy. + - speed up many frequently-invoked C->perl callbacks. + - added complex object matching framework, to be used in altars and the like. + - switch to YAML::XS from YAML. + +2.80 Tue Sep 15 20:22:31 CEST 2009 + - fix the "screen stays black on login" bug and remove debug instrumentation + that ultimately was not helpful to catch it :) + - split outer_env into outer_env and outer_env_self, and fix + all callers to use either one or the other, as appropriate. This + fixes the (rather fragile) light spell, maybe others. + - fixed an overflow and exploit in the bank/payment code. + - fixed a bug in the jeweler quest and added the 'Tome of Jewelery' + to explain the skill a bit more. + - removed a buggy check for zero attacktype. So that we might find + the real bugs in the archs/maps/objects. + - Fixed enabling torches with lighters. + - (maps) Added Heaven Town region. + - (arch+maps) Fixed & normalized warriors on map + /quests/peterm/CTower/Barracks. + - fix the light spell (and possibly diseases and other lights). + - (arch) The clawing skill didn't have the physical attacktype. + - (maps) make the greenway accessible again - this bug was introduced + a long time ago, and similar cases are still to be found in the maps. + - make the socket_timeout configurable in the code (but not yet for users). + - earth wall health bar is now correct. + +2.79 Tue Jul 28 00:56:36 CEST 2009 + - IO::AIO chaged to using eventfd internally - updated server to not + freeze with IO::AIO anymore due this change. - avoid a crash when a player tries to apply a lighter. - allow a spell argument for dimension door. - move shop item listing and some otherstuff into the info tab. @@ -59,13 +104,19 @@ - upgrade to IO::AIO 3.21. - fixed show invisible, to show objects of type CONTAINER. - properly catching exceptions from callback in irc.ext. - - fixed a bug in cfpod regarding Z<>. + - fixed a potentially hazardous bug in cfpod regarding Z<>. - (maps) fixed npc dialog in /pup_land/nurnberg/reception/reception. - (arch) added hint about usage to Slag Ex. - - (maps) /darcap/quest/water sea1 tile are now passable by players, like the rest. + - (maps) /darcap/quest/water sea1 tile are now passable by players, + like the rest. - (maps) added /heaven/gem_shop by Boes. - - (arch+maps) added rate limited converter and adjusted /elmex/mana_fountain. - - change spellarg object slot to shared string. + - (arch+maps) added rate limited converter and adjusted + /elmex/mana_fountain. + - store arrow->slaying in custom_name, to get rid of the spellarg slot. + - reduce size of casting_time, move_status, attack_movement, + last_heal and last_sp slots, squeezing some more space out of struct + object, also declare expmul as constant 1.0, as it isn't used + anywhere. 2.78 Sun Apr 5 20:04:29 CEST 2009 - fixed bug in alchemy, where finding the right object for enhancements