--- deliantra/server/Changes 2008/12/30 07:24:15 1.310 +++ deliantra/server/Changes 2009/01/01 11:41:16 1.314 @@ -1,8 +1,6 @@ Deliantra MORPG Server, Maps and Archetypes ChangeLog. Version numbers sort like decimal numbers. -TODO: jungle, darkforest, mountains - 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} @@ -20,9 +18,18 @@ TODO: nothing is written on it -> log-1 TODO: rewrite highscore code -TODO: saying open to the old man in tutorial makes the sign(?) say "@match..." 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% + + - make monster smell logic dependent on their wisdom stat. + - introduce shstr_tmp for fast temporary shstr passing. + - replace one-at-a-time hash by faster than smaller FNV-1a hash + when hashing strings. + - considerably optimise shared string implementation by + making it's null value a compiletime constant. + - use shared string matching insteafd of strcmp in a lot of places, + as well as using shstr_cmp to pass shared stringsa round efficiently, + for lots of code size savings. 2.74 Mon Dec 29 15:23:38 CET 2008 - fix a longstanding bug that teared multipart monsters