Age | Commit message (Collapse) | Author |
|
svn-id: r22456
|
|
version (see also bug #1193185)
svn-id: r22283
|
|
subtitles/speech_mute settings. Also changed the ConfigDialog accordingly
svn-id: r22233
|
|
setupFOO for stuff that inits static data (i.e. will be called only once, or after loading savegames), vs. resetFOO / updateFOO methods which are called frequently and (re)set dynamic data.
* Doing this, split scummInit into setupScumm and resetScumm methods
* Moved some init code to new methods (huuuuge init methods are hard to read, and hard to customize using subclassing)
* Renmaed various setup???Palette methods to set???Palette
* Some minor cleanup / tweaks
svn-id: r22227
|
|
* Moved VAR_LANGUAGE to class ScummEngine_v8
* Minor cleanup
svn-id: r22223
|
|
for disabling overlay scaling)
svn-id: r22026
|
|
new setInt and setBool methods (matching getInt/getBool), which avoids strange quirks & bugs caused by (char *) being implicitly cast to int (ouch)
svn-id: r21951
|
|
svn-id: r20801
|
|
simple ScummGameSettings instance: _game
svn-id: r20795
|
|
svn-id: r20696
|
|
svn-id: r20582
|