Commit Graph

147 Commits

Author SHA1 Message Date
Steven Hugg f30850fdf1 atari-vector: fixed music.c
ui: fixed auto-play
2023-04-24 12:23:05 -05:00
Steven Hugg 2f8a5bee84 github: fixed delete repository 2023-02-06 13:50:31 -05:00
Steven Hugg 4b88223d04 ui: hide download sym file if not available 2022-10-04 10:58:44 -05:00
Steven Hugg 868026c3f9 ui: moved help to main menu, changed showHelp() 2022-09-15 12:03:38 -07:00
Steven Hugg 4164ec1fcb ui: use DOMPurify to sanitize inputs to bootbox 2022-09-13 22:28:26 -05:00
Steven Hugg afe73e23e3 ui: moved Toolbar to ide/ 2022-09-03 10:24:33 -05:00
Steven Hugg 363691b964 debug: click to breakpoint in probe views 2022-09-01 13:43:09 -05:00
Steven Hugg e2e47cd436 bump version, VRAM_READ shows as dark on crt scope 2022-08-30 19:55:04 -05:00
Steven Hugg ba2644e7d0 debugviews: new CRT Probe 2022-08-24 14:28:00 -05:00
Steven Hugg f8985e3858 c64: debug info raster x/y 2022-08-23 17:57:27 -05:00
Steven Hugg 50cac5afd4 debugger: made debug views "sticky" but not listings or certain debug commands 2022-08-10 17:22:29 -05:00
Steven Hugg a173597bda nes: download Mesen symbol file (contrib from NotExactlySiev) 2022-07-29 18:24:30 -05:00
NotExactlySiev bf97dc18c4 Update ui.ts 2022-07-29 18:24:23 -05:00
Steven Hugg 6ca0a707e1 Merge branch 'master' into ecs 2022-02-22 11:49:13 -06:00
Steven Hugg 0682af1eed fixed atari-vector 6502, pass options=... to platform constructor 2022-02-21 16:54:33 -06:00
Steven Hugg 1d3b8ab99c github: load config.js from 8bitworkshop.com 2022-02-21 09:39:49 -06:00
Steven Hugg 600e62f0c6 worker: can return listings with error result 2022-02-19 11:43:40 -06:00
Steven Hugg 73ab50f9b6 Merge branch 'master' into ecs 2022-02-18 11:01:43 -06:00
Steven Hugg 1a062650ad fixed more repo= qs stuff 2022-02-13 13:25:57 -06:00
Steven Hugg f73e1dbf66 added testimport.js, fixed repo= qs handling 2022-02-13 12:47:33 -06:00
Steven Hugg 8b23e9872e fixed bug when importing github project on first IDE run 2022-02-03 18:52:40 -06:00
Steven Hugg 69cd28aa0e codemirror ecs mode 2022-01-29 20:36:36 -06:00
Steven Hugg 9f171bcf75 github: added octokat.js back in 2021-09-15 21:53:38 -05:00
Steven Hugg 5542555193 scripting: fixed cache, io.module(), return values, button, blank() 2021-08-27 10:42:02 -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 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 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 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 e1b6a2397d add highlight=<start>,<end> option in query string 2021-08-05 16:51:29 -05:00
Steven Hugg be679ecc10 fixed unit tests 2021-08-04 21:20:55 -05:00
Steven Hugg dd57c65897 moved octokat to import(), removed unused lib/ files 2021-08-04 20:48:50 -05:00
Steven Hugg 91d0031366 split ide/views.ts into ide/views/* 2021-08-04 17:57:43 -05:00
Steven Hugg 8f6432f0d4 refactoring: UIQueryString UserPrefs, moved createNewPersistentStore, es2017, fixed tests, style changes for embed 2021-08-04 16:54:01 -05:00
Steven Hugg ef01639a06 embed=1 uses referrer as storage location; use requestAnimationFrame() 2021-08-03 19:33:29 -05:00
Steven Hugg a1e2e2aafc moved clipboard, jszip, FileSaver libs to import(), fixed embed 2021-08-03 14:48:14 -05:00
Steven Hugg e00819da59 fixed error when platform is invalid 2021-08-02 14:08:07 -05:00
Steven Hugg 4506ebd7e0 started migration to esbuild modules 2021-08-02 08:32:46 -05:00
Steven Hugg f3bf1602d5 started bundling worker with esbuild 2021-07-27 11:13:58 -05:00
Steven Hugg 658e161550 removed store.ts, working on local fs (https://web.dev/file-system-access/) 2021-07-22 11:14:05 -05:00
Steven Hugg e82245d7bd worker: uses import and require() 2021-07-22 11:14:05 -05:00
Steven Hugg 06fb57e0d5 fixed replay panel spacing 2021-07-16 07:11:13 -05:00
Steven Hugg 6c704d78fe electron: open project dialog 2021-07-13 11:56:05 -05:00
Steven Hugg 1b934eb32e deleted some asm.js files, since replaced by wasm 2021-07-10 16:59:31 -05:00