aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/font.cpp
AgeCommit message (Collapse)Author
2012-12-22HOPKINS: Remove useless IF statementsStrangerke
2012-12-21HOPKINS: Remove remaining hexa valuesStrangerke
2012-12-19HOPKINS: Rename methods in ObjectsManager, Globals and GraphicsManagerStrangerke
2012-12-18HOPKINS: Some renaming, rework some loop statementsStrangerke
2012-12-14HOPKINS: Janitorial - Remove trailing space and double semi columnsStrangerke
2012-12-12HOPKINS: Fix bugs introduced in previous commitsStrangerke
2012-12-12HOPKINS: Homogenization of memory managementStrangerke
2012-12-12HOPKINS: Rename functions in FontManagerStrangerke
2012-12-11HOPKINS: Start renaming EventsManager functionsStrangerke
2012-12-10HOPKINS: Some more function renamingStrangerke
2012-12-09HOPKINS: Refactor fileManagerStrangerke
2012-12-06HOPKINS: Better initialization of FontManagerStrangerke
2012-12-04HOPKINS: Janitorials: remove some while(1)Strangerke
2012-11-27HOPKINS: Rework SCBOB(), silent some CppCheck warningsStrangerke
2012-11-25HOPKINS: Bugfix for intermittent crash when opening Save/Load dialogPaul Gilbert
2012-11-23HOPKINS: Fix CppCheck warningsStrangerke
2012-11-18HOPKINS: Added enum for different FBI computer terminals, and capitalisatoin ↵Paul Gilbert
bugfixes
2012-11-18HOPKINS: Bugfixes for computer screen textPaul Gilbert
2012-11-18HOPKINS: Fix for computer text display at the correct positionPaul Gilbert
2012-11-17HOPKINS: Lots of code implemented for Hopkin's computerPaul Gilbert
2012-10-25HOPKINS: Fix text display to have trailing spaces like the original.Paul Gilbert
This improves the display of text boxes, giving extra padding on the right hand side.
2012-10-24HOPKINS: Added explicit clearing of allocated buffers in BOITEPaul Gilbert
2012-10-23HOPKINS: Add workaround to fix issue with text display showing one character ↵Paul Gilbert
too many.
2012-10-22HOPKINS: Fix gcc identified warnings in font.cppPaul Gilbert
2012-10-20HOPKINS: Add some translated comments to function namesStrangerke
2012-10-15HOPKINS: Some renaming and cleanup of font structuresPaul Gilbert
2012-10-14HOPKINS: Some renaming and bugfixes to BOITE methodPaul Gilbert
2012-10-14HOPKINS: Bugfix for loading game text indexesPaul Gilbert
2012-10-11HOPKINS: Added explicit int16 cast to all READ_LE_UINT16 accesses.Paul Gilbert
I've already previously fixed two initialisatoin errors for data reading that expected int's to be 16 bits and signed, so adding the explicit cast everywhere will likely fix other similiar issues.
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
Some of the methods explicitly differentiate between having a 0 result for invalid/abort versus PTRNUL return values
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 ↵Paul Gilbert
display