Commit Graph

17031 Commits (f9f50dc72a8a580d758c6268b8ed3afff2a4d4cb)

Author SHA1 Message Date
Gabriele Monaco b17c640acf Added licenses and references to cards code libraries 2023-09-13 17:03:23 +02:00
Gordon Williams 25251646c0 Update minified layout after @nravanelli's PR 2023-09-13 14:01:32 +01:00
Willems Davy 1b1226bb8b Change var to let and partial drawing for level selector + fix for print functions & charCodeAt 2023-09-13 12:57:28 +02:00
Gordon Williams 9998523b79 Now set to non-theme colours as per https://github.com/espruino/BangleApps/pull/3013#issuecomment-1717208815 2023-09-13 10:09:56 +01:00
Gordon Williams a427a21a79
Merge pull request #2984 from pavelmachek/m_9_widbat
widbat: Use flash, not fork to indicate charging
2023-09-13 09:19:42 +01:00
Gordon Williams 337bf47354
Use more lightningy bitmap, now we're not resizing don't redraw all widgets, use let scoping(faster), and hard-code 's' to make rendering quicker 2023-09-13 09:18:37 +01:00
Gordon Williams 2fae5a2a25 add changlog to avoid CI warning 2023-09-13 08:45:21 +01:00
Gordon Williams 36304f8313
Merge pull request #3015 from bobrippling/gipy-link
gipy: fix links and trim whitespace
2023-09-13 08:43:41 +01:00
Gordon Williams 6b98868843
Merge pull request #3012 from VitaliiTsilnyk/lcdclockplus
LCD Clock Plus
2023-09-13 08:37:23 +01:00
Gordon Williams c031d812d6
Merge pull request #3013 from VitaliiTsilnyk/widcasiologo
Casio Logo Widget
2023-09-13 08:35:53 +01:00
Gordon Williams e04acfff23
don't set color - reset() will automatically use theme 2023-09-13 08:34:47 +01:00
Rob Pilling 874f5fb64e gipy: fix links and trim whitespace 2023-09-13 08:18:53 +01:00
Rob Pilling 8209dcbf28 lightswitch: fix tap listener widget assumption 2023-09-13 00:26:31 +02:00
Hugh Barney b55d5269da Merge remote-tracking branch 'upstream/master' 2023-09-12 20:51:15 +01:00
neris 7a1f38d2bc Link readme. 2023-09-12 20:12:56 +03:00
neris 79c35c2bc4 Casio Logo Widget added. 2023-09-12 20:09:35 +03:00
neris 422ddd076c LCD Clock Plus app added. 2023-09-12 19:52:44 +03:00
lauzonhomeschool b9e4306f8f
Merge pull request #3 from thyttan/alarm-type-and-settings
Split up "alarm settings (incl group), drag keyboard settings fix" in app specific commits
2023-09-12 12:08:16 -04:00
thyttan 0c5033a7c1 draguboard keyboard settings fix
Courtesy of @lauzonhomeschool
2023-09-12 12:22:03 +02:00
thyttan b6ec2a4761 dragboard keyboard settings fix
Courtesy of @lauzonhomeschool
2023-09-12 12:22:03 +02:00
thyttan 9e2b05afd6 alarm settings (incl group)
Courtesy of @lauzonhomeschool
2023-09-12 12:22:03 +02:00
thyttan 0d6ebc6612 Revert "alarm settings (incl group), drag keyboard settings fix"
To be recommitted in app specific commits.

This reverts commit 4569f52692.
2023-09-12 12:21:10 +02:00
Gabriele Monaco 23a67398c5 cards: added disclaimer in README 2023-09-12 07:20:08 +02:00
Willems Davy 46dd68eb03 Next batch of changes like:
- faster & simpler RNG
- partial redraws
- different debugmodes & printed text
- option to draw inputrects
- option to draw the widgets (requires restart when changed)
- adapted and faster print functions
- displaying things offscreen (compared to intial arduboy screen size) as we have the space
2023-09-11 22:57:39 +02:00
xxDUxx dbc00c8420
Merge branch 'espruino:master' into master 2023-09-11 20:52:51 +02:00
Gordon Williams 0b96c2f063
Merge pull request #2983 from hughbarney/master
Asteroids - increased ship, asteroids and font size
2023-09-11 15:08:50 +01:00
Gordon Williams 1cec511879
Use transformvertices rather than creating array each time 2023-09-11 15:08:34 +01:00
Gordon Williams aad6513989 lightswitch 0.08: Ensure boot code doesn't allocate and leave a gloval variable named 'settings' 2023-09-11 14:57:26 +01:00
Gordon Williams ca74c9a1c3 Add separate USA locale for different dates, and show examples 2023-09-11 14:57:26 +01:00
Gordon Williams 42141524b2
Merge pull request #3004 from joyrider3774/add_widhrm
Add widhr (Last announced heartrate BPM Widget)
2023-09-11 13:48:25 +01:00
Gordon Williams 71be348b2f
Merge pull request #3005 from eyecreate/master
update red7 game with AI fix and prompt to explain what AI did
2023-09-11 09:54:38 +01:00
Gordon Williams f56192fc40
Merge pull request #3002 from pavelmachek/m_10_spacew
Prepare version 0.02 of Space Weaver
2023-09-11 09:54:09 +01:00
xxDUxx c9ce0a967b
Update metadata.json 2023-09-11 00:34:46 +02:00
xxDUxx 10b642ea44
Update ChangeLog 2023-09-11 00:34:29 +02:00
xxDUxx bf5f56b7fc
Update app.js 2023-09-11 00:31:43 +02:00
eyecreate 3a13985fd2
Update metadata.json 2023-09-09 18:54:17 -04:00
eyecreate 7eb155dd3c
Update ChangeLog 2023-09-09 18:54:04 -04:00
eyecreate 6338f18ba9
Fix AI logic typo and add prompt telling what AI plays 2023-09-09 18:52:32 -04:00
Willems Davy 324007b4dd Big Batch of changes:
- Constants uppercase
- 2 space formatting
- prescaled image instead of scaling every frame
- logic runs first before drawing now (one less loop call)
- only do a redraw when going from a gamestate to an initgamestate
- optimized redraws a bit
- removed music option as there is no music / sound (sound is just a buzz call)
- Added "loading" message when generating the level as it has a small delay
- revert version to 0.01 as it was never released yet on official repo
2023-09-10 00:32:12 +02:00
Willems Davy a93e2015ff fix README.md 2023-09-09 22:57:46 +02:00
Willems Davy 289a70cd31 force pages build 2023-09-09 22:54:03 +02:00
Willems Davy 439f301c23 add widhr (Last announced heartrate BPM Widget) 2023-09-09 21:28:58 +02:00
Pavel Machek 337be5ff27 Prepare version 0.02 of Space Weaver. Major changes are move towards
binary format, which saves a lot of space, and including world map, so
that there's somethign to play with without extensive setup.
2023-09-08 22:52:30 +02:00
lauzonhomeschool d734d94ff6
Merge branch 'espruino:master' into alarm_type_and_settings 2023-09-08 12:52:26 -04:00
lauzonhomeschool 4569f52692 alarm settings (incl group), drag keyboard settings fix 2023-09-08 12:42:35 -04:00
Willems Davy fc93e79e8e Waternet version 0.02 (Save state handling of unlocked levels) 2023-09-08 14:34:26 +02:00
Gordon Williams 0bb063f19d recommend GPS 2023-09-07 10:49:03 +01:00
Gordon Williams 9f2fe22838 fix #2996 with new 'core' 2023-09-07 10:27:19 +01:00
Willems Davy a17366111f set first screenshot as an ingame screenshot instead of titlescreen 2023-09-07 05:04:53 +02:00
Willems Davy fa876f1e1a fix wrong extension used in screenshots in metadata.json 2023-09-07 04:54:14 +02:00