69 Commits

Author SHA1 Message Date
0c68328700 add 6 and 7 parameter function types to base module 2025-01-21 22:23:08 +01:00
842cf9f139 update some more dependencies 2024-04-10 00:04:12 +02:00
d5ed809dc7 minimal text scale docs + reset on cls() 2024-04-10 00:03:54 +02:00
4e18d38538 add untested implementation of text scale 2024-04-07 23:59:14 +02:00
6ddda24156 Merge branch 'sprites' 2024-04-07 22:58:26 +02:00
77b2e27346 clamp snd samples into valid -1.0..1.0 range 2023-08-23 00:20:35 +02:00
c8a9f533ef copy optimized blitSprite impl to grabSprite, add simple docs 2023-04-03 23:44:12 +02:00
4a1d607bcb optimize blitSprite 2023-04-03 00:09:02 +02:00
bbb75838cd first unoptimized version of blitSprite & grabSprite 2023-04-02 23:21:31 +02:00
fc05a54e2c fix control codes 4-6 as parameters to other control codes 2023-01-28 10:58:28 +01:00
b33099c828 update more dependencies 2023-01-28 02:11:25 +01:00
daf2a02cd8 fix sndGes name & add missing auto-import 2023-01-23 23:21:45 +01:00
caeaa82787 optimize hline function, update wasmtime 2022-06-12 14:28:01 +02:00
599873890a add docs for debug output 2022-05-08 19:47:07 +02:00
d1556f7be8 add support for writing debug output to the console 2022-05-08 00:41:11 +02:00
9f548cd6f0 update curlywas 2022-05-08 00:19:49 +02:00
491bf88ade add first version of sound doku 2022-04-24 00:01:54 +02:00
8fa64519e4 add playNote fn and bell chr (7) 2022-04-19 00:27:53 +02:00
7a52ce4e4c implement custom base address for GES 2022-04-18 16:40:16 +02:00
7c5f43f152 Merge branch 'master' into sound 2022-04-11 00:23:08 +02:00
f32b0762b0 update curlywas 2022-04-11 00:18:26 +02:00
37f12f5a2c update web runtime 2022-04-04 09:31:43 +02:00
8ad2885a55 implement ring modulation 2022-04-02 18:19:45 +02:00
1917057b81 fixed one pole filter, wide stereo bit 2022-04-02 00:06:04 +02:00
82c1ddb867 improve attack and noise 2022-04-01 00:40:56 +02:00
0f82e6e711 removed aliasing in rect and saw oscilators 2022-03-19 14:53:21 +01:00
0ade24ebf6 add source file to build wasm module with just ges emulation 2022-03-19 11:03:05 +01:00
29186c806f add pulse width support to other wave types 2022-03-10 23:05:07 +01:00
b626d2609a implement proper exponential envelope timings 2022-03-09 23:03:15 +01:00
ce18a8a162 add initial pulse width support 2022-03-08 22:52:12 +01:00
a15e796489 first full version of time for ges 2022-03-08 22:20:54 +01:00
99a423619e fix watch mode not working when initial compile fails 2022-03-05 21:18:55 +01:00
add49a1f8b fix #2: Crash when drawing zero sized line 2022-02-27 22:09:54 +01:00
0f668fb6e9 fix typo in atan2 docs, change 'i' character in font 2022-02-26 21:01:57 +01:00
397ff19d80 test remaining control codes 2022-01-01 15:37:17 +01:00
ed9d9fdeb5 implement more control codes 2021-12-31 23:09:49 +01:00
cd1275a78f implement framework for control codes 2021-12-31 22:12:21 +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
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
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