aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-10KYRA: (LOL) - fix warningathrxx
2013-01-09SCUMM: Cleanup ScummEngine_v80he::createSound()Matthew Hoops
2013-01-09KYRA: (LOL) - remove unneeded static dataathrxx
2013-01-09KYRA: (LOL/FM-TOWNS) - add keyboard controlsathrxx
2013-01-09KYRA: (LOL/FM-TOWNS) - fix sjis text position for button labelsathrxx
2013-01-09KYRA: (LOL/FM-TOWNS) - adapt text displayerathrxx
2013-01-09KYRA: (LOL/FM-TOWNS) - adjust sjis font settings, spacing, etc.athrxx
2013-01-09KYRA: (LOL/FM-TOWNS) some startup codeathrxx
2013-01-09KYRA: (LOL/FM-TOWNS) - adapt static resourcesathrxx
2013-01-09KYRA: fix invalid mem access in kyradat toolathrxx
2013-01-09KYRA: (LOL/FM-TOWNS) - add detection entryathrxx
2013-01-09WINTERMUTE: Fix const away cast warning.Johannes Schickel
2013-01-09KYRA: Use override in subclasses of Sound, which override voicePlay.Johannes Schickel
2013-01-09COMMON: Add a header for C++11 keywords for pre-C++11 compilers.Johannes Schickel
2013-01-09CONFIGURE: Add option to build as C++11.Johannes Schickel
2013-01-09AUDIO: Silence C++11 narrowing warnings.Johannes Schickel
2013-01-09VIDEO: Silence C++11 narrowing warnings.Johannes Schickel
2013-01-09SDL: Silence C++ narrowing warnings.Johannes Schickel
2013-01-09OPENGL: Silence C++11 narrowing warning.Johannes Schickel
2013-01-09SWORD25: Silence C++11 narrowing warnings.Johannes Schickel
2013-01-09SAGA: Silence C++11 narrowing warnings.Johannes Schickel
2013-01-09PEGASUS: Silence C++11 narrowing warnings.Johannes Schickel
2013-01-09AGI: Silence C++11 narrowing warning.Johannes Schickel
2013-01-09SKY: Silence C++11 narrowing warnings.Johannes Schickel
2013-01-09SCUMM: Silence C++11 narrowing warnings.Johannes Schickel
2013-01-08Merge pull request #297 from clone2727/gl-default-scale-fixJohannes Schickel
2013-01-09KYRA: Get rid of some unnecessary overwrites.Johannes Schickel
2013-01-09KYRA: Mark overloaded methods of Sound subclasses as virtual.Johannes Schickel
2013-01-09KYRA: Make all hex constants use uppercase letters.Johannes Schickel
2013-01-09KYRA: Fix voicePlay overwrite in PC98 and Amiga sound outputs.Johannes Schickel
2013-01-09CONFIGURE: Allow amd64 as alias for x86_64.Johannes Schickel
2013-01-08TOLTECS: Fix script bug #3599964 - "TOLTECS: Crash when entering cave"Filippos Karapetis
2013-01-08ENGINES: Honor the default to 1x flag for OpenGL modesMatthew Hoops
2013-01-08BUILD: PS3 packages don't need "finalizing" anymore.Bastien Bouclet
2013-01-06README: Add EoB 1+2 and LoL to supported games.Johannes Schickel
2013-01-06MT32: Remove the screen drawing code of the MUNT debug messages (bug #3599702)Filippos Karapetis
2013-01-06DRASCULA: Fix shadowing warnings (thanks LordHoto), and rename some variablesFilippos Karapetis
2013-01-06MT-32: Only show MUNT debug messages for debug level 4 and above (bug #3599702)Filippos Karapetis
2013-01-06GOB: Fix const away cast warning.Johannes Schickel
2013-01-06PARALLACTION: Fix a const cast warning.Johannes Schickel
2013-01-06Merge pull request #299 from tomaz82/IFFDecoderJohannes Schickel
2013-01-06GRAPHICS: Delete iff.cpp and iff.h since all ILBM and PBM decoding is handled...Tomas Jakobsson
2013-01-06SAGA: Update to new IFFDecoder for PBM imagesTomas Jakobsson
2013-01-06QUEEN: Update to new IFFDecoder for ILBM imagesTomas Jakobsson
2013-01-06PARALLACTION: Update to new IFFDecoder for ILBM imagesTomas Jakobsson
2013-01-06GOB: Update to new IFFDecoder for ILBM imagesTomas Jakobsson
2013-01-06GRAPHICS: New IFFDecoder that decodes ILBM and PBM imagesTomas Jakobsson
2013-01-06COMMON: Add PackBitsReadStream to iff_containerTomas Jakobsson
2013-01-06TOLTECS: Add detection for the English demo and correct the German oneFilippos Karapetis
2013-01-04DRASCULA: More animation cleanup. Separate subfunction of animation_12_5()Filippos Karapetis