aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/menu.cpp
AgeCommit message (Collapse)Author
2013-02-19HOPKINS: Misc renaming, some sound refactoringStrangerke
2013-02-15HOPKINS: Reorder includesStrangerke
2013-02-07HOPKINS:Move some variables from globals to ObjectManagerStrangerke
2013-02-06HOPKINS: Fix regression in #fddc6497bf316e6e44b258b1c7fd9adc0749bd72 : ↵Strangerke
"Menu: after the fading, a button is moved by 1 or 2 pixels"
2013-01-08HOPKINS: Remove some nasty casts from menuManager and ObjectManagerStrangerke
2013-01-08HOPKINS: Clean up the menu codeFilippos Karapetis
2013-01-08HOPKINS: Remove global filename and constructFilenameStrangerke
2013-01-07HOPKINS: Remove static game directory configuration optionsFilippos Karapetis
Also, remove the unused VGA folder. This is the first step to remove constructFilename() and associated functions.
2013-01-03HOPKINS: Rename functions related to fade in/out. Fix a potential issue for ↵Strangerke
short fadings
2012-12-28HOPKINS: Some more renaming and refactoringStrangerke
2012-12-26HOPKINS: Fix menu in BeOS and OS2 versionsStrangerke
2012-12-25HOPKINS: Remove useless variable in MenuManager, some renamingStrangerke
2012-12-24HOPKINS: Remove one more useless flagStrangerke
2012-12-24HOPKINS: Refactor handleGoto and handleIf, some renamingStrangerke
2012-12-24HOPKINS: Remove magic values used to check language, some renaming and ↵Strangerke
refactoring
2012-12-23HOPKINS: Some more renaming. Remove 2 useless palettesStrangerke
2012-12-19HOPKINS: Rename methods in ObjectsManager, Globals and GraphicsManagerStrangerke
2012-12-18HOPKINS: Some renaming, rework some loop statementsStrangerke
2012-12-16HOPKINS: Some more renamingStrangerke
2012-12-14HOPKINS: Janitorial - Remove trailing space and double semi columnsStrangerke
2012-12-12HOPKINS: Homogenization of memory managementStrangerke
2012-12-11HOPKINS: Some more renamingStrangerke
2012-12-11HOPKINS: Start renaming EventsManager functionsStrangerke
2012-12-10HOPKINS: Rename functions in DialogManagerStrangerke
2012-12-10HOPKINS: Some more function renamingStrangerke
2012-12-09HOPKINS: Refactor fileManagerStrangerke
2012-12-02HOPKINS: Bugfixes for quitting in the Windows demo versionPaul Gilbert
2012-11-18HOPKINS: Cleanup of FORET flag and bugfix for when leaving forest.Paul Gilbert
2012-11-17HOPKINS: Lots of code implemented for Hopkin's computerPaul Gilbert
2012-10-29HOPKINS: Fix more mass renaming issuesStrangerke
2012-10-29HOPKINS: Locals renaming in menu.cppPaul Gilbert
2012-10-28HOPKINS: Replace some 0/1 by false/true for boolean variablesStrangerke
2012-10-27HOPKINS: Use platform detection in order to properly initialize the mouse cursorStrangerke
Also fix mass-renaming error in header
2012-10-27HOPKINS: Move Save/Load dialog code from menu.cpp to dialogs.cppPaul Gilbert
2012-10-24HOPKINS: Created new SaveFileManager class to handle save file related codePaul Gilbert
2012-10-24HOPKINS: Comment out original thumbnail code that will need to be refactoredPaul Gilbert
2012-10-24HOPKINS: Manually implemented Reduc_EcranPaul Gilbert
2012-10-24HOPKINS: Merged inventory dialog and OptionsDialog class into a ↵Paul Gilbert
DialogsManager class
2012-10-22HOPKINS: Fix type warnings identified by gccPaul Gilbert
2012-10-20HOPKINS: Add some translated comments to function namesStrangerke
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-06HOPKINS: Converted the file manager from static to a standard manager classPaul Gilbert
2012-10-06HOPKINS: Implemented stubbed menu methodsPaul Gilbert
2012-10-05HOPKINS: Implemented lots more of the remaining stubbed methodsPaul Gilbert
2012-09-30HOPKINS: Changed all __int16 to intPaul Gilbert
2012-09-30HOPKINS: Implemented more object manager methodsPaul Gilbert
2012-09-23HOPKINS: Initial implementation of CHOICE_OPTION and AFF_SPRITESPaul Gilbert
2012-09-22HOPKINS: Bugfixes to making menu selections, and quitting gamePaul Gilbert
2012-09-22HOPKINS: Clean up of moving Txt array from Globals to FontManagerPaul Gilbert
2012-09-22HOPKINS: Implemented AFFICHE_SPEED methodPaul Gilbert