adonthell-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Adonthell-devel] Re: Brief update on XML/CMake


From: Tyler Nielsen
Subject: Re: [Adonthell-devel] Re: Brief update on XML/CMake
Date: Tue, 24 Oct 2006 22:53:30 -0600



On 10/24/06, Kai Sterker <address@hidden> wrote:
On 10/19/06, Kai Sterker <address@hidden> wrote:

> I've finished the basic xml IO implementation yesterday. Both writing
> and reading the data appears to work, but I need to run a few more
> tests to check for memleaks and other bugs. But if you want to use it
> for the animation classes Tyler, feel free to go ahead.

Just corrected the convert_data.py script to work properly. You can
now switch between data in XML and gz compressed format. Also fixed
filereport.py script to display contents of either data formats in
table form on stdout.

Still todo:
* test endian conversion by saving on ppc and loading on x86 and vice versa
* make xml loading aware of Adonthell's search paths
* change search path handling to recognize absolute path names

Kai

P.S:: Right now I'm about to update the API documentation on
http://adonthell.berlios.de/api/ . Should be online later this
evening.


_______________________________________________
Adonthell-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/adonthell-devel

I just commited animation xml save.  Any comments are welcome.  I'm hopeing to get the load portion working this weekend.

Also.  I'm running into problems running diskiotest.  Should this work, or are there know problems.  Heres the output I'm getting:

Packing ...
Everything packed ... 893 bytes used
Checksum: 711b1d72
Writing data to disk ...
xmlEscapeEntities : char out of range
Reading data from disk
*** disk_writer_xml::get_state: checksum mismatch in file 'diskio.test'.
    Data might be corrupt.
Checksum: 4d3aa84a
Unpacking ...
0

0
abc ... xyz
4294967295
384
-127
255
0
0.000000000000000000000000
3.141592653589793115997963468544185161590576171875


If it is known, then I won't worry about it.  But if it's something that should work, I can figure out why it doesn't on my system.

Tyler

reply via email to

[Prev in Thread] Current Thread [Next in Thread]