Difference between revisions of "OpenTasks"

Jump to navigation Jump to search
Line 112: Line 112:


== Implement "return to launcher" feature ==
== Implement "return to launcher" feature ==
<font color="magenta">TODO</font>
Presently we have to exit ScummVM application completely when users exits a game because most
engines do not clean up memory properly on their exit.


Analyse memory leaks in
What we need is to analyze what's going on there and plug all memory leaks, properly shut down
engines and plug them.
subsystems like sound, so it will be possible to play more than a single game within one
session.
 
The task will require good use of memory leak analyzer and C++.


== Mixer improvements ==
== Mixer improvements ==