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

Comparing deliantra/server/Changes (file contents):
Revision 1.303 by root, Sun Dec 28 06:59:26 2008 UTC vs.
Revision 1.306 by root, Sun Dec 28 10:20:29 2008 UTC

60 - speed up los code - it's now about 2-3 times as fast as the old one, 60 - speed up los code - it's now about 2-3 times as fast as the old one,
61 and has a smaller runtime variance. 61 and has a smaller runtime variance.
62 - daylight/nightfall can now increase/decrease past the natural limit, 62 - daylight/nightfall can now increase/decrease past the natural limit,
63 making them actually useful. 63 making them actually useful.
64 - see_in_dark now increases the viewing radius by 3. 64 - see_in_dark now increases the viewing radius by 3.
65 - implement a fast tiled map iterator and use it for los for a 20% 65 - implement a fast tiled map iterator and use it in LOS for a 20%
66 speedup. 66 speedup, as well as in many other places.
67 - remove support for extended map infos - these are not used 67 - remove support for extended map infos - these are not used
68 by the deliantra client and removing them gives us a 10% speedup 68 by the deliantra client and removing them gives us a 10% speedup
69 when sending map changes. 69 when sending map changes.
70 - remove most gcfclient and other client bug workarounds, as well 70 - remove most gcfclient and other client bug workarounds, as well
71 as now obsolete protocol versions, simplying the code. 71 as now obsolete protocol versions, simplying the code.
73 - correctly provide a non-zero default density for materials, to 73 - correctly provide a non-zero default density for materials, to
74 avoid crashes, fix other bugs in the material handling code. 74 avoid crashes, fix other bugs in the material handling code.
75 - fix volume calculations. 75 - fix volume calculations.
76 - fix cfpod parsing when multiple verbatim blocks were separated by 76 - fix cfpod parsing when multiple verbatim blocks were separated by
77 newlines. 77 newlines.
78 - increase monster detection radius from wis/5 to wis/3.
79 - remove old pickup modes.
80 - remove obsolete disarm and search commands (search wasn't working
81 anyways).
78 82
792.73 Thu Dec 18 20:56:31 CET 2008 832.73 Thu Dec 18 20:56:31 CET 2008
80 - this release is assumed to be very stable. 84 - this release is assumed to be very stable.
81 - (maps) radically redesigned and improved tutorial. 85 - (maps) radically redesigned and improved tutorial.
82 - directional casting no longer immediately removes the invisible effect. 86 - directional casting no longer immediately removes the invisible effect.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines