2003-01-26 06:18:56 +00:00
|
|
|
Cxbx Todo:
|
|
|
|
|
|
|
|
General Code Cleanup [caustik]
|
|
|
|
|
2003-01-27 04:27:04 +00:00
|
|
|
Debug outputs should be configurable to STDOUT (console) or text file.
|
|
|
|
|
2003-01-26 06:18:56 +00:00
|
|
|
Exe->Xbe should use an "OpenXDK" logo bitmap by default. This can be done
|
|
|
|
by having a debug version of Cxbx output the necessary raw data. Then, you
|
|
|
|
just inline it into the code.
|
|
|
|
|
|
|
|
Allow a logo bitmap to be added if one does not exist. This may require that
|
|
|
|
the size of headers be increased. (sizeof_headers).
|
|
|
|
|
|
|
|
When loading a file, menus and WM_CLOSE should be disabled and an update
|
|
|
|
progress should be sent via callback from core.
|
|
|
|
|
|
|
|
Xbe::m_Header should be allocated dynamically to make room for huge headers.
|
|
|
|
|
|
|
|
TLS needs to be implemented.
|