aboutsummaryrefslogtreecommitdiffstats
path: root/src/text.h
Commit message (Collapse)AuthorAgeFilesLines
* Add copyright notice to all filesBad Diode2021-05-241-0/+11
|
* Simplify and speed up the text engineBad Diode2021-05-231-224/+11
|
* Update VRAM map to free space for sprite dataBad Diode2021-05-231-1/+3
|
* Add incomplete filesystem prototypeBad Diode2021-05-211-1/+1
|
* Apply asie's patch 2 for performance optimizationsBad Diode2021-05-201-11/+7
| | | | | This patch replaces the txt_printf with the public domain posprintf library.
* Apply asie's first performance patchBad Diode2021-05-201-1/+4
|
* Change dirty_tiles to use a u32[20] instead of u8[20][30]Bad Diode2021-05-201-1/+1
|
* Implement double buffering drawingBad Diode2021-05-191-2/+29
|
* Add a new console drawing modeBad Diode2021-05-191-9/+59
|
* Proof of concept of UXN on the GBABad Diode2021-05-181-0/+232