Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-21 | MOHAWK: Minor cleanup and consistency fixes | Matthew Hoops | |
2011-03-21 | MOHAWK: Implement the prison viewer | Matthew Hoops | |
2011-03-21 | MOHAWK: Add a getDuration() function to the VideoManager | Matthew Hoops | |
2011-03-21 | MOHAWK: Implement the hardcoded Catherine idle videos | Matthew Hoops | |
2011-03-21 | MOHAWK: Add workaround for loading the bytramtime variable | Matthew Hoops | |
2011-03-21 | MOHAWK: Don't error out when the ReturnStackID cannot be converted | Matthew Hoops | |
2011-03-21 | SWORD25: Reduce code duplication; formatting | Max Horn | |
2011-03-21 | HUGO: Replace Utils::Box by Utils::notifyBox + Common::String::format | Max Horn | |
2011-03-21 | HUGO: Split Utils::Box -> new funcs Utils::yesNoBox and Utils::promptBox | Max Horn | |
This also fixes a bug in the kBoxPrompt code (it returned a pointer to the content of a temporary string object). | |||
2011-03-20 | MOHAWK: Implement the Ytram trap | Matthew Hoops | |
2011-03-20 | TUCKER: add missing code for kSupportsLoadingDuringStartup | Gregory Montoir | |
2011-03-20 | SCI: Moved the engine hunk pointer processing code inside the GfxPorts class | md5 | |
This allows us make _windowList private again | |||
2011-03-20 | SCI: Added a new console command "window_list" or "wl" | md5 | |
This can be used to see a list of the currently open windows. Also, added a sanity check for the "al" command and performed some minor cleanup | |||
2011-03-20 | SCI: Removed forward references to obsolete classes | md5 | |
2011-03-20 | QUEEN: Fix the journal's music volume slider | dhewg | |
Another regression from b5af1568 | |||
2011-03-20 | QUEEN: Reenable speech per default | dhewg | |
Regression (typo) from b5af1568 | |||
2011-03-20 | GOB: Add another US version of Urban Runner | Sven Hesse | |
As supplied by Collector9 in bug report #3228040 | |||
2011-03-20 | GOB: Fix Urban Runner fallback feature flags | Sven Hesse | |
2011-03-20 | SCI: Added a new console command, "animate_list" or "al" | md5 | |
This shows the current animation list, along with object properties, positions and the scripts they belong to | |||
2011-03-20 | SCI: Disabled the BTTR entry for LSL1 Amiga | md5 | |
This version it contains a broken resource.002 file inside disk 3, which contains a large chunk of zeros and several broken resources (e.g. pic 250 and views 250 and 251). | |||
2011-03-19 | MOHAWK: Removed now unused Myst Variables Storage Class. | D G Turner | |
2011-03-19 | SWORD25: Fix MSVC Compilation. | D G Turner | |
2011-03-19 | ENGINES: Mute kPlainSoundType in Engine::syncSoundSettings() | dhewg | |
The "Mute all" option rarely muted all audio streams, since we have this abomination called kPlainSoundType (and there is no volume slider for this type). Both, not-really-muting, and adding yet another slider is a horrible user experience imho - especially on handheld ports. So mute this sound in the default implementation, and unmute it to the maximum volume. When an engines has a volume level settings for sounds it plays with this type, it should overwrite said member and set it there. | |||
2011-03-19 | TUCKER: Get rid of syncSoundSettings() | dhewg | |
And respect global mute settings | |||
2011-03-19 | TOUCHE: Cleanup syncSoundSettings() | dhewg | |
And respect global mute settings | |||
2011-03-19 | SWORD25: Init volume levels on startup | dhewg | |
2011-03-19 | SWORD2: Cleanup syncSoundSettings() | dhewg | |
2011-03-19 | SWORD1: Cleanup syncSoundSettings() | dhewg | |
2011-03-19 | SKY: Cleanup volume levels initialization | dhewg | |
2011-03-19 | SCUMM: Cleanup syncSoundSettings() | dhewg | |
2011-03-19 | SAGA: Cleanup syncSoundSettings() | dhewg | |
And respect global mute settings | |||
2011-03-19 | QUEEN: Init volume levels on startup | dhewg | |
And cleanup syncSoundSettings() Also, respect global mute settings | |||
2011-03-19 | PARALLACTION: Init volume levels on startup | dhewg | |
2011-03-19 | MOHAWK: Cleanup volume levels initialization | dhewg | |
2011-03-19 | MADE: Cleanup syncSoundSettings() | dhewg | |
And respect global mute settings | |||
2011-03-19 | M4: Init volume levels on startup | dhewg | |
2011-03-19 | LURE: Init volume levels on startup | dhewg | |
And set global volume levels | |||
2011-03-19 | LASTEXPRESS: Init volume levels on startup | dhewg | |
2011-03-19 | HUGO: Init volume levels on startup | dhewg | |
2011-03-19 | GROOVIE: Set global volume levels | dhewg | |
2011-03-19 | GOB: Init volume levels on startup | dhewg | |
2011-03-19 | DRASACULA: Init volume levels on startup | dhewg | |
2011-03-19 | DRACI: Respect global mute settings | dhewg | |
2011-03-19 | DRACI: Init volume levels on startup | dhewg | |
2011-03-19 | CRUISE: Cleanup syncSoundSettings() | dhewg | |
And init volume levels on startup | |||
2011-03-19 | CINE: Init volume levels on startup | dhewg | |
Add syncSoundSettings() to set the volume for kPlainSoundType and respect the global mute setting | |||
2011-03-19 | AGOS: Cleanup syncSoundSettings() | dhewg | |
2011-03-19 | PREAGI: Cleanup volume levels initialization | dhewg | |
2011-03-19 | ALL: s/PI/M_PI/ | dhewg | |
Tip of the day: git grep -w PI | |||
2011-03-19 | SCUMM: Changed usage of PI to M_PI (normally defined in math.h) | md5 | |