Commit Graph

25 Commits

Author SHA1 Message Date
Paul Gilbert
f6a098bc4f HOPKINS: Bugfix for intermittent crash when opening Save/Load dialog 2012-11-25 20:18:38 +11:00
Strangerke
384ca5dd82 HOPKINS: Fix CppCheck warnings 2012-11-23 22:21:35 +01:00
Paul Gilbert
9f36cedd31 HOPKINS: Added enum for different FBI computer terminals, and capitalisatoin bugfixes 2012-11-18 19:31:43 +11:00
Paul Gilbert
67ae9e9306 HOPKINS: Bugfixes for computer screen text 2012-11-18 16:16:59 +11:00
Paul Gilbert
5b7b4bc9df HOPKINS: Fix for computer text display at the correct position 2012-11-18 16:05:38 +11:00
Paul Gilbert
0fdea57c54 HOPKINS: Lots of code implemented for Hopkin's computer 2012-11-17 20:49:07 +11:00
Paul Gilbert
5f56afdef4 HOPKINS: Fix text display to have trailing spaces like the original.
This improves the display of text boxes, giving extra padding on the right hand side.
2012-10-25 08:09:28 +11:00
Paul Gilbert
afadf60ffc HOPKINS: Added explicit clearing of allocated buffers in BOITE 2012-10-24 23:40:16 +11:00
Paul Gilbert
450114802a HOPKINS: Add workaround to fix issue with text display showing one character too many. 2012-10-23 22:20:52 +11:00
Paul Gilbert
9e1d5ffba2 HOPKINS: Fix gcc identified warnings in font.cpp 2012-10-22 23:23:17 +11:00
Strangerke
b4247f6265 HOPKINS: Add some translated comments to function names 2012-10-20 18:59:06 +02:00
Paul Gilbert
d394570213 HOPKINS: Some renaming and cleanup of font structures 2012-10-15 20:49:17 +11:00
Paul Gilbert
481e581422 HOPKINS: Some renaming and bugfixes to BOITE method 2012-10-14 22:58:26 +11:00
Paul Gilbert
e23f91472e HOPKINS: Bugfix for loading game text indexes 2012-10-14 13:00:21 +11:00
Paul Gilbert
721b619398 HOPKINS: Added explicit int16 cast to all READ_LE_UINT16 accesses.
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-11 22:58:04 +11:00
Paul Gilbert
d8dd04130a HOPKINS: Implemented missing BOITE function in the font manager 2012-10-11 22:53:59 +11:00
Paul Gilbert
089ca4782b HOPKINS: Renamed fields of ListeTxtItem class 2012-10-10 23:45:40 +11:00
Paul Gilbert
7ca9d2100f HOPKINS: Changed PTRNUL from being 0 to an explicitly allocated pointer.
Some of the methods explicitly differentiate between having a 0 result for invalid/abort versus PTRNUL return values
2012-10-10 21:03:29 +11:00
Paul Gilbert
575f179f0f HOPKINS: Converted the file manager from static to a standard manager class 2012-10-06 23:21:10 +10:00
Paul Gilbert
b34091852c HOPKINS: Fix casting errors identified by gcc 2012-09-30 21:33:00 +10:00
Paul Gilbert
84e07ae725 HOPKINS: Changed all __int16 to int 2012-09-30 21:21:09 +10:00
Paul Gilbert
7c9ad56aac HOPKINS: Implemented many of the previously stubbed methods 2012-09-28 22:15:59 +10:00
Paul Gilbert
ddb4fdcf12 HOPKINS: Implementing font methods 2012-09-26 22:13:15 +10:00
Paul Gilbert
1597aff3c7 HOPKINS: Clean up of moving Txt array from Globals to FontManager 2012-09-22 19:54:30 +10:00
Paul Gilbert
9900adf18c HOPKINS: Initial implementation of some code that will be needed for cursor display 2012-09-19 21:34:23 +10:00