aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/events.cpp
AgeCommit message (Expand)Author
2012-10-24HOPKINS: Bugfixes to show inventory dialog correctlyPaul Gilbert
2012-10-23HOPKINS: Fix some more uninitialised variablesPaul Gilbert
2012-10-22HOPKINS: Fix gcc compiler warnings in events.cppPaul Gilbert
2012-10-20HOPKINS: Add some translated comments to function namesStrangerke
2012-10-16HOPKINS: Bugfixes for scene animations initialisationPaul Gilbert
2012-10-14HOPKINS: Added debugger skeletonPaul Gilbert
2012-10-14HOPKINS: Removed some redundant referencesPaul Gilbert
2012-10-13HOPKINS: Comment out original code that draws the cursor on the screen.Paul Gilbert
2012-10-13HOPKINS: Fix to show the ScummVM cursor at the correct positionPaul Gilbert
2012-10-13HOPKINS: Finally implemented VBL cursor method properlyPaul Gilbert
2012-10-13HOPKINS: Cleaned up the PERSONAGE2 event loop methodPaul Gilbert
2012-10-06HOPKINS: Converted the file manager from static to a standard manager classPaul Gilbert
2012-10-06HOPKINS: Bugfixes for startup manager initialisationsPaul 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-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: Disabled VBL() method code and added ScummVM cursor display.Paul Gilbert
2012-09-21HOPKINS: Moved VBL method from EventsManager to GraphicsManagerPaul Gilbert
2012-09-20HOPKINS: Implemented more blitting/display methodsPaul Gilbert
2012-09-19HOPKINS: Initial implementation of some code that will be needed for cursor d...Paul Gilbert
2012-09-17HOPKINS: Implemented rest of main method, with stubs for sub-method callsPaul Gilbert
2012-09-15HOPKINS: Implemented Vbe decoding so introduction now runsPaul Gilbert
2012-09-15HOPKINS: initial implementation of INTORUN methodPaul Gilbert
2012-09-15HOPKINS: Cleanup and refactoring of frame counting and delaysPaul Gilbert
2012-09-15HOPKINS: Initial implementation of main animation player methodPaul Gilbert
2012-09-08HOPKINS: Implement proper graphics initialisation codePaul Gilbert
2012-09-08HOPKINS: Commit of lots more initialisation codePaul Gilbert