Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-25 | SKY: Add gui-option for alt-intro | Torbjö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-25 | QUEEN: Add GUI option for alt-intro | Torbjö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-25 | GUI: Move predictive dialog to common gui | Oleksiy Kurochko | |
2012-03-25 | KYRA: Move I18N-related commits where they belong. | Eugene Sandulenko | |
2012-03-25 | Merge pull request #211 from lordhoto/game-gui-options-v2 | Eugene Sandulenko | |
GUI: Game gui options | |||
2012-03-25 | ALL: added missing copying.* files for win32 and mac os x | Pawel Kolodziejski | |
2012-03-24 | SCUMM: More HES games detection fixes | Ben Castricum | |
2012-03-24 | GROOVIE: 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-23 | DOC: Update Czech README from patch #3508096 | Thierry Crozat | |
2012-03-23 | I18N: Update Czech translation from patch #3508096 | Thierry Crozat | |
2012-03-21 | Merge pull request #212 from aquadran/master | Paweł Kołodziejski | |
OSX: fix making bundle when freetype2 is enabled | |||
2012-03-22 | COMMON: Make Rect::center() more readable | Matthew Hoops | |
Thanks to Fingolfin for the suggestion | |||
2012-03-21 | OSX: allow make bundle with static freetype2 library | Paweł Kołodziejski | |
2012-03-20 | COMMON: Make Rect::center() work properly with odd dimensions | Matthew Hoops | |
2012-03-19 | GRAPHICS: Fix regression caused by a bad rebase | Matthew Hoops | |
2012-03-19 | GRAPHICS: Fix PICT 16bpp | Matthew Hoops | |
2012-03-19 | Merge pull request #199 from clone2727/image-decoder | Johannes Schickel | |
Introduce an ImageDecoder class | |||
2012-03-20 | GRAPHICS: Add support for converting surfaces from 24bpp | Matthew Hoops | |
2012-03-20 | COMMON: Add a READ_UINT24 macro | Matthew Hoops | |
Complements READ_UINT16 and READ_UINT32 | |||
2012-03-20 | GRAPHICS: Move PNG to the ImageDecoder interface | Matthew Hoops | |
2012-03-20 | GRAPHICS: Make PNG signature more readable | Matthew Hoops | |
2012-03-20 | GRAPHICS: Make the JPEG code use the new YUV to RGB converter | Matthew Hoops | |
2012-03-20 | GRAPHICS: Convert JPEG to the ImageDecoder API | Matthew Hoops | |
2012-03-20 | GRAPHICS: Convert PictDecoder to the ImageDecoder API | Matthew Hoops | |
2012-03-20 | MOHAWK: Make MystBitmap use BitmapDecoder | Matthew Hoops | |
2012-03-20 | GRAPHICS: Rewrite ImageDecoder to have an improved API | Matthew Hoops | |
The new bitmap decoder class is based off the Mohawk one, and now has 8bpp decoding capability. | |||
2012-03-20 | MOHAWK: Use Surface::convertTo() for video 8bpp->true color conversion | Matthew Hoops | |
2012-03-20 | GRAPHICS: Add a convertTo() function to Surface | Matthew Hoops | |
2012-03-19 | Merge pull request #210 from fuzzie/ttf-fixes | Johannes Schickel | |
TTF rendering fixes | |||
2012-03-19 | GRAPHICS: Render TTF glyphs at the right locations. | Alyssa Milburn | |
Or at least using the fields used by the FreeType examples. | |||
2012-03-19 | GRAPHICS: Fix TTF glyph drawing at negative Y positions. | Alyssa Milburn | |
2012-03-19 | TRANSLATION: Add all the new files containing translatable strings. | Filippos Karapetis | |
2012-03-19 | SCI: Add per-game GUI option support. | Filippos Karapetis | |
2012-03-19 | DREAMWEB: Add per-game GUI option support. | Filippos Karapetis | |
2012-03-19 | KYRA: Add per-game GUI option support. | Johannes Schickel | |
2012-03-19 | ENGINES: Implement per-game options caching in AdvancedDetector via GUIO flags. | Johannes Schickel | |
2012-03-19 | GUI: Add per-engine and per-game options | Filippos Karapetis | |
2012-03-19 | AUDIO: Add support for multiple QuickTime audio tracks | Matthew Hoops | |
This also cleans up the QuickTime audio code to make it a bit more manageable too | |||
2012-03-19 | COMMON: Add a dummy edit when a QuickTime file contains none | Matthew Hoops | |
The edit just takes up the entire length of the track | |||
2012-03-19 | MOHAWK: Properly initialize the Riven tdomeelev variable | Matthew Hoops | |
Thanks to Robot_Maker20 for noticing the bug | |||
2012-03-17 | DEVTOOLS: Print error message to stderr, not stdout. | Christoph Mallon | |
2012-03-17 | JANITORIAL: Simplify stripLine(). | Christoph Mallon | |
Simply use pointers to the source and destination chars instead of multiple indices. | |||
2012-03-17 | DEVTOOLS: Include necessary headers for compilation. | Christoph Mallon | |
2012-03-17 | JANITORIAL: Remove +x from files, which should not be executable. | Christoph Mallon | |
2012-03-17 | ALL: Make use of defined() for the preprocessor consistent. | Johannes Schickel | |
This does not change the use of defined for some NDS source files, since they seem to be (based on?) third party code. | |||
2012-03-17 | COMMON: Use defined() instead of defined in preprocessor macros. | Johannes Schickel | |
Thanks to clone2727 for noticing this. | |||
2012-03-17 | ALL: Use GCC_ATLEAST(). | Christoph Mallon | |
2012-03-17 | COMMON: Add GCC_ATLEAST(major, minor) to simplify testing for versions of GCC. | Christoph Mallon | |
2012-03-17 | COMMON: Add a space between a string literal and a macro parameter so C++11 ↵ | Christoph Mallon | |
does not think the latter is a string literal suffix. | |||
2012-03-17 | COMMON: Hopefully fix compilation | Filippos Karapetis | |
EVENT_CUSTOM_BACKEND_HARDWARE is only set when ENABLE_KEYMAPPER is set |