Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Add missing GUI options
|
|
|
|
|
|
Ideally, this should only be added for the CD version but I don't
think we have any mechanism for telling the CD and floppy versions
apart.
|
|
Ideally, this should only be added to the CD version but I don't think
we provide any mechanism for telling the CD and floppy versions apart.
|
|
|
|
|
|
GUI: Game gui options
|
|
|
|
|
|
T7G's music framework uses either all external or all XMIDI, so assume if one
external song is present, the entire music pack is.
|
|
|
|
|
|
OSX: fix making bundle when freetype2 is enabled
|
|
Thanks to Fingolfin for the suggestion
|
|
|
|
|
|
|
|
|
|
Introduce an ImageDecoder class
|
|
|
|
Complements READ_UINT16 and READ_UINT32
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The new bitmap decoder class is based off the Mohawk one, and now has 8bpp decoding capability.
|
|
|
|
|
|
TTF rendering fixes
|
|
Or at least using the fields used by the FreeType examples.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This also cleans up the QuickTime audio code to make it a bit more manageable too
|
|
The edit just takes up the entire length of the track
|
|
Thanks to Robot_Maker20 for noticing the bug
|
|
|
|
Simply use pointers to the source and destination chars instead of multiple indices.
|
|
|
|
|