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

Comparing deliantra/server/Changes (file contents):
Revision 1.323 by root, Thu Jan 8 00:54:55 2009 UTC vs.
Revision 1.325 by root, Thu Jan 8 19:23:43 2009 UTC

19TODO: rewrite highscore code 19TODO: rewrite highscore code
20 20
21TODO: greeting message on what to do in dialog after race selection. 21TODO: greeting message on what to do in dialog after race selection.
22TODO: health bars for earthwalls seem to start at 100% end die at 50% 22TODO: health bars for earthwalls seem to start at 100% end die at 50%
23 23
24TODO: lichtradius see_darkness +2 allgemein
25TODO: sichtradius 10 - 2n outside, 10 / (n+1) inside, n downside
24 - fix a bug in the nimbus extension that allowed players to cheat. 26 - fix a bug in the nimbus extension that allowed players to cheat.
25 - make monster smell logic dependent on their wisdom stat. 27 - make monster smell logic dependent on their wisdom stat.
26 - put the detah reason into a separate tab. 28 - put the death reason into a separate tab.
29 - converted "connected" slot to string, cleanly got rid of some ugly
30 hacks such as the path_attuned hack.
27 - introduce shstr_tmp for fast temporary shstr passing. 31 - introduce shstr_tmp for fast temporary shstr passing.
28 - replace one-at-a-time hash by faster than smaller FNV-1a hash 32 - replace one-at-a-time hash by faster than smaller FNV-1a hash
29 when hashing strings. 33 when hashing strings.
30 - sanatized alchemy-like skills and cauldrons to check earlier 34 - sanitized alchemy-like skills and cauldrons to check earlier
31 whether the right cauldron is used. 35 whether the right cauldron is used.
32 - considerably optimise shared string implementation by 36 - considerably optimise shared string implementation by
33 making its null value a compiletime constant. 37 making its null value a compiletime constant.
34 - use shared string matching insteafd of strcmp in a lot of places, 38 - use shared string matching insteafd of strcmp in a lot of places,
35 as well as using shstr_cmp to pass shared stringsa round efficiently, 39 as well as using shstr_cmp to pass shared stringsa round efficiently,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines