Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-05-07 | DREAMWEB: Add detection entry for another French/Spanish CD variant. | D G Turner | |
The MD5sums are taken from bug #3524362 "DREAMWEB: Problem with Spanish/French version". | |||
2012-05-07 | GUI: Fix bug with button pressed state | Oleksiy Kurochko | |
2012-05-06 | KYRA: fix bug No. X. from http://forums.scummvm.org/viewtopic.php?t=11487 | athrxx | |
(monsters not getting hit by fireball trap) | |||
2012-05-06 | KYRA: fix bug No. VI. from http://forums.scummvm.org/viewtopic.php?t=11487 | athrxx | |
(Vaelan's Cube should be able to remove illusionary walls) | |||
2012-05-06 | KYRA: fix bug No. IX. from http://forums.scummvm.org/viewtopic.php?t=11487 | athrxx | |
(experience points awarded after Knowles/Xeobs quest missing 1 point) | |||
2012-05-06 | TSAGE: Remove extra semicolons. | Torbjörn Andersson | |
2012-05-04 | GRAPHICS: Fix 32-bit DirectBits images | Matthew Hoops | |
2012-05-04 | DREAMWEB: Add character map for the Italian version. | Willem Jan Palenstijn | |
It is the same as the French version. This fixes bug #3523338. | |||
2012-05-03 | TINSEL: Add basic PSX SEQ playback support | Matthew Hoops | |
Instrument bank support is not implemented yet | |||
2012-05-03 | TINSEL: Capitalize 'demo' | Matthew Hoops | |
2012-05-03 | GRAPHICS: Remove unused function ftFloor26_6 in ttf.cpp. | Johannes Schickel | |
2012-05-03 | Merge pull request #213 from fuzzie/leak-fixes | Johannes Schickel | |
The pull request in question is "Memory leak fixes". | |||
2012-05-03 | DREAMWEB: Tag all detection entries as testing instead of unstable. | Johannes Schickel | |
2012-05-03 | GUI: Remove unecessary ";". | Johannes Schickel | |
2012-05-03 | CONFIGURE: Enable dreamweb and composer by default. | Johannes Schickel | |
2012-05-03 | GUI: Use pressed state in predictive dialog in keyboard mode. | Oleksiy Kurochko | |
This adds more visual feedback to the user. | |||
2012-05-03 | GUI: Implemented pressed state for buttons | Oleksiy Kurochko | |
2012-05-03 | NEWS: Mention all of the new games that have been announced | Filippos Karapetis | |
2012-05-03 | AGI: Proper handling of the cancel button when saving/loading | Filippos Karapetis | |
2012-05-02 | CREATE_PROJECT: Fix tool help output to reflect command line changes. | D G Turner | |
2012-04-30 | COMMON: Use the file cache in ZipArchive::listMembers for performance. | Johannes Schickel | |
This avoids a new iteration through the .zip file for every listMember call. Instead it uses the "_hash" HashMap, which already contains all the filenames and is filled on initializing the ZipArchive by unzOpen. | |||
2012-04-29 | SCI: Fix for bug #3522046 "Detection of SQ4CD as Windows breaks Music" | Filippos Karapetis | |
Fall back to the DOS soundtracks in Windows CD versions if the user picks a non-General MIDI music device, as the Windows tracks only contain MIDI music | |||
2012-04-29 | SCI: Add a hack to fix the cursor colors in Longbow (bug #3489101) | Filippos Karapetis | |
2012-04-29 | SCI: Add the French floppy version of SQ4 (bug #3515247) | Filippos Karapetis | |
2012-04-28 | AUDIO: Fix seeking in QuickTime files with multiple edit lists | Matthew Hoops | |
2012-04-28 | Merge pull request #234 from BenCastricum/master | Johannes Schickel | |
SCUMM: Fix bug #3493317 by removing assert() in detection algorithm. | |||
2012-04-28 | SCUMM: Fix bug #3493317 by removing assert() in detection algorithm. | Ben Castricum | |
Bug #3493317 ("SCUMM: Detecting Loom PCE without 16bpp support crashes") is caused by an assert() in detection algorithm. In case an MD5 is found the md5table, but the variant from the md5table is not found in detection_tables.h this assert triggers. However since certain variants can be left out compile-time this situation can occur. By ignoring instead of assert()-ing the entry ScummVM will no longer abort but continue the detection process. | |||
2012-04-27 | PS3: Fix build using lastest ps3toolchain | Bastien Bouclet | |