aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.cpp
AgeCommit message (Collapse)Author
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
2013-01-08HOPKINS: Remove global filename and constructFilenameStrangerke
2013-01-07HOPKINS: Get rid of the NOSPRECRAN global variableFilippos Karapetis
2013-01-07HOPKINS: Remove static game directory configuration optionsFilippos Karapetis
Also, remove the unused VGA folder. This is the first step to remove constructFilename() and associated functions.
2013-01-07HOPKINS: Get rid of more unused/unnecessary globalsFilippos Karapetis
2013-01-07HOPKINS: Some renamingStrangerke
2013-01-07HOPKINS: Some refactoring in ComputerManagerStrangerke
2013-01-07HOPKINS: More 16b refactoringStrangerke
2013-01-07HOPKINS: Simplify Copy_vga16, get rid of unsafe uint16 castsStrangerke
2013-01-06HOPKINS: Remove uint16 casting in m_scroll16 in order to avoid endian issueStrangerke