Rtch pushed to master at Rtch/bettola 2025-09-25 21:47:33 +00:00
6272800a22 [Refactor] Migrate networking from SDL_net to Asio.
Rtch pushed to master at Rtch/bettola 2025-09-23 19:57:26 +00:00
388c6429cf [Change] Remove hybrid local/remote network model
Rtch pushed to master at Rtch/bettola 2025-09-22 18:25:29 +00:00
a502fa64cf [Add] Load command scripts from filesystem.
Rtch pushed to master at Rtch/bettola 2025-09-21 22:58:07 +00:00
cb6022116a Just a quick whitespace cleanup.
Rtch pushed to master at Rtch/bettola 2025-09-21 22:55:52 +00:00
267d2477de [Add] Implemented Copy-on-Write and scriptable rm.
Rtch pushed to master at Rtch/bettola 2025-09-21 21:40:33 +00:00
b30c497769 [Add] CoW foundation and scriptable rm command.
Rtch pushed to master at Rtch/bettola 2025-09-21 20:54:47 +00:00
ea0605711d [Refactor] Shared VFS template for CoW foundation.
Rtch pushed to master at Rtch/bettola 2025-09-21 19:44:10 +00:00
62d5f0526f [Add] Implemented Lua command execution engine.
Rtch pushed to master at Rtch/bettola 2025-09-21 19:18:16 +00:00
fbf70c43b3 [Add] Embedded Lua scripting language.
Rtch pushed to master at Rtch/bettola 2025-09-21 16:30:38 +00:00
76e61336a1 Fix some fucking weird quirk in a Fedora VM.
Rtch pushed to master at Rtch/bettola 2025-09-21 16:10:50 +00:00
03b56b44e4 Explicitly tell linker where to find SDL3_net
Rtch pushed to master at Rtch/bettola 2025-09-21 16:05:07 +00:00
274ff9f665 [Fix] SDL3_net has no official release. Use main branch.
Rtch pushed to master at Rtch/bettola 2025-09-21 15:37:03 +00:00
019059e209 [Add] Dependency management to build system.
Rtch pushed to master at Rtch/bettola 2025-09-21 14:28:47 +00:00
208314f54a [Add] Remote SSH sessions and window management.
Rtch pushed to master at Rtch/bettola 2025-09-21 00:43:35 +00:00
0c4a98a03d Fine!! Stupid gitea not recognising orgmode lists.
Rtch pushed to master at Rtch/bettola 2025-09-21 00:42:08 +00:00
aae4421819 [Fix] Fix README markdown on git instance?
Rtch pushed to master at Rtch/bettola 2025-09-21 00:37:51 +00:00
7376761d36 [Change] Updated README with roadmap.
Rtch pushed to master at Rtch/bettola 2025-09-20 23:22:46 +00:00
a73aa4feaf Create hybrid authority model for command processing.
Rtch pushed to master at Rtch/bettola 2025-09-20 21:23:39 +00:00
dbe6e437ad [Add] Process cd and ls commands.
Rtch pushed to master at Rtch/bettola 2025-09-20 17:58:49 +00:00
92106a3c44 [Add] Client/server networking and 'ls' command.