Rtch pushed to master at Rtch/bettola 2025-09-28 13:13:43 +00:00
ea25cb6cc7 [Add] Taskbar and window management work
Rtch pushed to master at Rtch/bettola 2025-09-28 02:10:29 +00:00
6876cbff95 [Add] Implement system boot sequence screen.
Rtch pushed to master at Rtch/bettola 2025-09-28 01:22:13 +00:00
e72cc987ff [Add] Not your boring main menu.
Rtch pushed to master at Rtch/bettola 2025-09-27 23:10:29 +00:00
b1bdb86b76 [Add] Implement screen manager state machine.
Rtch pushed to master at Rtch/bettola 2025-09-27 22:23:37 +00:00
5cbcfeb54e [Refactor] More spring cleaning for the renderer.
Rtch pushed to master at Rtch/bettola 2025-09-27 22:13:56 +00:00
e8ca1630c6 [Refactor] Consolidate duplicated matrix code into math util
Rtch pushed to master at Rtch/bettola 2025-09-27 21:59:54 +00:00
cf48324516 [Refactor] Givin' the client some luv!
Rtch pushed to master at Rtch/bettola 2025-09-27 21:21:20 +00:00
c052cf3cbf [Fix] Implement destructors preventing memleaks.
Rtch pushed to master at Rtch/bettola 2025-09-27 20:20:18 +00:00
e06d6eec37 [Refactor] Implement scriptable Lua API
Rtch pushed to master at Rtch/bettola 2025-09-27 17:34:25 +00:00
4b21d30567 [Fix] Correct CoW logic and fix rm command fallout.
Rtch pushed to master at Rtch/bettola 2025-09-27 17:08:45 +00:00
00e78cc2ba [Refactor] One GameState to rule them all!
Rtch pushed to master at Rtch/bettola 2025-09-27 16:32:19 +00:00
59783d2408 [Refactor] :O Machines now walk the earth!!
Rtch pushed to master at Rtch/bettola 2025-09-26 23:38:26 +00:00
28804998d7 [Remove] Unused include directive.
Rtch pushed to master at Rtch/bettola 2025-09-26 23:37:33 +00:00
eb49ebe6f2 [Add] make sp option in makefile.
Rtch pushed to master at Rtch/bettola 2025-09-26 23:35:02 +00:00
2c01d53b9d [Add] Add single-player mode.
Rtch pushed to master at Rtch/bettola 2025-09-26 23:14:14 +00:00
fde6879720 [Add] Implement nmap network scanner.
Rtch pushed to master at Rtch/bettola 2025-09-26 22:50:26 +00:00
5f648440c5 [Add] Implement file I/O and remote CoW.
Rtch pushed to master at Rtch/bettola 2025-09-26 20:45:56 +00:00
a80764a70e [Add] Implemented 'cat' command
Rtch pushed to master at Rtch/bettola 2025-09-26 20:32:51 +00:00
bb17cf3473 [Add] Implement remote sessions and server exit.
Rtch pushed to master at Rtch/bettola 2025-09-25 22:05:48 +00:00
c7e8d97c63 [Add] Add back the SSH functionality.