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
/
scumm
/
plugin.cpp
Age
Commit message (
Expand
)
Author
2006-04-04
Paranoia change: catch invalid 'method' value in generateDetectName
Max Horn
2006-04-03
Removing outdated and obsolete comment
Max Horn
2006-04-03
Since GF_HE_CURSORLESS is gone now, we can remove this special case for 'lost'
Max Horn
2006-04-03
GF_HE_CURSORLESS feature flag not required, since HE games always set a defau...
Travis Howell
2006-04-03
Added variant string for some HE games
Max Horn
2006-04-01
Typo
Max Horn
2006-04-01
Use extra_versions to compute ScummGameSettings (currently only compared to t...
Max Horn
2006-03-31
Fix skipping insane sequence in bundled Macintosh demo of FT
Travis Howell
2006-03-29
Add another English version of Monkey Island for Macintosh
Travis Howell
2006-03-26
Implement feature request #1450364: "Suggestion on how to cope with
Eugene Sandulenko
2006-03-25
Add Blue's ABC Time and upgrade demo target to full game
Eugene Sandulenko
2006-03-25
- Implemented case insensitive file reading. Left old system as a fallback
Eugene Sandulenko
2006-03-19
Fixed my fix regarding the encoding of some filenames: Provide both Windows a...
Max Horn
2006-03-19
Fix encoding issue (see scummvm-devel)
Max Horn
2006-03-19
Moved filename substitution code from scumm.cpp to plugin.cpp
Max Horn
2006-03-10
Add Russian puttrace and pajama3
Eugene Sandulenko
2006-03-09
Added new method DetectedGame::updateDesc, to ease generation of uniform desc...
Max Horn
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
- Renamed GameSettings to PlainGameDescriptor
Max Horn
2006-03-09
- added new toDetectedGame() template function (analog to toGameSettings)
Max Horn
2006-03-04
Renamed SubstResFileNames::winName and macName to almostGameID / expandedName...
Max Horn
2006-03-02
Fix for bug #1438822 (Targets are case sensitive)
Max Horn
2006-02-26
Do not compute the MD5 checksum if an override for it is set
Max Horn
2006-02-25
Remove the dummy index 0 entry from substResFileNameTable
Max Horn
2006-02-25
Moved the plugin interface code of the SCUMM engine into a separate source file
Max Horn