Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-26 | SCI: Map another missing kFileIO call | Filippos Karapetis | |
This is used to change directories in the save/load dialog (unused by us) | |||
2012-05-26 | SCI: Implement kGetConfig and kGetSierraProfileInt | Filippos Karapetis | |
This fixes the sluggish game speed in Phantasmagoria (DOS/Windows) | |||
2012-05-26 | SCI: Add some missing game-specific options | Filippos Karapetis | |
2012-05-26 | SCI: Bugfix for kFileIOReadRaw | Filippos Karapetis | |
Avoid overwriting the target buffer with junk when no data has been read | |||
2012-05-24 | SCI: Map the rarely used VibrateMouse kernel function to be an empty call | Filippos Karapetis | |
This is a function used to implement vibration in the floppy version of QFG4 for exotic force feedback mice, such as the Logitech Cyberman | |||
2012-05-22 | DREAMWEB: Increased debugging output from sound related code. | D G Turner | |
This code is intended as temporary debugging code to aid investigation of bug #3528164 - "DREAMWEB: missing sound effects/music cues during main title" and can be removed once this bug is fixed. | |||
2012-05-22 | SCI: Fix the detection of the NRS patch for QFG3 | Filippos Karapetis | |
2012-05-22 | SCI: Add a workaround for a hack used in the NRS script patches for QFG3 | Filippos Karapetis | |
The patched script 33 in the NRS patch attempts to perform kAbs() on an object. Return a dummy value instead. Fixes bugs #3528416 and #3528542 | |||
2012-05-21 | AUDIO: Fix seeking to the end of a QuickTime audio track | Matthew Hoops | |
2012-05-21 | COMMON: Skip junk found at the end of QuickTime files | Matthew Hoops | |
Can occur in files and is ignored by QuickTime | |||
2012-05-21 | DREAMWEB: Fix bug #3528160 - "DREAMWEB: graphical glitch on UKV CD version ↵ | Filippos Karapetis | |
loading screen" | |||
2012-05-21 | SCI: Silence unused variable warnings | Matthew Hoops | |
2012-05-21 | SCI: Properly alphabetize the SCI32 objects | Matthew Hoops | |
2012-05-21 | SCI: Added two new debug commands, plane_list and plane_items | Filippos Karapetis | |
These can be used to debug drawn items in SCI32 | |||
2012-05-20 | I18N: Update translations file from source code | Thierry Crozat | |
2012-05-20 | SCI: Fix case of the SciOpcodes enum | Filippos Karapetis | |
2012-05-20 | CREATE_PROJECT: Disable edit and continue in the scummvm project | Filippos Karapetis | |
Edit and continue is not compatible with the coroutine code. Previously, it was disabled in the tinsel project only, but now that the coroutine code has been moved into common, we need to disable edit and continue in the scummvm project instead | |||
2012-05-20 | SCI: Remove the hackish (and wrong) SCI32 fade code | Filippos Karapetis | |
2012-05-20 | SAGA: Fix bug #3528338 - "ITE: Subtitles always shown in introduction" | Filippos Karapetis | |
2012-05-20 | SCI: Split the SCI32 graphics kernel functions in a separate file | Filippos Karapetis | |
2012-05-20 | SCI: Change sci_opcodes to CamelCase | Filippos Karapetis | |
2012-05-20 | SCI: Add another workaround for the map scene in TMM | Filippos Karapetis | |
Thanks to TMM for details on reproducing this | |||
2012-05-18 | DREAMWEB: Modify detection entries to allow for early UK CD Release. | D G Turner | |
As this version has identical dreamweb.r00 and r02 files to the international floppy release, have added the executable to clarify between the two versions. Fixes bug #3526483 - "DREAMWEB: No speech playing in CD version" | |||
2012-05-17 | COMMON: Converted Coro context structure definitions to instead use classes. | Paul Gilbert | |
This fixes a known problem with class variables declared in a method's context definition were not having their destructors called. | |||
2012-05-17 | COMMON: Fix compilation of coroutines code when COROUTINE_DEBUG is defined | Paul Gilbert | |
2012-05-17 | TINSEL: Fix compiler warning | Paul Gilbert | |
2012-05-17 | COMMON: Improved waiting processes to store what PIDs they're waiting for | Paul Gilbert | |
This is then used in PulseEvent to only execute processes that are specifically waiting on the given PID, rather than all waiting events. | |||
2012-05-17 | CREATE_PROJECT: Updated MSVC scummvm.vcproj generation to handle coroutine ↵ | Paul Gilbert | |
compilation properly | |||
2012-05-17 | TINSEL: Refactored Tinsel engine to use the Common coroutine scheduler | Paul Gilbert | |
2012-05-17 | COMMON: Moved the Tinsel Coroutine code into it's own Common class | Paul Gilbert | |
2012-05-15 | Merge pull request #238 from jonathangray/sndio_midi | Johannes Schickel | |
MIDI: add sndio midi backend | |||
2012-05-15 | MIDI: add sndio midi backend | Jonathan Gray | |
New sndio MIDI backend for OpenBSD written by Alexandre Ratchov. Tested with an external MT-32 and fluidsynth. | |||
2012-05-15 | SCI: Resolve some resource related FIXMEs | Filippos Karapetis | |
These were introduced in 4f6d42d. The odd comment dates back to FreeSCI, as far as our history goes, and seems to be a leftover from an old refactoring during FreeSCI's history | |||
2012-05-14 | NEWS: Add GUI-related items. | Eugene Sandulenko | |
2012-05-14 | CRUISE: Add italian language strings | Fabio Battaglia | |
Add italian menu strings, taken from Italian Amiga version | |||
2012-05-14 | CRUISE: Correct Italian detection entry | Fabio Battaglia | |
Actually mark Amiga italian detection entry as Italian | |||
2012-05-14 | CRUISE: Add detection entry for Amiga Italian ver | Fabio Battaglia | |
2012-05-14 | GRAPHICS: Hide the WinCursor implementation | Matthew Hoops | |
2012-05-14 | GRAPHICS: Add palette start index and color count functions to ImageDecoder | Matthew Hoops | |
2012-05-14 | SCI: kMakeSaveFileName is actually using virtual savegame IDs | Filippos Karapetis | |
2012-05-14 | SCI: Implement savegame deletion functionality in SCI32 | Filippos Karapetis | |
This is based on two kernel functions, kMakeSaveCatName and kMakeSaveFileName | |||
2012-05-14 | SCI: Check for object visibility, if an object defines it | Filippos Karapetis | |
Fixes the inventory in GK1 | |||
2012-05-13 | SCI: Add a few FIXMEs | Willem Jan Palenstijn | |
2012-05-12 | VIDEO: Make seekToTime() take a const Timestamp reference | Matthew Hoops | |
2012-05-12 | VIDEO: Change getElapsedTime() into getTime() | Matthew Hoops | |
This name change accompanies a slight meaning change; now it means the current time position from the beginning of the video and not from starting the video. | |||
2012-05-12 | VIDEO: Update seekToTime() comments to require subframe accuracy now | Matthew Hoops | |
2012-05-11 | SCI: Fix bug #3040625 - "SCI: ECOQUEST French/German: Speech balloon graphic ↵ | Filippos Karapetis | |
glitch" This bug is caused by the fact that the sprites in that scene and the speech bubble share the same priority, so we compensate for that with a workaround | |||
2012-05-10 | DREAMWEB: Fix crash when entering short console password | Willem Jan Palenstijn | |
_inputLine is not a string, so it shouldn't be cast to Common::String. This fixes bug #3525602. | |||
2012-05-08 | DREAMWEB: Fix Speech Directory Name for SP/FR CD Variant. | D G Turner | |
This should fix the remaining issues on bug #3524362 "DREAMWEB: Problem with Spanish/French version". | |||
2012-05-08 | DREAMWEB: Add _speechDirName to remove duplication of Directory name. | D G Turner | |