User:Dahnielson/.plan
(Difference between revisions)
Dahnielson (Talk | contribs) m |
Dahnielson (Talk | contribs) m |
||
Line 19: | Line 19: | ||
** Option 1: Need to write an Android app that loads the MaratisPlayer lib via JNI | ** Option 1: Need to write an Android app that loads the MaratisPlayer lib via JNI | ||
** Option 2: Or just go native and write the whole app in C++ | ** Option 2: Or just go native and write the whole app in C++ | ||
+ | ** Add build for OUYA as option | ||
* Dependencies: | * Dependencies: | ||
** <span style="text-decoration: line-through;">Replacing DevIL with "native" image loaders (we already have libjpeg and libpng as dependencies)</span> done! | ** <span style="text-decoration: line-through;">Replacing DevIL with "native" image loaders (we already have libjpeg and libpng as dependencies)</span> done! | ||
Line 26: | Line 27: | ||
** <span style="text-decoration: line-through;">Replacing OpenAL with OpenAL-Soft</span> done! | ** <span style="text-decoration: line-through;">Replacing OpenAL with OpenAL-Soft</span> done! | ||
** Look into LuaJIT | ** Look into LuaJIT | ||
+ | ** Switch to SDL2 (to get force feedback, game controllers and simplify cross-platform support) | ||
* Build system: | * Build system: | ||
** Test CMake build system with Visual Studio | ** Test CMake build system with Visual Studio | ||
** Create a crosscompiled MinGW build for Windows | ** Create a crosscompiled MinGW build for Windows | ||
** Add regression tests | ** Add regression tests | ||
+ | * Assorted ideas: | ||
+ | ** Profiler | ||
+ | ** AI engine infrastructure | ||
+ | ** Navmesh (via Recastnavigation) | ||
+ | ** Console/CVars/Commands | ||
+ | ** Entity scheduling (like in Quake/Source) | ||
+ | ** Networking (via ENet) | ||
+ | ** Automatic LOD (like in Torque3D) | ||
+ | ** Terrain | ||
+ | ** Water |
Revision as of 23:23, 23 February 2014
- Read all topics in all sections of the forum:
- Engine section done!
- Off-topic section done!
- Editor section done!
- News section done!
- Get more content into wiki
- Create an Android build:
- Bullet done!
- FreeType done!
- Lua done!
- With a small patch, updating to latest version will not fix the problem.
- NPK done!
- With a small patch to current version, should be updated to latest version instead.
- TinyXML done!
- MaratisCommon done!
- MaratisOpenGLES done!
- MaratisWavSound done!
- Need to build the MaratisPlayer as a shared lib
- Option 1: Need to write an Android app that loads the MaratisPlayer lib via JNI
- Option 2: Or just go native and write the whole app in C++
- Add build for OUYA as option
- Dependencies:
- Replacing DevIL with "native" image loaders (we already have libjpeg and libpng as dependencies) done!
- Loading precompressed ST3C textures (DDS files) directly.
- Replacing libsndfile with "native" sound loaders using libogg, libvorbis and libvorbisfile done!
- Look into streaming playback of ogg vorbis and ogg theora files.
- Replacing OpenAL with OpenAL-Soft done!
- Look into LuaJIT
- Switch to SDL2 (to get force feedback, game controllers and simplify cross-platform support)
- Build system:
- Test CMake build system with Visual Studio
- Create a crosscompiled MinGW build for Windows
- Add regression tests
- Assorted ideas:
- Profiler
- AI engine infrastructure
- Navmesh (via Recastnavigation)
- Console/CVars/Commands
- Entity scheduling (like in Quake/Source)
- Networking (via ENet)
- Automatic LOD (like in Torque3D)
- Terrain
- Water