2001-08-24 05:19:50 +00:00
|
|
|
[DONE] [08/24/01] Finish OpenGL code.
|
2001-10-09 20:11:29 +00:00
|
|
|
[DONE] [08/26/01] Fix sound code.
|
2001-12-06 00:22:46 +00:00
|
|
|
[DONE] [11/10/01] Save/Load Game support.
|
|
|
|
[DONE] [11/25/01] CD Audio.
|
2001-12-06 01:33:14 +00:00
|
|
|
[DONE] [12/05/01] Menus.
|
2001-12-06 03:40:38 +00:00
|
|
|
[DONE] [12/05/01] Progress bar.
|
2001-12-06 00:22:46 +00:00
|
|
|
* Make vidmodes work.
|
2001-10-28 01:55:11 +00:00
|
|
|
* Debug "pure virtual method called"
|
2001-08-24 05:19:50 +00:00
|
|
|
* Proper file loading/saving (ignore case, search certain directories) and
|
|
|
|
config handling (~/.avp/{ge, re, ad, md, pd}/?)
|
|
|
|
* Command line options.
|
2001-08-25 06:44:15 +00:00
|
|
|
* Joystick support.
|
2001-12-06 00:22:46 +00:00
|
|
|
* GL_EXT_secondary_color
|
|
|
|
* Revisit sound code. (Try AL_PITCH support, etc)
|
2001-08-24 05:19:50 +00:00
|
|
|
* Try to get demos and regular edition to work.
|
|
|
|
* See what FOX/Rebellion has to say (if anything) about redistribution of the
|
|
|
|
demos and if its possible to create an installer for regular/gold edition
|
|
|
|
CDs.
|
2001-10-04 19:15:50 +00:00
|
|
|
* Do something with the ingame movies. Might just leave as-is.
|
2001-12-06 00:22:46 +00:00
|
|
|
* Disable Mutliplayer in the Main Menu.
|
2001-10-28 01:55:11 +00:00
|
|
|
* Possible Idea: implement demos?
|
2001-08-24 05:19:50 +00:00
|
|
|
* See if the build process can be made easier for those who download the
|
|
|
|
source.
|
|
|
|
* Write documentation.
|
|
|
|
* Prep for a release. Get someone who has a saner system to build binaries.
|
|
|
|
Look into loki_setup.
|
|
|
|
* "Beta test." Play through the game at least once starting with a clean
|
|
|
|
install.
|
|
|
|
* Release. And the crowd goes wild.
|
|
|
|
* Fix any bugs found after previous release.
|
|
|
|
* Add networking and everything related (dedicated server, master server,
|
|
|
|
etc.)
|
|
|
|
* Release new version. And fix bugs, and release new version, and so on.
|
|
|
|
----
|
2001-12-06 00:22:46 +00:00
|
|
|
* Command line:
|
|
|
|
[-h | --help] Display this help message
|
|
|
|
[-v | --version] Display the game version
|
|
|
|
[-f | --fullscreen] Run the game fullscreen
|
|
|
|
[-w | --windowed] Run the game in a window
|
|
|
|
[-s | --nosound] Do not access the soundcard
|
|
|
|
[-c | --nocdrom] Do not access the CD-ROM
|
|
|
|
--debug enable debug mode
|
2001-08-08 06:14:20 +00:00
|
|
|
* Debug, verify, and reimplant the inline functions in mathline.c to
|
|
|
|
inline.h
|
2001-12-06 00:22:46 +00:00
|
|
|
* Remove unused files.
|
|
|
|
* Squelch any unnecessary debug output
|