aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/vga.cpp
AgeCommit message (Expand)Author
2009-08-11Add option to disable later games (Feeble Files, Puzzle Pack) in AGOS game en...Travis Howell
2009-08-09Fix bug #2834260 - ELVIRA1: Graphic glitch when bird takes off.Travis Howell
2009-07-15Fix recent PN regression in vc32_saveScreen().Travis Howell
2009-07-06Use graphics surfaces for screen buffers, and always use correct pitch when w...Travis Howell
2009-05-04Add code different for PN in vc32_saveScreen(), to fix crashes.Travis Howell
2009-04-22Sync.Travis Howell
2009-03-30Add GF_EGA feature flag for PN, to allow easier support of PC VGA version in ...Travis Howell
2009-03-20Correct initial palette in Amiga and AtariST versions of PN.Travis Howell
2009-03-09AGOS: Changed _leftButtonDown & _rightButtonDown from byte to intMax Horn
2009-03-08Cleanup.Travis Howell
2009-03-08Clarify several errors messages.Travis Howell
2009-03-08Add initial support for Personal Nightmare.Travis Howell
2009-03-01Fix bottom palette in AtariST version of Elvira 2.Travis Howell
2009-03-01Correctly fix position of icons in AtariST version of Elvira 2.Travis Howell
2009-02-15Fix offset error in clearVideoBackGround(), that could cause menu glitches af...Travis Howell
2009-02-07Cleanup.Travis Howell
2009-02-07Cleanup.Travis Howell
2009-02-07Cleanup.Travis Howell
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-06-30AGOS code cleanupMax Horn
2007-06-21Minor cleanup.Travis Howell
2007-06-21Fix regressions, due to buffer changes and cleanup.Travis Howell
2007-06-21Use frameBuffer directly, in order to drop extra buffer (frontBuffer) and cle...Travis Howell
2007-06-19Cleanup, could cause regressions.Travis Howell
2007-06-18Fix bug #1738870 - Elvira1: Glitch after opening a sarcophagus.Travis Howell
2007-06-09Clarify purpose of the endRepeat opcude, used by video script.Travis Howell
2007-06-09Add dirtyClips code for Simon the Sorcerer 1/2.Travis Howell
2007-06-05Trigger palette update, when setting the mouse palette in Elvira 2 and Waxworks.Travis Howell
2007-06-01Fix regressions, caused by VGATimerEntry type changes.Travis Howell
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-28Use zone number to detect interface height differences in the AtariST verison...Travis Howell
2007-05-28Add sound effects code for Amiga and AtariST versions of Elvira 2.Travis Howell
2007-05-28Fix glitches caused by interface differences in the AtariST verison of Elvira 2.Travis Howell
2007-05-28Correct the lockWord check in pokePalette video opcode.Travis Howell
2007-05-27Add minor code differences in Elvira 2 and Waxworks.Travis Howell
2007-05-26Add code for opcodes 177/178 in Elvira 2.Travis Howell
2007-05-22Mouse glitch no longer seems to occur in Elvira 1.Travis Howell
2007-05-15Minor cleanup.Travis Howell
2007-05-13Rename a few variables.Travis Howell
2007-05-13Fix bugs #941074 and #828860, by switching to graphics renderer code used by ...Travis Howell
2007-05-09Imrproved support for Elvira 1/2 and Waxworks.Travis Howell
2007-05-06Cleanup.Travis Howell
2007-05-06Fix regression due to sign issue, which could cause crashes.Travis Howell
2007-04-15Split game engines, to allow further cleanups.Travis Howell
2007-04-15Cleanup.Travis Howell
2007-04-15Cleanup.Travis Howell
2007-02-13Fix warningsEugene Sandulenko
2007-02-12Minor changes for coding guidelines.Travis Howell
2007-02-12Pass VC10_state directly to convertclip, to reduce arguments.Travis Howell
2007-02-09Add cyx's patch for cleanup for planar conversion code, and support for 32 co...Travis Howell