Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-22 | CREDITS: Add credits for Swedish translation | Thierry Crozat | |
2011-03-22 | I18N: Regenerate translation data file | Thierry Crozat | |
2011-03-22 | I18N: Update translations files from template | Thierry Crozat | |
2011-03-22 | I18N: Update translation template from source code | Thierry Crozat | |
2011-03-22 | I18N: Change language name from Swedish to Svenska | Thierry Crozat | |
2011-03-22 | I18N: Add Swedish translation from path #3232066 | Thierry Crozat | |
2011-03-22 | LASTEXPRESS: Fix sound timer to only run every 17 milliseconds | Littleboy | |
2011-03-22 | ANDROID: Fix timer frequency to match SDL | dhewg | |
2011-03-22 | TIMER: Cleanup | dhewg | |
2011-03-22 | AUDIO: Cleanup | dhewg | |
Is it just me or is overwriting-but-not-marking-as-virtual irritating? | |||
2011-03-22 | MOHAWK: Ignore other 'time' variables when loading saves too | Matthew Hoops | |
2011-03-22 | MOHAWK: Implement xrwindowsetup | Matthew Hoops | |
2011-03-22 | CONFIGURE: Apply patch #3193021 (AMIGAOS4: Typo in configure) | Jordi Vilalta Prat | |
2011-03-22 | Merge branch 'master' of https://github.com/scummvm/scummvm | athrxx | |
2011-03-22 | SCUMM FM-TOWNS: cleanup (thx LordHoto) | athrxx | |
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 | VIDEO: Add a getDuration() function to SeekableVideoDecoder | Matthew Hoops | |
This function returns the total duration of the video | |||
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-21 | OPENGL: Fix mouse cursor position in Normal mode when AR is enabled. | Johannes Schickel | |
2011-03-20 | MOHAWK: Implement the Ytram trap | Matthew Hoops | |
2011-03-20 | TUCKER: add missing code for kSupportsLoadingDuringStartup | Gregory Montoir | |
2011-03-20 | NEWS: mention Tucker fixes | Gregory Montoir | |
2011-03-20 | OPENGL: Get rid of unused switchDisplayMode. | Johannes Schickel | |
2011-03-20 | OPENGL: Handle aspect ratio correction as flag instead of having a special ↵ | Johannes Schickel | |
mode for it. This partly fixes the OpenGL mode mess, but now OpenGL Normal and OpenGL Conserve will feature the same semantics when aspect ratio correction is enabled... That is still something to solve. | |||
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 | ANDROID: Trust ASCII kbd codes on unknown keys | dhewg | |
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 | CONFIGURE: Fix PS2 compilation | dhewg | |
newlib system include files suppress M_* defines under __STRICT_ANSI__ | |||
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-20 | NEWS: Added some updates on SCI, and clarified some SCI related news items | md5 | |
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 | NEWS: Mention recent Android related changes | dhewg | |
2011-03-19 | ANDROID: Add port specific README | dhewg | |
First version, just describing the controls and related hacks | |||
2011-03-19 | NEWS: Consistency | dhewg | |
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 |