--- deliantra/server/Changes 2009/01/02 16:41:31 1.319 +++ deliantra/server/Changes 2009/01/04 16:30:39 1.320 @@ -27,6 +27,8 @@ - introduce shstr_tmp for fast temporary shstr passing. - replace one-at-a-time hash by faster than smaller FNV-1a hash when hashing strings. + - sanatized alchemy-like skills and cauldrons to check earlier + whether the right cauldron is used. - 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,