Age | Commit message (Collapse) | Author |
|
View flags are mainly used by LB2. The flag in the LSL6 view seems to
be garbage, so we ignore it
|
|
This should fix bug #6717 - "SCI fallback detection assert failure"
|
|
|
|
|
|
Moved the creation of _midiMusic, _pcmMusic, _sound and _bmv from
the constructor to run(). It was reported on the forum that the
MT-32 emulator didn't work for Discworld, and I'm speculating that
this is because it was being initialized before the "extra path"
had been added to the search path.
It's likely that not all of these objects are needed for every
version of the game. Fixing that is left as an exercise for
someone more familiar with the different game versions than me.
|
|
|
|
|
|
|
|
|
|
This is also for bug #6608. Many thanks to wjp for his help with this
|
|
This is a more proper handling of non-alphanumeric characters (e.g.
apostrophes) in SCI games with a parser - bug #6608
|
|
The animation and text players are more or less common among all MADS
games
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Outpost Alpha
|
|
|
|
|
|
|
|
ringworld2_scenes1
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to waltervn for his help
|
|
|
|
|
|
The entry is valid, verified by waltervn
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
card effect
|
|
|
|
|
|
owning an interceptor card
|
|
|
|
|
|
|
|
|
|
|
|
The previous attempt in d32816c0 was broken because it failed
to realize that _pFileLock is only set for directories.
This patch also tries to clarify this by making the root node logic
explicit in isRootNode().
|