Open Source Tomb Raider Engine
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
To-Do List
General
- Add verbose command line flag for debug output also in release builds
- Don’t depend on setup: no data or config files should be necessary
- Be able to change configuration from within OpenRaider
Bugs
- Screenshots are sometimes not written, sometimes distorted?
- Seems to happen if OpenRaider.ini sets a resolution larger than the window can be
- When the freeGLUT windowing interface is used, the first pressed button seems to be repeated
- Replace freeGLUT with glfw?
Cmake
- Support SSE with other compilers than Clang (src/CMakeLists.txt)
- Visual C++ compiler flags? (CMakeLists.txt)
- Better test integration
Future Features
- Depend on physfs for easier file location management
- Depend on libcdio, use it to read original CDs or CUE/TOC/ISO images
- Add ability to play the FMVs. Format? VLC can play them!
- Cut TGA image reader, currently only used for menu background?!
- Need useful, always available image writer alternative for screenshots then