Commit Graph

241 Commits

Author SHA1 Message Date
9ff4440238 increased gravity 2021-12-01 19:17:41 +01:00
e7333279e0 saved 10 bytes by chosing better float constants 2021-12-01 17:13:54 +01:00
1cc480cd48 add first iteration font and print functions 2021-12-01 09:08:21 +01:00
8695a222f0 add support for game input 2021-11-28 22:47:23 +01:00
667a222331 tic(i32) => upd(), time(), first version of palette 2021-11-27 21:38:48 +01:00
0cb169d62e added -p -c -l -o options to uw8 run command 2021-11-26 23:45:29 +01:00
fcf24110c5 update to new upkr version, use css to scale canvas 2021-11-24 22:51:27 +01:00
88bc4fe364 compress platform module 2021-11-21 23:38:01 +01:00
f6d0bdfa8f add simple rust "script" to build platform binaries 2021-11-21 16:46:20 +01:00
d174f46db3 update native runtime to changes in loader 2021-11-21 16:04:37 +01:00
5aabf49b63 clean up web runtime 2021-11-21 15:47:27 +01:00
40d684ea9a loader.wasm binary now includes compressed base 2021-11-21 13:36:09 +01:00
93b2bb60bd implement upkr unpacker in wasm, use to load compressed base 2021-11-20 23:36:16 +01:00
f7e3202c39 add support to directly run cwa files 2021-11-16 23:54:58 +01:00
14810b7fc8 fix export section not written when needed 2021-11-16 07:52:06 +01:00
812847d9e5 fix start function not being remapped 2021-11-14 17:19:01 +01:00
dbe59a45f5 fix rectangle function, change resolution to 320x240 2021-11-14 17:09:37 +01:00
289382f351 implement watch mode 2021-11-14 15:18:21 +01:00
bce7d82dae move native microw8 code into object to prepare for file watch 2021-11-14 14:43:02 +01:00
294b9f5634 add palette support (default is still greyscale for now) 2021-11-13 22:29:20 +01:00
944856b267 implement first batch of drawing functions (filled rect/circle) 2021-11-13 17:44:15 +01:00
3be4e7b101 add platform module providing implementation of random functions 2021-11-08 23:16:17 +01:00
35ff01d7a8 get native implementation working again 2021-11-08 22:30:34 +01:00
021acb960b add support for data and start section in uw8-tool 2021-11-08 09:21:02 +01:00
39121acd24 add support for global vars 2021-11-07 22:22:21 +01:00
b474f2581e sort exported functions to the front 2021-11-07 08:36:53 +01:00
d86f91789b move all imports to module "env", some tweaks to rust example 2021-11-06 19:46:16 +01:00
32d2519d2d add simple rust example 2021-11-06 18:52:52 +01:00
2178ca5296 Added some more documentation. 2021-11-06 12:38:12 +01:00
c63dc94487 add links from github repo and back 2021-11-05 20:17:40 +01:00
104ee1fa5d Fix gh-pages deply token 2021-11-05 20:06:22 +01:00
4b8272e5dc Create website build action 2021-11-05 19:57:05 +01:00
492f151059 some cleanup, add skeleton of zola based website 2021-11-05 19:44:44 +01:00
31cc63a93b first version of uw8-tool pack command 2021-11-04 23:55:08 +01:00
348657163d improve file selection button, first version of uw8-tool to build base.wasm 2021-11-03 23:58:44 +01:00
160afba8b0 added unlicense, more style, started math imports 2021-11-03 22:06:04 +01:00
a6336c5d11 some styling and uw8.ram -> env.memory 2021-11-03 09:15:31 +01:00
b34ff18a60 add file input to load cart from filesystem 2021-11-02 23:27:46 +01:00
a39226b908 first version with uw8loader 2021-11-02 00:04:19 +01:00
ddc9a70006 first poc for a web runtime 2021-10-28 21:44:30 +02:00
57eed68be8 first hacky uw8 runner 2021-10-26 20:33:15 +02:00