Commit Graph
153 Commits
Author SHA1 Message Date
Strangerke 7b34c68158 HOPKINS: Remove a hack for T421 animation, rework playAnim2() to accept an alternate animation file name 2013-05-01 23:20:36 +02:00
Strangerke a11f579a3f HOPKINS: Remove an incomplete hack in playAnim(), rework related code to avoid low/high res missing files 2013-05-01 23:14:00 +02:00
Torbjörn Andersson 5d7067baaa HOPKINS: Silence GCC warning 2013-04-21 10:18:30 +02:00
Strangerke 907f650620 HOPKINS: Remove useless endless loop in AnimationManager 2013-04-19 08:16:15 +02:00
Strangerke cdefd6428f HOPKINS: Apply a couple of renamings suggested by wjp 2013-04-13 23:24:13 +02:00
Strangerke c09e0c26ec HOPKINS: Remove some magic values used by _eventMode checks 2013-04-10 13:26:26 +02:00
Strangerke 9149f363a6 HOPKINS: Finish lock/unlockScreen() cleanup. Set them as private. 2013-04-10 13:03:53 +02:00
Strangerke bccb460e36 HOPKINS: Add lockScreen() and unlockScreen() in copyVideoVbe16() 2013-04-10 12:59:39 +02:00
Strangerke 1b081457c9 HOPKINS: Remove some useless lockScreen() and unlockScreen() around copy16BitRect() 2013-04-10 12:51:13 +02:00
Strangerke 1ac0c06bf6 HOPKINS: Reduce the use of lockScreen() and unlockScreen() by adding them in clearScreen() 2013-04-10 12:25:36 +02:00
Strangerke 55938b3975 HOPKINS: Make engine less verbose by reducing some object names 2013-04-10 10:27:06 +02:00
Paul Gilbert 260a6bbc24 HOPKINS: Renamed remaining GraphicsManager methods 2013-04-09 09:47:48 -04:00
Paul Gilbert bfe63b71e9 HOPKINS: Renaming some of the remaining graphics methods 2013-04-09 09:17:11 -04:00
Strangerke 89bf72ff5d HOPKINS: JANITORIAL: Remove trailing spaces and tabs 2013-04-05 08:17:26 +02:00
Strangerke e79a51c208 HOPKINS: Remove g_PTRNUL 2013-04-05 07:54:54 +02:00
Paul Gilbert bcdd8f43cd HOPKINS: Refactored use of TEMP.SCR for screen backups to use a memory buffer 2013-03-31 12:56:12 -04:00
Paul Gilbert 221ff31fee HOPKINS: Converted iRegul to an EventMode enumeration 2013-03-31 10:47:46 -04:00
Strangerke e848ed7bac HOPKINS: Rename display buffers 2013-03-30 14:20:18 +01:00
Torbjörn Andersson 04259f7be4 HOPKINS: Slight cleanup to silence cppcheck warning. 2013-03-30 13:17:27 +01:00
Strangerke 9addb1e776 HOPKINS: Fix a couple of regressions in previous commit. Thanks fuzzie for noticing 2013-03-27 20:25:28 +01:00
Strangerke 40dcb8b406 HOPKINS: Remove dead code in AnimationManager 2013-03-27 08:41:19 +01:00
Strangerke ccf2f50ceb HOPKINS: Rename GraphicsManager variable 2013-03-27 08:26:19 +01:00
Strangerke 08db6ea515 HOPKINS: Rename a fading variable 2013-03-27 08:10:40 +01:00
Strangerke 91469d7d38 HOPKINS: More work on Globals 2013-03-25 08:02:07 +01:00
Strangerke 38a90947fe HOPKINS: Remove duplicated code in AnimationManager.
"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-23 15:00:55 +01:00
Strangerke a6a8f1afd8 HOPKINS: Remove one more variable from AnimationManager 2013-03-23 14:23:43 +01:00
Strangerke c49cbf3747 HOPKINS: Get rid of NO_SEQ in AnimationManager 2013-03-23 09:06:27 +01:00
Strangerke 73b01f20af HOPKINS: Remove setParent() from TalkManager 2013-03-20 08:10:28 +01:00
Strangerke 848841772f HOPKINS: Remove setParent() from SaveLoadManager and ScriptManager 2013-03-20 08:06:10 +01:00
Strangerke c5c7ced5ee HOPKINS: Remove setParent() from MenuManager and ObjectsManager 2013-03-20 07:56:16 +01:00
Strangerke 6a446ff9d1 HOPKINS: Remove setParent() from GraphicsManager 2013-03-20 07:36:06 +01:00
Strangerke 852e65bd02 HOPKINS: Remove setParent() from Globals 2013-03-20 07:27:42 +01:00
Strangerke f2d4151dd7 HOPKINS: Remove setParent() from FileManager 2013-03-19 21:57:28 +01:00
Strangerke db6d7e256b HOPKINS: Remove setParent() from EventsManager and Debugger 2013-03-19 20:41:39 +01:00
Strangerke dc5a2b1de7 HOPKINS: Remove setParent() from AnimationManager 2013-03-19 08:17:01 +01:00
Strangerke de883e6198 HOPKINS: Fix some warnings reported by CppCheck 2013-03-18 08:19:33 +01:00
Paul Gilbert 4372bd8306 Merge branch 'hopkins_dirtyRects'
Conflicts:
	engines/hopkins/anim.cpp
	engines/hopkins/computer.cpp
	engines/hopkins/dialogs.cpp
	engines/hopkins/graphics.cpp
	engines/hopkins/hopkins.cpp
2013-03-17 11:29:00 -04:00
Paul Gilbert 55c024494d HOPKINS: Fix problem with scrolling not working properly 2013-03-09 09:44:46 -05:00
Paul Gilbert f93275b310 HOPKINS: Removed usage of g_system->lockScreen 2013-03-05 09:42:06 -05:00
Strangerke 23badc9735 HOPKINS: Some renaming 2013-03-04 07:46:52 +01:00
Strangerke 79062f426e HOPKINS: Some renaming in GraphicsManager 2013-02-26 07:37:09 +01:00
Filippos Karapetis b7419454c5 HOPKINS: Rename DD_VBL() -> updateScreen() 2013-02-25 22:00:45 +02:00
Paul Gilbert 317bd9ebd0 HOPKINS: Beginnings of implementing dirty rect support 2013-02-24 22:03:38 -05:00
Strangerke 8457c00457 HOPKINS: More misc renaming 2013-02-20 08:30:16 +01:00
Strangerke f9f6133851 HOPKINS: Misc renaming 2013-02-20 01:23:39 +01:00
Strangerke 7428af9a4c HOPKINS: Replace casted READ_LE_UINT16 by the equivalent macro to improve readability 2013-02-18 01:37:21 +01:00
Strangerke 84e290eade HOPKINS: Reorder includes 2013-02-15 22:20:24 +01:00
Dreammaster fb163db0bc HOPKINS: Fix freeze when playing some animations 2013-02-14 21:08:00 -05:00
Torbjörn Andersson e5c04b0f26 HOPKINS: Hide cursor during cutscenes
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-10 22:26:12 +01:00
Strangerke 98e3f09863 HOPKINS: Improve imageStr allocation, replace remaining useless reads by skips 2013-02-04 20:38:31 +01:00