Age | Commit message (Expand) | Author |
2006-02-25 | Split SCUMM's generateSubstResFileName into two functions: findSubstResFileNa... | Max Horn |
2006-02-25 | Cleanup decompress wizImage functions, to help find similar code | Travis Howell |
2006-02-25 | Removed last two uses of MKID | Max Horn |
2006-02-25 | Some more MKID -> MKID_BE changes | 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-25 | Adjust masking in copyWizImageWithMask() to match ScummVM, wizImages masking ... | Travis Howell |
2006-02-25 | More corrections to copyWizImageWithMask() in HE games | Travis Howell |
2006-02-24 | Add corrections to copyWizImageWithMask() in HE games | Travis Howell |
2006-02-24 | added TRLE wiz masking (mostly untested) | Gregory Montoir |
2006-02-22 | Fix bug #1386333: "FT DEMO: assertion triggered when playing movie". | Eugene Sandulenko |
2006-02-21 | Cleanup decompressWizImage() in HE games | Travis Howell |
2006-02-20 | Moved iMUSE code to the new directory engines/scumm/imuse/ | Max Horn |
2006-02-20 | Fixing compiler (cast) warning | Max Horn |
2006-02-20 | Fixing up my previous commit: finished moving common/scaler* to graphics | Max Horn |
2006-02-20 | Moved common/scaler* to graphics/ | Max Horn |
2006-02-20 | Updated MD5 tables again, adding details to more HE game variants | Max Horn |
2006-02-20 | Replaced _gameId, _version, _heversion, _features, _midi, _platform with a si... | Max Horn |
2006-02-20 | Added / corrected some comments, and moved ScummGameSettings to scumm.h | Max Horn |
2006-02-20 | Use ptrdiff_t from stddef.h for our offsetof-clone (this should reduce warnin... | Max Horn |
2006-02-20 | Updated scumm-md5 table a bit more | Max Horn |
2006-02-20 | Simplified puttrace entry in the (still unused) extra_versions table | Max Horn |
2006-02-20 | Removing the GF_HE_985 from HE 99 games (I only was able to verify that this ... | Max Horn |
2006-02-20 | Workaround for bug #1308033 (FOA: skips single line of dialogue) | Max Horn |
2006-02-20 | More tweaks to the still unused extra_versions table | Max Horn |
2006-02-20 | Disable unchecked use of OSystem::setWindowCaption from SCUMM/HE scripts (thi... | Max Horn |
2006-02-19 | added experimental hook handle on 8,9 sub opcode music | Paweł Kołodziejski |
2006-02-19 | Added more variant IDs for HE games | Max Horn |
2006-02-19 | Specify variant IDs for some HE games in scumm-md5.txt/.h | Max Horn |
2006-02-19 | Updated the (still unused) extra_versions table a bit | Max Horn |
2006-02-19 | - Added new extra_versions table -> work in progress and disabled for now. | Max Horn |
2006-02-18 | - Merged GameDetector::detectGame() into GameDetector::detectMain() | Max Horn |
2006-02-18 | - renamed PLUGIN_getSupportedGames to PLUGIN_gameIDList for consistency | Max Horn |
2006-02-18 | - Removed the 'features' field from GameSettings | Max Horn |
2006-02-17 | Fixed extra desc for a few MD5 table entries | Max Horn |
2006-02-17 | Reduced use of GF_DEFAULT_TO_1X_SCALER in favor of a new param to Engine::ini... | Max Horn |
2006-02-16 | - Fixed a bug that prevented you from overriding the scaler from the command | Max Horn |
2006-02-16 | added more asserts into imuse digi code | Paweł Kołodziejski |
2006-02-16 | - Further extended the file format of tools/scumm-md5.txt: One can now specify | Max Horn |
2006-02-16 | Stop music in HE games, before nuking the resource | Travis Howell |
2006-02-16 | force arg variable to float type, msvc8 can't select from float or double | Paweł Kołodziejski |
2006-02-16 | Remove auto free flag for sounds in some HE games | Travis Howell |
2006-02-16 | Use simplier method of checking sound status in HE60/61 games | Travis Howell |
2006-02-16 | Send sound resource data directly to sound mixer in HE Games.\n Fixes songs i... | Travis Howell |
2006-02-16 | Only DOS & Macintosh versions of HE60/61 games require XMIDI support | Travis Howell |
2006-02-16 | Stop current music in HE60/61 games, before starting new music | Travis Howell |
2006-02-16 | Clear sound queue when stopping sound channel in HE games | Travis Howell |
2006-02-16 | Add 3DO platform for HE games | Travis Howell |
2006-02-15 | Only print debug message when flag 0x800000 is triggered by HE games in drawW... | Travis Howell |