Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | SCUMM HE: Compensate timers for pauses, fixes bug #6352 | Ben Castricum | |
2016-08-30 | SCUMM: Correct the raft position for PUTTZOO, fixes bug #6097 | Ben Castricum | |
2016-08-30 | SCUMM: Ignore SetOwnerOf call in specific case, fixes bug #6802 | Ben Castricum | |
2016-08-24 | ALL: Make simpleSaveNames() a MetaEngineFeature | Alexander Tkachev | |
Added it into hasFeature() of all engines which returned `true` in simpleSaveNames() before. As mentioned in #788, SCI is not always using simple names, so it doesn't have such feature now. | |||
2016-08-24 | ALL: Add MetaEngine::simpleSaveNames() | Alexander Tkachev | |
Engines with "simple" savenames would support "Run in background" in save/load dialog and gradual save slots unlocking. Other engines save/load feature would be locked until save sync is over. | |||
2016-08-09 | SCUMM: Add dutch airport demo | Ben Castricum | |
2016-07-19 | SCUMM: Use more portable rounding function | Eugene Sandulenko | |
2016-07-19 | SCUMM: Maniac V0: Implement 'simulator' for CPU lag (as the original engine ↵ | Robert Crossfield | |
occasionally ran at less than 60Hz). Fix call to 'getClosestPtOnBox', whcih was being passed X * V12_X_MULTIPLIER and Y * V12_Y_MULTIPLIER, but the box coordinates, where not | |||
2016-07-19 | SCUMM: Maniac V0: Implement original walkbox queue, Cleanup actor walk code | Robert Crossfield | |
2016-07-17 | SCUMM: Maniac V0: Clear the text area of the screen on fade out | Robert Crossfield | |
2016-07-03 | Merge pull request #772 from BenCastricum/bugfixes | Eugene Sandulenko | |
MISC: Bugfixes | |||
2016-07-02 | SCUMM: Add actor/object names to debug output | Ori Avtalion | |
2016-07-01 | SCUMM: reset ShakePos on loading, fixes one part of bug #7141 | Ben Castricum | |
2016-07-01 | SCUMM: Use exact strings in stringtable, fixes bug #6886 | Ben Castricum | |
Similar (fix) to bug #6739 | |||
2016-06-22 | SCUMM HE: Update sound flags and queue, for new settings. | Kirben | |
2016-06-22 | SCUMM HE: Document sound opcodes. | Kirben | |
2016-06-15 | SCUMM HE: Removed unneeded warning | Eugene Sandulenko | |
2016-06-15 | SCUMM HE: Fix Moonbase distortion codec | Eugene Sandulenko | |
2016-06-15 | SCUMM HE: Plugged Moonbase distortion in | Eugene Sandulenko | |
2016-06-15 | SCUMM HE: Silence GCC "suggest parentheses" warnings | Torbjörn Andersson | |
Thanks to sev for confirming that this is the intended expressions. | |||
2016-06-15 | SCUMM HE: Fix GCC warnings about casting away [const] qualifiers | Torbjörn Andersson | |
I hope this is correct. I don't know when the function is used. | |||
2016-06-14 | SCUMM HE: Simplify Moonbase distortion code | Eugene Sandulenko | |
2016-06-14 | SCUMM HE: Initial Moonbase distortion code | Eugene Sandulenko | |
2016-06-08 | SCUMM HE: Fix Moonbase delete vs delete[] Valgrind warning | Torbjörn Andersson | |
2016-06-08 | SCUMM HE: Remove not more needed debug output | Eugene Sandulenko | |
2016-06-07 | SCUMM HE: Fix crashes in Moonbase replay | Eugene Sandulenko | |
2016-06-07 | JANITORIAL: Fix warning spelling | Eugene Sandulenko | |
2016-06-06 | SCUMM HE: Fix Moonbase FOW positioning | Eugene Sandulenko | |
2016-06-06 | SCUMM HE: Fix Moonbase FOW initialization | Eugene Sandulenko | |
2016-06-04 | SCUMM HE: Fix Wiz images color checks as used by Moonbase | Eugene Sandulenko | |
2016-06-02 | SCUMM HE: Documented o100_getWizData() | Eugene Sandulenko | |
2016-05-31 | SCUMM HE: Initialize memory before usage | Eugene Sandulenko | |
2016-05-31 | SCUMM HE: Improved debug messages | Eugene Sandulenko | |
2016-05-30 | SCUMM HE: Fix int32 vs int | Eugene Sandulenko | |
2016-05-30 | SCUMM HE: Fixed initialization in Moonbase AI | Eugene Sandulenko | |
2016-05-30 | SCUMM HE: Fix object destruction | Eugene Sandulenko | |
2016-05-30 | SCUMM HE: Moonbase FOW rendering fixes | Eugene Sandulenko | |
2016-05-29 | SCUMM HE: Explicit type conversion | Eugene Sandulenko | |
2016-05-29 | SCUMM HE: Fix warning | Eugene Sandulenko | |
2016-05-26 | SCUMM HE: Moved global variables of Moonbase AI to the class | Eugene Sandulenko | |
2016-05-26 | SCUMM HE: Moved remnants of Moonabse to HE100 | Eugene Sandulenko | |
2016-05-26 | SCUMM HE: Moved Moonbase to ScummEngine_v100he | Eugene Sandulenko | |
2016-05-26 | SCUMM HE: Eliminated global _vm reference in Moonbase AI | Eugene Sandulenko | |
2016-05-26 | SCUMM HE: Wrapped Moonbase AI into a class | Eugene Sandulenko | |
2016-05-26 | SCUMM HE: Fixed SCUMM wrapper for nuking array in U32. | Eugene Sandulenko | |
This was leading to an out of bounds assert. | |||
2016-05-25 | SCUMM HE: Document more opcodes. | Kirben | |
2016-05-24 | SCUMM: Fix bug #3230 PAJAMA SAM 2: Background gfx glitch in intro. | Kirben | |