Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-11 | ADL: Unify inventory opcodes | Walter van Niftrik | |
2016-12-11 | ADL: Load hires5 dropped item coords | Walter van Niftrik | |
2016-12-11 | ADL: Fix warning | Walter van Niftrik | |
2016-12-11 | ADL: Load hires5 data | Walter van Niftrik | |
2016-12-11 | ADL: Add skeleton base class for hires5 | Walter van Niftrik | |
2016-12-09 | ADL: Support wrapped sectors in NIB files. | Alyssa Milburn | |
2016-11-13 | ADL: Add skeleton for hires5 | Walter van Niftrik | |
2016-11-10 | ADL: Wait for key in quit opcode | Walter van Niftrik | |
This fixes the hires2 ending issue reported in #9575. | |||
2016-11-10 | ADL: Use a quit flag instead of calling quitGame() | Walter van Niftrik | |
This makes the game quit promptly instead of waiting for the quit event to come through the pipeline. | |||
2016-11-06 | ADL: Fix warnings | Walter van Niftrik | |
2016-11-06 | ADL - Fix overflow causing infinite loop in word-wrapping (bug #9628) | Torbjörn Andersson | |
When the text to word-wrap was longer than 255 characters, the 'pos' and 'endPos' counters would overflow, causing it to never reach the end of the string to word-wrap. | |||
2016-10-09 | JANITORIAL: Remove trailing spaces | Eugene Sandulenko | |
2016-10-07 | ADL: Enable hires0-3 for the release | Eugene Sandulenko | |
2016-09-17 | ADL: Fix detection entry for hires4-atari8 (#9561) | Walter van Niftrik | |
2016-09-16 | ADL: Fix curPicture OB1 bug when restoring | Walter van Niftrik | |
This is a regression introduced in df838f5. Fixes #9560. | |||
2016-09-15 | ADL: Add md5sum for hires4-atari disk side 1B | Walter van Niftrik | |
2016-09-03 | JANITORIAL: Fix include statements | Eugene Sandulenko | |
2016-08-30 | Merge pull request #788 from Tkachov/cloud | Eugene Sandulenko | |
ALL: Add Cloud storage support | |||
2016-08-29 | ADL: Merge hires?.h files into the cpp files | Walter van Niftrik | |
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-28 | ADL: Change some SeekableReadStream to ReadStream | Walter van Niftrik | |
2016-08-28 | ADL: Load more hires4 strings | Walter van Niftrik | |
2016-08-28 | ADL: Load hires4 dropped-item offsets | Walter van Niftrik | |
2016-08-28 | ADL: Load hires4 commands and item pictures | Walter van Niftrik | |
2016-08-28 | ADL: Fix item description in debug output | Walter van Niftrik | |
2016-08-28 | ADL: Load hires4 global pictures | Walter van Niftrik | |
2016-08-28 | ADL: Load hires4 messages | Walter van Niftrik | |
2016-08-28 | ADL: Load hires4 rooms | Walter van Niftrik | |
2016-08-28 | ADL: Load hires4 verbs, nouns and items | Walter van Niftrik | |
2016-08-28 | ADL: Add support for reading .xfd Atari disk images | Walter van Niftrik | |
2016-08-27 | ADL: Remove CRLF endlines | Willem Jan Palenstijn | |
2016-08-26 | ADL: Implement inventory listing for v3 and v4 | Walter van Niftrik | |
2016-08-26 | ADL: Add skeleton for hires4 | Walter van Niftrik | |
2016-08-26 | ADL: Add ADL_v3 class for hires4 | Walter van Niftrik | |
2016-08-26 | ADL: Rename ADL_v3 to ADL_v4 | Walter van Niftrik | |
2016-08-26 | ADL: Remove outdated comment | Walter van Niftrik | |
2016-08-24 | ADL: Set hires #1, #2 and #0 to TESTING | Walter van Niftrik | |
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-24 | ADL: Make the optional scanlines less harsh | Walter van Niftrik | |
2016-08-23 | ADL: Add initial support for #0: Mission Asteroid | Walter van Niftrik | |
Based on a patch by fuzzie | |||
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-11 | ADL: Make text blinking event-recorder-compatible | Walter van Niftrik | |
2016-08-08 | ADL: Use recently-added kPlatformApple2 | Walter van Niftrik | |
2016-08-08 | ADL: Clarify mono/color game options | Walter van Niftrik | |
2016-08-08 | ADL: Fix gfx vs console init order | Walter van Niftrik | |
2016-06-07 | ADL: Add POTFILES | Lothar Serra Mari | |
2016-06-06 | ADL: Fix warnings | Eugene Sandulenko | |