--- deliantra/server/Changes 2009/08/28 22:19:38 1.388 +++ deliantra/server/Changes 2009/09/02 16:54:19 1.392 @@ -1,6 +1,8 @@ Deliantra MORPG Server, Maps and Archetypes ChangeLog. Version numbers sort like decimal numbers. +TODO: adding sleep 5 to rent/on_enter gives us the screen stays dark bug(!) +TODO: greenway not accessible (partially solved) 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} @@ -41,15 +43,24 @@ TODO: farmwife doesn't react to guuh's head? TODO: shop mats should use the nesrest other shopmat, always. - - Fixed an overflow and exploit in the bank/payment code. - - Fixed a bug in the jeweler quest and added the 'Tome of Jewelery' + - 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 + - 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. + - 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). 2.79 Tue Jul 28 00:56:36 CEST 2009 - IO::AIO chaged to using eventfd internally - updated server to not