Open main menu

Difference between revisions of "Gob/TODO"

390 bytes added ,  23:10, 6 April 2005
add mem mapped struct endianness problem
(mention that EGA version works with gobreverse and what needs to be done for it to work in scummvm)
(add mem mapped struct endianness problem)
Line 8: Line 8:


* int32 *gob_curGobStateVarPtr and all gob_*Ptr variables. They all map directly into data, and have to be fixed.
* int32 *gob_curGobStateVarPtr and all gob_*Ptr variables. They all map directly into data, and have to be fixed.
* All structs directly mapped to memory that are not trivially replaced. (such as 'scen_animations')
Currently use (or should use - this is still WIP) READ_LE_* functions to read most member variables which are known to be in LE format and only read - not written to.
Later, when the data is hopefully converted to native format during loading, these READ_LE_* calls should obviously go.


== Showstoppers/Overall bugs ==
== Showstoppers/Overall bugs ==
65

edits