Commit Graph

219 Commits

Author SHA1 Message Date
32345876b9 v0.1pre5 + some virtual fireworks for today 2021-12-31 11:08:31 +01:00
6ca63b87e5 add rectangle_outline function 2021-12-30 22:03:46 +01:00
bf7604d385 implement circle_outline function 2021-12-30 16:25:53 +01:00
0f22b1efb9 some more loader size optimizations 2021-12-28 21:43:58 +01:00
4521fb73ef size optimized uncompress function in loader 2021-12-28 17:32:11 +01:00
6f22e00487 update upkr version 2021-12-27 23:46:03 +01:00
cf0e40a0e5 add uw8 pack command 2021-12-27 22:02:27 +01:00
462dc3a1c6 update upkr (new tweaked compressed format) 2021-12-27 17:34:00 +01:00
0f795ae061 binaries should be built with --release 2021-12-22 21:49:57 +01:00
2eca3fa8c8 install libxkbcommon-dev for linux build 2021-12-22 21:38:51 +01:00
7db0d66ad4 first attempt at ci setup to build uw8 binaries 2021-12-22 21:31:29 +01:00
28713bd1df implement drop handler to accept carts via drag'n'drop 2021-12-19 14:45:16 +01:00
a41f9ebe4d add support for load from url 2021-12-19 00:12:26 +01:00
0d0ecdc344 put skipahead.uw8 into the correct directory 2021-12-19 00:06:44 +01:00
83c9d46cea add skipahead.uw8 to site to try out load from url 2021-12-18 23:59:25 +01:00
581740cbdb add support for .wat files, add xorscroll.wat example 2021-12-16 23:58:58 +01:00
299c08af5b fix isButtonTriggered in web runtime, release v0.1pre4 2021-12-12 17:06:19 +01:00
00cbe656cf add graphicsText mode and finish font_palette example 2021-12-12 00:54:58 +01:00
6f92fd8bb3 add line function to platform 2021-12-11 23:56:46 +01:00
72e977c4ba fix line drawing 2021-12-11 23:27:38 +01:00
88182f94ee further improve line drawing, start/end pixels still buggy 2021-12-11 00:04:58 +01:00
940d6a1957 start line implementation, still a little buggy 2021-12-09 22:21:50 +01:00
ed24904d60 more font and text functions 2021-12-08 23:59:58 +01:00
1e9910a983 continued with the upper half of the font 2021-12-08 00:04:20 +01:00
126cceee30 release web runtime with gamepad support 2021-12-03 09:01:01 +01:00
b73cad3092 add gamepad support 2021-12-03 00:24:26 +01:00
aba00b1cae add input to web runtime, add v0.1pre3 to site 2021-12-01 23:36:39 +01:00
04c2c1aeb0 improved font 2021-12-01 19:49:32 +01:00
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