aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-25SWORD2: Add a custom game option to toggle object labelsFilippos Karapetis
2012-03-25SKY: Only show the option for the alternative intro in the CD versionFilippos Karapetis
2012-03-25QUEEN: Only show the option for the alternative intro in the CD versionFilippos Karapetis
2012-03-25Merge pull request #215 from eriktorbjorn/gui-optionsFilippos Karapetis
Add missing GUI options
2012-03-25BUILD: Add COPYING.BSD to Windows installer script.Travis Howell
2012-03-25GUI: convert bitmap to make compatiblePaweł Kołodziejski
2012-03-25SKY: Add gui-option for alt-introTorbjörn Andersson
Ideally, this should only be added for the CD version but I don't think we have any mechanism for telling the CD and floppy versions apart.
2012-03-25QUEEN: Add GUI option for alt-introTorbjörn Andersson
Ideally, this should only be added to the CD version but I don't think we provide any mechanism for telling the CD and floppy versions apart.
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
GUI: Game gui options
2012-03-25ALL: added missing copying.* files for win32 and mac os xPawel Kolodziejski
2012-03-24SCUMM: More HES games detection fixesBen Castricum
2012-03-24GROOVIE: Detect if external music exists for the Music Enhancement Project.Scott Thomas
T7G's music framework uses either all external or all XMIDI, so assume if one external song is present, the entire music pack is.
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
OSX: fix making bundle when freetype2 is enabled
2012-03-22COMMON: Make Rect::center() more readableMatthew Hoops
Thanks to Fingolfin for the suggestion
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
Introduce an ImageDecoder class
2012-03-20GRAPHICS: Add support for converting surfaces from 24bppMatthew Hoops
2012-03-20COMMON: Add a READ_UINT24 macroMatthew Hoops
Complements READ_UINT16 and READ_UINT32
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
The new bitmap decoder class is based off the Mohawk one, and now has 8bpp decoding capability.
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
TTF rendering fixes
2012-03-19GRAPHICS: Render TTF glyphs at the right locations.Alyssa Milburn
Or at least using the fields used by the FreeType examples.
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
This also cleans up the QuickTime audio code to make it a bit more manageable too
2012-03-19COMMON: Add a dummy edit when a QuickTime file contains noneMatthew Hoops
The edit just takes up the entire length of the track
2012-03-19MOHAWK: Properly initialize the Riven tdomeelev variableMatthew Hoops
Thanks to Robot_Maker20 for noticing the bug
2012-03-17DEVTOOLS: Print error message to stderr, not stdout.Christoph Mallon
2012-03-17JANITORIAL: Simplify stripLine().Christoph Mallon
Simply use pointers to the source and destination chars instead of multiple indices.
2012-03-17DEVTOOLS: Include necessary headers for compilation.Christoph Mallon
2012-03-17JANITORIAL: Remove +x from files, which should not be executable.Christoph Mallon