aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/anim.cpp
AgeCommit message (Collapse)Author
2013-05-01HOPKINS: Remove a hack for T421 animation, rework playAnim2() to accept an ↵Strangerke
alternate animation file name
2013-05-01HOPKINS: Remove an incomplete hack in playAnim(), rework related code to ↵Strangerke
avoid low/high res missing files
2013-04-21HOPKINS: Silence GCC warningTorbjörn Andersson
2013-04-19HOPKINS: Remove useless endless loop in AnimationManagerStrangerke
2013-04-13HOPKINS: Apply a couple of renamings suggested by wjpStrangerke
2013-04-10HOPKINS: Remove some magic values used by _eventMode checksStrangerke
2013-04-10HOPKINS: Finish lock/unlockScreen() cleanup. Set them as private.Strangerke
2013-04-10HOPKINS: Add lockScreen() and unlockScreen() in copyVideoVbe16()Strangerke
2013-04-10HOPKINS: Remove some useless lockScreen() and unlockScreen() around ↵Strangerke
copy16BitRect()
2013-04-10HOPKINS: Reduce the use of lockScreen() and unlockScreen() by adding them in ↵Strangerke
clearScreen()
2013-04-10HOPKINS: Make engine less verbose by reducing some object namesStrangerke
2013-04-09HOPKINS: Renamed remaining GraphicsManager methodsPaul Gilbert
2013-04-09HOPKINS: Renaming some of the remaining graphics methodsPaul Gilbert
2013-04-05HOPKINS: JANITORIAL: Remove trailing spaces and tabsStrangerke
2013-04-05HOPKINS: Remove g_PTRNULStrangerke
2013-03-31HOPKINS: Refactored use of TEMP.SCR for screen backups to use a memory bufferPaul Gilbert
2013-03-31HOPKINS: Converted iRegul to an EventMode enumerationPaul Gilbert
2013-03-30HOPKINS: Rename display buffersStrangerke
2013-03-30HOPKINS: Slight cleanup to silence cppcheck warning.Torbjörn Andersson
2013-03-27HOPKINS: Fix a couple of regressions in previous commit. Thanks fuzzie for ↵Strangerke
noticing
2013-03-27HOPKINS: Remove dead code in AnimationManagerStrangerke
2013-03-27HOPKINS: Rename GraphicsManager variableStrangerke
2013-03-27HOPKINS: Rename a fading variableStrangerke
2013-03-25HOPKINS: More work on GlobalsStrangerke
2013-03-23HOPKINS: Remove duplicated code in AnimationManager.Strangerke
"noColFl" is only 'true' in one animation of the full game, so the code after the check isn't used in the demo.
2013-03-23HOPKINS: Remove one more variable from AnimationManagerStrangerke
2013-03-23HOPKINS: Get rid of NO_SEQ in AnimationManagerStrangerke
2013-03-20HOPKINS: Remove setParent() from TalkManagerStrangerke
2013-03-20HOPKINS: Remove setParent() from SaveLoadManager and ScriptManagerStrangerke
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-19HOPKINS: Remove setParent() from FileManagerStrangerke
2013-03-19HOPKINS: Remove setParent() from EventsManager and DebuggerStrangerke
2013-03-19HOPKINS: Remove setParent() from AnimationManagerStrangerke
2013-03-18HOPKINS: Fix some warnings reported by CppCheckStrangerke
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-05HOPKINS: Removed usage of g_system->lockScreenPaul Gilbert
2013-03-04HOPKINS: Some renamingStrangerke
2013-02-26HOPKINS: Some renaming in GraphicsManagerStrangerke
2013-02-25HOPKINS: Rename DD_VBL() -> updateScreen()Filippos Karapetis
2013-02-24HOPKINS: Beginnings of implementing dirty rect supportPaul Gilbert
2013-02-20HOPKINS: More misc renamingStrangerke
2013-02-20HOPKINS: Misc renamingStrangerke
2013-02-18HOPKINS: Replace casted READ_LE_UINT16 by the equivalent macro to improve ↵Strangerke
readability
2013-02-15HOPKINS: Reorder includesStrangerke
2013-02-14HOPKINS: Fix freeze when playing some animationsDreammaster
2013-02-10HOPKINS: Hide cursor during cutscenesTorbjörn Andersson
This hopefully fixes the regression that was recently introduced where the cursor would be visible, but black, during cutscenes. This was presumably because the color black in a mouse cursor no longer necessarily means that it's transparent.
2013-02-04HOPKINS: Improve imageStr allocation, replace remaining useless reads by skipsStrangerke