aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/events.cpp
AgeCommit message (Collapse)Author
2012-11-09HOPKINS: Bugfixes for cursor disappearing after using GMM.Paul Gilbert
2012-11-01HOPKINS: Refactoring to show the selected inventory item using ScummVM ↵Paul Gilbert
cursor manager
2012-10-29HOPKINS: Replace some more boolean valuesStrangerke
2012-10-28HOPKINS: Replace some 0/1 by false/true for boolean variablesStrangerke
2012-10-28HOPKINS: Work on hooking save/loading into the ScummVM frameworkPaul Gilbert
2012-10-28HOPKINS: Added shortcut keys for the Save, Load, and Options dialogsPaul Gilbert
2012-10-27HOPKINS: Move Save/Load dialog code from menu.cpp to dialogs.cppPaul Gilbert
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
This is redundant, given we're relying on core ScummVM to draw the cursor.
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
I'm not yet sure whether VBL was only concerned with displaying the cursor, but it had some loops using the lItCounter, so it was causing infinite loops. Whatever else VBL actually does besides cursor display will have to be converted to a more ScummVM friendly implementation.
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 ↵Paul Gilbert
display
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