aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-04WINTERMUTE: Introduce WMEGameDescriptionTobia Tesan
I aped what has been done with AGS: in engines/agi/detection.cpp, adding a struct that includes ADGameDescription at the beginning. This is also recommended in advancedDetector.h
2014-11-04GROOVIE: Handle transparency in Gamepad videos in the 11th HourFilippos Karapetis
2014-11-04GROOVIE: More bugfixes for V2 puzzle overlay videosFilippos Karapetis
2014-11-04GROOVIE: Handle flag 2 for V2 games (show a whole overlay video)Filippos Karapetis
2014-11-04GROOVIE: More work on transparency in the puzzle scenes for V2 gamesFilippos Karapetis
This fixes most of the transparency issues in the puzzle screens. They are still not correct, as the relevant videos play completely, instead of showing a single frame. This also fixes issues with commit 2d42ab8
2014-11-03GROOVIE: Fix video transparency in V2 gamesFilippos Karapetis
2014-11-03GROOVIE: Initial implementation of direct game load for the 11th HourFilippos Karapetis
2014-11-03GROOVIE: Add a stub for opcode 42 in V2 gamesFilippos Karapetis
This was o_cellmove in T7G (the Microscope puzzle)
2014-11-03GROOVIE: Implement o2_copyscreentobg and o2_copybgtoscreenFilippos Karapetis
2014-11-03GROOVIE: Add initial full screen functionality for V2 gamesFilippos Karapetis
2014-11-03GROOVIE: Finish implementation of o_hotspot_outrectFilippos Karapetis
This is needed by the main menu in the 11th Hour
2014-11-02VIDEO: Make AVIAudioTrack::resetStream() virtualMatthew Hoops
In case a subclass (like Zork) needs to override it
2014-11-02VIDEO: Separate AVI video and audio track readingMatthew Hoops
Relying on the videos to have 'initial frames' for audio tracks is not the best way to handle AVI videos. Now videos without initial frames (or broken interleaving) will buffer properly.
2014-11-02SCI: hoyle 4 workaround properly done (bug #6614)Martin Kiewitz
fixes placement of edit control caused by uninitialized reads
2014-11-02SCI: GetClosest() bugfix the bugfix thx wjpMartin Kiewitz
2014-11-02SCI: bugfix in GetLongest() for Japanese SQ4Martin Kiewitz
2014-11-02SCI: add support for \n and \r in Japanese textMartin Kiewitz
fixes Police Quest 2 Japanese intro thx to wjp for helping
2014-11-02SCI: text16 Shift-JIS font switch fixedMartin Kiewitz
fixes Police Quest 2 Japanese intro and others, where the internal SCI font was used and not the Shift-JIS hires font
2014-11-02SCI: fix another bug in text16 / GetLongest()Martin Kiewitz
2014-11-02SCI: fix bug in text16 / GetLongest()Martin Kiewitz
2014-11-01SCI: text16 GetLongest() changes fixes bug #5334Martin Kiewitz
also fixes bug #5159 also fixes Japanese line wrapping (hopefully)
2014-11-01SCUMM: Correct file size for Dutch Windows demo of Let's Explore the Farm ↵Kirben
with Buzzy.
2014-11-01HOPKINS: Add a check for another sound related to frames removed in the ↵Strangerke
Polish version. Fix for bug #6591
2014-11-01SCI: revert r55034, fixes bug #6539Martin Kiewitz
original bug wasn't solved properly will reopen the original bug #5334 and figure out that one instead
2014-10-31SCI: script patch for qfg1ega (fixes bug #6407)Martin Kiewitz
throwing rocks at bird's nest, running ego gets stuck
2014-10-31SCUMM: Add Dutch Windows demo of Let's Explore the Farm with Buzzy.Kirben
2014-10-31SCUMM: Fix bug #6742 - PJGAMES: Crash upon playing Happy Fun Squares on Hard.Kirben
2014-10-29HOPKINS: Fix a couple of commentsStrangerke
2014-10-29HOPKINS: Add specific code to handle the butchered Polish version with sync ↵Strangerke
sound
2014-10-29Merge pull request #523 from BenCastricum/fixforbug6739Filippos Karapetis
SCUMM: Fix bug 6739 - Untranslated dialogs
2014-10-29SCUMM: Disallow saving while a room 'prequel' is shown in v0-v3 gamesFilippos Karapetis
These are cases where the screen is completely blank, showing text. In such cases, no room is set, thus no room resources are available. An example is the screen shown after the credits in the Zak FM-TOWNS intro ("The next day..."). Thanks to segrax for finding this case. This commit is based off pull request 522, but completely disallows saving in such scenes, instead of adding explicit checks for them
2014-10-29SCI: color matching bug fixMartin Kiewitz
2014-10-28SCI: color matching - remove debug codeMartin Kiewitz
2014-10-28SCI: properly reversed color matching thanks wjpMartin Kiewitz
2014-10-28PRINCE: Change PrinceGameType enum nameslukaslw
Fix compilation on gcc
2014-10-28PRINCE: Allow to load translation file - prince_translation.datlukaslw
Update detection file to allow English language with both PL and DE data files. Add setMobTranslationTexts() to update mob names to translated ones in each location
2014-10-28HOPKINS: Rename the parameter of PlayAnimSound to make it meaningfulStrangerke
2014-10-28BBVS: Remove trailing whitespaceFilippos Karapetis
2014-10-28FULLPIPE: Remove trailing whitespaceFilippos Karapetis
2014-10-28PRINCE: Remove trailing whitespaceFilippos Karapetis
2014-10-28MORTEVIELLE: Remove trailing whitespaceFilippos Karapetis
2014-10-28MADS: Remove trailing whitespaceFilippos Karapetis
2014-10-28NEVERHOOD: Remove trailing whitespaceFilippos Karapetis
2014-10-28PEGASUS: Remove trailing whitespaceFilippos Karapetis
2014-10-28SCI: Remove trailing whitespaceFilippos Karapetis
2014-10-28SAGA: Remove trailing whitespaceFilippos Karapetis
2014-10-28SCUMM: Remove trailing whitespaceFilippos Karapetis
2014-10-28ZVISION: Remove trailing whitespaceFilippos Karapetis
2014-10-28TOON: Remove trailing whitespaceFilippos Karapetis
2014-10-28TONY: Remove trailing whitespaceFilippos Karapetis