1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-30 01:29:30 +00:00
Commit Graph

1078 Commits

Author SHA1 Message Date
Steven Hugg
44ffa5e988 ecs: allocate init data table 2022-01-29 12:47:37 -06:00
Steven Hugg
ba73d7bb19 ecs: all includes[] must be present 2022-01-29 12:47:37 -06:00
Steven Hugg
c022c16dc2 ecs: const values 2022-01-29 12:47:37 -06:00
Steven Hugg
47461b5a28 ecs: actions have queries 2022-01-29 12:47:37 -06:00
Steven Hugg
4c2442dd90 ecs: use ca65 syntax 2022-01-29 12:47:37 -06:00
Steven Hugg
37167a2202 ecs init values 2022-01-29 12:47:37 -06:00
Steven Hugg
b00d43d1ea ecs 1st compile 2022-01-29 12:47:37 -06:00
Steven Hugg
3f87b5dbb8 ecs branch 2022-01-29 12:47:37 -06:00
Steven Hugg
0784eb8f77 cc65 uses fs65-none library 2022-01-29 12:47:37 -06:00
Steven Hugg
0cc8d1bc37 ca65: fixed line numbers(?) 2022-01-29 12:47:27 -06:00
Steven Hugg
b3d42f944b ca65: parse new error msgs 2022-01-27 08:42:05 -06:00
Steven Hugg
0b059b48f5 updated atari8 cc65 fs, ignore cc65 warning 2022-01-26 10:54:17 -06:00
Steven Hugg
3244c17ce1 removed electron, upgrade npm pkgs 2022-01-25 09:32:40 -06:00
Steven Hugg
73389b1d1d fixed some cc65 stuff, wiz too 2022-01-24 18:51:39 -06:00
Steven Hugg
c42beda98f upgraded cc65 2022-01-24 13:26:11 -06:00
Steven Hugg
0345834bb5 updated wiz.wasm 2022-01-22 20:17:47 -06:00
Steven Hugg
82ebc47caa cpc: music player 2021-12-22 08:50:02 -06:00
Steven Hugg
6c0c610514 vcs: resizeobserver
cpc: siege game
2021-12-03 08:25:57 -06:00
Steven Hugg
c3403a0506 cpc: cpctelera, start @ 0x4000, new vsync 2021-12-02 13:01:02 -06:00
Steven Hugg
68320b8ee9 Merge branch 'master' of github.com:sehugg/8bitworkshop 2021-12-01 14:08:42 -06:00
Steven Hugg
8fa0389da1 cpc: started investigation, cpcrslib, aspect 2021-12-01 14:03:26 -06:00
kremnev8
dc8eca58ff Fix asset editor issues on verilog-vga platform 2021-10-15 21:51:54 +03:00
Steven Hugg
97248cf399 vcs: listen for kbd on emulator div 2021-09-20 16:08:31 -05:00
Steven Hugg
9f171bcf75 github: added octokat.js back in 2021-09-15 21:53:38 -05:00
Steven Hugg
9a2e411587 added vcs.stellerator platform 2021-09-15 14:41:25 -05:00
Steven Hugg
6441129dc1 scripting: use persistent store 2021-09-15 09:52:08 -05:00
Steven Hugg
1d66f77f9a scripting: dropdown mode for ui.select 2021-08-30 12:07:56 -05:00
Steven Hugg
5542555193 scripting: fixed cache, io.module(), return values, button, blank() 2021-08-27 10:42:02 -05:00
Steven Hugg
6343c75953 scripting: io.mutable(), $ vs $$ 2021-08-23 11:17:23 -05:00
Steven Hugg
005adcc9ba scripting: updates, moved interact to ui pkg 2021-08-23 09:10:12 -05:00
Steven Hugg
65a16db7b7 scripting: don't need $$reset (i think?) 2021-08-22 14:51:42 -05:00
Steven Hugg
8fc94aad25 scripting: started on interact(), ui.select, chromas 2021-08-22 12:39:03 -05:00
Steven Hugg
6cee4e26e4 scripting: print(), css, palette layout, flex
make syncdev/prod: fixed mime type upload
2021-08-20 12:25:05 -05:00
Steven Hugg
9076ede5c1 scripting: use chroma-js 2021-08-18 15:40:50 -05:00
Steven Hugg
05ab17d3da ui: don't print alert if lose visibility before compile 2021-08-17 20:01:43 -05:00
Steven Hugg
6134a8c89c scripting: working on notebook, functions, files, setItem(), fixed tests 2021-08-17 19:38:48 -05:00
Steven Hugg
7f86ed0cb6 use preact for scripting notebook, moved files 2021-08-14 22:05:24 -05:00
Steven Hugg
a8b2b7c043 starting on js scripting language; worker msgs can run async functions (but we don't need to ... yet) 2021-08-13 21:23:23 -05:00
Steven Hugg
bd00d98b77 split workermain into tools/* modules; share parseXMLPoorly() 2021-08-12 13:51:10 -05:00
Steven Hugg
a12d1a0638 removed redundant 'use strict' from ts files 2021-08-11 11:18:41 -05:00
Steven Hugg
f073ce2350 updated worker with result type-checking 2021-08-08 13:54:20 -05:00
Steven Hugg
505492d1c7 renamed embed.html to player.html 2021-08-07 09:04:17 -05:00
Steven Hugg
0bb450944c rewrote AnimationTimer loop, use setTimeout() 2021-08-07 08:41:28 -05:00
Steven Hugg
5eb3e864fb fixed file upload after esbuild refactor 2021-08-06 21:02:45 -05:00
Steven Hugg
79b1d8ba4b fixed saveAs; more async usage; importURL ignores if embed=1/ignore=1 2021-08-06 11:53:02 -05:00
Steven Hugg
42f3febb29 vcs: moved Javatari to loadScript() in Platform.start() 2021-08-06 09:07:40 -05:00
Steven Hugg
4cb8b890da moved firebase imports to dynamic load 2021-08-06 08:50:40 -05:00
Steven Hugg
f5ba481c1d intro tour: dynamic import of .js file; renamed 6809.js to .ts 2021-08-06 08:10:13 -05:00
Steven Hugg
6f6b617723 embed: use IntersectionObserver to load/pause/resume when scrolling 2021-08-05 21:14:47 -05:00
Steven Hugg
ed41c1fb2a split baseplatform.ts into mame/wasm 2021-08-05 19:16:13 -05:00