Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-30 | HE: Replacing some Logic stubs with Net stubs | Alexander Tkachev | |
Slowly moving kludge switch case contents into ScummVM Logic methods and thus adding more Net stubs. | |||
2016-08-30 | HE: Add getStringFromArray() | Alexander Tkachev | |
It's ARRAY_GetStringFromArray(), which was used in Moonbase networking code as SPUTM_CStringArrayFromScummString(). | |||
2016-08-30 | HE: Add net_defines.h and a few stubs updates | Alexander Tkachev | |
SPUTM_CStringArrayFromScummString is still has to be implemented to finish those stubs. Net now has joinGame() and hostGame(), which are not implemented yet. | |||
2016-08-30 | HE: Add Moonbase logic ops stubs | Alexander Tkachev | |
Most of them return int, yet there are a few which don't return anything. Stubs print a warning and return 1 (or nothing). | |||
2016-08-30 | HE: Add Moonbase Net dummy | Alexander Tkachev | |
2016-08-30 | FULLPIPE: Fix jumping on Map | Eugene Sandulenko | |
2016-08-30 | DIRECTOR: Lingo: Fix warning. Thanks to wjp. | Eugene Sandulenko | |
2016-08-30 | SCI: Add missing parentheses to SIG/PATCH macros | Willem Jan Palenstijn | |
2016-08-30 | DIRECTOR: Lingo: Documented when..then statements | Eugene Sandulenko | |
2016-08-30 | DIRECTOR: Fix scanned archive names | Eugene Sandulenko | |
2016-08-30 | DIRECTOR: Fix another crash on quit | Eugene Sandulenko | |
2016-08-30 | Merge pull request #788 from Tkachov/cloud | Eugene Sandulenko | |
ALL: Add Cloud storage support | |||
2016-08-30 | DIRECTOR: Fix class initialization | Eugene Sandulenko | |
2016-08-30 | DIRECTOR: Fixed shared cast loading | Eugene Sandulenko | |
2016-08-30 | DIRECTOR: Fix archive scanning at the start | Eugene Sandulenko | |
2016-08-29 | TITANIC: Remove CTrueTalkManager update2 method | Paul Gilbert | |
The original was actually the update method for an audio buffer list. This is thus unneeded in ScummVM, which automatically handles sound updates | |||
2016-08-29 | TITANIC: Properly initialize data array in CSurfaceFader | Paul Gilbert | |
2016-08-29 | TITANIC: Preliminary implementation for CVideoSurface movieBlitRect | Paul Gilbert | |
2016-08-29 | TITANIC: Remove redundant CFilesManager::fn4 | Paul Gilbert | |
It looks like the original method scanned subfolders for the file, and prefixed on the found path. We don't need this for ScummVM | |||
2016-08-29 | TITANIC: Further code cleanup, identified game mode 5 | Paul Gilbert | |
2016-08-29 | TITANIC: Remove unused CChevSwitch class | Paul Gilbert | |
2016-08-29 | TITANIC: Clarify CMouseCursor saveState as setPosition | Paul Gilbert | |
2016-08-29 | TITANIC: Fix compiler warnings | Paul Gilbert | |
2016-08-29 | TITANIC: Implement variant font writing used by credits | Paul Gilbert | |
2016-08-29 | FULLPIPE: Fix arithmetics in MovGraph::putToLink | Retro-Junk | |
2016-08-29 | FULLPIPE: Fix few bugs in Map code | Eugene Sandulenko | |
2016-08-29 | FULLPIPE: More signed reads | Eugene Sandulenko | |
2016-08-29 | FULLPIPE: Read signed values where potentially negative values could appear | Eugene Sandulenko | |
2016-08-29 | FULLPIPE: Hid noisy pointless warning | Eugene Sandulenko | |
2016-08-29 | ADL: Merge hires?.h files into the cpp files | Walter van Niftrik | |
2016-08-29 | FULLPIPE: Fix parent variable overwrite in MctlLadder::initMovement | Retro-Junk | |
2016-08-29 | DIRECTOR: Generic way of loading Shared Casts | Eugene Sandulenko | |
2016-08-29 | DIRECTOR: Fix cast scanning | Eugene Sandulenko | |
2016-08-29 | DIRECTOR: Put all archive parsing methods into archive.cpp | Eugene Sandulenko | |
2016-08-29 | DIRECTOR: Refactor Archive creation | Eugene Sandulenko | |
2016-08-29 | FULLPIPE: Fix condition check in StaticANIObject::update | Retro-Junk | |
2016-08-29 | FULLPIPE: Scene04: Stop the Jar from levitating | Retro-Junk | |
2016-08-29 | ADL: Move all hires4 code into Atari-specific class | Walter van Niftrik | |
2016-08-29 | ADL: Fix hires4 disk swapping | Walter van Niftrik | |
2016-08-29 | TITANIC: Remove redundant code | Paul Gilbert | |
2016-08-29 | DIRECTOR: Started code on enlisting all movie files | Eugene Sandulenko | |
2016-08-29 | FULLPIPE: Initialize struct at construction. | Eugene Sandulenko | |
Thanks to eriktorbjorn for valgrind logs. | |||
2016-08-29 | FULLPIPE: Improved Behavior debugging | Eugene Sandulenko | |
2016-08-29 | FULLPIPE: Remove obsolete warning | Eugene Sandulenko | |
2016-08-29 | TITANIC: Finished CCreditText draw method | Paul Gilbert | |
2016-08-28 | TITANIC: Add positioning logic to credit text drawing | Paul Gilbert | |
2016-08-28 | SCI32: Fix rendering of non-ASCII characters | Colin Snover | |
2016-08-28 | TITANIC: Fix warnings in CCreditText | Paul Gilbert | |
2016-08-28 | TITANIC: Implement display of initial copyright screen | Paul Gilbert | |
I've left it disabled for now, whilst the engine is still being worked on | |||
2016-08-28 | TITANIC: Fix infinite loop in CToggleSwitch message handling | Paul Gilbert | |