Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-11 | If generateDetectName() generates an empty string, that's a failure, not a | Torbjörn Andersson | |
success. Otherwise ScummVM will crash once the game detector reaches the "generic HE game variants", which makes it hard to add non-SCUMM games. svn-id: r21808 | |||
2006-04-11 | Some more MD5 entries / confirmations by Peter Eckerlein | Max Horn | |
svn-id: r21788 | |||
2006-04-10 | More commented out stuff: added generateFilenameForDetection method, for use ↵ | Max Horn | |
by the detector; and applied various fixes to generateFilename (which is still completely untested, so it certainly contains more 'bugs' :) svn-id: r21771 | |||
2006-04-10 | Some more tweaks to the (still unused) gameFilenamesTable; also readded an ↵ | Max Horn | |
enhanced version of the (also unused) generateFilename function svn-id: r21770 | |||
2006-04-10 | Removing dummy code from resource.cpp | Max Horn | |
svn-id: r21769 | |||
2006-04-10 | Merged scumm_settings into extra_versions, which in turn got renamed to ↵ | Max Horn | |
gameVariantsTable svn-id: r21768 | |||
2006-04-09 | Changed the precedence of the MD5 overrides (highest priority: config file, ↵ | Max Horn | |
then target_md5.txt override, finally the 'reaL md5); also did some cleanup and code unification svn-id: r21736 | |||
2006-04-09 | Removed some obsolete code | Max Horn | |
svn-id: r21735 | |||
2006-04-09 | Added gameFilenamesTable (currently unused, and hence disabled) | Max Horn | |
svn-id: r21734 | |||
2006-04-09 | Fix regression introduced by removing of GF_HE_CURSORLESS feature flag. | Eugene Sandulenko | |
There are 3 cases of HE cursors: o Default one. We set up cursor palette for it. o Loaded from .HE3 (windows resource file). We use default cursor palette. o Loaded from WizImage. We disable default cursor palette. svn-id: r21711 | |||
2006-04-09 | Clarify UK/US language for those HE demos which UK versions we have reported. | Eugene Sandulenko | |
svn-id: r21709 | |||
2006-04-09 | Specify UK/US version for PuttTime since we have UK version reported for it. | Eugene Sandulenko | |
svn-id: r21707 | |||
2006-04-09 | Clarify language for several UK HE releases | Eugene Sandulenko | |
svn-id: r21706 | |||
2006-04-08 | Properly translate Common::Language values for V0-V2 games, too | Max Horn | |
svn-id: r21705 | |||
2006-04-08 | Properly translate Common::Language values for COMI | Max Horn | |
svn-id: r21704 | |||
2006-04-08 | Introduced language EN_ANY used for general English game entries. EN_USA and | Eugene Sandulenko | |
EN_GRB should be used for games which have both variants. Currently it is MM NES and BASS. All other are switched to EN_ANY. svn-id: r21702 | |||
2006-04-08 | Removed dupliate entry from extra_versions table | Max Horn | |
svn-id: r21701 | |||
2006-04-08 | Our extra_versions table is a bit too eager in some cases to assign platform ↵ | Max Horn | |
values; fixing some of these cases and adding code that detects these and triggers an according warning svn-id: r21700 | |||
2006-04-08 | Modified the REGISTER_PLUGIN macro so that it allows (and requires) a ↵ | Max Horn | |
trailing semicolon (this helps certain tools to parse our code better) svn-id: r21689 | |||
2006-04-08 | Removed common/map.h with the Common::Map template class (it was a very bad ↵ | Max Horn | |
implementation, and our HashMap is simply better). svn-id: r21688 | |||
2006-04-08 | Move some more bits into namespace Scumm | Max Horn | |
svn-id: r21685 | |||
2006-04-08 | Renamed various *GameSettings to GameSettings (our namespaces are enough to ↵ | Max Horn | |
distinguish them) svn-id: r21684 | |||
2006-04-07 | New Loom version reported by Peter Eckerlein | Max Horn | |
svn-id: r21673 | |||
2006-04-07 | Finally got rid of multiple_versions_md5_settings in favor of extra_versions | Max Horn | |
svn-id: r21672 | |||
2006-04-04 | Fix freddicove detection. | Eugene Sandulenko | |
svn-id: r21610 | |||
2006-04-04 | Removed extra exclamation marks in warning() calls as well. | Eugene Sandulenko | |
svn-id: r21608 | |||
2006-04-04 | Since our debug() adds an exclamation mark at the message end, remove | Eugene Sandulenko | |
it in several calls to avoid duplication!!11! svn-id: r21607 | |||
2006-04-04 | Small updates to intiate variable and member visibility. | Lars Persson | |
svn-id: r21604 | |||
2006-04-04 | Paranoia change: catch invalid 'method' value in generateDetectName | Max Horn | |
svn-id: r21602 | |||
2006-04-03 | Removing outdated and obsolete comment | Max Horn | |
svn-id: r21578 | |||
2006-04-03 | Since GF_HE_CURSORLESS is gone now, we can remove this special case for 'lost' | Max Horn | |
svn-id: r21577 | |||
2006-04-03 | GF_HE_CURSORLESS feature flag not required, since HE games always set a ↵ | Travis Howell | |
default cursor too. svn-id: r21576 | |||
2006-04-03 | Added variant string for some HE games | Max Horn | |
svn-id: r21574 | |||
2006-04-01 | Typo | Max Horn | |
svn-id: r21540 | |||
2006-04-01 | Use extra_versions to compute ScummGameSettings (currently only compared to ↵ | Max Horn | |
the value determined via multiple_versions_md5_settings but not actively used; requires more testing, in particular with HE games) svn-id: r21530 | |||
2006-04-01 | Generate an error when kGenAsIs is used with an unsupported platform, ↵ | Max Horn | |
instead of silently continuing with a bogus _fileHandle (leading to odd crashes) svn-id: r21528 | |||
2006-04-01 | Always check array bounds are valid in HE games, matching original | Travis Howell | |
svn-id: r21524 | |||
2006-04-01 | Fix painting and fridge magnet palette glitches in thinker1 | Travis Howell | |
svn-id: r21522 | |||
2006-03-31 | Rename two WizParameters fields | Travis Howell | |
svn-id: r21514 | |||
2006-03-31 | Make corners of SCUMM load/save dialog round. | Eugene Sandulenko | |
svn-id: r21513 | |||
2006-03-31 | Made readFileToMem() print a more useful error message than "File is not open" | Torbjörn Andersson | |
if the file could not be opened. svn-id: r21508 | |||
2006-03-31 | Fix skipping insane sequence in bundled Macintosh demo of FT | Travis Howell | |
svn-id: r21507 | |||
2006-03-31 | Fix sound glitch in PC demo of FT | Travis Howell | |
svn-id: r21506 | |||
2006-03-30 | Improve mine road in PC demo of FT | Travis Howell | |
svn-id: r21505 | |||
2006-03-30 | Limit INSANE to existing enemies in PC demo of FT | Travis Howell | |
svn-id: r21504 | |||
2006-03-30 | Allow interactive mine road in PC version of FT demo | Travis Howell | |
svn-id: r21503 | |||
2006-03-30 | Add missing check for invalid object number in getObjectData opcode | Travis Howell | |
svn-id: r21501 | |||
2006-03-29 | Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ↵ | Max Horn | |
to ~250). Many greetings to eriktorbjorn, and have fun recompiling. svn-id: r21500 | |||
2006-03-29 | Add another English version of Monkey Island for Macintosh | Travis Howell | |
svn-id: r21483 | |||
2006-03-28 | Renamed various container isEmpty() methods to empty() to match STL conventions | Max Horn | |
svn-id: r21472 |