aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.cpp
AgeCommit message (Expand)Author
2012-12-19HOPKINS: More renamingStrangerke
2012-12-19HOPKINS: Rename methods in ObjectsManager, Globals and GraphicsManagerStrangerke
2012-12-18HOPKINS: Some renaming, rework some loop statementsStrangerke
2012-12-17HOPKINS: Renaming of members of Globals and ObjectsManagerStrangerke
2012-12-16HOPKINS: Start renaming ObjectsManager membersStrangerke
2012-12-16HOPKINS: Remove zoom, mode, SDL Zoom and fullscreen variablesStrangerke
2012-12-15HOPKINS: Remove all code related to 8b displayStrangerke
2012-12-15HOPKINS: Merge two zoom in and out functionsStrangerke
2012-12-14HOPKINS: Janitorial - Remove trailing space and double semi columnsStrangerke
2012-12-12HOPKINS: Homogenization of memory managementStrangerke
2012-12-11HOPKINS: Start renaming EventsManager functionsStrangerke
2012-12-10HOPKINS: Some more function renamingStrangerke
2012-12-09HOPKINS: Refactor fileManagerStrangerke
2012-12-04HOPKINS: Add MODE_VESA()Strangerke
2012-12-04HOPKINS: Janitorials: remove some while(1)Strangerke
2012-12-02HOPKINS: Add main code for Win95 demoStrangerke
2012-11-25HOPKINS: Replaced many occurrences of 640 with SCREEN_WIDTHPaul Gilbert
2012-11-24HOPKINS: Fix more CppCheck warningsStrangerke
2012-11-24HOPKINS: Fix more CppCheck warningsStrangerke
2012-11-18HOPKINS: Bugfixes for setup of Breakout sub-gamePaul Gilbert
2012-11-18HOPKINS: Bugfix for crash when walking in the projection roomPaul Gilbert
2012-11-17HOPKINS: Fix PCX loading when no present in CAT file.Strangerke
2012-11-17HOPKINS: Lots of code implemented for Hopkin's computerPaul Gilbert
2012-11-16HOPKINS: Remove some magic values, add a safety check in Copy_Video_Vbe16Strangerke
2012-11-13HOPKINS: Compilation fixes under gccPaul Gilbert
2012-11-11HOPKINS: Refactored the PCX decoder to use the existing ScummVM decoderPaul Gilbert
2012-11-08HOPKINS: Fix crash in GraphicsManager constructorPaul Gilbert
2012-11-08HOPKINS: More full version initialization, change 2 variables to booleanStrangerke
2012-11-01HOPKINS: Refactoring to show the selected inventory item using ScummVM cursor...Paul Gilbert
2012-10-31HOPKINS: Variable renaming in Affiche_PerfectPaul Gilbert
2012-10-30HOPKINS: Renaming local variables in graphics.cppPaul Gilbert
2012-10-30HOPKINS: Removed duplicate souris_max methodPaul Gilbert
2012-10-30HOPKINS: Method parameter renames in GraphicsManager classPaul Gilbert
2012-10-28HOPKINS: Replace some 0/1 by false/true for boolean variablesStrangerke
2012-10-29HOPKINS: Added lots of shouldQuit() checks to the loops in the script codePaul Gilbert
2012-10-28HOPKINS: Fixed the type casting in copy video methodsPaul Gilbert
2012-10-28HOPKINS: Bugfix to Copy_Video_Vbe16aPaul Gilbert
2012-10-28HOPKINS: Fixed Reduc_Ecran methodPaul Gilbert
2012-10-25HOPKINS: Renamed fields of VBobItem classPaul Gilbert
2012-10-24HOPKINS: Manually implemented Reduc_EcranPaul Gilbert
2012-10-24HOPKINS: Fix initialisation of TABLE_COUL data.Paul Gilbert
2012-10-23HOPKINS: Moved the script execution code to it's own filePaul Gilbert
2012-10-23HOPKINS: Fix some uniinitialised data identified by ValgrindPaul Gilbert
2012-10-22HOPKINS: Fix gcc identified warnings in lines.cppPaul Gilbert
2012-10-22HOPKINS: Fix gcc identified warnings in graphics.cppPaul Gilbert
2012-10-22HOPKINS: Furhter bugfixes for pathfinding and walkingPaul Gilbert
2012-10-21HOPKINS: Fix the display of on-screen textPaul Gilbert
2012-10-20HOPKINS: Add some translated comments to function namesStrangerke
2012-10-15HOPKINS: Some renaming and cleanup of font structuresPaul Gilbert
2012-10-13HOPKINS: Put a TODO in Capture_Mem to clip reading to within the passed surfacePaul Gilbert