Jump to content

SoC Ideas: Difference between revisions

From NikiWiki
Shana (talk | contribs)
No edit summary
Martini (talk | contribs)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The main SoC page is here [[SoC]]
The main SoC page is here -> [[SoC]]


Please add your ideas to this list, keeping in mind that they should be doable in a 3-month time period. They might be complete implementations, or a needed module, or anything, really.
Please add your ideas to this list, keeping in mind that they should be doable in a 3-month time period. They might be complete implementations, or a needed module, or anything, really.
Line 5: Line 5:


== Ideas for the Voyager Project ==
== Ideas for the Voyager Project ==
=== Triton specific tasks ===
* Create a *nix part of the Triton Porting Layer, so Triton will be compilable on *nix
* The current Triton code compiles with OpenWatcom. Make it so that it can be compiled with GCC.
* Create OGG Vorbis plugins (OGG demuxer, Vorbis decoder)
* Improve the AudioMixer to support reverse playback, to utilize MMX/SSE where possible and to remove its audio format restrictions.
[[Category:Ideas]]

Latest revision as of 00:03, 18 July 2017

The main SoC page is here -> SoC

Please add your ideas to this list, keeping in mind that they should be doable in a 3-month time period. They might be complete implementations, or a needed module, or anything, really.


Ideas for the Voyager Project

Triton specific tasks

  • Create a *nix part of the Triton Porting Layer, so Triton will be compilable on *nix
  • The current Triton code compiles with OpenWatcom. Make it so that it can be compiled with GCC.
  • Create OGG Vorbis plugins (OGG demuxer, Vorbis decoder)
  • Improve the AudioMixer to support reverse playback, to utilize MMX/SSE where possible and to remove its audio format restrictions.