Commit Graph
244 Commits
Author SHA1 Message Date
Paul Gilbert 408345ebab HOPKINS: Further cleaned up dirty rect display 2013-03-12 21:43:48 -04:00
Paul Gilbert f49fb723da HOPKINS: Added a more comprehensive rects merge code 2013-03-10 22:15:12 -04:00
Paul Gilbert e50a7be7de HOPKINS: Further fix for dirty area display in-game 2013-03-10 22:09:29 -04:00
Paul Gilbert 3d06a93be1 HOPKINS: Merged dirty/refresh rect rect adding into a single method 2013-03-09 22:04:41 -05:00
Paul Gilbert 55c024494d HOPKINS: Fix problem with scrolling not working properly 2013-03-09 09:44:46 -05:00
Paul Gilbert 83480c5784 HOPKINS: Fix transition between initial version display to intro animation 2013-03-06 09:46:05 -05:00
Paul Gilbert 188f7efd05 HOPKINS: Fix display of screen images using screen fade in 2013-03-05 20:58:43 -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
Paul Gilbert 7a7b2b35e2 HOPKINS: Added a debugger command to frame dirty rects 2013-03-02 22:36:38 -05:00
Paul Gilbert 77eb6f74eb HOPKINS: Fix to not display dirty rects that are off-screen 2013-03-02 21:47:03 -05:00
Paul Gilbert 9d8eb97840 HOPKINS: Hooked up display code for refresh rects 2013-03-02 20:57:42 -05:00
Paul Gilbert 95aca78bcd HOPKINS: Renamed dirty rect methods 2013-03-02 20:40:03 -05:00
Paul Gilbert 7c862d586e HOPKINS: Preparatory work for a refresh rect list 2013-03-02 18:56:14 -05:00
Paul Gilbert d738802bc1 HOPKINS: Converted dirty rects to use Common::Array 2013-03-02 17:30:42 -05:00
Paul Gilbert c3bab0aecb HOPKINS: Cleaned up the addDirtyRect method 2013-03-02 10:53:11 -05:00
Strangerke 2168b2e6b5 HOPKINS: Fix bug in previous commit. Thanks Kirben for pointing to it 2013-02-27 00:25:52 +01:00
Strangerke 58eefc0833 HOPKINS: Get rid of magic values in FilesManager 2013-02-27 00:15:54 +01:00
Strangerke 79062f426e HOPKINS: Some renaming in GraphicsManager 2013-02-26 07:37:09 +01:00
Paul Gilbert 54924de6cb HOPKINS: Home-screen now displaying correctly with dirty rects 2013-02-25 22:00:36 -05: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 29c664a696 HOPKINS: Implement a more proper function to clear the palette. 2013-02-22 17:18:44 +01: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 5bbdbc0fad HOPKINS: Misc renaming, some sound refactoring 2013-02-19 14:34:43 +01:00
Dreammaster f92154dbe1 HOPKINS: Changed WinScan to use actual screen pitch 2013-02-18 23:30:59 -05: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
Strangerke 9223719f2a HOPKINS: Some renaming in GraphicManager 2013-02-12 22:19:59 +01:00
Strangerke e47d34f951 HOPKINS: Fix transition glitch when skipping animations 2013-02-12 08:34:49 +01:00
Strangerke 2634c65d2f HOPKINS: Minor refactoring in GraphicManager 2013-02-12 08:04:07 +01:00
Strangerke e96edd8b19 HOPKINS: Misc refactoring and renaming, remove some dead code 2013-02-07 08:44:22 +01:00
Strangerke 19427ff176 HOPKINS: Some refactoring in ObjectsManager 2013-02-05 00:12:42 +01:00
Strangerke 6797698af8 HOPKINS: Some more refactoring 2013-02-03 01:25:37 +01:00
Torbjörn Andersson 8f300bdc30 HOPKINS: Fix GCC warnings 2013-02-02 20:26:42 +01:00
Strangerke 690405961f HOPKINS: Some refactoring in GraphicsManager 2013-02-02 19:20:58 +01:00
Torbjörn Andersson ea4639c65f HOPKINS: Fix Sprite_Vesa() height clipping
This fixes some Valgrind warnings on the city overhead map, and also
seem to get rid of the bird "droppings" previously left behind in the
area beneath the picture. There are things I don't understand about
this function, but I hope I didn't break anything.
2013-02-02 12:41:44 +01:00
Strangerke 9772426c58 HOPKINS: Fix signness issue, get rid of another GOTO 2013-02-02 12:26:21 +01:00
Strangerke 4b0e226340 HOPKINS: Get rid of a goto in the display code. Remove useless casts (with comments about that). Some renaming. 2013-02-02 12:15:41 +01:00
Strangerke 9dd09f6c6e HOPKINS: Remove some more casts to unsigned int 2013-01-31 07:48:44 +01:00
Strangerke 15de07ff74 HOPKINS: Introduce MKTAG24. Make use of MKTAG16 and MKTAG24 2013-01-30 08:31:32 +01:00
Strangerke 84f7ce6ea3 HOPKINS: Refactor REPONSE 2013-01-27 01:25:46 +01:00
Strangerke 1a3fb10d91 HOPKINS: Some renaming 2013-01-22 07:53:59 +01:00
Strangerke 704a36d1fb HOPKINS: More renaming in ObjectsManager and globals 2013-01-21 22:25:12 +01:00
Strangerke db80d0d0df HOPKINS: Some more renaming 2013-01-20 12:33:59 +01:00
Strangerke 3878138d8f HOPKINS: Some renaming in GraphicsManager and HopkinsEngine 2013-01-20 11:28:39 +01:00
Strangerke 523aa82563 HOPKINS: Some renaming 2013-01-20 00:56:19 +01:00
Strangerke b7abcf2bfb HOPKINS: Fix loops on zoom in Affiche_perfect. Thanks fuzzie for the help! 2013-01-17 00:18:53 +01:00
Strangerke 0bf6d54d6b HOPKINS: Simplify absolute values in LinesManager 2013-01-09 08:05:58 +01:00