summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2019-08-01xduoox3: Use correct LANG_DISK_NAME strings.Solomon Peachy1-0/+6
2019-08-01Make info screen properly multi-volume aware.Solomon Peachy2-98/+76
2019-07-31sdl: Fixes for the SDL apps, so they support building simulator on WindowsVencislav Atanasov6-0/+15
2019-07-30quake: fix file loading errorsFranklin Wei1-1/+9
2019-07-30quake: add notification upon strange errorFranklin Wei1-0/+3
2019-07-30quake: fix race conditionFranklin Wei2-7/+37
2019-07-30sdl: forward-declare fscanf_wrapperFranklin Wei1-0/+1
2019-07-30quake: properly synchronize zone.cFranklin Wei1-3/+77
2019-07-29Debug menu now show partitions on all drives, not just the first.Solomon Peachy1-1/+1
2019-07-29lua rocklib_img optimize functions with multiple checkint callsWilliam Wilgus2-68/+106
2019-07-29lua add demo scripts, atexit handler, gui_scrollbar_drawWilliam Wilgus21-22/+2358
2019-07-28pacbox: fix red and enable AI on all targetsFranklin Wei2-1/+5
2019-07-28Pacbox AIMoshe Piekarski2-23/+297
2019-07-29sdl: Remove platform-specific codeVencislav Atanasov49-2192/+54
2019-07-29duke3d: remove unused filesFranklin Wei25-7353/+0
2019-07-29lua: wrap thread_set_priority with #ifdef HAVE_PRIORITY_SCHEDULINGFranklin Wei1-0/+5
2019-07-28chessbox: Fixes and enhancementsSolomon Peachy5-83/+117
2019-07-28Use full_path_subst on more places, to avoid replacing the wrong occurrences inVencislav Atanasov2-5/+6
2019-07-28sdl: gut OS/2, win32 code from SDL.cFranklin Wei1-95/+0
2019-07-28quake: add README with some notesFranklin Wei1-0/+42
2019-07-28sdl: gut non-Rockbox platform detection codeFranklin Wei2-93/+4
2019-07-28Ninety-nine bugs on the wall, Fix one bug, pass it around, 101 bugs on the wa...Solomon Peachy1-1/+3
2019-07-28volume_ismounted is gated by HAVE_DIRCACHE rather than HAVE_MULTIVOLUMESolomon Peachy1-1/+1
2019-07-28Lua Add Emergency Garbage CollectorWilliam Wilgus21-68/+266
2019-07-28Show time, date, and recording directory in the info screenSolomon Peachy4-2/+172
2019-07-28lua remove unneeded plugin functionsWilliam Wilgus2-1/+18
2019-07-28robotfindskitten: clear message line before cinema sceneFranklin Wei1-1/+3
2019-07-27quake: cache files in memory to eliminate skipsFranklin Wei1-38/+103
2019-07-27Multiboot update manual entryWilliam Wilgus1-0/+4
2019-07-27Fix non aligned crashes with tlsfWilliam Wilgus1-1/+2
2019-07-25sdl: fix video regression introduced by 5d05b9dFranklin Wei1-10/+14
2019-07-25lua add sound_current, consolidate sound_ functionsWilliam Wilgus5-36/+184
2019-07-25Add sound_current to plugin apiWilliam Wilgus1-7/+0
2019-07-24quake: fix errorneous endian-correcting readsFranklin Wei3-19/+23
2019-07-24FS#12887: Fix playlist order after moving a track before currentSolomon Peachy1-2/+38
2019-07-21quake: fix unaligned accesses in model.cFranklin Wei3-119/+198
2019-07-21quake: pack structs which could potentially be unalignedFranklin Wei1-14/+15
2019-07-21quake: enable building Quake2Franklin Wei1-3/+3
2019-07-20Add speech feedback to imageviewer pluginSolomon Peachy2-16/+133
2019-07-20Move get_codepage_name() back out of #ifdef HAVE_LCD_BITMAPFrank Gevaerts2-8/+4
2019-07-20Don't have the inclusion of lang_enum.h depend on PLUGINFrank Gevaerts1-2/+0
2019-07-20FS#7705: Voice enable battery bench pluginSolomon Peachy2-0/+33
2019-07-20FS#7912: Voice enable the chessbox pluginSolomon Peachy4-35/+913
2019-07-20Move date/time strings out of RTC contextFranklin Wei44-4781/+2389
2019-07-20Fix build on non-RTC targets.Solomon Peachy3-118/+57
2019-07-20Increase set_time_screen() buffer size for hosted to keep the compiler happy.Frank Gevaerts1-0/+9
2019-07-20build: Fix puzzles build due to missing dependencySolomon Peachy1-1/+2
2019-07-20Plugin APIWilliam Wilgus2-200/+239
2019-07-20FS#7704 - Talk support for pluginsSolomon Peachy11-131/+562
2019-07-19Silence warning in stdio_compat.hFranklin Wei1-1/+1