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

Comparing deliantra/server/Changes (file contents):
Revision 1.85 by root, Mon Apr 14 14:52:17 2008 UTC vs.
Revision 1.86 by root, Tue Apr 15 03:16:02 2008 UTC

12 - add coin names and archetype accessors to perl. 12 - add coin names and archetype accessors to perl.
13 - fix runtime uuid file format to use "." instead of ",". 13 - fix runtime uuid file format to use "." instead of ",".
14 - change perl extensions to not use hardcoded coins and values. 14 - change perl extensions to not use hardcoded coins and values.
15 - write uuids asynchronously (no hiccups due to uuid writes) 15 - write uuids asynchronously (no hiccups due to uuid writes)
16 and be more parsimonous of uuid usage by the exact value out on exit. 16 and be more parsimonous of uuid usage by the exact value out on exit.
17 - write log messages in another thread, removing another sync point.
18 - support multi-line log messages in a nicer way.
17 - be more portable w.r.t. uuids and format specifiers everywhere. 19 - be more portable w.r.t. uuids and format specifiers everywhere.
18 - fix a minor memleak in the random map generator. 20 - fix a minor memleak in the random map generator.
19 - some parts of the random map generator are not coroutine-safe, 21 - some parts of the random map generator are not coroutine-safe,
20 so only call it "single-threaded". 22 so only call it "single-threaded".
21 - major cleanup of memory management in random map generator. 23 - major cleanup of memory management in random map generator.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines