aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/computer.h
AgeCommit message (Collapse)Author
2014-05-17HOPKINS: Further cleanup in ComputerManager class.D G Turner
Have simplified the parsing of the COMPUTAN.TXT file prior to looking at supporting the Polish file format variant. These change should have no functional difference, but improve the code by removing a set-but-unused bool in the MenuItem structure, fixing a number of repeated "magic" values to be explicit as various buffer sizes and replacing usage of strcpy with the safer version from our Common code etc.
2014-02-18HOPKINS: Make GPL headers consistent in themselves.Johannes Schickel
2013-07-26HOPKINS: Move breakout highscore table to savegames, and fixes to displayPaul Gilbert
2013-04-11HOPKINS: Constify some functions and membersStrangerke
2013-03-24HOPKINS: Move inventory dialog display to DialogsManager, set _inventWin1 as ↵Strangerke
private
2013-03-19HOPKINS: Remove setParent() from ComputerManagerStrangerke
2013-02-07HOPKINS: Improve private/public scope in FontMAnagerStrangerke
2013-01-20HOPKINS: Add Spanish computer textStrangerke
2013-01-07HOPKINS: Some refactoring in ComputerManagerStrangerke
2013-01-05HOPKINS: Silence GCC warnings related to the computer manuStrangerke
2013-01-04HOPKINS: Add computer texts for the French and English versions for the ↵Strangerke
Win95 versions. The Polish version is handled by an external file, just like most of the existing versions
2013-01-01HOPKINS: Refactoring in ComputerManagerStrangerke
2012-12-28HOPKINS: More renaming and refactoringStrangerke
2012-12-10HOPKINS: Fix typo reported by alexStrangerke
2012-12-10HOPKINS: Rename (most of) ComputerManager functionsStrangerke
2012-12-02HOPKINS: Fix button selections in Breakout high scores listPaul Gilbert
2012-11-23HOPKINS: Cleanup TXT4()Strangerke
2012-11-18HOPKINS: Bugfix to allow Breakout paddle movement whilst waiting for ↵Paul Gilbert
starting click
2012-11-18HOPKINS: Bugfixes for setup of Breakout sub-gamePaul Gilbert
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: Replace MenuText by an array of structures, implement Charge_Menu()Strangerke
2012-11-17HOPKINS: Lots of code implemented for Hopkin's computerPaul Gilbert