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

Comparing deliantra/server/Changes (file contents):
Revision 1.83 by elmex, Sun Apr 13 13:32:47 2008 UTC vs.
Revision 1.84 by root, Sun Apr 13 20:21:50 2008 UTC

2 2
3TODO: picking up the torches in nimbus seemingly works, but after 3TODO: picking up the torches in nimbus seemingly works, but after
4 a while (used up?) they seem to be gone from the inv but the client doesn't know about that. 4 a while (used up?) they seem to be gone from the inv but the client doesn't know about that.
5TODO: dragons should not be able to change their title via the settings tab in playerbook 5TODO: dragons should not be able to change their title via the settings tab in playerbook
6 6
7TODO: one cna apply two handed weapons into ones combat slot! 7TODO: one can apply two handed weapons into ones combat slot!
8 8
9 - append [drop xxx coins] to altar/trigger_altar/identify_table names 9 - append [drop xxx coins] to altar/trigger_altar/identify_table/converter
10 (also update all maps to use money instead of coins). 10 names (also update all maps to use money instead of coins).
11 - add uuid accessors to perl. 11 - add uuid accessors to perl.
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)
27 if necessary. 27 if necessary.
28 - fix cf::map::unique_maps. 28 - fix cf::map::unique_maps.
29 - fix nrof overflow check in can_merge_slow. 29 - fix nrof overflow check in can_merge_slow.
30 - fix converter code to handle >31 bit values. 30 - fix converter code to handle >31 bit values.
31 - added support for the player_sold flag 31 - added support for the player_sold flag
32 - converters no longer accept unpaid items.
32 33
332.43 Sun Apr 6 20:35:29 CEST 2008 342.43 Sun Apr 6 20:35:29 CEST 2008
34 - work around a glibc bug that causes calloc to return non-zero memory 35 - work around a glibc bug that causes calloc to return non-zero memory
35 when mlockall has been used. 36 when mlockall has been used.
36 - pass environment to perl_sys_init3, as required by newer perls. 37 - pass environment to perl_sys_init3, as required by newer perls.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines