Commit Graph

11 Commits

Author SHA1 Message Date
blondie7575 06527a3f61 Added help screen 2023-08-06 15:55:42 -07:00
blondie7575 080ab768b8 Font rendering is now left justified 2023-07-17 15:53:17 -07:00
blondie7575 1d3bfeba8f Font engine refactor
String rendering code is now replicated for each font, which makes the code much faster and tighter. This will also immensely simplify switching to left-justified text rendering, which turns out to be important. :-|
2023-07-16 20:10:00 -07:00
blondie7575 61efb73959 Combine cross-row stack moves in font compiler
Moar Speed
2023-07-13 13:34:03 -07:00
blondie7575 ab12be85d3 More font compiler optimizations 2023-07-13 13:04:57 -07:00
blondie7575 75b4b1ac84 A lot of bug fixing in font compiler 2023-07-13 12:08:21 -07:00
blondie7575 5f2d128eb3 Generalized font compiler 2023-07-12 16:46:57 -07:00
blondie7575 4e2d8eb87b Optimizations and bug fixes for font compiler 2023-07-12 16:37:24 -07:00
blondie7575 cbd4b9beeb Optimizations to font compiler 2023-07-12 16:10:29 -07:00
blondie7575 5fb8aa3327 Move font building to main makefile 2023-07-12 15:26:17 -07:00
blondie7575 a1d5abb963 Font compiler now generates dedicated code bank
Fixed many bugs in font compiler and seems to render correctly now
2023-07-09 17:58:05 -07:00