Rtch pushed to master at Rtch/bettola 2025-10-04 20:41:00 +00:00
b1392c2e6b [Fix] Regression, scissor test ending before flush.
Rtch pushed to master at Rtch/bettola 2025-10-04 20:37:57 +00:00
8d9cd9a777 [Fix] Correct terminal auto-scroll
Rtch pushed to master at Rtch/bettola 2025-10-04 20:28:38 +00:00
caa482a7a0 [Add] Implement delta time game loop.
Rtch pushed to master at Rtch/bettola 2025-10-04 20:03:28 +00:00
d602a8f1d4 [Fix] Correct window event handling and Z-ordering.
69eee6da8f Reapply "[Fix] Render depth on bootsequence and main menu."
c7469797f0 Revert "[Fix] Render depth on bootsequence and main menu."
Compare 3 commits »
Rtch pushed to master at Rtch/bettola 2025-10-04 17:53:38 +00:00
90ee80d0a0 [Fix] Render depth on bootsequence and main menu.
Rtch pushed to master at Rtch/bettola 2025-10-04 17:38:00 +00:00
c3316b3da1 [Refactor] Implement batched text rendering.
Rtch pushed to master at Rtch/bettola 2025-10-04 04:21:14 +00:00
9d2a2f4195 [Fix] Separate single-player and multiplayer ports.
Rtch pushed to master at Rtch/bettola 2025-10-04 02:16:18 +00:00
e7607e3fc0 [Refactor] Created UIRenderer for consistant coord system.
Rtch pushed to master at Rtch/bettola 2025-10-03 23:10:13 +00:00
601bc86bdc [Fix] Correct menu bar rendering and event handling.
Rtch pushed to master at Rtch/bettola 2025-10-03 22:56:49 +00:00
a6e159f0da Menu bar for for text editor etc.
Rtch pushed to master at Rtch/bettola 2025-10-02 22:46:36 +00:00
30ae57d0ba [Fix] Created get_text_width for menu button centering.
Rtch pushed to master at Rtch/bettola 2025-10-01 20:39:09 +00:00
666b4f554b [Add] File loading and fix local 'exit' command.
Rtch pushed to master at Rtch/bettola 2025-09-30 20:38:00 +00:00
ebd1e222d7 [Add] File saving for the fancy new text editor.
Rtch pushed to master at Rtch/bettola 2025-09-29 22:16:06 +00:00
b4d985db29 [Add] Text editor and generic window content.
Rtch pushed to master at Rtch/bettola 2025-09-29 20:27:02 +00:00
324cc795f0 [Add] Multi-line rendering in TextView.
Rtch pushed to master at Rtch/bettola 2025-09-29 19:37:50 +00:00
d34c13ef8b [Change] Tried to fix stupid fucking animation jitter
Rtch pushed to master at Rtch/bettola 2025-09-28 22:31:38 +00:00
4a6d33292a [Refactor] Abstract text editing into reusable components.
Rtch pushed to master at Rtch/bettola 2025-09-28 19:39:37 +00:00
43907509eb [Add] Graphical application launcher.
Rtch pushed to master at Rtch/bettola 2025-09-28 16:25:16 +00:00
996bf1c62c [Add] Temp desktop background and clock widget.
Rtch pushed to master at Rtch/bettola 2025-09-28 14:38:50 +00:00
0e7f97ca81 [Refactor] Improve window buttons and fix state handling.