--- deliantra/server/Changes 2008/12/31 17:35:37 1.312 +++ deliantra/server/Changes 2009/01/01 16:32:53 1.316 @@ -25,6 +25,13 @@ - 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 its 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. + - monsters which breed new monsters shouldn't breed new monsters when + they are sleeping: generators now check for the sleeping flag. 2.74 Mon Dec 29 15:23:38 CET 2008 - fix a longstanding bug that teared multipart monsters