ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/Changes
(Generate patch)

Comparing deliantra/server/Changes (file contents):
Revision 1.315 by elmex, Thu Jan 1 15:48:55 2009 UTC vs.
Revision 1.316 by root, Thu Jan 1 16:32:53 2009 UTC

24 - make monster smell logic dependent on their wisdom stat. 24 - make monster smell logic dependent on their wisdom stat.
25 - introduce shstr_tmp for fast temporary shstr passing. 25 - introduce shstr_tmp for fast temporary shstr passing.
26 - replace one-at-a-time hash by faster than smaller FNV-1a hash 26 - replace one-at-a-time hash by faster than smaller FNV-1a hash
27 when hashing strings. 27 when hashing strings.
28 - considerably optimise shared string implementation by 28 - considerably optimise shared string implementation by
29 making it's null value a compiletime constant. 29 making its null value a compiletime constant.
30 - use shared string matching insteafd of strcmp in a lot of places, 30 - use shared string matching insteafd of strcmp in a lot of places,
31 as well as using shstr_cmp to pass shared stringsa round efficiently, 31 as well as using shstr_cmp to pass shared stringsa round efficiently,
32 for lots of code size savings. 32 for lots of code size savings.
33 - monsters which breed new monsters shouldn't breed new monsters when 33 - monsters which breed new monsters shouldn't breed new monsters when
34 they are sleeping: generators now check for the sleeping flag. 34 they are sleeping: generators now check for the sleeping flag.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines