Age | Commit message (Collapse) | Author |
|
A regression from the text bitmap code addition
|
|
This fixes occasional crashes when going to the map in GK1. Many thanks
to digitall for finding this through Valgrind
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, removed duplicate code
|
|
|
|
Fixes the display of overlay text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Initial implementation of kBitmap(0)
- Bugfixes for fonts in upscaled games
|
|
|
|
|
|
|
|
|
|
Thanks to lskovlun for the fix
|
|
The old behavior is currently hacked in inside kernelTextSize(), as the
top of the subtitles frame is wrong if kTextWidth() is properly working...
|
|
This includes kCreateTextBitmap, and moves all of the text drawing code
into the new GfxText32 class
|