summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Collapse)AuthorAge
* Merge branch 'puzzles' into workingworkingFranklin Wei2016-11-27
|\ | | | | | | Change-Id: I68d0d0820a30054ee67a71f36bddb6b55615b2e6
| * [WIP] Port of Simon Tatham's Puzzle CollectionFranklin Wei2016-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original revision: 5123b1bf68777ffa86e651f178046b26a87cf2d9 MIT Licensed. Some games still crash and others are unplayable due to issues with controls. Still need a "real" polygon filling algorithm. The following games are at least partially broken for various reasons: Cube: failed assertion with "Icosahedron" setting Keen: input issues Mines: weird stuff happens on target Palisade: input issues Solo: input issues, crash on target (stack overflow maybe?) Towers: input and drawing issues Undead: input issues Unequal: input and drawing issues Untangle: input issues Change-Id: I7c69b6860ab115f973c8d76799502e9bb3d52368
* | fixFranklin Wei2016-11-24
| | | | | | | | Change-Id: I6f1e11867dd1633848170fbf7d5073e943e5b629
* | Merge branch 'puzzles' into workingFranklin Wei2016-11-24
|\ \
| * | [WIP] Port of Simon Tatham's Puzzle CollectionpuzzlesFranklin Wei2016-11-24
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original revision: 5123b1bf68777ffa86e651f178046b26a87cf2d9 MIT Licensed. Some games still crash and others are unplayable due to issues with controls. Still need a "real" polygon filling algorithm. The following games are at least partially broken for various reasons: Cube: crash with certain settings Galaxies: crash Inertia: crash Keen: input issues Loopy: weird stuff happens Map: crash on input Mines: weird stuff happens on target Palisade: input issues Signpost: crash on input Solo: input issues Towers: input and drawing issues Train Tracks: drawing issues Twiddle: weird animation on target Undead: input and drawing issues Unequal: input and drawing issues Untangle: input issues All in all, about 40% of the games are at least partially broken. Change-Id: I7c69b6860ab115f973c8d76799502e9bb3d52368
* | mergeFranklin Wei2016-11-24
| | | | | | | | Change-Id: I1c02ad0476eb055eac78ecf717dbff07510ceef7
* | Merge branch 'puzzles' into workingFranklin Wei2016-11-24
|\ \ | | | | | | | | | Change-Id: I66c3920266e141767b776203e0c4f0076260dadc
| * | [WIP] Port of Simon Tatham's Puzzle CollectionFranklin Wei2016-11-24
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original revision: 5123b1bf68777ffa86e651f178046b26a87cf2d9 MIT Licensed. Some games still crash and others are unplayable due to issues with controls. Still need a "real" polygon filling algorithm. The following games are at least partially broken for various reasons: Cube: crash with certain settings Galaxies: crash Inertia: crash Keen: input issues Loopy: weird stuff happens Map: crash on input Mines: weird stuff happens on target Palisade: input issues Signpost: crash on input Solo: input issues Towers: input and drawing issues Train Tracks: drawing issues Twiddle: weird animation on target Undead: input and drawing issues Unequal: input and drawing issues Untangle: input issues All in all, about 40% of the games are at least partially broken. Change-Id: I7c69b6860ab115f973c8d76799502e9bb3d52368
| * Add circle drawing/filling to xlcdFranklin Wei2016-11-20
| | | | | | | | Change-Id: I5d28ade42145d9d82babcf62c0db7948927cafec
| * XWorld: some fixesFranklin Wei2016-11-19
| | | | | | | | | | | | | | | | | | | | | | Fixes sound on most platforms, original root cause was bad menu code as well as DMA callbacks taking too long. Worked around with smaller chunk sizes. Permanent fix would include moving mixing out of the callback. Rewrites input with code from rockboy/doom. Cherry-picks a change from Gregory Montoir's `rawgl' to patch the code wheel screen. Finally, adds a motion blur filter on select targets. Change-Id: I8df549c923c5075800c6625c36c8202e53de1d27
* | remove debug macroFranklin Wei2016-11-19
| | | | | | | | Change-Id: I1bf6ecc5bb5275fd4addd3fdb62a89df441afe81
* | Merge branch 'picotts' into workingFranklin Wei2016-11-19
|\ \ | | | | | | | | | Change-Id: Ie7797ea3dd9cae4ee7f83da8031fad9695109693
| * | Port of picoTTSMarcin Bukat2016-11-19
| |/ | | | | | | | | | | | | | | | | | | | | | | | | !!! This is work in progress !!!! Original sources of library taken from android tree: https://android.googlesource.com/platform/external/svox/+/master/pico/lib/ The license is Apache2 which is rather permissive. So far I tested this with english text in simulator. Change-Id: Ia597987edc969eba04f91c5755dd297fd3037a95
* | motion blur, etcFranklin Wei2016-11-19
| | | | | | | | Change-Id: Iab5b232d0b8e664c710a1bd6145edae16e261a64
* | Merge branch 'xworldfix7' into workingFranklin Wei2016-11-15
|\ \ | | | | | | | | | Change-Id: Ib64bdc349194f14802c3e669eb376bd9619f0d26
| * | XWorld: some fixesFranklin Wei2016-11-15
| |/ | | | | | | | | | | | | | | | | | | | | | | | | Should fix sound on most platforms... right now the main issue is the mixer callback taking too long and causing the DMA to hang or crash on some systems. Worked around for now with small chunk sizes, permanent fix would involve moving mixing totally out of the callback. Also rewrites input code with code taken from rockboy which was also used in doom, which finally makes it possible to beat the first level! Finally, cherry-picks a change from Gregory Montoir's `rawgl' to always succeed on the code wheel verification. Change-Id: I8df549c923c5075800c6625c36c8202e53de1d27
* | final fixesFranklin Wei2016-11-15
| | | | | | | | Change-Id: Ia9143508c90f1c4be8018c801038ea751c1d4cb3
* | fix some minor stuffFranklin Wei2016-11-11
| | | | | | | | Change-Id: If9e846be4c03c0f61c5813fc3522aa472a70fbc2
* | bypass protection worksFranklin Wei2016-11-07
| | | | | | | | Change-Id: I5faeed8e94af065ae51437dc36d7f48a03acad54
* | less selective boostFranklin Wei2016-11-06
| | | | | | | | Change-Id: I3ce3f7d5c8cab0c01ef45c692acd174a2a8b3fff
* | Revert "boost selectively"Franklin Wei2016-11-06
| | | | | | | | This reverts commit 173d9fb38b029122e85610a69334ddb44107bd78.
* | Merge branch 'master' into workingFranklin Wei2016-11-06
|\ \ | |/ | | | | Change-Id: Iad54233a3575c0117f88ce7a1e89bfa639760f63
| * pdbox: fix bug shown by new gcc warningFrank Gevaerts2016-10-12
| | | | | | | | Change-Id: Ife308a3090f9bc62f2e98d2d979fdf393c22054d
| * Rockboy: revert FS#11745 patchSebastian Leonhardt2016-10-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | William Shipley sent this patch via mailing list. Original Message: "There was a patch to rockboy in 2010 that fixed a problem where the bottom tile row would be rendered at the top. Here's the relevant issue from that time: http://www.rockbox.org/tracker/11745 Note that Stummi openly admits it was a hack, not a true fix. Sometime in the 6 years since, the root cause was fixed. Currently, rockboy on the Clip+ and other 64px models shows the top of the gb screen along the bottom of the display. I confirmed that reversing this patch fixes the issue on my own Clip+" I don't have any of the mentioned targets, so someone else has to test. Change-Id: Id29b78c4ece0af53ba1280029c18b76808a21da2
| * zenxfi3: fix recording keymap and simulator keymapAmaury Pouly2016-09-21
| | | | | | | | Change-Id: I246834b5244d4e0f672633d2960db45278e12ec4
| * iAP: fix USB storage mount after using an iAP accessoryCástor Muñoz2016-08-26
| | | | | | | | Change-Id: Ieb10da5850e9a2fa751142c2cf29447dccec0a17
| * Samsung YP-R0: Fix settings keymap (apply FS#13073 by lebellium)Sebastian Leonhardt2016-08-24
| | | | | | | | Change-Id: Id251900c510bddb15cdf7fe9a43cf7df46645923
| * Fuze+: fix CONTEXT_SETTINGS keymap (unable to cancel)Sebastian Leonhardt2016-08-22
| | | | | | | | Change-Id: Ia1f13f54de77c65ba07d2aeb3f77122ee09e5275
| * Attempt to fix dependencies for lang.h, lang_core.c and lang_core.oFrank Gevaerts2016-08-21
| | | | | | | | | | | | This hopefully fixes occasional build failures Change-Id: Iff79d2066d6421cca78cc3ecb6cb8db57351ab1f
| * Update french translation, thanks to lebellium for spotting those.Amaury Pouly2016-08-20
| | | | | | | | Change-Id: I51499cda4351eae5a3f646d2ea4687c57925f909
| * Update French translation.Amaury Pouly2016-08-20
| | | | | | | | Change-Id: I49ad1971cba574b12d82963ad8ffcc7ad63fccef
| * FS#13079 - Slovak lang updatePeter Lecký2016-08-17
| | | | | | | | Signed-off-by: Bertrik Sikken <bertrik@sikken.nl>
| * German language update (FS#13078).Michael Giacomelli2016-08-14
| | | | | | | | Change-Id: I0c7b872824597ef3fa6548a564582ff4ccad3116
| * Fix misleading indentation as pointed out by the new gcc warningFrank Gevaerts2016-08-12
| | | | | | | | Change-Id: Ia9c0b09ffb57dccbc7d13fce3b3a8a7d46b84857
| * test_mem: print clock speed in MHz so it fits on smaller screens.Michael Giacomelli2016-08-03
| | | | | | | | Change-Id: I81383c115bd9abac44ffc2ecdd8807855c80cf0e
* | boost selectivelyFranklin Wei2016-11-06
| | | | | | | | Change-Id: Ic11542cef53716869c5348c18a2846308b4e867b
* | removing annoying splash in middle of gameFranklin Wei2016-11-06
| | | | | | | | Change-Id: Ie810ca75b4144ff3cc679f2b1b22b87c8b292b17
* | fix volumeFranklin Wei2016-11-06
| | | | | | | | Change-Id: I9011391299c804133c9cc517fb3549cceb17a5a7
* | further fix sound, for real this timeFranklin Wei2016-11-05
| | | | | | | | Change-Id: I2caf99ea630f611962a4ad84e627813884785f50
* | rewrite xworld input, copied from rockdoomFranklin Wei2016-11-04
| | | | | | | | Change-Id: Ia69bf2aac867d75c11986d17eeeca55728a3ad91
* | Merge branch 'xworldfix7' into workingFranklin Wei2016-11-04
|\ \
| * | rewrite input handling from doomFranklin Wei2016-11-04
| | | | | | | | | | | | Change-Id: If42885177e30d8664429ad47820f230bb52cdcfa
| * | XWorld: fix sound, hopefully for the last timeFranklin Wei2016-11-03
| |/ | | | | | | Change-Id: I8df549c923c5075800c6625c36c8202e53de1d27
* | XWorld: fix sound, hopefully for the last timeFranklin Wei2016-11-03
| | | | | | | | Change-Id: I8df549c923c5075800c6625c36c8202e53de1d27
* | Port of picoTTSMarcin Bukat2016-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | !!! This is work in progress !!!! Original sources of library taken from android tree: https://android.googlesource.com/platform/external/svox/+/master/pico/lib/ The license is Apache2 which is rather permissive. So far I tested this with english text in simulator. Change-Id: Ia597987edc969eba04f91c5755dd297fd3037a95
* | encrypted export, etc.Franklin Wei2016-08-12
| | | | | | | | Change-Id: I0bde425127f57cb403861a10f2dfbf4116439c7f
* | change passmgr targetsFranklin Wei2016-08-05
| | | | | | | | Change-Id: I752ea88590dabd5720c328aae7242d34029fa50d
* | fix some thingsFranklin Wei2016-08-04
| | | | | | | | Change-Id: I3153c7d05acd25c8850624d8b5c62e9942805331
* | diceware passwordsFranklin Wei2016-07-24
| | | | | | | | Change-Id: I0b95850b4e3d5417ccfedec1474d60980d0cab4f
* | modularize passmgrFranklin Wei2016-07-16
| | | | | | | | Change-Id: I3ce90b6035c3e13cb19f97b737f5bdea2721f830