aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Expand)Author
2005-07-29fix chunk sizeAndrew Kurushin
2005-07-29Simple ILBM images reader.Eugene Sandulenko
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-06-21Patches needed to build for SYMBIAN32 WINS/GCC added.Lars Persson
2005-06-20Added virtual destructor, to silence a few more GCC 4 warningsMax Horn
2005-06-04Remove special case for char 0x20 (=space). No idea why it was there in the f...Max Horn
2005-05-17Fix word wrapping: do not generate spaces at the start/end of the wrapped linesMax Horn
2005-05-17Added missing comma symbol, based on semicolonMax Horn
2005-05-17Added clipping to drawLine(). This fixes a regression that caused theTorbjörn Andersson
2005-05-15Now that the GUI scaling code is off, we can use a 'big' font which is not ex...Max Horn
2005-05-15Added Font::wordWrapText methodMax Horn
2005-05-11Moved some more stuff to namespace Audio (enough for tonight)Max Horn
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...Max Horn
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
2005-05-08Added convenience methods create/free to Graphics::Surface (part of patch #11...Max Horn
2005-05-08Patch #1193795 (Adding drawLine() to Surface)Max Horn
2005-05-02Const correctnessMax Horn
2005-05-01If the sound ends before the cutscene, fall back on same synchronizingTorbjörn Andersson
2005-04-28Forgot to commit this, oops :-/Max Horn
2005-04-27Patch #1186744 (Common line-drawing function)Max Horn
2005-04-26...and since RGBToColor() returns OverlayColor, let's use that datatypeTorbjörn Andersson
2005-04-26now uses OSystem::RGBtoColor for yuv->rgb conversion tables instead of checki...Robert Göffringmann
2005-04-03Added ARGB4444 case to table generation.Marcus Comstedt
2005-03-25Add missing pixel to letter 'P'Max Horn
2005-03-12PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int...Max Horn
2005-03-11Renamed variables in the MPEG animation classes to better conform withTorbjörn Andersson
2005-03-09changing AudioDataType -> SoundType, so now the constant names match the name...Max Horn
2005-03-06Applied patch #1155731, reducing the memory usage of the MPEG player byTorbjörn Andersson
2005-02-06Moved the console font from gui to graphicsMax Horn
2005-01-11On Fingolfin's suggestion I put back the inclusion of util.h into Rect, forTorbjörn Andersson
2005-01-11This is probably not the optimal fix, but at least ScummVM compiles again.Torbjörn Andersson
2005-01-10A little more moving around #include's (last one for today ;-)Max Horn
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-08Fix bug #1098115 (GUI: Broken console font)Max Horn
2005-01-07Remove extra ;Travis Howell
2005-01-06work around yet another MSVC problemMax Horn
2005-01-06Switching GUI to an alternate font; using a second, bigger, font for 640x480 ...Max Horn
2005-01-06New normal/big fontsMax Horn
2005-01-06oopsMax Horn
2005-01-06Added a font manager (work in progress)Max Horn
2005-01-06Patch #1092994 (Selfscaling GUI)Max Horn
2005-01-01Updated copyrightMax Horn
2004-12-27Added 'sound types' to the mixer - for now, only plain (for the premixer), SF...Max Horn
2004-12-20CE workaround - skipping the movie is better than crashing if the LUT cannot ...Nicolas Bacca
2004-12-20added coordinates clipping to ScummFont::drawChar(), this should make valgrin...Gregory Montoir
2004-12-05added support for an international BS1 cutscene pack (which we didn't release...Robert Göffringmann
2004-11-28Changed parameter order of SoundMixer::playInputStream to match that of playRawMax Horn
2004-11-27Added some more mixer doxygen docs; cleaned up Mixer API a bit, removing some...Max Horn
2004-11-27do clippingMax Horn
2004-11-26Fix typo. Actually asserts there would be more convenient for debuggingEugene Sandulenko