| Age | Commit message (Collapse) | Author |
|
svn-id: r22854
|
|
svn-id: r22853
|
|
be reversed when using keyboard shortcuts (Due to the scrollbar)
svn-id: r22850
|
|
svn-id: r22793
|
|
should probably set it the same way as updateSoundSettings() does it, i.e. to
9 - getTalkspeed(), not getTalkspeed().
I was testing the scene in Sam & Max where you give candy to Doug. I had set
the talk speed to max. The script tried to set CHARINC to 3, but instead it was
changed from 0 to 9...
svn-id: r22748
|
|
svn-id: r22456
|
|
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
|
|
svn-id: r21038
|
|
svn-id: r20908
|
|
svn-id: r20907
|
|
svn-id: r20582
|