summaryrefslogtreecommitdiff
path: root/apps/plugins/sdl
AgeCommit message (Expand)Author
2021-06-28sdl: increase default worker thread size.Franklin Wei
2020-10-26LCD core move buf ptr and address look up function viewport structWilliam Wilgus
2020-10-26make the plugin API frambuffer agnosticMoshe Piekarski
2020-10-09codecs: Add support for the 'VTX' ZX Spectrum chiptunes format.Solomon Peachy
2020-08-02duke3d: allow playing with unofficial data filesFranklin Wei
2020-07-24plugins: More HAVE_BACKLIGHT cleanupSolomon Peachy
2020-07-22keyboard add ability to specify temporary custom layoutsWilliam Wilgus
2020-04-11SDL: Silence a large number of compile warnings (WIP)Solomon Peachy
2020-04-05Fix red introduced in 191ffe2.Franklin Wei
2020-02-01sdl: disable alignment trapFranklin Wei
2019-10-30wolf3d: change version to sharewareFranklin Wei
2019-10-07quake: clean up asm mixerFranklin Wei
2019-08-22sdl: Fix path substitution in log messages, fix game names in commentsVencislav Atanasov
2019-08-09quake: further optimize D_DrawSpans8Franklin Wei
2019-08-09quake: enable PQ_OPT5 (a fixed-point DrawSpans8)Franklin Wei
2019-08-09quake: merge the remaining Pocket Quake PQ_OPT changesFranklin Wei
2019-08-09quake: merge some fixed-point optimizations from PocketQuakeFranklin Wei
2019-08-08Introduce HW_SAMPR_MIN_GE_22 macroSolomon Peachy
2019-08-08sdl: document some pointer voodooFranklin Wei
2019-08-04sdl: fall back to minimum supported sample rate if 22 kHz is not supportedFranklin Wei
2019-08-04sdl: don't set alignment trap if < ARMv5Franklin Wei
2019-08-03quake: update readmeFranklin Wei
2019-08-03sdl: use mutex in printf()Franklin Wei
2019-08-03quake: synchronize Mod_LoadModel and S_LoadSoundFranklin Wei
2019-07-31sdl: Fixes for the SDL apps, so they support building simulator on WindowsVencislav Atanasov
2019-07-30quake: fix file loading errorsFranklin Wei
2019-07-30quake: add notification upon strange errorFranklin Wei
2019-07-30quake: fix race conditionFranklin Wei
2019-07-30sdl: forward-declare fscanf_wrapperFranklin Wei
2019-07-30quake: properly synchronize zone.cFranklin Wei
2019-07-29sdl: Remove platform-specific codeVencislav Atanasov
2019-07-29duke3d: remove unused filesFranklin Wei
2019-07-28sdl: gut OS/2, win32 code from SDL.cFranklin Wei
2019-07-28quake: add README with some notesFranklin Wei
2019-07-28sdl: gut non-Rockbox platform detection codeFranklin Wei
2019-07-27quake: cache files in memory to eliminate skipsFranklin Wei
2019-07-25sdl: fix video regression introduced by 5d05b9dFranklin Wei
2019-07-24quake: fix errorneous endian-correcting readsFranklin Wei
2019-07-21quake: fix unaligned accesses in model.cFranklin Wei
2019-07-21quake: pack structs which could potentially be unalignedFranklin Wei
2019-07-21quake: enable building Quake2Franklin Wei
2019-07-19Quake!Franklin Wei
2019-07-12wolf3d: allow entering in-game jukebox by holding fire buttonFranklin Wei
2019-07-10wolf3d: increase default viewport sizeFranklin Wei
2019-07-10wolf3d: write configs to /.rockbox/wolf3d instead of /.wolf4sdlFranklin Wei
2019-07-09wolf3d: fix FM OPL alignment bug in a cleaner wayFranklin Wei
2019-07-09sdl: fix buildFranklin Wei
2019-07-09wolf3d: add missing SOURCES.wolfFranklin Wei
2019-07-09Wolfenstein 3-D!Franklin Wei
2019-07-09sdl: silence audio driver debug outputFranklin Wei