--- deliantra/server/Changes 2009/06/27 03:51:05 1.376 +++ deliantra/server/Changes 2009/09/01 20:56:05 1.389 @@ -1,6 +1,8 @@ Deliantra MORPG Server, Maps and Archetypes ChangeLog. Version numbers sort like decimal numbers. +TODO: greenway not accessible +TODO: cats light now longer works directional 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} @@ -37,7 +39,26 @@ TODO: autopickup in shop TODO: quit charcetr doesn't nuke in-memory per-player maps - +TODO: ./maps/aldwulf/alch_lab/hut_1.map charm luggae will kill, and make you gain climbing(?) exp +TODO: farmwife doesn't react to guuh's head? +TODO: shop mats should use the nesrest other shopmat, always. + + - 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. + - (maps) Added Heaven Town region. + - (arch+maps) Fixed & normalized warriors on map + /quests/peterm/CTower/Barracks. + - (arch) The clawing skill didn't have the physical attacktype. + +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 +80,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