Age | Commit message (Expand) | Author |
2010-03-08 | SCALERS: Change 'bitformat' template params to 'colormasks'; | Max Horn |
2010-03-08 | Move some aspect ratio related stuff to graphics/scaler/aspect.h | Max Horn |
2010-03-08 | Remove unnecessary #includes | Max Horn |
2010-02-13 | Document Normal2xAspect | Max Horn |
2010-02-06 | Revert r47944: useless debug messages, sorry for the wrong commit | Arnaud Boutonné |
2010-02-06 | Add an assert to avoid a crash when printing the character 0x00. | Arnaud Boutonné |
2010-02-05 | Silence a valgrind warning. The sound buffer should be created with malloc an... | Matthew Hoops |
2010-02-05 | Have SCI look through the patches directory (except in KQ6 where the patches ... | Matthew Hoops |
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec... | Max Horn |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-23 | Some more header modifications ("Graphic Adventure Engine" and the legal prop... | Arnaud Boutonné |
2010-01-22 | Silenced some more cppcheck warnings. Some of these may seem silly, but the way | Torbjörn Andersson |
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn |
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn |
2010-01-09 | Add Mixer::getElapsedTime() method returning a Timestamp, thus offering a hig... | Max Horn |
2010-01-09 | Yup, not checking for stereo sound was an accident here | Sven Hesse |
2010-01-08 | Move DisposeAfterUse::Flag from Common to global namespace, and into a new he... | Max Horn |
2010-01-08 | Rename QueuedAudioStream to QueuingAudioStream | Max Horn |
2010-01-08 | Switch Tinsel, MADE and some of the video players to QueuedAudioStream | Max Horn |
2010-01-07 | - Adapt documentation, that keycolor in setMouseCursor may not exceed the max... | Johannes Schickel |
2010-01-07 | The default keycolor for mouse pointers used to be 255. | Marcus Comstedt |
2009-12-31 | Worked around what appears to be a bad JPEG image in the Masterpiece edition of | Torbjörn Andersson |
2009-12-30 | Rename Common::Stream::readLine_NEW to readLine | Max Horn |
2009-12-30 | remove bad hackery caused by n64 port and avoid polluting StdioStream using a... | Fabio Battaglia |
2009-12-30 | Add Nintendo 64 port to trunk. | Fabio Battaglia |
2009-12-30 | Use the special Cinepak YUV2RGB function in the Cinepak decoder. This makes t... | Matthew Hoops |
2009-12-30 | The wrapper for the VMD decoder is only used in the SCI engine for SCI32 game... | Filippos Karapetis |
2009-12-29 | Fix warning | Eugene Sandulenko |
2009-12-29 | Updated module.mk | Filippos Karapetis |
2009-12-29 | Added a thin wrapper around the VMD player class, so that it can be used with... | Filippos Karapetis |
2009-12-29 | Adding a getFrameWaitTime() method to get the frame waiting time instead of d... | Sven Hesse |
2009-12-29 | Adding CoktelVideo::hasExtraData(void), for checking if /any/ extra data file... | Sven Hesse |
2009-12-24 | JPEG tweaks and optimization (thanks to digitall) | Scott Thomas |
2009-12-15 | GUI: Shorten button labels if too long, and improve the shortening logic | Max Horn |
2009-12-10 | Hopefully fixing linking on MSVC: | Johannes Schickel |
2009-12-09 | Properly clean up memory when destroying CursorManager. | Johannes Schickel |
2009-12-09 | Cleanup: Move constructor/destructor definition of CursorManager::Cursor and ... | Johannes Schickel |
2009-12-09 | Some more slight cleanup. | Johannes Schickel |
2009-12-09 | Cleanup: remove "s_initialized" from CursorManager and FontManager implementa... | Johannes Schickel |
2009-12-09 | Move findCompatibleFormat from graphics/pixelformat.h to engines/engine.cpp | Max Horn |
2009-12-09 | GRAPHICS: Change font code to be identical on all platforms | Max Horn |
2009-12-09 | Slightly modified commit of patch #2911414 "MSVC: conversions warnings in com... | Johannes Schickel |
2009-12-06 | Adding support for mono signed 16bit little-endian uncompressed PCM audio (th... | Sven Hesse |
2009-11-30 | Only print sound information if there actually is sound (preventing a divisio... | Sven Hesse |
2009-11-30 | Properly clear the chunk headers again on closing | Sven Hesse |
2009-11-28 | Adding a parameter to the AviDecoder constructor to allow changing the SoundT... | Sven Hesse |
2009-11-28 | Fixing a valgrind warning by memsetting _palette | Sven Hesse |
2009-11-27 | Fixing an invalid read in the destructor | Sven Hesse |
2009-11-27 | 00AM is another compressed frame type, fixing this (thanks to digitall for fi... | Sven Hesse |
2009-11-27 | Extended the AviDecoder a bit | Sven Hesse |