Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
scene changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
That unlocks the infamous "Alcohol? Cool, get my daughter!" scene :P
|
|
|
|
|
|
Instead I moved the call to ReadStream::eos into SubReadStream::eos.
fuzzie pointed out that in certain cases this resulted in a lot of eos calls
before. Those were rather needlessly, since checking the eos bit of the
decorated stream in read does not give any advantage over checking it when
the client code really wants to test the eos flag.
|
|
|
|
|
|
|
|
|
|
introduction has played
|
|
|
|
SceneManager::_sceneNumber
|
|
Note that this undoes the recent compilation fix for GCC, since it didn't work. For now, used an explicit void ** conversion as previously suggested.
|
|
|
|
|
|
|
|
|
|
Not all error codes comply with these yet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See https://github.com/scummvm/scummvm/pull/12 for more information.
|
|
I also renamed several objects and functions.
|
|
|
|
restarting game
|
|
This was intended to be used to simultaneously support the cheat mode dialog with all the inventory items. But that is going to need to be implemented as a completely separate dialog.
|
|
of Scene #1400
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|