aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/rscfile.cpp
AgeCommit message (Expand)Author
2008-12-21Cleaned up the mess with game IDs and game types: removed game types, reduced...Filippos Karapetis
2008-12-11Fixed detection of voice files.Torbjörn Andersson
2008-11-16Fixed various g++ warnings ("format not a string literal and no format argume...Johannes Schickel
2008-11-14Fixing compilationSven Hesse
2008-11-14Cleanup and simplification of the resource loading codeFilippos Karapetis
2008-11-13Fix for bug #2277597 - "ITE: Classic Mac alternate md5sums / Voices not detec...Filippos Karapetis
2008-09-30Fix crash when starting ITE, a regression from commit #34705Filippos Karapetis
2008-09-30Fixed crash when starting IHNM, a regression from commit #34693Filippos Karapetis
2008-09-30SAGA: Some code cleanupMax Horn
2008-09-30SAGA: Removed patchesCount from SAGAGameDescriptionMax Horn
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-09-08Reduced calls to File::exists()Filippos Karapetis
2008-09-08Free the current voice lookup table a bit earlier in loadGlobalResources()Filippos Karapetis
2008-09-08CleanupFilippos Karapetis
2008-09-05Hopefully fixed the chaos with the SAGA volume values. This also fixes the br...Filippos Karapetis
2008-06-12SAGA: Fixed memory leaks in the SAGA engineChristopher Page
2008-05-26CleanupFilippos Karapetis
2008-04-05Speech is now played correctly in the Macintosh version of IHNMFilippos Karapetis
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-27Limit the number of simultaneous open files in IHNM to 7, down from 12. This ...Filippos Karapetis
2008-01-22Code simplificationFilippos Karapetis
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
2007-12-23Disable voices when voice files do not exist (like the original interpreter d...Filippos Karapetis
2007-10-30The cause for bug #1804403 - "IHNM/ITE: Error loading Game resources (fs-node...Filippos Karapetis
2007-10-28Fixed typoFilippos Karapetis
2007-10-28CleanupFilippos Karapetis
2007-10-28CleanupFilippos Karapetis
2007-10-28Cleanup of the engine detection code. Possibly fixes bug #1804403 - "IHNM/ITE...Filippos Karapetis
2007-09-23Moved MemoryStreamEndian from Saga to Common.Eugene Sandulenko
2007-09-01The music of chapter 6 in IHNM is loaded correctly nowFilippos Karapetis
2007-08-31Fix regression: the volume after the start credits was set to 0, so the IHNM ...Filippos Karapetis
2007-08-27IHNM's ending is shown correctly now (but the credits still aren't). Slight u...Filippos Karapetis
2007-08-25Only close patch files for ITE, not IHNMFilippos Karapetis
2007-08-01Compressed sounds now work in IHNMFilippos Karapetis
2007-08-01Patch files are no longer left open the whole time, but are only opened when ...Filippos Karapetis
2007-07-31Fixed incorrect file assignment for the ITE Windows demoFilippos Karapetis
2007-07-31Cleanup: removed dead code, fixed some comments and did some layout changesFilippos Karapetis
2007-07-31Loading saved games in the demo version of IHNM should work nowFilippos Karapetis
2007-07-30The interactive part of the IHNM demo loads music normally, like the full ver...Filippos Karapetis
2007-07-30Music works now in the IHNM demoFilippos Karapetis
2007-07-27Do not try to load music if the music resource id is 0. Also, the voice LUT r...Filippos Karapetis
2007-07-27The meta resource table is now properly initialized for the IHNM demo. The st...Filippos Karapetis
2007-07-17Possible fix for bug 1754613. It's now possible to have an uncompressed music...Filippos Karapetis
2007-07-13Rewrote and greatly simplified the SAGA detector, removing many duplicate and...Filippos Karapetis
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-01-21Reduce dependency from common/advancedDetector.hEugene Sandulenko
2006-12-19Get rif od ARRAYSIZE in ADGameDescriptionEugene Sandulenko
2006-10-08More const madness.Eugene Sandulenko
2006-10-02Unify SAGA/AGOS detection code so other engines could also reuse itEugene Sandulenko
2006-07-14More whitespace changes.Torbjörn Andersson