• Joined on 2022-02-27
mars pushed to main at meta/saul 2024-02-11 18:05:23 +00:00
96df1093a2 Rudimentary logging and lints
743a4d923e Catch and log header parse errors
da0551db4b Use ignore crate for file searching
2bb32bcf41 Parse headers of input files
eb97dcc228 Remove whitespace from Rust comment
Compare 10 commits »
mars pushed to main at meta/saul 2024-02-11 18:03:13 +00:00
94c079a7e9 Rudimentary logging and lints
mars pushed to main at meta/saul 2024-02-11 00:22:15 +00:00
07e8fbad93 Catch and log header parse errors
mars pushed to main at meta/saul 2024-02-11 00:18:00 +00:00
a144735fdb Use ignore crate for file searching
mars pushed to main at meta/saul 2024-02-11 00:08:08 +00:00
d8e604baa9 Parse headers of input files
5d105abe73 Remove whitespace from Rust comment
Compare 2 commits »
mars pushed to main at meta/saul 2024-02-10 23:58:08 +00:00
55d595ac9f Move parsing to parse module
mars pushed to main at meta/saul 2024-02-10 23:53:52 +00:00
4df0e276ff Initial header parsing
mars pushed to main at meta/saul 2024-02-10 23:30:43 +00:00
e4f02491e8 Initial copyright notice parsing
mars pushed to main at meta/saul 2024-02-10 22:56:46 +00:00
be6e6089f0 Language struct + header reading
mars opened issue meta/saul#1 2024-02-10 22:33:56 +00:00
Add README
mars pushed to main at mars/breed 2023-09-14 23:41:49 +00:00
4dd6307c12 Window drawing
mars pushed to main at mars/breed 2023-09-14 23:19:59 +00:00
cce42ef240 Refactor text rendering
mars pushed to main at mars/piss 2023-08-23 18:29:20 +00:00
ef1d881c57 Improved color management
mars pushed to main at mars/breed 2023-04-29 23:34:43 +00:00
15b6739586 Add README
mars pushed to main at mars/evil-jrpg 2023-04-21 01:19:24 +00:00
7604a23824 Load Atlas and Font images from paths
886ad221a0 Implement Atlas anchors
e4b65b2fd5 Add MultiMenu positioning and backgrounds
Compare 3 commits »
mars pushed to main at mars/evil-jrpg 2023-04-20 17:15:43 +00:00
e731fc4c38 Add NineSlice and draw in main
6f4b3b50e4 Add assets/flat-ui.png
7c06d99d27 Remove old Leaf Ranger code from main
Compare 3 commits »
mars pushed to main at mars/evil-jrpg 2023-04-20 16:09:01 +00:00
999d1b41c1 Add Bringer of Death
80310a942c Add units menu + units file
Compare 2 commits »
mars pushed to main at mars/evil-jrpg 2023-04-20 15:16:09 +00:00
9dc81e02e3 Add Animator
78b09b35de Increase game resolution to 360p
Compare 2 commits »
mars commented on issue mars/breed#13 2023-04-20 03:51:53 +00:00
weird beginning of buffer behavior

I've added the backspace_start_of_buffer unit test to reproduce this error.

mars pushed to main at mars/breed 2023-04-20 03:51:35 +00:00
ca2d97adb7 Add backspace_start_of_buffer unit test