Age | Commit message (Expand) | Author |
2006-03-10 | Adjust talk sound check in CHARSET_1(), since processSfxQueues() doesn't exis... | Travis Howell |
2006-03-10 | Revert that mistaken change to English verb table for C64 maniac | Travis Howell |
2006-03-10 | Update German verbs for C64 maniac, to match original | Travis Howell |
2006-03-09 | Added new method DetectedGame::updateDesc, to ease generation of uniform desc... | Max Horn |
2006-03-09 | Converted last dialogs to new scheme. Now it seems to be everything. Please, | Eugene Sandulenko |
2006-03-09 | Implemented SysEx command 1 for non-S&M SCUMM games, per the latest comment o... | Jamieson Christian |
2006-03-09 | Add the known 'extra' info to the description string; and removed the old hac... | Max Horn |
2006-03-09 | - Removed the code from the launcher that adds language/platform to the | Max Horn |
2006-03-09 | Moved keys mapping dialog to new scheme. Made it generic. Fixed several | Eugene Sandulenko |
2006-03-09 | - Renamed GameSettings to PlainGameDescriptor | Max Horn |
2006-03-09 | - added new toDetectedGame() template function (analog to toGameSettings) | Max Horn |
2006-03-09 | Converted all scumm dialogs to new scheme | Eugene Sandulenko |
2006-03-08 | Fixed tons of format string warnings for debug/error calls (including several... | Max Horn |
2006-03-08 | Use %p to print pointers portably (even on 64bit systems). Note: this will ad... | Max Horn |
2006-03-08 | o Converted most (all?) widgets to new scheme. | Eugene Sandulenko |
2006-03-07 | Correct order of cases in o72_redimArray() | Travis Howell |
2006-03-05 | Removed tag2str usage, which eliminates scumm/util.h dependency. | Jamieson Christian |
2006-03-05 | I guess this is really a WORKAROUND, rather than a HACK. Updated comment. | Torbjörn Andersson |
2006-03-05 | Restructured IMuse and IMuseInternal. | Jamieson Christian |
2006-03-05 | Make sure there actually is a SMUSH mixer before stopping and deleting it. | Torbjörn Andersson |
2006-03-05 | that was not what I want. it should stop audio only for immediately stop. | Paweł Kołodziejski |
2006-03-05 | that should help for bug #1352486, smush sound tracks are not stopped immedia... | Paweł Kołodziejski |
2006-03-05 | Update box flags for C64 maniac | Travis Howell |
2006-03-05 | Add back exclusion lost in last commit, exclude some verbs from verbs error s... | Travis Howell |
2006-03-05 | Correct case of verb names in C64 Maniac | Travis Howell |
2006-03-05 | Add German verbs and more work on input in C64 maniac | Travis Howell |
2006-03-05 | Update, to add new imuse file | Travis Howell |
2006-03-05 | Fix compiler warnings | Travis Howell |
2006-03-05 | Separated the IMuse Part methods into their own file. Updated the Bloodshed D... | Jamieson Christian |
2006-03-05 | Add some basic walkbox support for C64 maniac | Travis Howell |
2006-03-04 | Removed the default ignoreFadeouts parameter value for ImuseInternal's getSou... | Jamieson Christian |
2006-03-04 | Rearranged methods in the IMuse class declaration to denote those derived fro... | Jamieson Christian |
2006-03-04 | No need to use generateSubstResFileName when we already know the result | Max Horn |
2006-03-04 | Removed unnecessary strcpy calls | Max Horn |
2006-03-04 | Older naming style only used by PC version of FT demo | Travis Howell |
2006-03-04 | Const as const can (marking things as const/static allows better compiler opt... | Max Horn |
2006-03-04 | Slightly clarified an odd subcase in ScummEngine::openRoom | Max Horn |
2006-03-04 | Cleanup for the container loading code (and always disable file name substitu... | Max Horn |
2006-03-04 | When container files are used, we don't need file name substitution anymore | Max Horn |
2006-03-04 | Added a comment about the first few entries in substResFileNameTable | Max Horn |
2006-03-04 | Since findSubstResFileName / applySubstResFileName only compare up to the fir... | 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-04 | Add/Update string var tables for COMI and The Dig, to allow translated strings | Travis Howell |
2006-03-04 | Update hack for bug #915575 - MANIAC: Disappearing New Kid verb | Travis Howell |
2006-03-03 | Update opcodes for C64 maniac | Travis Howell |
2006-03-03 | Hiding the implementation of ADPCMInputStream from the public, in favor of a ... | Max Horn |
2006-03-03 | Partial fix for Bug 1088045. Additional configuration of Part parameters in r... | Jamieson Christian |
2006-03-03 | Moved ScummFile etc. to the new file.cpp / file.h | Max Horn |
2006-03-03 | Turn _file member of BundleMgr into a pointer | Max Horn |