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.327 by root, Fri Jan 9 15:39:12 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
242.75 Fri Jan 9 16:13:30 CET 2009
25 - rebalanced lighting w.r.t. outdoor, darkness and see_in_dark.
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,
39 - tell gcc not to excessively inline some perl interface functions. 43 - tell gcc not to excessively inline some perl interface functions.
40 - remove marking rune length limit. 44 - remove marking rune length limit.
41 - fix formatting of cfpod when a verbatim block was following 45 - fix formatting of cfpod when a verbatim block was following
42 a single newline. 46 a single newline.
43 - move resistances, statistics and showpets command output into tabs. 47 - move resistances, statistics and showpets command output into tabs.
48 - implement map scripts that can replace the boulder logic without
49 having to write extensions.
44 50
452.74 Mon Dec 29 15:23:38 CET 2008 512.74 Mon Dec 29 15:23:38 CET 2008
46 - fix a longstanding bug that teared multipart monsters 52 - fix a longstanding bug that teared multipart monsters
47 at map boundaries apart. 53 at map boundaries apart.
48 - temporarily make permanently invisible player visible when 54 - temporarily make permanently invisible player visible when

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines