Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-09 | Merge pull request #490 from raziel-/patch-2 | Eugene Sandulenko | |
AMIGAOS: Add AmigaOS version format | |||
2014-08-09 | Merge pull request #489 from raziel-/patch-1 | Eugene Sandulenko | |
AMIGAOS: Stack cookie and no more AmigaOS version number | |||
2014-08-09 | Merge pull request #487 from clone2727/audio_fixes | Eugene Sandulenko | |
AUDIO: Miscellaneous AudioStream fixes | |||
2014-08-09 | Merge pull request #484 from wonst719/korean-work | Eugene Sandulenko | |
SCUMM: Improve non-Towns CJK text rendering | |||
2014-08-09 | AMIGAOS: Add AmigaOS version format | raziel- | |
AmigaOS features a "version" command which can read out version information if stored in a sepcific way. To get to that information it parses the exe for "$VER:" and prints out everything behind it. This adds such a version information to ScummVM so users on AmigaOS can read it out without the need to use "scummvm --version" | |||
2014-08-08 | AMIGAOS: Add a stack cookie | raziel- | |
Setting up a static stack to avoid crashes from a stack set too low. | |||
2014-08-08 | AMIGAOS: Cleanup of the AmigaOS version number | raziel- | |
2014-08-08 | AMIGAOS: Get rid of the OS version number | raziel- | |
"4" is the version of the OS. It will certainly change with future updates. | |||
2014-08-08 | SCI: Handle 's at the end of words - bug #6608 | Filippos Karapetis | |
2014-08-08 | SCI: Code formatting fixes | Filippos Karapetis | |
2014-08-08 | SCI: Fix wrong game features heuristic for Hoyle 1/2 - bug #6606 | Filippos Karapetis | |
Games with newer graphics functions can call kDrawPic with 4 or 8 parameters. Older games call it with 6 parameters. Fixes the about dialog in Hoyle 1 | |||
2014-08-08 | SCI: Extend hack to fix regression in GK1 | Filippos Karapetis | |
2014-08-08 | SCI: Add the French version of Phantasmagoria - bug #6574 | Filippos Karapetis | |
2014-08-08 | SCI: Show the address segment when trying to free hunks from an invalid | Filippos Karapetis | |
address | |||
2014-08-08 | SCI: Allow invalid references to kUnload() - bug #6600 | Filippos Karapetis | |
Since the reference will be invalidated anyway by kUnload itself, there's no real reason to check for its validity. We do the same with kGraph() and kDisplay(). | |||
2014-08-07 | COMMON: Fix crash when quitting on "Game data not found" dialog | Torbjörn Andersson | |
ScummVM would try to look up "confirm_exit" in the active domain, even though the active domain had been removed and pointed to an invalid address. To avoid this, try to keep _activeDomain and _activeDomainName updated if removeGameDomain() removes the active domain. For good measure, also do it if the active domain is removed by renameGameDomain(), though I don't know if there was any case where this would have caused trouble. | |||
2014-08-07 | COMMON: Minor whitespace fix. | Torbjörn Andersson | |
2014-08-07 | TEST: Remove odd test in rendermode tests. | Johannes Schickel | |
This specific test checked whether the pointer for two static strings have a different address. Since the specific strings checked had the same "value" string pooling optimizations will result in them to have the same address and thus make this test fail. Furthermore, the test seemed completely pointless, I simply dropped it now. | |||
2014-08-06 | TOON: Remove some dead code | Strangerke | |
2014-08-06 | MADS: Fix some more uninitialized variables | Strangerke | |
2014-08-06 | MADS: Rex - Fix some uninitialized variables in the menu | Strangerke | |
2014-08-06 | MADS: Avoid potential buffer overflows | Strangerke | |
2014-08-06 | ZVISION: Silence Cppcheck warnings about buffer overflow | Torbjörn Andersson | |
I don't know if it's the buffer sizes or the format strings that should be fixed, but increasing the buffer size seems like the safer thing to do in cases of doubt. | |||
2014-08-06 | SAGA: Fix OOB access in the Shorten decoder | Filippos Karapetis | |
The changes are based on the Java implementation of the Shorten decoder. This avoids all the out of bounds access (negative array indices), but it still doesn't fully fix the actual decoder | |||
2014-08-06 | SCI: Fix script bug #6692 - QFG3: Crash when speaking at the top of the ↵ | Filippos Karapetis | |
giant tree | |||
2014-08-06 | DETECTOR: Do not show the zero matched size for illegitimate copies | Filippos Karapetis | |
2014-08-06 | TOLTECS: Blacklist a pirated CD-RIP version (bug #6690) | Filippos Karapetis | |
This is a known pirated version, where all the audio has been removed. Thus, no support will be added for that version. | |||
2014-08-04 | Merge pull request #485 from Akz-/mp3-seeking-fix | Johannes Schickel | |
AUDIO: Increment total play time when decoding MP3 data. | |||
2014-08-03 | Fix non-MSVC build | wonst719 | |
2014-08-02 | Merge pull request #483 from lordhoto/scumm-sfx-fix | Johannes Schickel | |
SCUMM: Fix playback of digital sfx when speech is muted. | |||
2014-08-01 | AUDIO: Better handle endOfStream() vs endOfData() in SubSeekableAudioStream | Matthew Hoops | |
2014-08-01 | AUDIO: Better handle endOfStream() vs endOfData() in SubLoopingAudioStream | Matthew Hoops | |
2014-08-01 | AUDIO: Rename MP3Stream's _totalTime to _curTime to better reflect the ↵ | Joni Vähämäki | |
variable's purpose. | |||
2014-07-27 | AUDIO: Better handle endOfStream() vs endOfData() in LoopingAudioStream | Matthew Hoops | |
2014-07-27 | AUDIO: Fix endOfStream() for LimitingAudioStream | Matthew Hoops | |
2014-07-27 | AUDIO: Better handle endOfStream() vs endOfData() in QueuingAudioStreamImpl | Matthew Hoops | |
2014-07-27 | AUDIO: Fix QueuingAudioStreamImpl locking | Matthew Hoops | |
2014-07-27 | AUDIO: Finish off AAC/QDM2 queues when done decoding a packet | Matthew Hoops | |
2014-07-27 | MADS: Beginnings of exit advert view | Paul Gilbert | |
2014-07-27 | MADS: Fix invalid parameter in error call | Paul Gilbert | |
2014-07-27 | MADS: Beginnings of animation view class | Paul Gilbert | |
2014-07-27 | MADS: Beginnings of re-implementing text view class | Paul Gilbert | |
2014-07-27 | MADS: Silence GCC warning | Torbjörn Andersson | |
2014-07-27 | MADS: Main menu selections now working | Paul Gilbert | |
2014-07-27 | MADS: Menu item highlighting and selection animation now working | Paul Gilbert | |
2014-07-26 | MADS: Add support to event manager for intercepting events | Paul Gilbert | |
2014-07-26 | MADS: Cleanup of menu item positioning | Paul Gilbert | |
2014-07-26 | MADS: Menuitems now animating correctly for the main menu | Paul Gilbert | |
2014-07-26 | AUDIO: Increment total play time when decoding MP3 data. | Joni Vähämäki | |
2014-07-25 | MADS: Main menu background is now correctly loading | Paul Gilbert | |