aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/events.cpp
AgeCommit message (Collapse)Author
2014-02-18HOPKINS: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-23HOPKINS: Janitorial - Fix spacing errorsStrangerke
2013-04-26HOPKINS: Fix Return to LauncherPaul Gilbert
2013-04-13HOPKINS: Apply a couple of renamings suggested by wjpStrangerke
2013-04-11HOPKINS: Constify some functions and membersStrangerke
2013-04-10HOPKINS: Remove some magic values used by _eventMode checksStrangerke
2013-04-10HOPKINS: Remove some useless lockScreen() and unlockScreen() around ↵Strangerke
copy16BitRect()
2013-04-10HOPKINS: Make the use of _mouseCursorId less verboseStrangerke
2013-04-10HOPKINS: Make engine less verbose by reducing some object namesStrangerke
2013-04-09HOPKINS: Janitorial: Remove useless line of codeStrangerke
2013-04-09HOPKINS: Renamed remaining GraphicsManager methodsPaul Gilbert
2013-04-09HOPKINS: Renaming some of the remaining graphics methodsPaul Gilbert
2013-04-09HOPKINS: Make Hopkins sleep a bit in order to reduce CPU usageStrangerke
2013-04-09HOPKINS: Fix initialization of timers in EventsManagerStrangerke
2013-04-06HOPKINS: Partially revert 63b669cfc4ec0cae7be83949f98ee3fd48607f90 as it ↵Strangerke
causes a regression in ComputerManager
2013-04-05HOPKINS: JANITORIAL: Remove trailing spaces and tabsStrangerke
2013-04-05HOPKINS: Remove g_PTRNULStrangerke
2013-04-03HOPKINS: Standardize the use of g_PTRNULStrangerke
2013-03-31HOPKINS: Converted iRegul to an EventMode enumerationPaul Gilbert
2013-03-30HOPKINS: Rename display buffersStrangerke
2013-03-26HOPKINS: Simplify some statements using MIN, MAX and CLIPStrangerke
2013-03-25HOPKINS: Fix for not being able to quit during underater base entrance cutscenePaul Gilbert
2013-03-24HOPKINS: Move two more variables to ObjectsManager, make them privateStrangerke
2013-03-24HOPKINS: Remove an unused Catalog modeStrangerke
2013-03-24HOPKINS: Add clearAll() to EventsManagerStrangerke
2013-03-20HOPKINS: Remove setParent() from TalkManagerStrangerke
2013-03-20HOPKINS: Remove setParent() from MenuManager and ObjectsManagerStrangerke
2013-03-20HOPKINS: Remove setParent() from GraphicsManagerStrangerke
2013-03-20HOPKINS: Remove setParent() from GlobalsStrangerke
2013-03-20HOPKINS: Remove setParent() from FontManagerStrangerke
2013-03-19HOPKINS: Remove setParent() from FileManagerStrangerke
2013-03-19HOPKINS: Remove setParent() from EventsManager and DebuggerStrangerke
2013-03-17HOPKINS: Fix some references to renamed DD_VBL methodPaul Gilbert
2013-03-17Merge branch 'hopkins_dirtyRects'Paul Gilbert
Conflicts: engines/hopkins/anim.cpp engines/hopkins/computer.cpp engines/hopkins/dialogs.cpp engines/hopkins/graphics.cpp engines/hopkins/hopkins.cpp
2013-03-09HOPKINS: Fix problem with scrolling not working properlyPaul Gilbert
2013-03-04HOPKINS: Some renamingStrangerke
2013-03-02HOPKINS: Renamed dirty rect methodsPaul Gilbert
2013-03-02HOPKINS: Preparatory work for a refresh rect listPaul Gilbert
2013-02-25HOPKINS: Home-screen now displaying correctly with dirty rectsPaul Gilbert
2013-02-21HOPKINS: Some renaming and refactoring in Globals and LinesManagerStrangerke
2013-02-20HOPKINS: More misc renamingStrangerke
2013-02-15HOPKINS: Reorder includesStrangerke
2013-02-15HOPKINS: Move mouse data initialization to EventsManager, set mouse variable ↵Strangerke
as private
2013-02-10HOPKINS: Fix cursor endian issue (I think)Torbjörn Andersson
I had assumed that PAL_PIXELS contained the colors encoded in native byte order, but looking again it appears that it's always encoded as little-endian.
2013-02-10HOPKINS: Fix cursor tranparencyTorbjörn Andersson
Before, cursor images were converted to 16 bpp, and anything that was the same as the first color in PAL_PIXELS[] was made transparent. Now, cursors images are drawn as 8 bpp with a cursor palette created from PAL_PIXELS[]. This preserves all the black parts of the cursor that weren't actually color index 0. It would be nice if we only regenerated the cursor/palette when they have actually changed, but that's for later.
2013-02-07HOPKINS: Misc refactoring and renaming, remove some dead codeStrangerke
2013-02-06HOPKINS: Remove two labels and their associated GOTOs from EventsManagerStrangerke
2013-02-03HOPKINS: Replace a global variable by a parameter in playSequence()Strangerke
2013-02-03HOPKINS: Fix the Esc key behavior in playSequence, remove several GOTOsStrangerke
2013-02-01HOPKINS: Remove 2 more labels in EventsManagerStrangerke