Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-13 | TITANIC: Fix getting NPC animation name lists | Paul Gilbert | |
2016-10-14 | BLADERUNNER: Fix compilation with plugins enabled | Eugene Sandulenko | |
2016-10-13 | Merge pull request #836 from peterkohaut/bladerunner | Eugene Sandulenko | |
BLADERUNNER: added basic support for blade runner game | |||
2016-10-13 | TESTBED: Add test for kFeatureFilteringMode | Thierry Crozat | |
2016-10-13 | GUI: Add checkbox and config option to enable/disable graphics filtering | Thierry Crozat | |
2016-10-12 | TESTBED: Fix fullscreen test | Thierry Crozat | |
The test was always failing when starting from the fullscreen state. | |||
2016-10-12 | BLADERUNNER: added picking up of items | Peter Kohaut | |
and some formatting | |||
2016-10-12 | SCI: Add modified workaround for Simbani bridge room for GOG | Willem Jan Palenstijn | |
The GOG version comes with a fan patch that uses rm470::name to store a timer to rate-limit rm470::doit. This breaks the workaround detection since that uses the name field. | |||
2016-10-12 | AGI: Make TIME_DELAY 0 to set the game to 40 fps | Martin Kiewitz | |
Original AGI TIME_DELAY 0 made the game run as fast as possible. We didn't go that far, but it still seems to run too fast. This should hopefully fix that. See bug #9607 | |||
2016-10-12 | FULLPIPE: Fix animation lock-up | Retro-Junk | |
2016-10-11 | SCI32: Fix garbage collection of objects stored in IntArrays | Colin Snover | |
2016-10-11 | DM: Fix isSquareACorridorTeleporterPitOrDoor for the demo, set version of ↵ | Strangerke | |
demo to 2.0 | |||
2016-10-11 | DM: Handle demo dungeon file | Strangerke | |
2016-10-10 | SCI32: Reset active hot rect index when changing hot rects | Colin Snover | |
2016-10-10 | SCI32: Check for existence of visiblePlane before dereferencing | Colin Snover | |
CID 1351620. | |||
2016-10-10 | CHEWY: Create a scene class | Filippos Karapetis | |
2016-10-10 | CHEWY: Remove duplicate table | Filippos Karapetis | |
2016-10-10 | CHEWY: Move cursor related functions into a separate file | Filippos Karapetis | |
2016-10-10 | CHEWY: Add support for palette fadeout to videos | Filippos Karapetis | |
2016-10-10 | CHEWY: Fix typo | Filippos Karapetis | |
2016-10-09 | DM: Add detection for an amiga demo version | Strangerke | |
2016-10-09 | DM: Remove useless variable | Strangerke | |
2016-10-09 | CHEWY: Initial work on converting TMF music data back to MOD data | Filippos Karapetis | |
This way, we can use our regular Protracker MOD player | |||
2016-10-09 | CHEWY: Move all sound functions into sound.* | Filippos Karapetis | |
2016-10-09 | CHEWY: Use atds.tap for detection | Filippos Karapetis | |
Now that a lot of the game's resources have been figured out, it turns out that using comic.tgp was a bad idea, as it's the same in both the English and German versions. atds.tap contains all of the game's texts, so it is probably the best candidate for detection | |||
2016-10-09 | CHEWY: Pass the text parameter of getLine() by reference | Filippos Karapetis | |
Saves an unneeded copy | |||
2016-10-09 | SCI: Fix crash when attempting to view invalid list, array, bitmap references | Colin Snover | |
2016-10-09 | BLADERUNNER: fixed some compilation warnings | Peter Kohaut | |
2016-10-09 | SCI32: Allow 'focused' variable to break out of the event loop | Colin Snover | |
2016-10-09 | SCI: Fix memory leak | Colin Snover | |
2016-10-09 | SCI32: Clarify some identifiers | Colin Snover | |
transparentColor -> skipColor displace -> origin scaledWidth -> xResolution scaledHeight -> yResolution | |||
2016-10-09 | SCI32: Change storage type of int16 arrays to hold reg_ts instead | Colin Snover | |
Memory references and integers in SSCI are both 16-bit numbers, so game scripts frequently (incorrectly) use an IntArray instead of an IDArray for holding references. Since references in ScummVM are 32-bit reg_ts, IntArray entries must be large enough to hold reg_ts in order to be compatible with game scripts that store references in integer arrays. The alternative solution is to find and patch all incorrect use of IntArray across all games. This is possible, but a bit risky from a save game stability perspective, since incorrect IntArray usage is sometimes not apparent until well after the array is instantiated (like GK1's global interview array). This change invalidates existing SCI32 save games. | |||
2016-10-09 | SCUMM: Fix crash on exit in FT demo | Eugene Sandulenko | |
2016-10-09 | JANITORIAL: Remove trailing spaces | Eugene Sandulenko | |
2016-10-09 | BLADERUNNER: fixed speed of pickup effect | Peter Kohaut | |
formating, small fixes | |||
2016-10-09 | BLADERUNNER: Fix compilation | Eugene Sandulenko | |
2016-10-08 | SCI: Release SCI music mutex earlier in reconstructPlayList | Willem Jan Palenstijn | |
This avoids a deadlock where the main thread (via reconstructPlayList) tries to acquire the mixer lock (in soundPlay) while holding the SCI music lock, and the audio thread is holding the mixer lock and tries to acquire the SCI music lock (in miditimerCallback). Bug #6691. | |||
2016-10-08 | BLADERUNNER: added item pickup effect | Peter Kohaut | |
also added support for rendering items on screen (not in the world) pickup effect can be tested in debug compilation by clicking on any object (not item, but object like, hydrant, or doors) in first scene | |||
2016-10-07 | TITANIC: Fix transparency handling of Doorbot and Photograph | Paul Gilbert | |
2016-10-07 | GRAPHICS: Search for font substitution for MacFonts | Eugene Sandulenko | |
2016-10-07 | MOHAWK: Enable Myst for the release | Eugene Sandulenko | |
2016-10-07 | WINTERMUTE: Enable supported games for the release | Eugene Sandulenko | |
2016-10-07 | GNAP: Enable engine for the release | Eugene Sandulenko | |
2016-10-07 | ADL: Enable hires0-3 for the release | Eugene Sandulenko | |
2016-10-07 | CHEWY: Fix undefined behavior | Filippos Karapetis | |
2016-10-07 | CHEWY: Properly dispose audio streams after use | Filippos Karapetis | |
2016-10-06 | TITANIC: Cleanup usages of CTransparencySurface | Paul Gilbert | |
2016-10-06 | TITANIC: Fix videos playing vertically flipped | Paul Gilbert | |
2016-10-07 | CHEWY: Const correctness | Filippos Karapetis | |
2016-10-07 | CHEWY: Use new instead of malloc() in the CFO video decoder | Filippos Karapetis | |
Thanks to wjp for noticing this |