Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-23 | SCI32: Fix crash in Torin, chapter 4, catapult scene (via ScreenItem) | Filippos Karapetis | |
loopNo/celNo are set to unsigned integers in ScreenItem::setFromObject in SSCI, thus their value will be adjusted when it's negative, like in this case | |||
2016-08-23 | TITANIC: Implemented CLift class | Paul Gilbert | |
2016-08-23 | SCI32: Allow kListAt to reference an empty list | Filippos Karapetis | |
Happens in Torin when examining Di's locket in chapter 3 | |||
2016-08-23 | SCI32: Add a workaround for an uninitialized variable in Torin | Filippos Karapetis | |
2016-08-23 | SCI32: Explicitly abord kEachElementDo when a game is being loaded | Filippos Karapetis | |
This is a better check than the one in commit 3d1f1a3a21 | |||
2016-08-23 | SCI32: Update the SCI2/SCI2.1 games that use global 90 for speech/subs | Filippos Karapetis | |
2016-08-23 | SCI32: Fix restoring games from Torin's game restore dialog | Filippos Karapetis | |
The list in kListEachElementDo may be invalidated after a selector invocation | |||
2016-08-23 | SCI32: Also handle game checks for "torinsg.cat" in Torin | Filippos Karapetis | |
This shows the "Open..." button when continuing a game | |||
2016-08-23 | DIRECTOR: Split score.cpp file into classes | Eugene Sandulenko | |
2016-08-23 | DIRECTOR: Fix memory overwrite | Eugene Sandulenko | |
2016-08-23 | SCI32: Fix palette in SCI32 Mac games | Filippos Karapetis | |
2016-08-22 | TITANIC: Implemented more game classes | Paul Gilbert | |
2016-08-22 | TITANIC: Compilation fix | Paul Gilbert | |
2016-08-22 | TITANIC: Cleanup of engine references | Paul Gilbert | |
2016-08-22 | TITANIC: Implemented more game classes | Paul Gilbert | |
2016-08-23 | SCI: Fix compilation when SCI32 is not enabled | Filippos Karapetis | |
2016-08-23 | ADL: Add initial support for #0: Mission Asteroid | Walter van Niftrik | |
Based on a patch by fuzzie | |||
2016-08-22 | FULLPIPE: Inverse search mode behavior in MctlGraph::getHitNode | Retro-Junk | |
2016-08-22 | FULLPIPE: Fix always false condition check in MctlGraph::generateList | Retro-Junk | |
2016-08-22 | DIRECTOR: Lingo: Fix factory method execution | Eugene Sandulenko | |
2016-08-22 | DIRECTOR: Lingo: Fix no-args built-ins code generation | Eugene Sandulenko | |
2016-08-22 | DIRECTOR: Improvements to 1bpp image rendering | Eugene Sandulenko | |
2016-08-22 | SCI32: Document the games that use Robot videos | Filippos Karapetis | |
2016-08-22 | SCI32: Add a workaround for kDoSoundPlay for GK1 Mac | Filippos Karapetis | |
2016-08-22 | SCI32: Move the SCI32 Mac cursor handling code into GfxCursor32 | Filippos Karapetis | |
This was left in the SCI16 code in commit 80d9182554 | |||
2016-08-22 | SCI: Return the correct platform in kPlatform for Mac versions | Filippos Karapetis | |
2016-08-22 | SCI32: Add stubs for the kPlayVMDSetPreload and kPaletteSetGamma calls | Filippos Karapetis | |
These were introduced in SCI3, and are used by RAMA. We don't preload videos, so we don't really need kPlayVMDSetPreload, but kPaletteSetGamma may need an implementation. With these two stubs, the main menu of RAMA is working again | |||
2016-08-22 | SCI32: Reorder the SCI32 palette kernel call assignments | Filippos Karapetis | |
2016-08-22 | SCI32: Fix fallback detector for SCI32 games again | Filippos Karapetis | |
A regression from c4250c05d0 | |||
2016-08-22 | CREATE_PROJECT: Switch SDL backend to SDL2 by default | Filippos Karapetis | |
This adapts create_project with the changes in de04a68c06 | |||
2016-08-22 | WINTERMUTE: Fix compilation with MSVC | Filippos Karapetis | |
Change the way that EXTENDED_DEBUGGER_ENABLED is checked. The way it was used, it triggered a fatal error C1017 | |||
2016-08-22 | DIRECTOR: Lingo: Improved debug output | Eugene Sandulenko | |
2016-08-22 | DIRECTOR: Improvements to the BITD rendering | Eugene Sandulenko | |
2016-08-21 | TITANIC: Implemented CGondolierSlider class | Paul Gilbert | |
2016-08-21 | TITANIC: Implemented more game classes | Paul Gilbert | |
2016-08-21 | TITANIC: Implemented fan game classes | Paul Gilbert | |
2016-08-21 | DIRECTOR: RLE variant of 1bpp decoder. Better, but still not there | Eugene Sandulenko | |
2016-08-21 | TITANIC: Implemented CFanControl class | Paul Gilbert | |
2016-08-21 | TITANIC: Implemented more game classes | Paul Gilbert | |
2016-08-21 | DEVTOOLS: Add support for English 1.00.42 EXE to create_titanic | Paul Gilbert | |
2016-08-21 | ADL: Add "current picture" variable to state | Walter van Niftrik | |
This mimics the behavior of the original engine. Note that for hires2, this patch adds some glitches that are also present in the original, and removes some glitches that are not. | |||
2016-08-21 | ADL: Add support for 13-sector reading | Walter van Niftrik | |
2016-08-21 | DIRECTOR: Naive implementation for 1bpp image decoder. Not yet working | Eugene Sandulenko | |
2016-08-21 | DIRECTOR: Stub for 1bpp bitmap decoder | Eugene Sandulenko | |
2016-08-21 | DIRECTOR: Added image dumping at debug | Eugene Sandulenko | |
2016-08-21 | DIRECTOR: Lingo: Fix crash at the quit | Eugene Sandulenko | |
2016-08-20 | TITANIC: Fix opening empty resources from the DAT file | Paul Gilbert | |
2016-08-20 | DEVTOOLS: Add support for original 3CD executable to create_titanic | Paul Gilbert | |
2016-08-20 | WAGE: Fix warnings | Eugene Sandulenko | |
2016-08-20 | GCW0: Enforce to SDL1 | Eugene Sandulenko | |