aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-09HOPKINS: Fix typo in previous commitStrangerke
2013-01-09HOPKINS: Get rid of some more casts in objectManagerStrangerke
2013-01-09HOPKINS: Get rid of some more casts in objectManagerStrangerke
2013-01-08HOPKINS: Remove some nasty casts from menuManager and ObjectManagerStrangerke
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-08HOPKINS: Get rid of the NO_VISU global variableFilippos Karapetis
2013-01-08HOPKINS: Get rid of more useless global variablesFilippos Karapetis
2013-01-08HOPKINS: Clean up the menu codeFilippos Karapetis
2013-01-08BUILD: PS3 packages don't need "finalizing" anymore.Bastien Bouclet
This is necessary for newer firmware support.
2013-01-08HOPKINS: Refactor nextObjectIconStrangerke
2013-01-08HOPKINS: Some renaming and refactoring in showInventory and changeObjectStrangerke
2013-01-08HOPKINS: Remove global filename and constructFilenameStrangerke
2013-01-08HOPKINS: Merge all the different full version logic handlersFilippos Karapetis
2013-01-07HOPKINS: Add detection for Hopkins SpanishStrangerke
2013-01-07Merge pull request #6 from bluegr/hopkinsStrangerke
Hopkins: More cleanup commits
2013-01-07HOPKINS: Get rid of _disableCursorFlFilippos Karapetis
2013-01-07HOPKINS: Get rid of the NOSPRECRAN global variableFilippos Karapetis
2013-01-07HOPKINS: Fix fileExists()Filippos Karapetis
2013-01-07HOPKINS: Remove useless globals and rename some variablesFilippos Karapetis
2013-01-07HOPKINS: Get rid of the checks for the interlaced videos inside the TSVGA folderFilippos Karapetis
2013-01-07HOPKINS: Fix regression (typo)Filippos Karapetis
2013-01-07HOPKINS: The return value of constructLinuxFilename is unusedFilippos Karapetis
2013-01-07HOPKINS: Remove static game directory configuration optionsFilippos Karapetis
Also, remove the unused VGA folder. This is the first step to remove constructFilename() and associated functions.
2013-01-07HOPKINS: Remove more unused global variablesFilippos Karapetis
2013-01-07Merge pull request #5 from bluegr/hopkinsStrangerke
Hopkins: Some cleanup commits
2013-01-07HOPKINS: Remove another unused global variableFilippos Karapetis
2013-01-07HOPKINS: Remove another unused globalFilippos Karapetis
2013-01-07HOPKINS: Fix typoFilippos Karapetis
2013-01-07HOPKINS: Simplify SoundManager::WSOUND()Filippos Karapetis
2013-01-07HOPKINS: Get rid of more unused/unnecessary globalsFilippos Karapetis
2013-01-07HOPKINS: Remove unused variablesFilippos Karapetis
2013-01-07HOPKINS: Some renamingStrangerke
2013-01-07HOPKINS: Some refactoring in ComputerManagerStrangerke
2013-01-07HOPKINS: More 16b refactoringStrangerke
2013-01-07HOPKINS: Simplify Copy_vga16, get rid of unsafe uint16 castsStrangerke
2013-01-06HOPKINS: Remove uint16 casting in m_scroll16 in order to avoid endian issueStrangerke
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
The MUNT debug messages are called from an audio callback, which is not allowed to update the screen, as per the OSystem documentation in common/system.h:401
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
This avoids showing warnings in the intro of FOTAQ when using the MT-32 emulator
2013-01-06GOB: Fix const away cast warning.Johannes Schickel
Thanks to DrMcCoy for looking over this.
2013-01-06PARALLACTION: Fix a const cast warning.Johannes Schickel
2013-01-06Merge pull request #299 from tomaz82/IFFDecoderJohannes Schickel
New IFFDecoder
2013-01-06GRAPHICS: Delete iff.cpp and iff.h since all ILBM and PBM decoding is ↵Tomas Jakobsson
handled by IFFDecoder now
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