aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.cpp
AgeCommit message (Collapse)Author
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 ↵Paul Gilbert
cursor manager
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
This fixes the background of message dialogs.
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
I've already previously fixed two initialisatoin errors for data reading that expected int's to be 16 bits and signed, so adding the explicit cast everywhere will likely fix other similiar issues.
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
Some of the methods explicitly differentiate between having a 0 result for invalid/abort versus PTRNUL return values
2012-10-06HOPKINS: Converted the file manager from static to a standard manager classPaul Gilbert
2012-10-06HOPKINS: Bugfixes for startup manager initialisationsPaul Gilbert
2012-10-06HOPKINS: Implemented stubbed menu methodsPaul Gilbert
2012-10-05HOPKINS: Implemented sequence playerPaul Gilbert
2012-10-05HOPKINS: Implemented lots more of the remaining stubbed methodsPaul Gilbert
2012-10-04HOPKINS: Implemented more previously stubbed object manager methodsPaul Gilbert
2012-10-03HOPKINS: Implemented more stubbed object manager methodsPaul Gilbert
2012-10-02HOPKINS: Added new LinesManager class with lots of line methodsPaul Gilbert
2012-09-30HOPKINS: Fixed compilation errors with previously commented out methodsPaul Gilbert
2012-09-30HOPKINS: Converted many numeric values to character constantsPaul Gilbert
2012-09-30HOPKINS: Fixed some more castings identified by gccPaul Gilbert
2012-09-30HOPKINS: Fix casting errors identified by gccPaul Gilbert
2012-09-30HOPKINS: Changed all __int16 to intPaul Gilbert
2012-09-30HOPKINS: Implemented more object manager methodsPaul Gilbert
2012-09-29HOPKINS: Implemented more graphics and object methodsPaul Gilbert
2012-09-28HOPKINS: Implemented many of the previously stubbed methodsPaul Gilbert
2012-09-26HOPKINS: Implementing font methodsPaul Gilbert