Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
The file has actually been moved to a different place, but it does not
contain any translatable string. This fix an issue that prevented the
scummvm.pot template file to be updated.
|
|
|
|
Unofficial builds using MSVC in release mode will benefit from having a revision number available
|
|
So they're used again if a port overwrites _port_mk
|
|
|
|
|
|
Minor correction to use integer value, rather than boolean.
|
|
This fixes bug #3289799.
|
|
|
|
|
|
|
|
|
|
|
|
Display the names of the plugins being loaded, and display amount
of free memory while doing so. This should make it easier to spot
the case that too many engine plugins have been placed on the boot
medium.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|