aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.cpp
AgeCommit message (Expand)Author
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
2013-03-13HOPKINS: Bugfix for refreshing Breakout lives when one is lostPaul Gilbert
2013-03-12HOPKINS: Further cleaned up dirty rect displayPaul Gilbert
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