index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
saga
/
rscfile.cpp
Age
Commit message (
Expand
)
Author
2008-05-26
Cleanup
Filippos Karapetis
2008-04-05
Speech is now played correctly in the Macintosh version of IHNM
Filippos Karapetis
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2008-01-27
Limit the number of simultaneous open files in IHNM to 7, down from 12. This ...
Filippos Karapetis
2008-01-22
Code simplification
Filippos Karapetis
2008-01-05
Fix to remove a tab character from the GPL header
Paul Gilbert
2007-12-23
Disable voices when voice files do not exist (like the original interpreter d...
Filippos Karapetis
2007-10-30
The cause for bug #1804403 - "IHNM/ITE: Error loading Game resources (fs-node...
Filippos Karapetis
2007-10-28
Fixed typo
Filippos Karapetis
2007-10-28
Cleanup
Filippos Karapetis
2007-10-28
Cleanup
Filippos Karapetis
2007-10-28
Cleanup of the engine detection code. Possibly fixes bug #1804403 - "IHNM/ITE...
Filippos Karapetis
2007-09-23
Moved MemoryStreamEndian from Saga to Common.
Eugene Sandulenko
2007-09-01
The music of chapter 6 in IHNM is loaded correctly now
Filippos Karapetis
2007-08-31
Fix regression: the volume after the start credits was set to 0, so the IHNM ...
Filippos Karapetis
2007-08-27
IHNM's ending is shown correctly now (but the credits still aren't). Slight u...
Filippos Karapetis
2007-08-25
Only close patch files for ITE, not IHNM
Filippos Karapetis
2007-08-01
Compressed sounds now work in IHNM
Filippos Karapetis
2007-08-01
Patch files are no longer left open the whole time, but are only opened when ...
Filippos Karapetis
2007-07-31
Fixed incorrect file assignment for the ITE Windows demo
Filippos Karapetis
2007-07-31
Cleanup: removed dead code, fixed some comments and did some layout changes
Filippos Karapetis
2007-07-31
Loading saved games in the demo version of IHNM should work now
Filippos Karapetis
2007-07-30
The interactive part of the IHNM demo loads music normally, like the full ver...
Filippos Karapetis
2007-07-30
Music works now in the IHNM demo
Filippos Karapetis
2007-07-27
Do not try to load music if the music resource id is 0. Also, the voice LUT r...
Filippos Karapetis
2007-07-27
The meta resource table is now properly initialized for the IHNM demo. The st...
Filippos Karapetis
2007-07-17
Possible fix for bug 1754613. It's now possible to have an uncompressed music...
Filippos Karapetis
2007-07-13
Rewrote and greatly simplified the SAGA detector, removing many duplicate and...
Filippos Karapetis
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-01-21
Reduce dependency from common/advancedDetector.h
Eugene Sandulenko
2006-12-19
Get rif od ARRAYSIZE in ADGameDescription
Eugene Sandulenko
2006-10-08
More const madness.
Eugene Sandulenko
2006-10-02
Unify SAGA/AGOS detection code so other engines could also reuse it
Eugene Sandulenko
2006-07-14
More whitespace changes.
Torbjörn Andersson
2006-03-02
apply CYX mem-leak fix patch
Andrew Kurushin
2006-02-11
Moved engines to the new engines/ directory
Max Horn