ScummVM main repository
Go to file
Matthew Duggan c53b42311d COMMON: Fix path split+join combinations, add tests for same
This resolves multiple scenarios where a path ends up with a trailing
separator.
2022-12-31 17:57:07 +09:00
.github CI: Update various GitHub actions 2022-11-26 23:11:32 +02:00
audio AUDIO: Reduce the static table sizes in the SID emulator 2022-12-22 23:46:52 +01:00
backends GUI: Ensure that all keymap widgets fit within the scroll container 2022-12-25 16:11:27 +01:00
base BASE: Switch --md5mac to openFileOrDataFork 2022-12-11 21:32:30 +01:00
common COMMON: Fix path split+join combinations, add tests for same 2022-12-31 17:57:07 +09:00
devtools FREESCAPE: added border image for Driller Amstrad CPC releases and regenerated freescape.dat file 2022-12-29 14:12:51 -03:00
dists FREESCAPE: added border image for Driller Amstrad CPC releases and regenerated freescape.dat file 2022-12-29 14:12:51 -03:00
doc DOCS: Adding FAQ item about fanmade mods 2022-12-21 13:36:15 +01:00
engines ULTIMA8: Fix ObjectManager::objectInfo command output 2022-12-30 22:39:58 -06:00
graphics TINYGL: reduce memory allocation 2022-12-23 14:04:18 +01:00
gui GUI: Improve support for group selection in the launcher on small screens 2022-12-25 16:26:26 +01:00
icons
image IMAGES: force alpha decoding for BMP images 2022-12-23 14:03:35 +01:00
LICENSES
math JANITORIAL: Clean up all non-engine Visual Studio warnings. 2022-12-04 00:08:48 +01:00
po I18N: Update translation (German) 2022-12-31 08:10:25 +00:00
test COMMON: Fix path split+join combinations, add tests for same 2022-12-31 17:57:07 +09:00
video COMMON: Move huffman.h back out of the compression directory 2022-12-11 22:33:23 +01:00
.clang-format
.clang-tidy
.editorconfig ALL: Force CRLF line-endings for Windows .bat files 2022-10-23 11:03:49 +03:00
.gitattributes ALL: Force CRLF line-endings for Windows .bat files 2022-10-23 11:03:49 +03:00
.gitignore DS: Display the ScummVM logo on the top screen when the launcher is active 2022-12-22 18:21:04 +00:00
.gitmodules
AUTHORS CREDITS: Update SCUMM section 2022-12-13 21:25:26 +01:00
config.guess BUILD: Update config.guess and config.sub 2022-11-18 17:06:59 +01:00
config.sub BUILD: Update config.guess and config.sub 2022-11-18 17:06:59 +01:00
configure CONFIGURE: Define HAVE_AMD64 when applicable 2022-12-23 18:42:52 +01:00
CONTRIBUTING.md
COPYING
COPYRIGHT CREDITS: Added complete list of code contributors 2022-07-09 21:40:44 +02:00
engines.awk
Makefile BUILD: Show file sizes in verbose build 2022-07-03 14:28:53 +02:00
Makefile.common HPL1: add shaders to Makefile.common and scummvm.rc 2022-12-23 14:04:17 +01:00
NEWS.md NEWS: Update SCUMM GUI item 2022-12-29 14:56:55 +01:00
plugin.exp
ports.mk IOS7: Add GameController capability 2022-08-08 21:08:56 +01:00
README.md README: Mention PVS-Studio that we are starting to use 2022-10-28 16:06:15 +02:00
rules.mk BUILD: Show file sizes in verbose build 2022-07-03 14:28:53 +02:00
TODO

ScummVM README · CI Translation status PRs Welcome Codacy Badge

About ScummVM

ScummVM allows you to play classic graphic point-and-click adventure games, text adventure games, and RPGs, as long as you already have the game data files. ScummVM replaces the executable files shipped with the games, which means you can now play your favorite games on all your favorite devices.

So how did ScummVM get its name? Many of the famous LucasArts adventure games, such as Maniac Mansion and the Monkey Island series, were created using a utility called SCUMM (Script Creation Utility for Maniac Mansion). The VM in ScummVM stands for Virtual Machine.

While ScummVM was originally designed to run LucasArts SCUMM games, over time support has been added for many other games: see the full list on our wiki. Noteworthy titles include Broken Sword, Myst and Blade Runner, although there are countless other hidden gems to explore.

For more information, compatibility lists, details on donating, the latest release, progress reports and more, please visit the ScummVM home page.

Quickstart

For the impatient among you, here is how to get ScummVM running in five simple steps.

  1. Download ScummVM from our website and install it.

  2. Create a directory on your hard drive and copy the game datafiles from the original media to this directory. Repeat this for every game you want to play.

  3. Start ScummVM, choose 'Add game', select the directory containing the game datafiles (do not try to select the datafiles themselves!) and press Choose.

  4. The Game Options dialog opens to allow configuration of various settings for the game. These can be reconfigured at any time, but for now everything should be OK at the default settings.

  5. Select the game you want to play in the list, and press Start. To play a game next time, skip to step 5, unless you want to add more games.

Hint:

To add multiple games in one go, press and hold the shift key, then click 'Add game' -- the label will change to 'Mass Add' and if you press it, you are again asked to select a directory, only this time ScummVM will search through all subdirectories for supported games.

Reporting a bug

To report a bug, go to the ScummVM Issue Tracker and log in with your GitHub account.

Please make sure the bug is reproducible, and still occurs in the latest git/Daily build version. Also check the compatibility list for that game, to ensure the issue is not already known. Please do not report bugs for games that are not listed as completable on the Supported Games wiki page, or on the compatibility list. We already know those games have bugs!

Please include the following information in the bug report:

  • ScummVM version (test the latest git/Daily build)
  • Bug details, including instructions for how to reproduce the bug. If possible, include log files, screenshots, and any other relevant information.
  • Game language
  • Game version (for example, talkie or floppy)
  • Platform and Compiler (for example, Win32, Linux or FreeBSD)
  • An attached saved game, if possible.
  • If this bug only occurred recently, include the last version without the bug, and the first version with the bug. That way we can fix it quicker by looking at the changes made.

Finally, please report each issue separately; do not file multiple issues on the same ticket. It is difficult to track the status of each individual bug when they aren't on their own tickets.

Documentation

User documentation

For everything you need to know about how to use ScummVM, see our user documentation.

The ScummVM Wiki

The wiki is the place to go for information about every game supported by ScummVM. If you're a developer, there's also some very handy information in the Developer section.

Changelog

Our extensive change log is available here.

SAST Tools

PVS-Studio - static analyzer for C, C++, C#, and Java code.

Credits

A massive thank you to the entire team for making the ScummVM project possible. See the credits here!


Good Luck and Happy Adventuring! The ScummVM team. https://www.scummvm.org/