Age | Commit message (Collapse) | Author |
|
|
|
|
|
And respect global mute settings
|
|
|
|
And set global volume levels
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And init volume levels on startup
|
|
Add syncSoundSettings() to set the volume for kPlainSoundType and
respect the global mute setting
|
|
|
|
|
|
Tip of the day: git grep -w PI
|
|
|
|
|
|
|
|
|
|
|
|
As supplied by "Alex" on my Gobsmacked blog:
<http://drmccoy.de/gobsmacked/?p=407&cpage=1#comment-2070>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This silences the warnings and a basic playtest has shown no issues.
|
|
|
|
|
|
|
|
|
|
Especially not refreshing pictures when viewing
inventory items and corrupted last line of the screen.
|
|
If an object defines more variables than its base class, some method
selectors may be hidden. This code tries to enumerate the affected
selectors. It may be useful for mass-scanning objects using
'find_callk Dummy'.
It's disabled by default currently since it does things to partially
uninitialized objects that I can't guarantee are 100% safe at this
point.
|
|
Create a custom segment manager within find_callk, so that the game's
segment manager won't be affected by loading and unloading scripts in there
|
|
|
|
|
|
|
|
Also, fix the kernel signature for kFormat to require two parameters
|
|
|
|
|
|
Thanks to waltervn for his work and help on this
|
|
|
|
|
|
|
|
This makes the workaround for the hang in the Colonel's Bequest
shower scene (bug #3122075) unnecessary.
|