aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.cpp
AgeCommit message (Collapse)Author
2013-03-10HOPKINS: Added a more comprehensive rects merge codePaul Gilbert
2013-03-10HOPKINS: Further fix for dirty area display in-gamePaul Gilbert
2013-03-09HOPKINS: Merged dirty/refresh rect rect adding into a single methodPaul Gilbert
2013-03-09HOPKINS: Fix problem with scrolling not working properlyPaul Gilbert
2013-03-06HOPKINS: Fix transition between initial version display to intro animationPaul Gilbert
2013-03-05HOPKINS: Fix display of screen images using screen fade inPaul Gilbert
2013-03-05HOPKINS: Removed usage of g_system->lockScreenPaul Gilbert
2013-03-04HOPKINS: Some renamingStrangerke
2013-03-02HOPKINS: Added a debugger command to frame dirty rectsPaul Gilbert
2013-03-02HOPKINS: Fix to not display dirty rects that are off-screenPaul Gilbert
2013-03-02HOPKINS: Hooked up display code for refresh rectsPaul Gilbert
2013-03-02HOPKINS: Renamed dirty rect methodsPaul Gilbert
2013-03-02HOPKINS: Preparatory work for a refresh rect listPaul Gilbert
2013-03-02HOPKINS: Converted dirty rects to use Common::ArrayPaul Gilbert
2013-03-02HOPKINS: Cleaned up the addDirtyRect methodPaul Gilbert
2013-02-27HOPKINS: Fix bug in previous commit. Thanks Kirben for pointing to itStrangerke
2013-02-27HOPKINS: Get rid of magic values in FilesManagerStrangerke
2013-02-26HOPKINS: Some renaming in GraphicsManagerStrangerke
2013-02-25HOPKINS: Home-screen now displaying correctly with dirty rectsPaul Gilbert
2013-02-25HOPKINS: Rename DD_VBL() -> updateScreen()Filippos Karapetis
2013-02-24HOPKINS: Beginnings of implementing dirty rect supportPaul Gilbert
2013-02-22HOPKINS: Implement a more proper function to clear the palette.Strangerke
2013-02-20HOPKINS: More misc renamingStrangerke
2013-02-20HOPKINS: Misc renamingStrangerke
2013-02-19HOPKINS: Misc renaming, some sound refactoringStrangerke
2013-02-18HOPKINS: Changed WinScan to use actual screen pitchDreammaster
2013-02-18HOPKINS: Replace casted READ_LE_UINT16 by the equivalent macro to improve ↵Strangerke
readability
2013-02-15HOPKINS: Reorder includesStrangerke
2013-02-12HOPKINS: Some renaming in GraphicManagerStrangerke
2013-02-12HOPKINS: Fix transition glitch when skipping animationsStrangerke
2013-02-12HOPKINS: Minor refactoring in GraphicManagerStrangerke
2013-02-07HOPKINS: Misc refactoring and renaming, remove some dead codeStrangerke
2013-02-05HOPKINS: Some refactoring in ObjectsManagerStrangerke
2013-02-03HOPKINS: Some more refactoringStrangerke
2013-02-02HOPKINS: Fix GCC warningsTorbjörn Andersson
2013-02-02HOPKINS: Some refactoring in GraphicsManagerStrangerke
2013-02-02HOPKINS: Fix Sprite_Vesa() height clippingTorbjörn Andersson
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-02HOPKINS: Fix signness issue, get rid of another GOTOStrangerke
2013-02-02HOPKINS: Get rid of a goto in the display code. Remove useless casts (with ↵Strangerke
comments about that). Some renaming.
2013-01-31HOPKINS: Remove some more casts to unsigned intStrangerke
2013-01-30HOPKINS: Introduce MKTAG24. Make use of MKTAG16 and MKTAG24Strangerke
2013-01-27HOPKINS: Refactor REPONSEStrangerke
2013-01-22HOPKINS: Some renamingStrangerke
2013-01-21HOPKINS: More renaming in ObjectsManager and globalsStrangerke
2013-01-20HOPKINS: Some more renamingStrangerke
2013-01-20HOPKINS: Some renaming in GraphicsManager and HopkinsEngineStrangerke
2013-01-20HOPKINS: Some renamingStrangerke
2013-01-17HOPKINS: Fix loops on zoom in Affiche_perfect. Thanks fuzzie for the help!Strangerke
2013-01-09HOPKINS: Simplify absolute values in LinesManagerStrangerke
2013-01-08HOPKINS: Get rid of the NO_VISU global variableFilippos Karapetis