Age | Commit message (Expand) | Author |
2010-07-02 | Fix long standing regression (introduced with r34053) in thumbnail scaling co... | Johannes Schickel |
2010-07-02 | Rewrote the handling of thumbnail creation for KQ6 Windows in rev #50600, so ... | Filippos Karapetis |
2010-07-02 | Added a special case for KQ6 hires in the thumbnail creation code, which runs... | Filippos Karapetis |
2010-06-28 | i18n: Add support for locale-dependent fonts | Eugene Sandulenko |
2010-06-17 | Fixed a few cppcheck errors. | Torbjörn Andersson |
2010-06-16 | Fixed QDM2 to working state. | David Turner |
2010-06-15 | Fix spelling, cleanup | Max Horn |
2010-06-15 | GUI: Added default names for builtin fonts. | Eugene Sandulenko |
2010-06-07 | Fix some typos in a comment | Jordi Vilalta Prat |
2010-05-31 | Fix our interpretation of the audio compression types to what FFmpeg currentl... | Matthew Hoops |
2010-05-31 | Ignore v2 compressed audio chunks instead of treating them as Huffman DPCM. S... | Matthew Hoops |
2010-05-27 | Cleanup AVI a bit, add support for stereo audio | Matthew Hoops |
2010-05-26 | Take any 'moov' resource from a resource fork, not just 0x80; minor cleanup. | Matthew Hoops |
2010-05-26 | Proper fix for the MSVC warning concerning packing: reordered the members of ... | Filippos Karapetis |
2010-05-26 | Properly fixed MSVC warning C4121 (alignment of a member was sensitive to pac... | Filippos Karapetis |
2010-05-26 | Implement QuickTime playback for SCI1.1 Mac. The 'Halfdome' and 'KQ6Movie' vi... | Matthew Hoops |
2010-05-25 | Fix a regression with rewinding in QuickTime videos (looping works in Riven a... | Matthew Hoops |
2010-05-24 | Surface is a struct, not a class | Filippos Karapetis |
2010-05-24 | Move the PICT code to graphics/ with some updates; needed for SCI1.1 Mac. | Matthew Hoops |
2010-05-23 | Add support for loading the QuickTime 'moov' atom from the file's resource fo... | Matthew Hoops |
2010-05-23 | Move the QDM2 code to the graphics module, removing the cyclic dependency. | Matthew Hoops |
2010-05-23 | Hide the QDM2 implementation and only expose it via a factory method, hopeful... | Matthew Hoops |
2010-05-23 | FFMpeg switched to Git, so update link to original smacker decoder. | Eugene Sandulenko |
2010-05-23 | Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M... | Matthew Hoops |
2010-05-20 | Add a pause level system to VideoDecoder (blatantly ripped off from Engine) a... | Matthew Hoops |
2010-05-18 | Add a new class 'RewindableVideoDecoder' that allows a video to be rewound an... | Matthew Hoops |
2010-05-18 | Committing the rest of the VideoDecoder Rewrite from patch #2963496. | Matthew Hoops |
2010-05-18 | Fix currentFrame semantics in Flic player | Ori Avtalion |
2010-05-17 | Change VideoDecoder::getCurFrame() to mean the last frame drawn instead of th... | Matthew Hoops |
2010-05-10 | Revert r48979. Instead, make the HQ scalers depend on the normal ones. Config... | Andre Heider |
2010-05-09 | Since configure allows HQ scalers without the normal onces, allow this combin... | Andre Heider |
2010-05-09 | Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to confi... | Andre Heider |
2010-04-20 | Use the faster memset() in Surface::fillRect() for 16bit modes when possible. | Andre Heider |
2010-04-19 | Document that the current Hercules mode thumbnail scaler code is pretty much ... | Johannes Schickel |
2010-04-19 | Cleanup. | Johannes Schickel |
2010-04-19 | Do not call OSystem::grabPalette() for 16bit modes, when the result is not us... | Andre Heider |
2010-04-17 | Fixing some warnings (with gcc 3.3.6) | Max Horn |
2010-04-17 | Fix for ARM Normal2xAspect scaler that was causing crashes when the screen | Robin Watts |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-03-18 | Commit salty-horse's patch for VectorRendererSpec.cpp, which fixes the use of... | Johannes Schickel |
2010-03-18 | COMMON: Move typedef StringList from str.h to new header str-array.h | Max Horn |
2010-03-15 | Changing Imd::renderFrame() and Vmd::renderFrame() to properly clip the drawi... | Sven Hesse |
2010-03-15 | The frame coordinate cropping for IMDs is wrong, and should be unnecessary an... | Sven Hesse |
2010-03-13 | Fix our DECLARE_SINGLETON macro to conform to the C++ specs. | Johannes Schickel |
2010-03-11 | Removing a debug warning() and adding some comments | Sven Hesse |
2010-03-11 | Adding support for the very primitive and simply early IMD format used in Fas... | Sven Hesse |
2010-03-09 | Fix missing definition of gBitFormat. | Robin Watts |
2010-03-08 | Conistenlty use USE_NASM instead of using HAVE_NASM in config.mk (this matche... | Johannes Schickel |
2010-03-08 | Use a template for hq2x and hq3x instead of using #include and defines. | Johannes Schickel |
2010-03-08 | Fix compilation. | Johannes Schickel |