Commit graph

210 commits

Author SHA1 Message Date
4a9d2bad34 Adapt WS to use Task 2023-03-17 21:00:20 +01:00
9fadf6d064 Merge branch 'main' of https://github.com/Ale32bit/Capy64 2023-03-16 20:18:30 +01:00
9abb828dbd Improved task cleanup 2023-03-16 20:10:50 +01:00
7b07ec4f09
Create CODE_OF_CONDUCT.md 2023-03-16 09:12:39 +01:00
a84aedbe38 Add support for user tasks, deprecate native task:await() 2023-03-15 21:29:33 +01:00
Alessandro Proto
b2e7969793 Fixes 2023-03-10 16:02:42 +01:00
Alessandro Proto
6d4161e251 Unlock full RGB in classic mode 2023-03-10 15:44:37 +01:00
Alessandro Proto
b7a956bfd6 Add timer.delay() that returns a task 2023-03-10 15:41:30 +01:00
Alessandro Proto
f9a88f39bb Bugfix gpu not pushing a GPUBuffer 2023-03-09 21:00:23 +01:00
Alessandro Proto
7628d4a29e Cleanup 2023-03-08 14:57:37 +01:00
Alessandro Proto
d56a0d1a2a Cleaner user event pushing 2023-03-08 14:57:31 +01:00
c5fa0d44ca Cleanup unused method 2023-03-07 22:17:31 +01:00
16223c9986 Bugfixes and Task:await() returns result/error if already ended 2023-03-07 22:16:41 +01:00
9aadc35329 Fix tasks crashing memory and stuff 2023-03-07 22:09:05 +01:00
d137c46ed9 Use Lua threads to conserve data from tasks 2023-03-07 11:09:10 +01:00
0e4d3c135a
Classic mode (#10) 2023-03-06 23:01:56 +01:00
341ed38897 Different default screen size 2023-02-27 19:30:41 +01:00
67d3ea6154 Use ~/.local/share as directory for data 2023-02-27 19:27:57 +01:00
07da11fe40 Bugfix FS opening an invalid filepath 2023-02-26 16:56:32 +01:00
9ed2cc1687 Bugfix file:read not reading anything without args 2023-02-26 11:18:22 +01:00
eb58bdda14 Support for multiple args in file:read 2023-02-26 11:11:09 +01:00
e6c70d43a0 "Smart" border color 2023-02-25 09:55:26 +01:00
085e2c2947 Comment error 2023-02-25 09:31:44 +01:00
311b705fa9 Disable TCP client lib 2023-02-25 09:31:23 +01:00
96e1fb9223 Add basic (empty) TCP lib 2023-02-23 22:32:34 +01:00
1cf706f633 Include "needs" in publish.yml 2023-02-23 19:11:50 +01:00
d9f947c406 Merge branch 'main' of https://github.com/Ale32bit/Capy64 2023-02-23 19:08:10 +01:00
240efdc493 Separate workers into different OSes 2023-02-23 19:07:42 +01:00
7090bc842c
Update bug_report.md 2023-02-23 14:46:11 +01:00
Alessandro Proto
444652da12 Bugfix mouse events and cursor not being offset by border 2023-02-22 09:48:05 +01:00
Alessandro Proto
4c78f8afff Add border even when in windowed mode 2023-02-22 09:47:47 +01:00
fd8b38932b 2nd potential fix for #7 and #8 2023-02-21 18:47:10 +01:00
1c6419ff10 Merge branch 'main' of https://github.com/Ale32bit/Capy64 2023-02-21 18:30:55 +01:00
2a84c8cb35 Potential fix for #7 and #8 2023-02-21 18:30:44 +01:00
191a2954c6
Update README.md 2023-02-21 11:26:53 +01:00
f9b0a38fd2
Update README.md 2023-02-21 11:25:12 +01:00
aee3434b44 Revert "Bugfix width being offset by 1"
This reverts commit dd1834ad2b.
2023-02-20 20:16:25 +01:00
dd1834ad2b Bugfix width being offset by 1 2023-02-20 20:13:51 +01:00
12272f13ab
Add reference to CapyOS repository in README 2023-02-20 10:38:28 +01:00
e662e77fa5 Add gpu.clear 2023-02-19 21:38:11 +01:00
8b32d524de Merge branch 'main' of https://github.com/Ale32bit/Capy64 2023-02-19 14:18:35 +01:00
Alessandro Proto
70ff5ba20b Bump to v0.0.9-alpha 2023-02-19 14:18:18 +01:00
Alessandro Proto
adaf63c7fc Dump to v0.0.9-alpha 2023-02-19 14:10:36 +01:00
Alessandro Proto
ed66911489 Tweaked cursor size 2023-02-19 00:00:49 +01:00
Alessandro Proto
65cb15f6c8 Add support for underlined text in term 2023-02-18 23:49:21 +01:00
Alessandro Proto
3f9f036b49 Write the missing char U+FFFD when unable to render a char in term.write 2023-02-18 21:25:36 +01:00
Alessandro Proto
001ce2f626 Return nil if clipboard does not contain any text 2023-02-18 20:33:25 +01:00
Alessandro Proto
ac9081cf89 Extract event queueing snippet from Audio.cs 2023-02-18 20:24:12 +01:00
Apache
dee550b28d
Remove paste event (#6)
Paste event is superseded by `machine.getClipboard`
2023-02-18 20:15:57 +01:00
Apache
03e0992328
add setClipboard and getClipboard to machine (#5) 2023-02-18 19:14:41 +01:00