aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-25QUEEN: Add GUI option for alt-introTorbjörn Andersson
2012-03-25GUI: Move predictive dialog to common guiOleksiy Kurochko
2012-03-25KYRA: Move I18N-related commits where they belong.Eugene Sandulenko
2012-03-25Merge pull request #211 from lordhoto/game-gui-options-v2Eugene Sandulenko
2012-03-25ALL: added missing copying.* files for win32 and mac os xPawel Kolodziejski
2012-03-24GROOVIE: Detect if external music exists for the Music Enhancement Project.Scott Thomas
2012-03-23DOC: Update Czech README from patch #3508096Thierry Crozat
2012-03-23I18N: Update Czech translation from patch #3508096Thierry Crozat
2012-03-21Merge pull request #212 from aquadran/masterPaweł Kołodziejski
2012-03-22COMMON: Make Rect::center() more readableMatthew Hoops
2012-03-21OSX: allow make bundle with static freetype2 libraryPaweł Kołodziejski
2012-03-20COMMON: Make Rect::center() work properly with odd dimensionsMatthew Hoops
2012-03-19GRAPHICS: Fix regression caused by a bad rebaseMatthew Hoops
2012-03-19GRAPHICS: Fix PICT 16bppMatthew Hoops
2012-03-19Merge pull request #199 from clone2727/image-decoderJohannes Schickel
2012-03-20GRAPHICS: Add support for converting surfaces from 24bppMatthew Hoops
2012-03-20COMMON: Add a READ_UINT24 macroMatthew Hoops
2012-03-20GRAPHICS: Move PNG to the ImageDecoder interfaceMatthew Hoops
2012-03-20GRAPHICS: Make PNG signature more readableMatthew Hoops
2012-03-20GRAPHICS: Make the JPEG code use the new YUV to RGB converterMatthew Hoops
2012-03-20GRAPHICS: Convert JPEG to the ImageDecoder APIMatthew Hoops
2012-03-20GRAPHICS: Convert PictDecoder to the ImageDecoder APIMatthew Hoops
2012-03-20MOHAWK: Make MystBitmap use BitmapDecoderMatthew Hoops
2012-03-20GRAPHICS: Rewrite ImageDecoder to have an improved APIMatthew Hoops
2012-03-20MOHAWK: Use Surface::convertTo() for video 8bpp->true color conversionMatthew Hoops
2012-03-20GRAPHICS: Add a convertTo() function to SurfaceMatthew Hoops
2012-03-19Merge pull request #210 from fuzzie/ttf-fixesJohannes Schickel
2012-03-19GRAPHICS: Render TTF glyphs at the right locations.Alyssa Milburn
2012-03-19GRAPHICS: Fix TTF glyph drawing at negative Y positions.Alyssa Milburn
2012-03-19TRANSLATION: Add all the new files containing translatable strings.Filippos Karapetis
2012-03-19SCI: Add per-game GUI option support.Filippos Karapetis
2012-03-19DREAMWEB: Add per-game GUI option support.Filippos Karapetis
2012-03-19KYRA: Add per-game GUI option support.Johannes Schickel
2012-03-19ENGINES: Implement per-game options caching in AdvancedDetector via GUIO flags.Johannes Schickel
2012-03-19GUI: Add per-engine and per-game optionsFilippos Karapetis
2012-03-19AUDIO: Add support for multiple QuickTime audio tracksMatthew Hoops
2012-03-19COMMON: Add a dummy edit when a QuickTime file contains noneMatthew Hoops
2012-03-19MOHAWK: Properly initialize the Riven tdomeelev variableMatthew Hoops
2012-03-17DEVTOOLS: Print error message to stderr, not stdout.Christoph Mallon
2012-03-17JANITORIAL: Simplify stripLine().Christoph Mallon
2012-03-17DEVTOOLS: Include necessary headers for compilation.Christoph Mallon
2012-03-17JANITORIAL: Remove +x from files, which should not be executable.Christoph Mallon
2012-03-17ALL: Make use of defined() for the preprocessor consistent.Johannes Schickel
2012-03-17COMMON: Use defined() instead of defined in preprocessor macros.Johannes Schickel
2012-03-17ALL: Use GCC_ATLEAST().Christoph Mallon
2012-03-17COMMON: Add GCC_ATLEAST(major, minor) to simplify testing for versions of GCC.Christoph Mallon
2012-03-17COMMON: Add a space between a string literal and a macro parameter so C++11 d...Christoph Mallon
2012-03-17COMMON: Hopefully fix compilationFilippos Karapetis
2012-03-17Merge pull request #206 from BenCastricum/masterEugene Sandulenko
2012-03-17COMMON: Use String class consistentlyEugene Sandulenko