Age | Commit message (Expand) | Author |
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 |
2009-08-30 | Named some unnamed enums. Hopefully, this will fix compilation under WinCE. | Filippos Karapetis |
2009-08-30 | Add an AVI player and MSVideo1 codec for use with some SCI Windows game (such... | Matthew Hoops |
2009-08-30 | Added the ColorMask ARGB3444 for Gamecube/Wii | Andre Heider |
2009-08-29 | Patch #2836424: "Optional compilation of CoktelVideo and Indeo3" | Eugene Sandulenko |
2009-08-29 | Fix bug for non 8bpp indexed game screens in grabScreen565. | Johannes Schickel |
2009-08-29 | changes to graphics/scaler/thumbnail_intern.cpp that escaped earlier 16-bit m... | Jody Northup |
2009-08-26 | Fix to correctly store a cursor's key colour, fixing key colour being lost wh... | Paul Gilbert |
2009-08-22 | Fixing some problems when calling the player with muted output | Sven Hesse |
2009-08-22 | Fixed crossBlit prototype | Andre Heider |
2009-08-21 | Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran... | Andre Heider |