Sqeaky
Sqeaky
Research the possibility of creating a decoder for the MP3 encoding. If it's possible and legal, implement it.
Speex is a more common but older speech codec suitable for streaming voice. ( http://www.speex.org/ ) This would be nice but is secondary if Opus can be supported as per...
Implement Flac Audio Encoding ( https://xiph.org/flac/ ) Relevant Mailing list Entry: https://groups.google.com/forum/#!topic/mezzanine-dev/9nB_FkGxbWk
Implement Flac Audio Decoding ( https://xiph.org/flac/ ) Relevant Mailing list Entry: https://groups.google.com/forum/#!topic/mezzanine-dev/9nB_FkGxbWk
Currently getting optimal performance out of the FrameScheduler requires much experimentation or algorithms to be implemented in game code. The DAGFrameScheduler has all the metadata it should need to optimally...
Catch! will need a tool for creating levels. Currently we can hardcode levels in C++ or create parts of them in XML with a text editor. This will not do...