aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)Author
2009-08-02When ESCing videos, seek to the last frame that was meant to be played. ↵Sven Hesse
Fixes graphical glitches (bug #2830985) and crashes (bug #2830988) svn-id: r42995
2009-07-30Fixed missing clearing of the low bit of the alpha mask in the "dim" screen ↵Johannes Schickel
shading function. svn-id: r42935
2009-07-30Fix bug #2829737: "GUI: Wrong background colours on dialog screens (IRIX)".Johannes Schickel
svn-id: r42934
2009-07-30Patch #2818501: enable scale2x mmx on x86_64Max Horn
svn-id: r42918
2009-07-29Adding a SoundType parameter to SmackerDecoder, defaulting to kSFXSoundTypeSven Hesse
svn-id: r42887
2009-07-28Changing stuff around a bit so alignment requirements won't increaseSven Hesse
svn-id: r42857
2009-07-27Abstracting off the block types from Imd::renderFrame() and Vmd::renderFrame()Sven Hesse
svn-id: r42851
2009-07-27Formatting.Johannes Schickel
svn-id: r42844
2009-07-27Add ARM code version of Normal2x scaler.Robin Watts
Add ARM only aspect ratio correcting version of Normal2x scaler. Make WinCE port use Normal2x by default if the screen is large enough. Make WinCE port use aspect ratio correcting version if panel is hidden. svn-id: r42843
2009-07-26Add a todo to FontSJIS::drawChar taking an Graphics::Surface.Johannes Schickel
svn-id: r42824
2009-07-26Instead of only printing a warning, when no SJIS char data is present, just ↵Johannes Schickel
return to the caller. svn-id: r42823
2009-07-26Reflect code to test the magic bytes in the sjis.fnt header.Johannes Schickel
svn-id: r42821
2009-07-26Add way to overwrite default SJIS font.Johannes Schickel
svn-id: r42819
2009-07-26Specify that the chars passed to FontSJIS::drawChar should be little endian.Johannes Schickel
svn-id: r42818
2009-07-26Print warning, when client code does try to draw an unsupported SJIS char.Johannes Schickel
svn-id: r42817
2009-07-26Add a factory method, which tries to open different SJIS fonts/ROMs and ↵Johannes Schickel
returns a font for the first present data. svn-id: r42816
2009-07-26Change the way the font data for SJIS fonts is load.Johannes Schickel
svn-id: r42815
2009-07-26Add support for our custom SJIS font.Johannes Schickel
svn-id: r42813
2009-07-26Create base class FontSJIS16x16 for our own SJIS font.Johannes Schickel
svn-id: r42812
2009-07-26Reverting my fix for bug #2037158 ("In-Game animation shifted(?)"), because ↵Sven Hesse
it breaks Woodruff's intro svn-id: r42809
2009-07-25Adding more sanity checks to Vmd::renderFrame()Sven Hesse
svn-id: r42783
2009-07-25Adding support for (new-style) stereo in DPCM audioSven Hesse
svn-id: r42782
2009-07-25Fixing Woodruff videos again after enabling block type 2 transparencySven Hesse
svn-id: r42768
2009-07-24CoktelVideo cleanup: Splitting up some IMD methods and removing the obsolete ↵Sven Hesse
notifyPaused() svn-id: r42715
2009-07-24Moving all implementations into the cppSven Hesse
svn-id: r42714
2009-07-24Renaming getAnchor() to getFrameCoords()Sven Hesse
svn-id: r42713
2009-07-24Fixing bytes per pixel detectionSven Hesse
svn-id: r42712
2009-07-24Adding stubs for newer VMDs found in Addy 5Sven Hesse
svn-id: r42710
2009-07-24Properly reading the video codec fourcc, in case we need other codecs in the ↵Sven Hesse
future svn-id: r42708
2009-07-24Calculating the number of data bytes per initial sound slice, because ↵Sven Hesse
relying on the standard amount doesn't work for some videos svn-id: r42707
2009-07-24Adding subtitle support to WoodruffSven Hesse
svn-id: r42705
2009-07-24Adding support for ADPCM sound data (yet another IMA ADPCM variant). What ↵Sven Hesse
we've called ADPCM before is more like DPCM svn-id: r42704
2009-07-24Adding transparency for VMD video block type 2, fixing bug #2037158 ("n-Game ↵Sven Hesse
animation shifted(?)"). The problem was that the animation in question has an one pixel wide transparent bar on the left svn-id: r42690
2009-07-21Add ARM code implementation of Scaler2x, and enable it for the WinCERobin Watts
port. svn-id: r42645
2009-07-16Fixed bug 2820514 ("Help dialog causes crash")Vicent Marti
svn-id: r42537
2009-07-16Formatting.Johannes Schickel
svn-id: r42530
2009-07-16Fixed issue with beveled shapes being drawn outside their shapes. Possible ↵Vicent Marti
regressions. svn-id: r42529
2009-07-14Got rid of some more ioFailed uses (also fixed a potential leak in ↵Max Horn
graphics/font.cpp, and handle eos correctly in the FLAC code) svn-id: r42488
2009-07-14Fix possible memory leak.Johannes Schickel
svn-id: r42487
2009-07-14Got rid of ioFailed in font code, also added another check for err() when ↵Johannes Schickel
loading bdf fonts from text files. svn-id: r42486
2009-07-14Got rid of ioFailed(). I haven't actually tested it, but we don't use the MPEGTorbjörn Andersson
decoder at the moment, and it was only used in the BACKEND_8BIT case anyway. svn-id: r42484
2009-07-14Removing ioFailed() usage and fixing a leak in case of errorSven Hesse
svn-id: r42469
2009-07-09Reverted commit #42257, as the original issue was with the compilation ↵Filippos Karapetis
process of MSVC and the ENABLE_* checks work correctly svn-id: r42289
2009-07-09Warn instead of crash when a video frame part was found although the header ↵Sven Hesse
says there's no video svn-id: r42286
2009-07-08The ENABLE_* flags are only checked for *.cpp files in MSVC, so move the ↵Filippos Karapetis
ENABLE_* checks to sjis.cpp to fix compilation under MSVC svn-id: r42257
2009-07-07Simply compile guard of SJIS code and fix comment.Johannes Schickel
svn-id: r42234
2009-07-07Add guards to only include SJIS font code, when KYRA or SCI is enabled.Johannes Schickel
svn-id: r42233
2009-07-07Change "FM-Towns" to "FM-TOWNS" for consistency.Johannes Schickel
svn-id: r42232
2009-07-07- Rename FontSJIS::enableShadow to enableOutline.Johannes Schickel
- Initialize outline to false by default in FontTowns. svn-id: r42231
2009-07-07- Added support for outlined FM-Towns ROM drawingJohannes Schickel
- Adapted KYRA to use that svn-id: r42230