Difference between revisions of "Engines"
Jump to navigation
Jump to search
m (Mark Urban Runner as complete) |
m (Separate the engines into internal/external) |
||
Line 2: | Line 2: | ||
ScummVM currently supports, or is in the process of adding support for, the following engines (sorted alphabetically): | ScummVM currently supports, or is in the process of adding support for, the following engines (sorted alphabetically): | ||
<br/> | <br/> | ||
= Engines in the main source tree = | |||
== Complete Engines in the Latest Stable Version == | == Complete Engines in the Latest Stable Version == | ||
<br/> | <br/> | ||
Line 289: | Line 290: | ||
<br/> | <br/> | ||
== In-Progress Engines | == In-Progress Engines == | ||
These engines are currently being developed within ScummVM's main code tree. | These engines are currently being developed within ScummVM's main code tree. | ||
<br/> | <br/> | ||
Line 361: | Line 362: | ||
<br/> | <br/> | ||
== In-Progress/Frozen Engines | = Engines external to the main source tree = | ||
== In-Progress/Frozen Engines == | |||
These engines are currently being developed external to ScummVM's main code tree, which means the source is located on a third-party site. | These engines are currently being developed external to ScummVM's main code tree, which means the source is located on a third-party site. | ||
<br/> | <br/> | ||
Line 408: | Line 410: | ||
|} | |} | ||
<br/> | <br/> | ||
= Future Engines = | |||
<br/> | <br/> | ||
{| cellspacing="2" cellpadding="5" width=100% style="border: 1px solid #333333;" | {| cellspacing="2" cellpadding="5" width=100% style="border: 1px solid #333333;" | ||
Line 433: | Line 435: | ||
|} | |} | ||
<br/> | <br/> | ||
= Adding a New Engine = | |||
* [[HOWTO-Engines]]: Your first steps to adding a new engine | * [[HOWTO-Engines]]: Your first steps to adding a new engine | ||
<br/> | <br/> | ||
= External Links = | |||
* The [http://scummvm-misc.sourceforge.net ScummVM-Misc project] keeps a list of known engines that haven't been added to ScummVM's SVN for whatever reason | * The [http://scummvm-misc.sourceforge.net ScummVM-Misc project] keeps a list of known engines that haven't been added to ScummVM's SVN for whatever reason |
Revision as of 22:03, 29 January 2011
ScummVM currently supports, or is in the process of adding support for, the following engines (sorted alphabetically):
Engines in the main source tree
Complete Engines in the Latest Stable Version
Complete Engines in the Latest Unstable Version
Engine | Games |
---|---|
AGOS | |
Gob |
Frozen Engines
In-progress, but haven't been updated for the past 6 months
Engine | Games |
---|---|
Gob |
In-Progress Engines
These engines are currently being developed within ScummVM's main code tree.
Engine | Games | ||
---|---|---|---|
Cine | |||
Gob | |||
Groovie | |||
Hugo | |||
Kyra | |||
Lastexpress | |||
M4 | |||
Mohawk | |||
Parallaction | |||
SCI |
(SCI2, SCI2.1 and SCI3): Newer Sierra adventure games (based on FreeSCI)
| ||
Sword25 | |||
Toon |
Engines external to the main source tree
In-Progress/Frozen Engines
These engines are currently being developed external to ScummVM's main code tree, which means the source is located on a third-party site.
Engine | Games |
---|---|
Access | |
Asylum | |
Comet | |
Darkseed2 | |
Dreamweb | |
Interspective | |
KoM | |
Liath | |
Picture | |
Prisoner | |
Startrek |
Future Engines
Engine | Games |
---|---|
AGI | |
Gob | |
M4 | |
Parallaction |
Adding a New Engine
- HOWTO-Engines: Your first steps to adding a new engine
External Links
- The ScummVM-Misc project keeps a list of known engines that haven't been added to ScummVM's SVN for whatever reason