Cxbx-Reloaded/Doc/Todo.txt

27 lines
991 B
Plaintext
Raw Normal View History

2003-02-07 20:53:36 +00:00
Cxbx Todo:
2003-02-09 08:43:13 +00:00
Recent files (for .exe and .xbe) in menu. (Use registry)
2003-02-07 20:53:36 +00:00
2003-02-10 04:51:49 +00:00
Attempt to add compatibility with ME by using LLDT assembly. This
may not even work, but might as well try it.
2003-02-09 08:43:13 +00:00
Xbe files should associate with Cxbx (by user configuration). There
should be configuration allowing the Xbe to execute automatically
without a GUI at all, or for the Xbe to open in the Cxbx GUI. This
can easily be done by sending different command line options to
Cxbx.
2003-02-07 20:53:36 +00:00
2003-02-09 08:43:13 +00:00
Cxbx.dll should be registered in the system so that a converted .exe
can be run from anywhere, once converted.
2003-02-07 20:53:36 +00:00
2003-02-09 08:43:13 +00:00
Converted Exe files should use the Cxbx icon
2003-02-07 20:53:36 +00:00
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.
2003-02-07 18:11:43 +00:00
TLS needs work.