aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/menu.cpp
AgeCommit message (Expand)Author
2012-10-24HOPKINS: Manually implemented Reduc_EcranPaul Gilbert
2012-10-24HOPKINS: Merged inventory dialog and OptionsDialog class into a DialogsManage...Paul Gilbert
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
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
2012-09-21HOPKINS: Moved VBL method from EventsManager to GraphicsManagerPaul Gilbert
2012-09-19HOPKINS: Initial implementation of some code that will be needed for cursor d...Paul Gilbert
2012-09-17HOPKINS: Bugfixes to the display of the starting menuPaul Gilbert
2012-09-17HOPKINS: Initial implementation of main menu methodPaul Gilbert