Age | Commit message (Expand) | Author |
2006-04-23 | Detect (and error out) if readMAXS fails | Max Horn |
2006-04-23 | Added a comment regarding COMI disc changing | Max Horn |
2006-04-23 | Modified openFile and openResourceFile to take a Common::String instead of a ... | Max Horn |
2006-04-23 | Behold, the new SCUMM detector finally has arrived. Unified detection & engin... | Max Horn |
2006-04-23 | Replaced _demoMode by GF_DEMO | Max Horn |
2006-04-19 | Added a small comment to ScummEngine::openRoom that explains why we check for... | Max Horn |
2006-04-14 | Yes, it is really necessry to compute a special 'disk number' here (in fbear ... | Max Horn |
2006-04-14 | Changed File::open to take a Common::String as file name parameter | Max Horn |
2006-04-11 | Rearranged code in ScummEngine::openRoom a bit, to separate the filename gene... | Max Horn |
2006-04-10 | Removing dummy code from resource.cpp | Max Horn |
2006-03-28 | Renamed various container isEmpty() methods to empty() to match STL conventions | Max Horn |
2006-03-26 | Reduce size of saved games for HE games, music/speech resources don't need to... | Travis Howell |
2006-03-08 | Fixed tons of format string warnings for debug/error calls (including several... | Max Horn |
2006-03-04 | Older naming style only used by PC version of FT demo | Travis Howell |
2006-03-04 | Slightly clarified an odd subcase in ScummEngine::openRoom | Max Horn |
2006-03-04 | This particular case in ScummEngine::openRoom only occurs for V4 games; chang... | Max Horn |
2006-03-04 | Renamed SubstResFileNames::winName and macName to almostGameID / expandedName... | Max Horn |
2006-03-03 | Moved ScummFile etc. to the new file.cpp / file.h | Max Horn |
2006-02-26 | Cleanup | Max Horn |
2006-02-25 | Remove the dummy index 0 entry from substResFileNameTable | Max Horn |
2006-02-25 | Split SCUMM's generateSubstResFileName into two functions: findSubstResFileNa... | Max Horn |
2006-02-25 | Replaced some more MKIDs by MKID_BE; this then enabled me to remove ScummEngi... | Max Horn |
2006-02-25 | Got rid of the 'tag' parameter for readResTypeList() | Max Horn |
2006-02-25 | Replaced MKID by MID_BE in most places in the SCUMM engine | Max Horn |
2006-02-20 | Moved iMUSE code to the new directory engines/scumm/imuse/ | Max Horn |
2006-02-20 | Replaced _gameId, _version, _heversion, _features, _midi, _platform with a si... | Max Horn |
2006-02-15 | Read correct index by block size in HE games again, to help track down unknow... | Travis Howell |
2006-02-15 | Moved all he-specific source files to engines/scumm/he/ subdirectory | Eugene Sandulenko |
2006-02-11 | Moved engines to the new engines/ directory | Max Horn |