1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-05-28 23:41:32 +00:00
Commit Graph

1471 Commits

Author SHA1 Message Date
Steven Hugg
05965397fd ecs: started on expressions 2022-02-24 21:15:26 -06:00
Steven Hugg
a965bc83d1 ecs: default values work now 2022-02-24 14:02:18 -06:00
Steven Hugg
614fdf92f7 ecs: token.eol; fixed bugs and tests 2022-02-24 13:31:09 -06:00
Steven Hugg
d87a05747e ecs: only register events when used in a system instance 2022-02-24 12:59:45 -06:00
Steven Hugg
37b3d58de0 wasm: fixed unit tests 2022-02-24 12:36:05 -06:00
Steven Hugg
30db34837c nes: updated memory map 2022-02-24 12:27:56 -06:00
Steven Hugg
e7e5ea7847 ecs: skip parsing demo if not in main file 2022-02-24 11:35:20 -06:00
Steven Hugg
75fb2a8e5c worker: debuginfo passed thru to link step 2022-02-24 09:48:54 -06:00
Steven Hugg
ec089b2d89 vic20: sort of functional (need res/vic20.bios, basic+chars+kernel) 2022-02-23 15:57:27 -06:00
Steven Hugg
c9e75ae77d ecs: EVENT__xxx defines 2022-02-23 12:13:55 -06:00
Steven Hugg
5afd3cf498 ecs: better subroutine finding 2022-02-23 11:07:09 -06:00
Steven Hugg
f7099b8e8f ecs: enum keyword, entity.field constants 2022-02-22 23:26:40 -06:00
Steven Hugg
b6467ce314 fixed github actions again, back to the way it was 2022-02-22 13:46:41 -06:00
Steven Hugg
03254b28ff fixed github actions 2022-02-22 13:37:14 -06:00
Steven Hugg
fdd7d79aaa fixed williams test, github build stops if test fails 2022-02-22 13:36:10 -06:00
Steven Hugg
6ca0a707e1 Merge branch 'master' into ecs 2022-02-22 11:49:13 -06:00
Steven Hugg
3d05c0ed1a ecs: use name2cfpairs, fixed identity thing, test errors 2022-02-22 11:06:50 -06:00
Steven Hugg
37edd8268a ecs: shared init data 2022-02-22 10:42:23 -06:00
Steven Hugg
b9fc162885 cmoc: better listing parser, williams: updated presets 2022-02-22 09:48:41 -06:00
Steven Hugg
8c63bef8c9 williams: options=rotate%3D<deg> 2022-02-21 21:23:10 -06:00
Steven Hugg
0682af1eed fixed atari-vector 6502, pass options=... to platform constructor 2022-02-21 16:54:33 -06:00
Steven Hugg
d7626be789 updated README 2022-02-21 10:43:58 -06:00
Steven Hugg
9351406450 ecs: set up for nes 2022-02-21 10:36:32 -06:00
Steven Hugg
1d3b8ab99c github: load config.js from 8bitworkshop.com 2022-02-21 09:39:49 -06:00
Steven Hugg
3a960c3e6e github: fix for build 2022-02-21 09:33:59 -06:00
Steven Hugg
69a5779975 github: gh-pages build 2022-02-21 09:30:12 -06:00
Steven Hugg
07c0ae2f9c ecs: default field values 2022-02-20 19:28:12 -06:00
Steven Hugg
a444de693b ecs: field, ref type checking, start cmd 2022-02-20 09:59:46 -06:00
Steven Hugg
7767608595 ecs: query takes [#entity] list 2022-02-19 22:28:14 -06:00
Steven Hugg
38462bceac ecs: added eid cmd 2022-02-19 17:52:24 -06:00
Steven Hugg
eb30e5cf85 ecs: automatically init bss when 'start' event 2022-02-19 17:34:23 -06:00
Steven Hugg
7b9f635bc0 editor: set focus when switching between files 2022-02-19 17:27:26 -06:00
Steven Hugg
d96296675b ecs: accept 0/1 for bitmaps 2022-02-19 16:19:16 -06:00
Steven Hugg
479c2f24b8 ecs: unroll keyword 2022-02-19 15:39:44 -06:00
Steven Hugg
3fe2a151da ecs: show svg of bin packing, fixed bug 2022-02-19 14:44:20 -06:00
Steven Hugg
c73c5ee185 ecs: check page boundary for critical subs 2022-02-19 11:51:48 -06:00
Steven Hugg
600e62f0c6 worker: can return listings with error result 2022-02-19 11:43:40 -06:00
Steven Hugg
38920c6dce ca65: return listings if errors 2022-02-19 11:35:30 -06:00
Steven Hugg
349c45d7c0 ecs: fold common subroutines, align/page crossing 2022-02-19 11:35:25 -06:00
Steven Hugg
a87dbf03cf ecs: resources have their own labels, auto-find resources 2022-02-19 03:25:50 -06:00
Steven Hugg
2d02b64464 williams: working on cmoc 2022-02-18 14:15:30 -06:00
Steven Hugg
d61e2391ce ecs: highlighting changes 2022-02-18 12:34:09 -06:00
Steven Hugg
73ab50f9b6 Merge branch 'master' into ecs 2022-02-18 11:01:43 -06:00
Steven Hugg
4749e18b35 ecs: critical code, sorta 2022-02-17 12:52:35 -06:00
Steven Hugg
b4dbcb83eb ecs: temp symbols, not equates 2022-02-17 09:58:13 -06:00
Steven Hugg
75f36d95dc ecs: const, multiple sys instances for params 2022-02-17 09:48:50 -06:00
Steven Hugg
0451e8ea33 ecs: fixed indexregister offset, for now 2022-02-16 21:46:50 -06:00
Steven Hugg
c7f0fd4cd0 vcs: scanline io viewer logs i/o only 2022-02-16 19:19:46 -06:00
Steven Hugg
a425012b2b ecs: started w/ new IndexRegister 2022-02-16 14:21:46 -06:00
Steven Hugg
3268925638 ecs: tests, refactor, event args, fixed c.f 2022-02-16 11:32:41 -06:00