Commit graph

  • e5e2d58f62 Bugfix require() not replacing dots with slashes Alessandro Proto 2023-02-01 16:43:55 +0100
  • dc7d6bde27 Cool silver color in icon Alessandro Proto 2023-02-01 16:21:48 +0100
  • 05228dbb17 New icons! Alessandro Proto 2023-02-01 15:50:05 +0100
  • 322ce54443 More info to Discord RPC Alessandro Proto 2023-02-01 12:08:43 +0100
  • 10646eb13b Added Discord RPC integration Alessandro Proto 2023-02-01 10:55:29 +0100
  • 72692be21a 👀 Alessandro Proto 2023-02-01 10:23:17 +0100
  • 8eddd69616 Add gpu.drawBuffer Alessandro Proto 2023-02-01 10:22:43 +0100
  • 50461558e4 Minor GC improvement? Alessandro Proto 2023-02-01 08:31:07 +0100
  • 4385a9e2fc Add width and height to gpu.newBuffer Alessandro Proto 2023-02-01 08:29:23 +0100
  • 2a84bf8fec Improved term.blit performance Alessandro Proto 2023-02-01 08:28:51 +0100
  • 17056b3269 Fixed runtime crash on fs.delete deleting full directory not recursively Alessandro Proto 2023-02-01 08:28:36 +0100
  • c278d997ff Add term.blit Alessandro Proto 2023-01-28 23:13:12 +0100
  • 38ff61f614 Cover every error from Lua to display panic screen Alessandro Proto 2023-01-28 20:01:36 +0100
  • ad34d6185b Adjust class name to ObjectType Alessandro Proto 2023-01-28 19:37:13 +0100
  • 57dbc79949 Update version string to 0.0.6-alpha v0.0.6-alpha Alessandro Proto 2023-01-28 18:58:52 +0100
  • a38a7a2692 Clean up Alessandro Proto 2023-01-28 18:58:33 +0100
  • 8c592a960f Add file:seek to BinaryReadHandle and BinaryWriteHandle Alessandro Proto 2023-01-28 10:32:56 +0100
  • 162ebc3dc2 Update wget.lua to download in binary mode Alessandro Proto 2023-01-27 23:07:48 +0100
  • 41216610d4 added file:readAll() to BinaryReadHandle Alessandro Proto 2023-01-27 23:06:29 +0100
  • c2aca7a7af Improved WS client object Alessandro Proto 2023-01-27 22:56:57 +0100
  • bc87363f7c Update CapyOS Alessandro Proto 2023-01-27 21:59:22 +0100
  • 27bfd6d363 Added no yield timeout back Alessandro Proto 2023-01-27 21:58:19 +0100
  • 511515b9fa Added panic screen back Alessandro Proto 2023-01-27 19:31:29 +0100
  • 2644477847 Bugfixes, improvements and API changes Alessandro Proto 2023-01-27 18:35:40 +0100
  • 8636bf4ab1 Optimized stream handlers Alessandro Proto 2023-01-26 21:52:05 +0100
  • d1d7bc1463 Completely rewritten the Lua runtime. Somehow fixed annoying bug in coroutine Alessandro Proto 2023-01-25 23:06:37 +0100
  • c270bbe8bd Fix memory leak with GPUBuffer Alessandro Proto 2023-01-25 19:04:22 +0100
  • 024b1f6a19 Added no yield timeout error on infinite loops Alessandro Proto 2023-01-22 22:41:23 +0100
  • c0fe129729 Changed how cursor behaves, added Overlay event Alessandro Proto 2023-01-22 21:11:14 +0100
  • 3a7914ee6d Add length metamethod to GPUBuffer Alessandro Proto 2023-01-21 15:56:32 +0100
  • 9fad3258c5 Update version to 0.0.5-alpha v0.0.5-alpha Alessandro Proto 2023-01-21 11:41:25 +0100
  • a63001a3f9 FAST GPU BUFFERS!!!!! Alessandro Proto 2023-01-21 11:40:39 +0100
  • 5398405f77 Added gpu.getPixel, fixed timer.sleep ignoring interrupt events Alessandro Proto 2023-01-20 21:29:59 +0100
  • 107019b68f Merged screen and graphics lib into new gpu lib Alessandro Proto 2023-01-20 19:18:56 +0100
  • c6e3fa99c8 added fs.isDir, renamed fs.getAttributes to fs.attributes, more stuff in Lua Alessandro Proto 2023-01-20 16:28:58 +0100
  • 5de28f78d2 Ported event library to C#. Added event.push Alessandro Proto 2023-01-20 10:51:22 +0100
  • 5636cb0b0d Bugfix BIOS functions getting GC Alessandro Proto 2023-01-20 10:50:59 +0100
  • 1eecf58cd0 Bugfix appdata directory not being created Alessandro Proto 2023-01-20 09:37:53 +0100
  • 3e3b1654fc Bugfix loadfile not using correct chunkname format Alessandro Proto 2023-01-18 16:27:49 +0100
  • 8159b38470 QoL Alessandro Proto 2023-01-18 12:23:37 +0100
  • adb1a6dfcf Merge branch 'main' of https://github.com/Ale32bit/Capy64 v0.0.4-alpha Alessandro Proto 2023-01-17 22:23:04 +0100
  • bd2747e773 Version update Alessandro Proto 2023-01-17 22:22:45 +0100
  • a0ffd67b78
    Add HTTP WebSockets (#3) Alessandro Proto 2023-01-17 22:18:22 +0100
  • 916662bebd Added GC functions to handles Alessandro Proto 2023-01-17 22:15:50 +0100
  • 19246d2f33 Added GC functions to WS handle, added clauses to websockets creation Alessandro Proto 2023-01-17 22:15:11 +0100
  • 1443c8a49d Updated HTTP.lua, added headers argument to websocket Alessandro Proto 2023-01-17 19:22:44 +0100
  • b06ab003e0 Added websocket support Alessandro Proto 2023-01-16 23:02:58 +0100
  • 79c232a4ac Added example plugin project Alessandro Proto 2023-01-16 18:53:32 +0100
  • a652992861 Remapped interrupt to CTRL + ALT + C. Added reboot keycombo by pressing CTRL + ALT + INS Alessandro Proto 2023-01-16 18:27:33 +0100
  • 5f8f946c29 Added graphics functions Alessandro Proto 2023-01-15 20:19:45 +0100
  • ad2166831b Added paste event. Added proper shell Added shell commands Alessandro Proto 2023-01-15 16:44:42 +0100
  • 6b26e8f66f Version update v0.0.3-alpha Alessandro Proto 2023-01-14 18:23:02 +0100
  • 927a2e253a Added BinaryWriteHandle Clean up of all the code Alessandro Proto 2023-01-14 18:16:35 +0100
  • b5f044223a Added BinaryReadHandle. Added IHandle interface. Adapted HTTP requests to return BinaryReadHandle on binary mode. Alessandro Proto 2023-01-14 15:39:54 +0100
  • ecad4df4ad Config template for HTTP Alessandro Proto 2023-01-13 23:48:03 +0100
  • 5e0183cc1c Added error checking to Lua libs, added http_failure event to http.requestAsync Alessandro Proto 2023-01-13 23:43:01 +0100
  • 719b66fdb0 Basis for configuration Alessandro Proto 2023-01-13 21:37:42 +0100
  • b034fa24bc
    Stream handle objects (#2) Alessandro Proto 2023-01-13 21:31:51 +0100
  • 3150bb6c7f Push handle object into table and use methods to read and write. Adapted FS lib to use the new read and write handles. Alessandro Proto 2023-01-13 21:30:37 +0100
  • 027c13d86e Attempting to return streams as response content. Fails horribly after reaching the end and attempting to access the methods Alessandro Proto 2023-01-13 20:39:54 +0100
  • 84401bc12a Added HTTP extensions, http.requestAsync returns a response table Alessandro Proto 2023-01-12 22:10:51 +0100
  • b7574af812 http response event table go brrr Alessandro Proto 2023-01-10 23:38:39 +0100
  • 4a99756c24
    Experimental event delegates (#1) Alessandro Proto 2023-01-10 23:29:22 +0100
  • e2665118b5 Added summary to function. not sure how to explain better Alessandro Proto 2023-01-10 23:28:11 +0100
  • 1eb2edd179 This works :) Alessandro Proto 2023-01-10 20:06:18 +0100
  • 39e17e6ace Cleanup Alessandro Proto 2023-01-10 18:27:12 +0100
  • 2e4d73e608 HTTP Library parity to experimental-event branch Alessandro Proto 2023-01-09 23:03:02 +0100
  • a0c3155f8c Alpha 0.0.2 v0.0.2-alpha Alessandro Proto 2023-01-08 21:14:05 +0100
  • bd146b465a Fix in positions of term and mouse events Alessandro Proto 2023-01-08 20:09:50 +0100
  • 0f4acff113 Fixed mess up Alessandro Proto 2023-01-08 19:09:51 +0100
  • 9d978fd9ab Added http.request to Lua, renamed Lua.PushValue to Lua.PushObject, added lua.lua REPL Alessandro Proto 2023-01-08 18:41:17 +0100
  • c4d5ebd500 .gitignore moment Alessandro Proto 2023-01-08 10:37:32 +0100
  • dab2ad1e1f
    Create LICENSE Alessandro Proto 2023-01-08 02:04:22 +0100
  • 4b4c783621
    Create FUNDING.yml Alessandro Proto 2023-01-08 02:03:39 +0100
  • d613c5435c
    Update main.yml v0.0.1a Alessandro Proto 2023-01-08 01:52:49 +0100
  • 00b0d4b3ba
    Update main.yml Alessandro Proto 2023-01-08 01:45:00 +0100
  • e0f5e32d95
    Create main.yml Alessandro Proto 2023-01-08 01:36:47 +0100
  • 250505a340
    Update dotnet.yml Alessandro Proto 2023-01-08 01:12:24 +0100
  • 8a8c5e661a
    Update dotnet.yml Alessandro Proto 2023-01-08 01:07:33 +0100
  • e040ddedfa
    Update dotnet.yml Alessandro Proto 2023-01-08 01:06:07 +0100
  • 7833c0a6dc Merge branch 'main' of https://github.com/Ale32bit/Capy64 Alessandro Proto 2023-01-08 00:56:09 +0100
  • 7f4201d225
    Update dotnet.yml Alessandro Proto 2023-01-08 00:56:01 +0100
  • 8ea43d327b Cleanup Alessandro Proto 2023-01-08 00:50:12 +0100
  • fa7acaf0ea
    Create dotnet.yml Alessandro Proto 2023-01-08 00:46:22 +0100
  • 29c55500bd Added reboot, OS improvements Alessandro Proto 2023-01-08 00:40:33 +0100
  • 84cba789a3 Add project files. Alessandro Proto 2023-01-07 16:59:47 +0100