summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Quake: attempt 2duke3dFranklin Wei2018-02-11
* Add proper float formatting to vuprintfMichael Sevakis2018-02-08
* duke3d: remove debug codeFranklin Wei2018-02-07
* sdl: remove non-rockbox driversFranklin Wei2018-02-07
* sdl: fix freeze on startup on PP targetsFranklin Wei2018-02-04
* duke3d: clean up whitespace in game.cFranklin Wei2018-01-18
* duke3d: improve greylib supportFranklin Wei2018-01-18
* duke3d: misc stuff (DON'T PUSH)Franklin Wei2018-01-05
* sdl: support greylib video (untested)Franklin Wei2018-01-05
* sdl: clean up audio driverFranklin Wei2018-01-05
* duke3d: bump audio sample rate to 22.1KHzFranklin Wei2018-01-05
* Add a test_sdl pluginFranklin Wei2018-01-05
* duke3d: further optimize audio mixingFranklin Wei2018-01-05
* Enable semaphore objects unconditionallyFranklin Wei2018-01-05
* duke3d: unregister timer on exitFranklin Wei2018-01-05
* duke3d: enable for non-ARM targetsFranklin Wei2018-01-05
* duke3d: rewrite sound mixing to use fixed-pointFranklin Wei2017-12-26
* duke3d: use hardware FPU if availableFranklin Wei2017-12-26
* Revert "Support floating-point formatting"Franklin Wei2017-12-24
* duke3d: Credit the authorsFranklin Wei2017-12-24
* duke3d: restrict manual building to enabled targetsFranklin Wei2017-12-24
* duke3d: restrict targets to ARM onlyFranklin Wei2017-12-24
* fix red once moreFranklin Wei2017-12-24
* attempt to fix sysfont.h errorsFranklin Wei2017-12-24
* Undef potentially conflicting macros in stdio_compat.hFranklin Wei2017-12-24
* fix redFranklin Wei2017-12-24
* fix redFranklin Wei2017-12-23
* Port of Duke Nukem 3DFranklin Wei2017-12-23
* Support floating-point formattingFranklin Wei2017-12-23
* stdio compat layer for pluginsMarcin Bukat2017-12-23
* Buffering: Missed converting one case assuming const handle size.Michael Sevakis2017-12-19
* Fix error with action subsystem and custom context mappingWilliam Wilgus2017-12-18
* Buffering: Get rid of disabled code I have no intention of usingMichael Sevakis2017-12-17
* Remove buffering functions from plugin API.Michael Sevakis2017-12-17
* Get rid of useless playlist probing and fix up some data types.Michael Sevakis2017-12-17
* Fix last commitFranklin Wei2017-12-16
* Change button mappings in plugins/lib/keymaps.hFranklin Wei2017-12-16
* Fix big WTF when closing the current track.Michael Sevakis2017-12-15
* Get voice event out of playback.cMichael Sevakis2017-12-12
* Add a 32 byte read buffer to read_line.Michael Sevakis2017-12-12
* Buffering: Remove statically-sized path buffer from handle structMichael Sevakis2017-12-10
* buffering.c: Fix oopses with caching handle pointerMichael Sevakis2017-12-09
* Remove recursion from shrink_buffer()Michael Sevakis2017-12-09
* Fix yellow on hosted targets from c1a01beMichael Sevakis2017-12-09
* Playback: Move internal track list onto bufferMichael Sevakis2017-12-09
* Get test_codec synced with changes in 6c868ddMichael Sevakis2017-12-08
* Remove explicit 'enum codec_command_action' in codec APIMichael Sevakis2017-12-07
* Ensure ci is properly updated if seeking before track load completesMichael Sevakis2017-12-07
* Playback: C99-ize FOREACH_ALBUMART; make loop counter localMichael Sevakis2017-12-04
* Add a small 32-byte write buffer to fdprintf.Michael Sevakis2017-11-28