Age | Commit message (Expand) | Author |
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 |
2009-11-25 | Typo | Filippos Karapetis |
2009-11-24 | Fix incorrectly placed doxygen comments; replace Common::ID2string by Common:... | Max Horn |
2009-11-19 | Cleanup. | Johannes Schickel |
2009-11-18 | Put two of the WinCE downscalers into graphics/scaler/downscaler*, so that th... | Max Horn |
2009-11-11 | Add missing ")" in #if check. | Johannes Schickel |
2009-11-10 | Move definition of stdint types to the only file that needs them (mpeg_player.h) | Max Horn |
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn |
2009-10-16 | Override getAudioLag() in the AviDecoder (blatantly borrowed from the Smacker... | Matthew Hoops |
2009-10-16 | Converting AVIPlayer into a class that inherits from VideoDecoder and adapt S... | Matthew Hoops |
2009-10-16 | Added a new convenience method to the video player, which adds the event of s... | Filippos Karapetis |
2009-10-14 | gob: fix a regression in Bargon Attack intro caused by a fix of Ween problems... | Arnaud Boutonné |
2009-10-11 | Add support for 8x16 chars in the FM-Towns font ROM code. | Johannes Schickel |
2009-10-11 | Revert changes to graphics/sjis.h in r44709. | Johannes Schickel |
2009-10-09 | Some const correctness changes; cleanup | Max Horn |
2009-10-08 | Change doxygen inline comments from "//!" to "///" as proposed on -devel | Max Horn |
2009-10-06 | KYRA/LOL: - get rid of ascii/sjis detection which could cause problems when t... | Florian Kagerer |
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for con... | Max Horn |
2009-10-02 | Whitespace changes | Max Horn |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-09-30 | Implemented support for drawing 8x16 chars from our custom SJIS font. | Johannes Schickel |
2009-09-30 | Update SJIS code to read SJIS.FNT version 2 data (no support for drawing ASCI... | Johannes Schickel |
2009-09-28 | Removed the svn:executable property on non-executables | Andre Heider |
2009-09-25 | Removed dead code | Max Horn |
2009-09-08 | Fix what looks like a typo bug in the AVI player | Max Horn |
2009-09-08 | Fixed some (pedantic) warnings | Max Horn |
2009-09-01 | Add some more drawing constraints, so prevent overflowing the video memory | Sven Hesse |
2009-09-01 | Coding best practice: Whenever possible, pass objects by reference instead of... | Max Horn |
2009-08-30 | Rename the WAVE_* constants to AVI_WAVE_* to fix compile on WinCE. | Matthew Hoops |