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

Comparing deliantra/server/Changes (file contents):
Revision 1.313 by root, Wed Dec 31 18:07:41 2008 UTC vs.
Revision 1.314 by root, Thu Jan 1 11:41:16 2009 UTC

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 it's null value a compiletime constant.
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,
32 for lots of code size savings.
30 33
312.74 Mon Dec 29 15:23:38 CET 2008 342.74 Mon Dec 29 15:23:38 CET 2008
32 - fix a longstanding bug that teared multipart monsters 35 - fix a longstanding bug that teared multipart monsters
33 at map boundaries apart. 36 at map boundaries apart.
34 - temporarily make permanently invisible player visible when 37 - temporarily make permanently invisible player visible when

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines