aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/font.cpp
AgeCommit message (Expand)Author
2012-10-11HOPKINS: Added explicit int16 cast to all READ_LE_UINT16 accesses.Paul Gilbert
2012-10-11HOPKINS: Implemented missing BOITE function in the font managerPaul Gilbert
2012-10-10HOPKINS: Renamed fields of ListeTxtItem classPaul Gilbert
2012-10-10HOPKINS: Changed PTRNUL from being 0 to an explicitly allocated pointer.Paul Gilbert
2012-10-06HOPKINS: Converted the file manager from static to a standard manager classPaul Gilbert
2012-09-30HOPKINS: Fix casting errors identified by gccPaul Gilbert
2012-09-30HOPKINS: Changed all __int16 to intPaul Gilbert
2012-09-28HOPKINS: Implemented many of the previously stubbed methodsPaul Gilbert
2012-09-26HOPKINS: Implementing font methodsPaul Gilbert
2012-09-22HOPKINS: Clean up of moving Txt array from Globals to FontManagerPaul Gilbert
2012-09-19HOPKINS: Initial implementation of some code that will be needed for cursor d...Paul Gilbert