1,079
edits
Line 355: | Line 355: | ||
If you don't have any of the required games, there are several [http://www.scummvm.org/demos.php demos] available. A 16bit graphics demo example would be the [http://quick.mixnmojo.com/demos/ffcovedemo.zip Freddi5 demo]. | If you don't have any of the required games, there are several [http://www.scummvm.org/demos.php demos] available. A 16bit graphics demo example would be the [http://quick.mixnmojo.com/demos/ffcovedemo.zip Freddi5 demo]. | ||
== Implement "return to launcher" | == Implement "return to launcher" feature == | ||
''Technical Contact'': [[User:Fingolfin|Max Horn]], [[User:JoostP|Joost Peters]] | ''Technical Contact'': [[User:Fingolfin|Max Horn]], [[User:JoostP|Joost Peters]] | ||
''Background:'' | ''Background:'' | ||
Presently we have to exit the ScummVM application completely when | Presently we have to exit the ScummVM application completely when users exit a game because most | ||
engines do not clean up memory properly on their exit. | engines do not clean up memory properly on their exit. | ||
''The Task:'' | ''The Task:'' | ||
What we need is to analyze what's going on there and plug all memory leaks, properly shut down | What we need is to analyze what's going on there and plug all memory leaks, properly shut down | ||
subsystems like sound, so it will be possible to play more than a single game within one | subsystems like sound, so it will be possible to play more than a single game within one | ||
Line 383: | Line 376: | ||
** In SCUMM, add a "RTL" button to the F5 menu. | ** In SCUMM, add a "RTL" button to the F5 menu. | ||
Make sure to reuse code when possible | Make sure to reuse code when possible appropriate (e.g. for the quit confirmation dialog). | ||
edits