summaryrefslogtreecommitdiff
path: root/apps/plugins (follow)
Commit message (Collapse)AuthorAge
...
* | Merge branch 'master' into workingFranklin Wei2016-07-03
|\ \ | |/
| * Fix endianness handling for sha1 (used by the otp plugin)Frank Gevaerts2016-06-28
| | | | | | | | Change-Id: I408d88d984f9026539c2d1bc2a9608243802c152
* | fixFranklin Wei2016-06-16
| | | | | | | | Change-Id: I0fc37aa98d68ba3ad70c2e510a1d5c9e929503e7
* | fixFranklin Wei2016-06-15
| | | | | | | | Change-Id: I72d59bb654920b17b031c870f73e8209f9b0cb28
* | Merge branch 'otp' into workingFranklin Wei2016-06-15
|\ \ | | | | | | | | | Change-Id: Ieeaae330e8330189e87ee6726848178d0b9934e7
| * | OTP plugin: new features, cleanupFranklin Wei2016-06-15
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * "Type Code" feature * Export feature * Encryption feature (AES128-CTR) * Refactor menus * Should be backwards-compatible with old versions * Some code by Amaury Pouly * Adds tiny-AES128-c to plugins/lib * Security might need to be reviewed before merge Change-Id: Ie333e429364124fda312e1da01730fe516adffa5
* | fix otpFranklin Wei2016-06-14
| | | | | | | | Change-Id: If43788997d79f6cb805a8a9a8404300bd0851938
* | Merge branch 'ptable_new' into workingFranklin Wei2016-06-14
|\ \
| * | Add tentative new element names, IUPAC approval expected around NovemberFranklin Wei2016-06-14
| |/ | | | | | | Change-Id: I40adb1adb27894b15d3bc3a2388bd2059e75636e
* | FixFranklin Wei2016-06-14
| | | | | | | | Change-Id: I0def5ee506bc3c5fff97bcd8f6b3d228f2503822
* | OTP workFranklin Wei2016-06-14
| | | | | | | | Change-Id: I36bf75218e8e032e6dbb67792c4f2ff40ceaadc3
* | thingsFranklin Wei2016-06-14
| | | | | | | | Change-Id: I07e78d46d1d9bcb77a33c066949e76342fde6882
* | Merge branch 'xrick' into workingFranklin Wei2016-06-13
|\ \ | | | | | | | | | Change-Id: I28cec154ef75cc5531f6b75295a4d4c3446e455a
| * | added xrick gameSebastian Leonhardt2016-06-13
| |/ | | | | | | | | | | | | | | | | | | original xrick code by 'BigOrno' at: http://www.bigorno.net/xrick/ Rockbox port, plus bugfixes at: https://github.com/pierluigi-vicinanza/xrick Change-Id: Id83928bc2539901b0221692f65cbca41389c58e7
* | Merge branch 'xworld_deterministic' into workingFranklin Wei2016-06-13
|\ \
| * | fixFranklin Wei2016-06-13
| | | | | | | | | | | | Change-Id: I9378a2d17fda5b8734d27a68f37036ec59127a0b
* | | Merge branch 'otp' into workingFranklin Wei2016-06-13
|\ \ \
| * | | OTP plugin: add typing code over USBFranklin Wei2016-06-13
| | |/ | |/| | | | | | | | | | | | | * some code by pamaury Change-Id: Ie333e429364124fda312e1da01730fe516adffa5
* | | Merge branch 'xworld_deterministic' into workingFranklin Wei2016-06-13
|\ \ \ | | |/ | |/|
| * | XWorld: make the random seed constant to pass the code wheelFranklin Wei2016-06-13
| |/ | | | | | | Change-Id: I32f1cbca28fca977dcede1b1829013fc8611df33
* | move amazeFranklin Wei2016-06-10
| | | | | | | | Change-Id: I8367ec404811243a1a5f6b805272f8e169009416
* | Merge branch 'wikiviewer' into workingFranklin Wei2016-06-10
|\ \
| * | FS#4755: Wikiviewer pluginFranklin Wei2016-06-10
| |/ | | | | | | | | | | | | * Import of Avi Eisenberg's latest patch (dated May 27 '13) * Probably not mergeable due to copyright issues Change-Id: I5a0c2879bc0947ef506eaab48d470b04afb7a870
* | Merge branch 'infones' into workingFranklin Wei2016-06-09
|\ \
| * | InfoNES - FS#2911 - NES Emulator for Color Targets (WIP)Benjamin Brown2014-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the source from a patch file available from the comments section of FS#2911. Not much to comment about, fixed up some files to make it compile against current git master as of (1/9/14). * Compiles without warning or error * Loads and runs .nes files * The sound is awfully awful sounding TODO: * Keymaps * Rotate screen setting * Fix awful sound Change-Id: Idb9a20fbee63a4e2ab001b3185f5a6118ed0afe9
* | | Merge branch 'xracer' into workingFranklin Wei2016-06-09
|\ \ \ | | | | | | | | | | | | Change-Id: I094317012ad60ab359b080d5c8de931c015ca5bc
| * | | [WIP] XRacer - a racing gamexracerFranklin Wei2015-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plan: ----- A simple racing game like Pole Position or Enduro. Status: ------- - Currently generates a random road and scrolls through it - Random road generation (curves and hills) - Supports loading of maps from a file ("/output.xrm") - Sample map at http://a.pomf.se/ynhlwq.xrm Todo: ----- - Convert to fixed-point math in all places (only one place left!) - Improve/fix track looping - Improve random road generation to start and end at the same height - Finish sprite code - Make sprites - Game-ify! What's new: ----------- - NEW: uses greylib on low-depth targets! - Loadable maps implemented, UNTESTED! - Sprites in progress (see render() in graphics.c) Change-Id: Ia2ff60b3c43d9f2e3a4f63e0ad90d2cb571c605e
* | | | fixFranklin Wei2016-06-09
| | | | | | | | | | | | | | | | Change-Id: I0e4562f40ba712504c3fa1613c6cfc82f6dd9c5e
* | | | fix mergeFranklin Wei2016-06-09
| | | | | | | | | | | | | | | | Change-Id: I438de7c238829410e03fc431e1c98f7150210e0d
* | | | Merge branch 'piezo' into workingFranklin Wei2016-06-09
|\ \ \ \ | | | | | | | | | | | | | | | Change-Id: Ifff00687264e942201d1f47212e07c45b6197eba
| * | | | Added piezo functions to plugin API, as well as some demo pluginsFranklin Wei2014-09-18
| | | | | | | | | | | | | | | | | | | | Change-Id: I3e51cc2ac3f408994f690ed6c24da33bf26a0608
* | | | | Merge branch 'clicker' into workingFranklin Wei2016-06-08
|\ \ \ \ \
| * | | | | Clicker - A not-so-simple counting appFranklin Wei2014-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | You can count up to 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 with this plugin! Change-Id: Ib51341d911277284435b1c4c71838be42593b5c4
* | | | | | Merge branch 'amaze' into workingFranklin Wei2016-06-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Change-Id: I341f24a7100309d2418e52837719cc8663177faa
| * | | | | | FS#8647: Amaze - 3D maze game pluginFranklin Wei2014-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - update to build against latest Git - cleanup (whitespace, indentation) - fixed old PLA handling - update indentation/curly brace style - improve load/save mechanism Change-Id: Ic84d98650c1152ab0ad268b51bd060f714ace288
* | | | | | | Merge branch 'annoyatron' into workingFranklin Wei2016-06-08
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Fixed conflictFranklin Wei2014-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie5ff414d78bdd1d141d5c34b26e13d4576286ecd
| * | | | | | Added annoy-a-tron clone using piezoFranklin Wei2014-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4ce6538bd349b5c408745e7539a902c5062a108e
* | | | | | | One-Time Password client (HOTP and TOTP)Franklin Wei2016-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implements RFC 4226 (HOTP) and RFC 6238 (TOTP) * Adds sha1.c to apps/plugins/lib (orignally tools/hmac-sha1.c) * See manual entry for more information Change-Id: Ia4a4031b29f97361b541e71438aa7f3ea82212f2
* | | | | | | Manually unboost if not using boost in test_codecMichael Giacomelli2016-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Right now GUI boost interfers with test_codec running unboosted by varying the CPU frequency. This at least makes it more consistent if run without user input. Change-Id: I121615098d6bd72ccd13c4e665cc2e4d45d7b58c
* | | | | | | Plugin 2048: Optimize for 128x96 screenSebastian Leonhardt2016-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I47c2d857fbf9e53696e005b075d8a6f041738fe3
* | | | | | | Align test_disk buffer for DMA.Boris Gjenero2016-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some targets can only use storage DMA if the memory location is storage aligned. The required alignment can be more strict than word alignment, which was used previously. This change ensures that aligned transfers in test_disk can use DMA. Change-Id: I605b4d57f9e9c04920587017032f14449645693a
* | | | | | | Fix FS#12981 JPEG decoding problem when entropy data starts with FFBoris Gjenero2016-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes JPEG fill and invalid byte handling to be like mozjpeg, and bases entropy data start on SOS marker location. Thanks to Stefan Waldmann and Dean Tersigni for reporting. Change-Id: I3c79cc6ac8d714fdc75c12b57ba427d611c99519 Chaange-Id: Ibc7c17d38d5be63642bdaf6adfd6acc2a6cf4450
* | | | | | | lua: don't include rockbox-specific libc headers for the button helper tool.Frank Gevaerts2016-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the "implicit declaration of function 'printf'" warning Change-Id: I97d247bcab26ddba4d22e0fd19af45fdb47b8cce
* | | | | | | A better fix than b58b9c2.Frank Gevaerts2016-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I misunderstood the code a bit when I committed b58b9c2. The read_char_no_whitespace() probably have to be done. Change-Id: I024420149a04dbeed4d714795282bb7f88a8e1da
* | | | | | | Remove clearly broken error checking, as pointed out by newer gcc.Frank Gevaerts2016-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that the error checking is probably useful if done correctly, but I have no way to test this, so just removing the offending code is the only way forward. Thanks to the fairly creative bug, the code did nothing at all anyway. Change-Id: Ifeef57202f31e842ca1befa331f8b34e1c76757c
* | | | | | | Replace SAMSUNG_YH920_PAD with YH92XSebastian Leonhardt2016-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | seems more logical to me, and is more consistent, since "SAMSUNG_YH92X_PAD" is already used in the tex files. Change-Id: Ie9a9d850ea86155a7dcf86c88a22a420a10a3837
* | | | | | | Plugin 2048: optimize small tilesSebastian Leonhardt2016-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change 12x12 and 22x22 sized tiles to hand-optimized ones with better readibility :) Tile values >= 1024 are abbreviated to "1k", "2k" etc. Change-Id: I15f4649b20442b71027a3b1564bc51c7e72105ce
* | | | | | | Plugin Frotz: Match keymap and manualSebastian Leonhardt2016-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change source to match manual description: use UP key to open virtual keyboard. Change-Id: I5c6ffc356db42f305c918053c31a9595bf0dc3ac
* | | | | | | Samsung YH820/92x keymap bugfixesSebastian Leonhardt2015-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch fixes some (mostly small) plugin issues with the "big" YH-keymap patch (a507b). Only one fix affects the main keymaps (virtual keyboard "DONE" now exits after long key /release/ instead of long button /press/). Change-Id: Id34f925ebfa97ae4974cd9405fbe1fee4f597833