aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.cpp
AgeCommit message (Collapse)Author
2018-10-18HOPKINS: Add Graphics Screen Update Debugging Code.D G Turner
This is mainly to aid investigation of bug Trac #6310.
2017-10-07ENGINES: Remove default1x scaler flagColin Snover
This flag is removed for a few reasons: * Engines universally set this flag to true for widths > 320, which made it redundant everywhere; * This flag functioned primarily as a "force 1x scaler" flag, since its behaviour was almost completely undocumented and users would need to figure out that they'd need an explicit non-default scaler set to get a scaler to operate at widths > 320; * (Most importantly) engines should not be in the business of deciding how the backend may choose to render its virtual screen. The choice of rendering behaviour belongs to the user, and the backend, in that order. A nearby future commit restores the default1x scaler behaviour in the SDL backend code for the moment, but in the future it is my hope that there will be a better configuration UI to allow users to specify how they want scaling to work for high resolutions.
2014-02-28IMAGE: Move all ImageDecoders to image/Matthew Hoops
2014-02-18HOPKINS: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-09HOPKINS: Reduce the scope of some variablesStrangerke
2013-12-24HOPKINS: Fix bug #6456 - RTL not working.Strangerke
2013-11-23HOPKINS: Janitorial - Fix spacing errorsStrangerke
2013-08-07HOPKINS: Respect pitch when drawing on OSystem's screen surface.Johannes Schickel
2013-08-03HOPKINS: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03HOPKINS: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-07-14JANITORIAL: Remove trailing whitespaceSven Hesse
2013-05-13HOPKINS : Added a lines debugger commandsylvaintv
2013-05-12HOPKINS: Use different colors for displaying hotspot zonesStrangerke
2013-05-10HOPKINS: Added a zones debugger commandPaul Gilbert
2013-04-21HOPKINS: Enlarge _lockedAnims array to avoid potential out of bound access. ↵Strangerke
CID 1004012
2013-04-17HOPKINS: fix palette writes on BEAlyssa Milburn
2013-04-14HOPKINS: Renamed remaining fields of GraphicsManager classPaul Gilbert
2013-04-13HOPKINS: Apply a couple of renamings suggested by wjpStrangerke
2013-04-10HOPKINS: Fix crash when skipping intro animations (regression in one of the ↵Strangerke
lock/unlock commits)
2013-04-10HOPKINS: Finish lock/unlockScreen() cleanup. Set them as private.Strangerke
2013-04-10HOPKINS: Add lockScreen() and unlockScreen() in copyVideoVbe16()Strangerke
2013-04-10HOPKINS: Add lockScreen() and unlockScreen() in copy16bFromSurfaceScaleX2()Strangerke
2013-04-10HOPKINS: Remove some useless lockScreen() and unlockScreen() around ↵Strangerke
copy16BitRect()
2013-04-10HOPKINS: Reduce the use of lockScreen() and unlockScreen() by adding them in ↵Strangerke
clearScreen()
2013-04-10HOPKINS: Make engine less verbose by reducing some object namesStrangerke
2013-04-09HOPKINS: Renamed remaining GraphicsManager methodsPaul Gilbert
2013-04-09HOPKINS: Renaming some of the remaining graphics methodsPaul Gilbert
2013-04-05HOPKINS: JANITORIAL: Remove trailing spaces and tabsStrangerke
2013-04-05HOPKINS: Misc cleanupStrangerke
2013-04-05HOPKINS: Remove g_PTRNULStrangerke
2013-04-03HOPKINS: Refactor searchCat to remove the use of g_PTRNUL, add a parameter ↵Strangerke
to clarify the result of the function
2013-04-03HOPKINS: Standardize the use of g_PTRNULStrangerke
2013-03-31HOPKINS: Refactored use of TEMP.SCR for screen backups to use a memory bufferPaul Gilbert
2013-03-30HOPKINS: Rename display buffersStrangerke
2013-03-27HOPKINS: Remove more dead code, simplify a couple of statements in Copy_Vga16()Strangerke
2013-03-27HOPKINS: Rename GraphicsManager variableStrangerke
2013-03-27HOPKINS: Rename a fading variableStrangerke
2013-03-27HOPKINS: Fix several Cppcheck warningStrangerke
2013-03-25HOPKINS: More work on GlobalsStrangerke
2013-03-24HOPKINS: Some more refactoring in GlobalsStrangerke
2013-03-24HOPKINS: Some renaming and refactoring in GlobalsStrangerke
2013-03-20HOPKINS: Remove setParent() from SaveLoadManager and ScriptManagerStrangerke
2013-03-20HOPKINS: Remove setParent() from MenuManager and ObjectsManagerStrangerke
2013-03-20HOPKINS: Remove setParent() from GraphicsManagerStrangerke
2013-03-20HOPKINS: Remove setParent() from GlobalsStrangerke
2013-03-19HOPKINS: Rename colour into colorStrangerke
2013-03-19HOPKINS: Remove setParent() from FileManagerStrangerke
2013-03-19HOPKINS: Remove setParent() from EventsManager and DebuggerStrangerke
2013-03-19HOPKINS: Some renaming in TalkManager and GraphicsManagerStrangerke
2013-03-17Merge branch 'hopkins_dirtyRects'Paul Gilbert
Conflicts: engines/hopkins/anim.cpp engines/hopkins/computer.cpp engines/hopkins/dialogs.cpp engines/hopkins/graphics.cpp engines/hopkins/hopkins.cpp