aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.cpp
AgeCommit message (Expand)Author
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
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
2012-09-23HOPKINS: Fix bug with clipping in Sprite_VesaPaul Gilbert
2012-09-23HOPKINS: Initial implementation of CHOICE_OPTION and AFF_SPRITESPaul Gilbert
2012-09-22HOPKINS: Implemented AFFICHE_SPEED methodPaul Gilbert
2012-09-22HOPKINS: Disabled VBL() method code and added ScummVM cursor display.Paul Gilbert
2012-09-22HOPKINS: Rewrite of Sprite_Vesa from scratchPaul Gilbert
2012-09-21HOPKINS: Minor renaming and bugifxesPaul Gilbert
2012-09-21HOPKINS: Moved VBL method from EventsManager to GraphicsManagerPaul Gilbert
2012-09-21HOPKINS: Implemented Affiche_Perfect and support methodsPaul Gilbert
2012-09-20HOPKINS: Implemented Affiche_Segment_Vesa and support methodsPaul Gilbert
2012-09-20HOPKINS: Implemented some more blitting methodsPaul Gilbert
2012-09-20HOPKINS: Implemented some BOB methodsPaul Gilbert
2012-09-20HOPKINS: Implemented more blitting/display methodsPaul Gilbert
2012-09-19HOPKINS: Initial implementation of some code that will be needed for cursor d...Paul Gilbert
2012-09-17HOPKINS: Initial implementation of main menu methodPaul Gilbert
2012-09-17HOPKINS: Implemented rest of main method, with stubs for sub-method callsPaul Gilbert