aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.cpp
AgeCommit message (Collapse)Author
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
2013-01-06HOPKINS: Remove a GOTO in Copy_WinScan_VbeStrangerke
2013-01-05HOPKINS: Refactor copy16bFromSurfaceScaleX2Strangerke
2013-01-05HOPKINS: Remove 8b CopyAsm, rename the 16b oneStrangerke
2013-01-05HOPKINS: Fix display in breakout game. Get rid of any int16 cast to make ↵Strangerke
sure it's endian safe.
2013-01-04HOPKINS: Fix regression introduced in fbd2c0e9182cf6a3ff90cf83b47347dfdd4de564Strangerke
2013-01-04HOPKINS: Remove setModeVesa()Strangerke
2013-01-04HOPKINS: Refactor Copy_WinScan_Vbe3Strangerke
2013-01-04HOPKINS: Fix regressions in d6f72071a42559299139fd2f162c98c7f01a0b51Strangerke
2013-01-03HOPKINS: Simplify a bit more fade out function. Reduce fade out delay time.Strangerke
2013-01-03HOPKINS: Rewrite fade outStrangerke
2013-01-03HOPKINS: Rename functions related to fade in/out. Fix a potential issue for ↵Strangerke
short fadings
2013-01-03HOPKINS: Rewrite fade in, add a delayStrangerke
2013-01-03HOPKINS: Fix remaining GCC warnings (on behalf of Eriktorbjorn)Strangerke
2013-01-02HOPKINS: Silence some warnings reported by GCC. Thanks Eriktorbjorn for ↵Strangerke
reporting those
2013-01-02HOPKINS: More refactoring and renaming, remove several useless variablesStrangerke
2013-01-01HOPKINS: Some more refactoring and renamingStrangerke