Commit graph

7 commits

Author SHA1 Message Date
Hannes Mann 04026967c4 Mostly complete audio decoding
* OpenRayman can now fully decode .apm (Ubisoft? IMA ADPCM) audio used by Rayman 2 for music.
* APM audio is fully preseved and encoded into FLAC audio to ease editing with external programs (e.g. Audacity)
* Support for .bnm (audio banks with PCM and IMA ADPCM audio) is underway. This is only commited to get the online GitHub repo up to date.
* The data extractor is now threaded (not fully, it simply runs linearly in another thread)
* The data extractor now has a GUI progress dialog showing some information to the user (IProgressDialog on Win32, GTK3 on Linux)
* Various minor changes and bugfixes
2016-08-14 22:33:53 +02:00
Hannes Mann bd79221104 Improve Android activity 2016-07-26 06:56:58 +02:00
Hannes Mann 961a144d46 Add a basic game controller and basic GL wrappers. 2016-07-26 05:52:46 +02:00
Hannes Mann f5f3044a26 Fix windows support 2016-06-16 00:56:11 +02:00
Hannes Mann becce1b1f2 Remove build_win
oops
2016-06-13 00:19:33 +02:00
Hannes Mann 56fda34225 Copy data directory into binary directory 2016-06-11 21:19:43 +02:00
Hannes Mann 68bb73bda5 Add .gitignore 2016-06-11 02:42:03 +02:00