aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.cpp
AgeCommit message (Expand)Author
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
2012-10-13HOPKINS: Finally implemented VBL cursor method properlyPaul Gilbert
2012-10-13HOPKINS: Fixed Copy_WinScan_Vbe3 methodPaul Gilbert
2012-10-13HOPKINS: Some cleanup to the video frame display and fading methodsPaul Gilbert
2012-10-13HOPKINS: Correct video decompression methodsPaul Gilbert
2012-10-13HOPKINS: Fixed problems in Affiche_PerfectPaul Gilbert
2012-10-11HOPKINS: Added explicit int16 cast to all READ_LE_UINT16 accesses.Paul Gilbert
2012-10-11HOPKINS: Implemented missing BOITE function in the font managerPaul Gilbert
2012-10-10HOPKINS: Bugfix to not call core setPalette in 16-bit modePaul Gilbert
2012-10-10HOPKINS: Changed PTRNUL from being 0 to an explicitly allocated pointer.Paul Gilbert
2012-10-06HOPKINS: Converted the file manager from static to a standard manager classPaul Gilbert
2012-10-06HOPKINS: Bugfixes for startup manager initialisationsPaul Gilbert