aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Expand)Author
2010-03-13Fix our DECLARE_SINGLETON macro to conform to the C++ specs.Johannes Schickel
2010-03-11Removing a debug warning() and adding some commentsSven Hesse
2010-03-11Adding support for the very primitive and simply early IMD format used in Fas...Sven Hesse
2010-03-09Fix missing definition of gBitFormat.Robin Watts
2010-03-08Conistenlty use USE_NASM instead of using HAVE_NASM in config.mk (this matche...Johannes Schickel
2010-03-08Use a template for hq2x and hq3x instead of using #include and defines.Johannes Schickel
2010-03-08Fix compilation.Johannes Schickel
2010-03-08Add new aspect ratio scaler variant, based on the Normal2xAspect ARM codeMax Horn
2010-03-08Rewrite Normal1xAspect (untested, may be broken)Max Horn
2010-03-08Remove redundant codeMax Horn
2010-03-08Rename PocketPCLandscapeAspect to Normal1xAspect and move it toMax Horn
2010-03-08Rename PocketPCPortrait scaler to DownscaleHorizByThreeQuarters,Max Horn
2010-03-08Move some var declarations into '#ifdef USE_NASM'Max Horn
2010-03-08SCALERS: Get rid of MAKE_WRAPPER; make RGBtoYUV internalMax Horn
2010-03-08Code formattingMax Horn
2010-03-08SCALERS: Change 'bitformat' template params to 'colormasks';Max Horn
2010-03-08Move some aspect ratio related stuff to graphics/scaler/aspect.hMax Horn
2010-03-08Remove unnecessary #includesMax Horn
2010-02-13Document Normal2xAspectMax Horn
2010-02-06Revert r47944: useless debug messages, sorry for the wrong commitArnaud Boutonné
2010-02-06Add an assert to avoid a crash when printing the character 0x00.Arnaud Boutonné
2010-02-05Silence a valgrind warning. The sound buffer should be created with malloc an...Matthew Hoops
2010-02-05Have SCI look through the patches directory (except in KQ6 where the patches ...Matthew Hoops
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-23Some more header modifications ("Graphic Adventure Engine" and the legal prop...Arnaud Boutonné
2010-01-22Silenced some more cppcheck warnings. Some of these may seem silly, but the wayTorbjörn Andersson
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-09Add Mixer::getElapsedTime() method returning a Timestamp, thus offering a hig...Max Horn
2010-01-09Yup, not checking for stereo sound was an accident hereSven Hesse
2010-01-08Move DisposeAfterUse::Flag from Common to global namespace, and into a new he...Max Horn
2010-01-08Rename QueuedAudioStream to QueuingAudioStreamMax Horn
2010-01-08Switch Tinsel, MADE and some of the video players to QueuedAudioStreamMax Horn
2010-01-07- Adapt documentation, that keycolor in setMouseCursor may not exceed the max...Johannes Schickel
2010-01-07The default keycolor for mouse pointers used to be 255.Marcus Comstedt
2009-12-31Worked around what appears to be a bad JPEG image in the Masterpiece edition ofTorbjörn Andersson
2009-12-30Rename Common::Stream::readLine_NEW to readLineMax Horn
2009-12-30remove bad hackery caused by n64 port and avoid polluting StdioStream using a...Fabio Battaglia
2009-12-30Add Nintendo 64 port to trunk.Fabio Battaglia
2009-12-30Use the special Cinepak YUV2RGB function in the Cinepak decoder. This makes t...Matthew Hoops
2009-12-30The wrapper for the VMD decoder is only used in the SCI engine for SCI32 game...Filippos Karapetis
2009-12-29Fix warningEugene Sandulenko
2009-12-29Updated module.mkFilippos Karapetis
2009-12-29Added a thin wrapper around the VMD player class, so that it can be used with...Filippos Karapetis
2009-12-29Adding a getFrameWaitTime() method to get the frame waiting time instead of d...Sven Hesse
2009-12-29Adding CoktelVideo::hasExtraData(void), for checking if /any/ extra data file...Sven Hesse
2009-12-24JPEG tweaks and optimization (thanks to digitall)Scott Thomas
2009-12-15GUI: Shorten button labels if too long, and improve the shortening logicMax Horn
2009-12-10Hopefully fixing linking on MSVC:Johannes Schickel