aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/gfx.cpp
AgeCommit message (Expand)Author
2009-09-25SCUMM: Rename _bitDepth to _bytesPerPixelMax Horn
2009-09-25Add comment about why r44322 was needed.Johannes Schickel
2009-09-25Implement proper overflow handling in Gdi::writeRoomColor for Indy4 Amiga as ...Johannes Schickel
2009-09-25Attempt to fix bug #2838205 "MONKEY: Palette glitches in Amiga version" as de...Johannes Schickel
2009-08-21type fixAndre Heider
2009-08-21Updated comments.Robin Watts
2009-08-21Attempt to fix builds that use the ARM screen column clear code; add newRobin Watts
2009-08-13Merged revisions 43245-43249,43251-43252,43257,43260,43262-43264,43266,43268-...Travis Howell
2009-08-11code formatting fixesFabio Battaglia
2009-08-11Maniac Mansion NES: added workaround to fix dirty screen when loading a narro...Fabio Battaglia
2009-08-05Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,...Travis Howell
2009-07-30minor cleanup to scale2x, to avoid confusing the compiler about potential poi...Max Horn
2009-07-12Merged revisions 42398,42402-42406,42418-42421,42423,42428-42430 via svnmerge...Travis Howell
2009-07-12oops, fix propsKostas Nakos
2009-07-12fix build with arm-asm routinesKostas Nakos
2009-07-04Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,...Travis Howell
2009-07-01- Added GCC_PRINTF attribute to several funcs where it makes senseMax Horn
2009-06-05Cleanup.Travis Howell
2009-06-04Update drawBMAPObject for 16bit color.Travis Howell
2009-06-04Add 16bit color support for later HE games.Travis Howell
2009-03-20SCUMM: Split intern.h into multiple headersMax Horn
2009-03-19Use IS_ALIGNEDMax Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-09-24cleanupMax Horn
2008-08-18Updates to the scummvm blitting code as discussed on the mailing list.Robin Watts
2008-08-16Replaced ARM_USE_GFX_ASM by USE_ARM_GFX_ASMMax Horn
2008-08-02Fix bug #1879606: "MANIACNES: Crash when game ends"Eugene Sandulenko
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
2008-02-03Changed ASM names to match those in the ARM asm implementationsLars Persson
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-06Fix regression in Let's Explore the Farm with Buzzy demo.Travis Howell
2007-12-31I thought only Full Throttle used the VAR_BLAST_ABOVE_TEXT variable, but I seeTorbjörn Andersson
2007-12-30Draw subtitles over the verb coin in CoMI, not under. This is noticeable earlyTorbjörn Andersson
2007-12-23Fix for bug #1837375: MM: Walk behind mask char dataMax Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-08Some cleanup (yay for whomever had the brilliant idea to let SVN work over HT...Max Horn
2007-09-01Cleanup: remove obsolete code (PalmOS 68K version not supported anymore)Chris Apers
2007-07-25The drawStripToScreen() does nothing if width <= 0. In bug #1759925 ("COMI:Torbjörn Andersson
2007-07-10This commit adds a new build define USE_ARM_GFX_ASM (and sets it for the WinCERobin Watts
2007-07-10Cast the pointer to long instead of int to possibly fix the amd64 compileTorbjörn Andersson
2007-07-10Preliminary (and buggy) Kanji support.Eugene Sandulenko
2007-07-09SCUMM: more cleanup in ScummEngine::drawStripToScreen, added a big TODO comme...Max Horn
2007-07-09SCUMM: use the _compositeBuf, with 'natural' line pitch (implying linear memo...Max Horn
2007-07-08cleanup in ScummEngine::drawStripToScreen; in particular, the code is now mor...Max Horn
2007-07-08SCUMM: hercules gfx code cleanupMax Horn
2007-06-19Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c...Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-23Fix bug #1684010 - SPYFOX1: Background buffer not been cleared.Travis Howell
2007-03-04Correct image offsets, for PC Engine version of Loom.Travis Howell