aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.cpp
AgeCommit message (Expand)Author
2018-10-18HOPKINS: Add Graphics Screen Update Debugging Code.D G Turner
2017-10-07ENGINES: Remove default1x scaler flagColin Snover
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. C...Strangerke
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 l...Strangerke
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 copy16Bit...Strangerke
2013-04-10HOPKINS: Reduce the use of lockScreen() and unlockScreen() by adding them in ...Strangerke
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 to...Strangerke
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