summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Collapse)AuthorAge
* wolf3d: work on rebasing to GPL'd FM OPL emulatorwolf3dFranklin Wei2019-07-02
|
* Wolfenstein 3-D!Franklin Wei2019-07-02
| | | | | | | | | | | | | | | This is a port of wolf4sdl to Rockbox, via my SDL port. It *should* work on pretty much anything with a color display, but I have no idea since I haven't tested it. Place the original data files in /.rockbox/wolf3d/. Surprisingly even sound works (and doesn't sound like crap, either!). TODO (in no particular order): * decide whether or not to merge this (license issues) * flesh out manual entry (screenshots) Change-Id: I64c2ba035e0be7e2f49252f40640641416613439
* Fix reversal of "always/never" in "LCD setting > Sleep (After Backlight Off)"Sebastian Leonhardt2019-06-27
| | | | | | | The bug was introduced in a06d9c8. The patch also fixes some (more or less) related obsolete comments. Change-Id: I5e491d64574c37cdbc46b146d7cfc555d86b9a11
* Boomshine Fix rb.touchscreen_set_mode()William Wilgus2019-06-17
| | | | Change-Id: I5bc835f1e006ed923cf0b7a3fcf91d4e357913ed
* sdl: add pointer to wiki for docsFranklin Wei2019-06-16
| | | | Change-Id: I6e87658351f32d3c40d9ca2b635ae2f654fdd3aa
* sdl: prevent simulator build from using pthreadsFranklin Wei2019-06-16
| | | | | | | | The simulator build will pull in the host SDL headers, which we can't filter out easily. A simple workaround is to simply remove the pthread include from our SDL. Change-Id: I09de0f2e85b891aa88958e21426ab450af516e76
* Fix IRAM overflow introduced in 7a8c9daf7efMarcin Bukat2019-05-31
| | | | | | | | | There is no easy way to determine iram available for test_mem plugin and PLUGIN_BUFFER_SIZE is definitely wrong. Restore previous IRAM buffer sizing Change-Id: Ia563efd46497438c111efc8d7d2bf65904ca9847
* Work around DX90 compile errorFranklin Wei2019-05-15
| | | | Change-Id: I80751a41d0711c52558ba198c22d1f012998302c
* puzzles: refactor rockbox frontendFranklin Wei2019-05-15
| | | | | | Cleaned up a bit of copy-pasted code and added some useful comments. Change-Id: I9a6f37acbeeda58b3ea8c65ee96230372400f323
* puzzles: resync with upstreamFranklin Wei2019-05-15
| | | | | | | | | This brings the puzzles source to upstream commit e2135d5. (I've made my own changes on top of that.) This brings in a couple bugfixes and a new solver for Dominosa. Change-Id: I11d46b43171787832330a5e2e0d2f353f36f727d
* Fix REMOTE_CONTEXT failureWilliam Wilgus2019-04-22
| | | | | | | IRC user <sazmap> brought an error in the action system to my attention the REMOTE_CONTEXT flag should be added if any remote button is pressed Change-Id: Ie3aab97cf835eab108d4b2bdcd8464fcd649da42
* Fix skin_engine.c Album Art never dealloc'd on theme changeWilliam Wilgus2019-02-26
| | | | | | | | Patch from forum user Chris_s http://forums.rockbox.org/index.php/topic,52708.0.html Change-Id: I29f8702ced300d1dc90dfa0e8baa609b9051903e
* YH-820: prohibit to change time/date on some hardware versionsSebastian Leonhardt2019-02-07
| | | | | | | This patch will autodetect these players, where setting the time/date would leave the player in an unusable state. Change-Id: I0579610ce7c10152ace27bb9c06cf6cb2aab8052
* Fix tree.c static allocation detection during buffer moveWilliam Wilgus2019-02-07
| | | | Change-Id: I170177ff331f33961863eff0dd3ba5c570a3961d
* pitchscreen: Fix compile on HWCODEC players.Solomon Peachy2019-02-04
| | | | Change-Id: Iffb7018e935e017baf84ddc8e742270f82b996ab
* Fix minor issues introduced in fe95127 (Playlist playing time)Solomon Peachy2019-02-04
| | | | | | | * Custom statusbars inappropriately overwriten * Off-by-one error displaying playlist position. Change-Id: I08df67110fab97ed213c53e8fa86d386367cd6be
* Add speech feedback in pitchscreenSolomon Peachy2019-02-03
| | | | | | Patch by Igor Poretsky Change-Id: I8828cefdb3346a25071fba0afff2c9d3bca440a1
* rocker: Correct a bad keymap in the bookmark screenSolomon Peachy2019-02-03
| | | | | | Bascially made it impossible to back out of the screen. Change-Id: Ied8a956d8be8c987d3695e1163bc44a0866a0bd9
* FS#12353: For car adapter mode, make delay before resuming configurableSolomon Peachy2019-02-03
| | | | | | | Original patch by Stanislav Chizhik Udpated by Igor Poretsky & myself Change-Id: I472d4852ac25885658245f077723e4c98b9ad9b8
* blackjack: various fixesSebastian Leonhardt2019-02-01
| | | | | | | | | | - fix double down wins/looses too much money - fix splitting doubles lost/won amount of first split - fix insurance pays out too litle - fix splitting allows to overdraw account - fix insurance allows to overdraw account Change-Id: Ib58954d6b960fb2a78f5b4d29496974b7c58fb65
* FS6338: Playlist playing timeSolomon Peachy2019-01-31
| | | | | | | Originally by Stephane Doyon. Updated by Alex Wallis, Igor Poretsky, and myself. Change-Id: I15a06f7774c886cefd9c2cb93230d67de3e5f9a9
* FS#10311 -- Add beep when navigating to beginning or end of list.Solomon Peachy2019-01-31
| | | | | | | Originally by Stephane Doyon. Updated by Alex Wallis, Igor Poretsky, and myself. Change-Id: I996f18043bd3377d5aeaf65f4290250ea2a6832b
* FS#13169: Initial Flemish translation from Nathan FollensSolomon Peachy2019-01-25
| | | | Change-Id: I80607bc3ac0887b2cd28dbf2aaa487f8829a7810
* FS#13168: Updated Dutch translation from Nathan FollensSolomon Peachy2019-01-25
| | | | Change-Id: If36420329cbb67dc5b40b10bcd03e295cf0418f6
* lua rewrite boomshineWilliam Wilgus2019-01-24
| | | | | | | | | | | | | | rewrite the logic of boomshine to make it more difficult especially small screens rewrite of the game engine to make memory usage more consistent throught the level and decrease overall memory usage this also removes most of the stuttering in play Add test of device speed this should improve very slow devices but the threshold might still need tweaked Change-Id: I49f5269c69405f6b6060ab18f52c96e3f69ebb14
* FS#13170: Updated Greek translation from Constantine MountantonakisSolomon Peachy2019-01-24
| | | | Change-Id: Icfe116d72fd7c73d2ec1b18ffcc294052b7d5159
* Add HAVE_LINEOUT_DETECTION to features.txtSolomon Peachy2019-01-12
| | | | Change-Id: I164ed8c1a8135cb051e3342b20e474cc798f3c38
* Add F_BANFROMQS to Advanced Keylock and Blacklight ExemptionsWilliam Wilgus2019-01-08
| | | | | | Both had 'Enabled' showing up a Add to Quick Screen option Change-Id: Ief48a4d0ea2a473704a9a42d5863f1451dbfc6af
* Fix potential buffer overflow in settings.cWilliam Wilgus2019-01-08
| | | | Change-Id: Ie8953e3ffc5188685f1ea056863bfbdb817080a7
* Add HAVE_LINEOUT_DETECTION and associated logicSolomon Peachy2019-01-04
| | | | | | | | | This allows targets to automatically switch audio settings when the line out is plugged/unplugged. Only hooked up on the xDuoo X3, but there are other potential users. Change-Id: Ic46a329bc955cca2e2ad0335ca16295eab24ad59
* playlist.c suppress playlist access error on usb plugWilliam Wilgus2019-01-04
| | | | Change-Id: I6bf446ecb17f5526c2f37158e672f06a5435f5a9
* FS#11711: Add ability to create bookmark from WPS hotkeySolomon Peachy2019-01-02
| | | | | | | Original patch Michael Gentry Updated by Igor Poretsky Change-Id: Id0fd67d2b2f6c257e3cbbe9bfda5c0eace5caca5
* Fix compile wanings in pacbox and invadrox introduced in d4942ccSolomon Peachy2019-01-02
| | | | Change-Id: I5d599d4b25207dcf03ed3f4be76d10907d36a99b
* Add Xuelin iHIFI 770/770C/800 supportSolomon Peachy2019-01-02
| | | | | | | Taken from the xvortex fork (Roman Stolyarov) Ported, rebased, and cleaned up by myself. Change-Id: I7b2bca2d29502f2e4544e42f3d122786dd4b7978
* Updated Czech translationSolomon Peachy2019-01-01
| | | | | | Taken from Igor Poretsky's tree Change-Id: Ia0b5644849b02a92294beb04d3e361388d98c7f5
* Keymap improvements for the xDuoo X3Solomon Peachy2019-01-02
| | | | | | | | | | | | | - Synchronized with actual state of Vortex version in general. - Playback resume has been moved to the Power button. - Option button acts identically in most contexts: main menu on short press and quickscreen on long press. - Defined A-B repeat mode control buttons. - Level change action in chessbox has been moved to the volume down button. (Patch by Igor Poretsky) Change-Id: I48046ff123d2bccdc0d0c4ed8b088e2053aefa5e
* FS#7814 - Enable RTC Alarms on H300, X5, and M5Solomon Peachy2018-12-25
| | | | | | | | Original patch by Alexander Spyridakis Modified by Steve Bavin and Igor Poretsky Keymap fixes by Marianne Arnold Change-Id: I5a252d97d2b05c533e048931f7354f4261f76499
* Fix lua helpers -- supress line markers in preproc source generation scriptsWilliam Wilgus2018-12-24
| | | | | | | | | | | | | In newer builds line markers prevent lua helper scripts from grabbing some inputs especially _bool This patch adds the -P switch Inhibit generation of linemarkers in the output from the preprocessor. This might be useful when running the preprocessor on something that is not C code, and will be sent to a program which might be confused by the linemarkers. Change-Id: I66c3b099729f6651300f9fcf4670533a20cc90c1
* Clean up a wanring with the updated turkish translation on ZEN targets.Solomon Peachy2018-12-24
| | | | Change-Id: I7dcbd00a084e05e15ba09c3b65cabd33ac71e7f4
* FS#13043: Updated Hungarian translationSolomon Peachy2018-12-24
| | | | | | (Thanks to Gergely Békési) Change-Id: Ib56417794cbcd693324419710c370779b2fcf954
* FS#13144: Updated Dutch translationSolomon Peachy2018-12-24
| | | | | | (Thanks to Nathan Follens) Change-Id: I9b000cf7e7294c3dc750a72577ca7c1d2f04e659
* Credits: Add Roman Levkin-TaymenevSolomon Peachy2018-12-24
| | | | | | (Updated Russian Translation) Change-Id: I88150c897d9facf566beff38e5a0c863d5256c0c
* Handle SYS_POWEROFF event in recorder and chessbox pluginsSolomon Peachy2018-12-23
| | | | | | Credit to Igor Poretsky Change-Id: I151d3511b9cee269190d87df7fa7dd355aaafc9b
* Do not touch FM tuner when it is turned offSolomon Peachy2018-12-24
| | | | | | Credit to Igor Poretsky Change-Id: Ie9e61740f87f3b56d0b602cd431757262a6ed808
* FS#13148: Considerably updated Turkish translationSolomon Peachy2018-12-23
| | | | | | (Thanks to Malik Safak) Change-Id: I21339b331ad8c6ca975f23cd98041426acf8961f
* FS13137: Update Polish translationSolomon Peachy2018-12-23
| | | | | | (Thanks, Adam Rak!) Change-Id: I39aa0d9eb265827a5dcd05943a2c0abbb9f81fa8
* FS#13162: Update French translationSolomon Peachy2018-12-23
| | | | | | (Thanks Guinness) Change-Id: Ia978b26744ba7d97393d1b87b6704690e39e8ccd
* FS#13165: Updated Russian translationSolomon Peachy2018-12-23
| | | | | | (Thanks, Roman!) Change-Id: I270ed16fa899d1ec69dddb1d783e5c37b08af838
* AAC bitstream format files supportSolomon Peachy2018-12-22
| | | | | | | | Files with extension "aac" in ADTS or ADIF format are now playable. Full credit goes to Igor Poretsky. Change-Id: I413b34e15e5242fea60d3461966ae0984080f530
* Czech translation update from Marek SalabaSolomon Peachy2018-12-22
| | | | Change-Id: I45304719e3c5f9c6e9aa92347d1ba9b483431a54