aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-27AGI: Use the ScummVM dialogs for saving/loadingFilippos Karapetis
An option has been added to use the original ones, if needed
2012-03-27DREAMWEB: Slight cleanup of DreamWebEngine::animPointer()Filippos Karapetis
2012-03-26AGI: Fix compilation on NDS, broken due to predictive text changes.D G Turner
2012-03-25GUI: Fix for WinCE compile failure after predictive dialog changes.D G Turner
This is probably due to a collision with WinCE toolchain system define, so changing the enum from all capitalised to Camel Case constant style.
2012-03-26QUEEN: Implement saving/loading during runtime from the GMMFilippos Karapetis
2012-03-25GUI: Corrected fix for NDS compile failure...D G Turner
Header needed to be in global, not GUI namespace.
2012-03-25README: Update to indicate that disable_dithering is now a SCI optionFilippos Karapetis
2012-03-25GUI: Remove leftover code for the global dithering checkboxFilippos Karapetis
2012-03-25GUI: Fix for NDS compile failure after predictive dialog changes.D G Turner
2012-03-25CREATE_PROJECT: Add the FreeType featureFilippos Karapetis
2012-03-25Merge pull request #214 from BenCastricum/masterEugene Sandulenko
SCUMM: More HE games detection fixes
2012-03-25Merge pull request #216 from bluegr/gui_undither_moveEugene Sandulenko
GUI: Change the undithering checkbox to be an engine-specific option
2012-03-25SCI: Fix cursor coordinates for SCI01. Fixes a crash in KQ1 (bug #3503932)Filippos Karapetis
2012-03-25GUI: Change the undithering checkbox to be an engine-specific optionFilippos Karapetis
2012-03-25README: Some updates for game and GUI optionsFilippos Karapetis
- Updated game options, adding several missing ones - Added some information about custom game options in the GUI
2012-03-25DREAMWEB: Rename the dreamweb_originalsaveload option to originalsaveloadFilippos Karapetis
This changes its naming to be like the rest of the game options
2012-03-25SCI: Rename the sci_originalsavedload option to originalsaveloadFilippos Karapetis
This changes its naming to be like the rest of the game options
2012-03-25KYRA: Fix game option commentsFilippos Karapetis
2012-03-25NEWS: Fix spacingFilippos Karapetis
2012-03-25NEWS: Mention support for custom game optionsFilippos Karapetis
2012-03-25TRANSLATION: Add all the new files containing translatable stringsFilippos Karapetis
2012-03-25SCI: Hook up the digital SFX and CD audio optionsFilippos Karapetis
The relevant code wasn't added in the newer commits - this was an oversight from my part
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