Cxbx-Reloaded/Doc/Todo.txt

28 lines
920 B
Plaintext
Raw Normal View History

2003-01-26 06:18:56 +00:00
Cxbx Todo:
General Code Cleanup [caustik]
2003-01-28 23:54:17 +00:00
- FS: structure construction (EmuXInit)
- Initialize necessary components of EmuXFS
- SwapFS before *all* Win32/NT calls.
2003-01-27 09:18:33 +00:00
Debug outputs should be configurable to STDOUT (console) or text file.
2003-01-29 23:59:07 +00:00
- Passing a ptr to CxbxKrnl is not enough (seperate process) pass the
full DebugFilename.
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.