--- deliantra/server/Changes 2009/02/21 06:25:46 1.346 +++ deliantra/server/Changes 2009/04/05 18:09:13 1.356 @@ -1,44 +1,30 @@ 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'. - +2.78 Sun Apr 5 20:04:29 CEST 2009 + - fixed bug in alchemy, where finding the right object for enhancements + didn't work. + - aggressively merge spell effects and do not allow more than 5 spell + effects (w.r.t. put_more) per mapspace, to give the server a chance + to survive a hundred deathsheads. - correctly clear op->env when inserting onto map, this was a potentially disastrous bug of unfortunately unknown proportions... + - fix cone-spell symmetry that was broken for direction 8. - use gender-neutral place descriptions for invite. - (arch) new faces for alchemist class, wizard class and quetzalcoatl race. Thanks go to Lisa Larsen! - - remove support for colour reducing 32x32 images (no cfclient support anymore). + - remove support for colour reducing 32x32 images (no cfclient support + anymore). + - actually mention the literacy level when it is too low to learn the spell. - use better dependency tracking for include/keyword.h. - - add accept-invitation and suicide to the list of asynchronous commands, so - it is possible to invite somebody out of some stck-till-death traps, + - add accept-invitation and suicide to the list of asynchronous commands, + so it is possible to invite somebody out of some stck-till-death traps, or simply to commit suicide. + - replace the "ignoring delayed commands" message by something more useful + (cf. cunning gnome freezeing issue). + - various fixes for weapon improvements. + - fixed small bug with handling connect errors in the IRC gateway. + - support T and G sequences in cfpod. 2.77 Sun Feb 1 16:30:48 CET 2009 - convert me command from per-map to chat, which makes more sense, also