Commit Graph

64 Commits

Author SHA1 Message Date
e7a00dd9c6 prepare for v0.2.0 release 2022-05-09 00:51:51 +02:00
a02243d98c add sound to skipahead 2022-05-08 20:28:06 +02:00
8e9bb002bc improve sleep timer resolution on windows 2022-05-08 18:08:29 +02:00
d1556f7be8 add support for writing debug output to the console 2022-05-08 00:41:11 +02:00
7cea4eebd3 improve frame timings some more in both runtimes 2022-05-05 09:53:36 +02:00
3f67e92c5c prepare for 0.2.0-rc2 release 2022-05-04 08:48:16 +02:00
7e203d93e6 implement scheduled sound updates in native runtime 2022-05-02 08:19:34 +02:00
c42a484adb Update version number to 0.2.0-rc1 2022-04-26 22:38:31 +02:00
2dee1b30a4 add support for non 44.1kHz audio configs (resampling) 2022-04-26 00:02:34 +02:00
4c82f4ad02 add 0.2.0rc1 web runtime 2022-04-24 23:32:28 +02:00
4dd8c3b029 add audio track to recorded video 2022-04-24 23:17:58 +02:00
2bf8938183 remove back-channel from audio thread for now
It needs some more thought before committing to it.
2022-04-24 15:52:19 +02:00
491bf88ade add first version of sound doku 2022-04-24 00:01:54 +02:00
e05701300c implement backchannel from audio thread 2022-04-22 00:28:19 +02:00
df0c169d54 use the last byte 2022-04-20 23:19:26 +02:00
7a52ce4e4c implement custom base address for GES 2022-04-18 16:40:16 +02:00
2839fe5be4 implement sound in native runtime 2022-04-17 22:16:17 +02:00
7c5f43f152 Merge branch 'master' into sound 2022-04-11 00:23:08 +02:00
9ebb6b6d34 pause module when page doesn't have focus 2022-04-10 23:24:04 +02:00
8a10b99eeb fix non-windows build 2022-04-08 21:22:34 +02:00
6c064a1dd8 enable ansi terminal on windows 10 cmd 2022-04-08 21:11:51 +02:00
37f12f5a2c update web runtime 2022-04-04 09:31:43 +02:00
0f82e6e711 removed aliasing in rect and saw oscilators 2022-03-19 14:53:21 +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
780caf965a sync sound registers to sound thread 2022-03-07 09:35:11 +01:00
8b765a5742 Merge branch 'master' into sound 2022-03-05 23:10:14 +01:00
99a423619e fix watch mode not working when initial compile fails 2022-03-05 21:18:55 +01:00
85240599e8 first working version with sound 2022-03-04 09:50:10 +01:00
d11b46576a prepare for 0.1.2 release 2022-02-28 23:19:58 +01:00
8815a8e02e add full dependencies to file watcher 2022-02-27 21:50:33 +01:00
eb7c33d412 update curlywas, use 'include "microw8-api.cwa"' in examples 2022-02-26 23:41:15 +01:00
44b8656f29 make both native and browser runtime optional 2022-02-21 22:54:14 +01:00
90467f7c5b add some more polish to web runner 2022-02-20 23:54:28 +01:00
c56196bd2e actual run --browser instead of just optimized technotunnel 2022-02-20 18:26:57 +01:00
4c75ba2e44 start implementing run --browser 2022-02-19 16:21:02 +01:00
c25a52b61b Prepare 0.1.1 release
add devkit mode to web runtime
add unpack and compile commands to uw8
2022-02-04 22:25:17 +01:00
f21497dd2e implement more robust file watcher 2022-01-29 15:22:14 +01:00
33e08e9b73 add watchdog to interupt hanging update 2022-01-23 20:18:07 +01:00
cacde9136c update dependencies, disable wayland support
wayland support doesn't fully work with gnome
(missing window decoration)
2022-01-23 13:16:04 +01:00
3d79239a01 work on api documentation 2022-01-09 23:30:14 +01:00
68890e62ad don't exit on runtime error in watch mode 2022-01-03 23:36:58 +01:00
26206a312a add filter-exports command to automatically remove unused exports
this removes the need for a manual step in the rust example
2022-01-01 19:02:58 +01:00
cf0e40a0e5 add uw8 pack command 2021-12-27 22:02:27 +01:00
581740cbdb add support for .wat files, add xorscroll.wat example 2021-12-16 23:58:58 +01:00
6f92fd8bb3 add line function to platform 2021-12-11 23:56:46 +01:00
aba00b1cae add input to web runtime, add v0.1pre3 to site 2021-12-01 23:36:39 +01:00
1cc480cd48 add first iteration font and print functions 2021-12-01 09:08:21 +01:00