aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/events.h
AgeCommit message (Expand)Author
2014-02-18HOPKINS: Make GPL headers consistent in themselves.Johannes Schickel
2013-04-11HOPKINS: Constify some functions and membersStrangerke
2013-04-10HOPKINS: Make the use of _mouseCursorId less verboseStrangerke
2013-03-24HOPKINS: Add clearAll() to EventsManagerStrangerke
2013-03-19HOPKINS: Remove setParent() from EventsManager and DebuggerStrangerke
2013-03-04HOPKINS: Some renamingStrangerke
2013-02-15HOPKINS: Move mouse data initialization to EventsManager, set mouse variable ...Strangerke
2013-02-07HOPKINS: Improve private/public scope in Globals. Remove some useless variabl...Strangerke
2013-02-07HOPKINS: Improve private/public scope in EventsManagerStrangerke
2013-02-03HOPKINS: Replace a global variable by a parameter in playSequence()Strangerke
2013-01-20HOPKINS: Some more renaming and refactoringStrangerke
2012-12-26HOPKINS: RenamingStrangerke
2012-12-11HOPKINS: Some more renamingStrangerke
2012-12-11HOPKINS: Start renaming EventsManager functionsStrangerke
2012-11-18HOPKINS: Changed computer info display to wait for a keypress after displayingPaul Gilbert
2012-11-18HOPKINS: Added enum for different FBI computer terminals, and capitalisatoin ...Paul Gilbert
2012-11-17HOPKINS: Lots of code implemented for Hopkin's computerPaul Gilbert
2012-11-01HOPKINS: Refactoring to show the selected inventory item using ScummVM cursor...Paul Gilbert
2012-10-28HOPKINS: Fix gcc compiler warningsPaul 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-13HOPKINS: Finally implemented VBL cursor method properlyPaul Gilbert
2012-10-13HOPKINS: Cleaned up the PERSONAGE2 event loop methodPaul Gilbert
2012-09-30HOPKINS: Implemented more object manager methodsPaul Gilbert
2012-09-23HOPKINS: Initial implementation of CHOICE_OPTION and AFF_SPRITESPaul 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: 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