217 Commits

Author SHA1 Message Date
Eugene Sandulenko
dead4aa014 JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
Eugene Sandulenko
de715ca446 ADL: Enable hires0-3 for the release 2016-10-07 11:53:31 +02:00
Walter van Niftrik
f9590e4ef0 ADL: Fix detection entry for hires4-atari8 (#9561) 2016-09-17 10:08:39 +02:00
Walter van Niftrik
866f7cbf62 ADL: Fix curPicture OB1 bug when restoring
This is a regression introduced in df838f5. Fixes #9560.
2016-09-16 17:04:28 +02:00
Walter van Niftrik
6e8d69524e ADL: Add md5sum for hires4-atari disk side 1B 2016-09-15 21:29:17 +02:00
Eugene Sandulenko
cad834a69c JANITORIAL: Fix include statements 2016-09-03 15:19:37 +02:00
Eugene Sandulenko
bfbfbd3e1a Merge pull request #788 from Tkachov/cloud
ALL: Add Cloud storage support
2016-08-30 13:54:12 +02:00
Walter van Niftrik
d2fd0a9a67 ADL: Merge hires?.h files into the cpp files 2016-08-29 21:31:14 +02:00
Walter van Niftrik
e4ab446e3d ADL: Move all hires4 code into Atari-specific class 2016-08-29 14:27:03 +02:00
Walter van Niftrik
31b5a0bf63 ADL: Fix hires4 disk swapping 2016-08-29 14:27:03 +02:00
Walter van Niftrik
a199672540 ADL: Change some SeekableReadStream to ReadStream 2016-08-28 21:01:12 +02:00
Walter van Niftrik
1cfc4832bb ADL: Load more hires4 strings 2016-08-28 21:01:12 +02:00
Walter van Niftrik
9250bf58fe ADL: Load hires4 dropped-item offsets 2016-08-28 21:01:12 +02:00
Walter van Niftrik
177206cc2e ADL: Load hires4 commands and item pictures 2016-08-28 18:20:14 +02:00
Walter van Niftrik
70cd57892a ADL: Fix item description in debug output 2016-08-28 18:20:14 +02:00
Walter van Niftrik
90d2dd3b40 ADL: Load hires4 global pictures 2016-08-28 18:20:14 +02:00
Walter van Niftrik
9dc3c78827 ADL: Load hires4 messages 2016-08-28 18:20:14 +02:00
Walter van Niftrik
bcd5df5c6e ADL: Load hires4 rooms 2016-08-28 11:23:34 +02:00
Walter van Niftrik
70588aecdc ADL: Load hires4 verbs, nouns and items 2016-08-28 11:23:34 +02:00
Walter van Niftrik
0a053e4ce4 ADL: Add support for reading .xfd Atari disk images 2016-08-28 11:23:34 +02:00
Willem Jan Palenstijn
f218a64212 ADL: Remove CRLF endlines 2016-08-27 01:35:56 +02:00
Walter van Niftrik
444fe0e64d ADL: Implement inventory listing for v3 and v4 2016-08-26 22:00:37 +02:00
Walter van Niftrik
c1671b5d32 ADL: Add skeleton for hires4 2016-08-26 22:00:37 +02:00
Walter van Niftrik
92cea7ab35 ADL: Add ADL_v3 class for hires4 2016-08-26 22:00:37 +02:00
Walter van Niftrik
1ca15d76d3 ADL: Rename ADL_v3 to ADL_v4 2016-08-26 22:00:37 +02:00
Walter van Niftrik
7dcf38c205 ADL: Remove outdated comment 2016-08-26 22:00:37 +02:00
Walter van Niftrik
e228b088c6 ADL: Set hires #1, #2 and #0 to TESTING 2016-08-24 21:05:22 +02:00
Alexander Tkachev
b665fc933d ALL: Make simpleSaveNames() a MetaEngineFeature
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 16:07:55 +06:00
Alexander Tkachev
ab1d160ec8 ALL: Add MetaEngine::simpleSaveNames()
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 16:07:55 +06:00
Walter van Niftrik
3d558fe6ca ADL: Make the optional scanlines less harsh 2016-08-24 01:04:37 +02:00
Walter van Niftrik
0470346ac0 ADL: Add initial support for #0: Mission Asteroid
Based on a patch by fuzzie
2016-08-23 00:36:38 +02:00
Walter van Niftrik
df838f50eb ADL: Add "current picture" variable to state
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 12:41:31 +02:00
Walter van Niftrik
ff0bc115b5 ADL: Add support for 13-sector reading 2016-08-21 12:18:32 +02:00
Walter van Niftrik
a77a9bf0bf ADL: Make text blinking event-recorder-compatible 2016-08-11 16:41:05 +02:00
Walter van Niftrik
a5380b73f2 ADL: Use recently-added kPlatformApple2 2016-08-08 23:12:53 +02:00
Walter van Niftrik
9b9e4e957d ADL: Clarify mono/color game options 2016-08-08 23:12:53 +02:00
Walter van Niftrik
b9badf61bf ADL: Fix gfx vs console init order 2016-08-08 19:29:02 +02:00
Lothar Serra Mari
bfb6b0d2ce ADL: Add POTFILES 2016-06-07 19:43:15 +02:00
Eugene Sandulenko
637ee8e02f ADL: Fix warnings 2016-06-06 20:48:47 +02:00
Walter van Niftrik
9acf6c3838 ADL: Fix formatting 2016-06-06 20:35:49 +02:00
Walter van Niftrik
c71740bc5d ADL: Fix GCC 4.9 missing initializer warnings 2016-06-06 20:35:49 +02:00
Walter van Niftrik
9967ae8c52 ADL: Fix more GCC 4.9 shadow warnings 2016-06-06 20:35:49 +02:00
Walter van Niftrik
0c2d2b2c92 ADL: Fix GCC 4.9 shadow warnings 2016-06-06 20:35:49 +02:00
Walter van Niftrik
f8d75bbc86 ADL: Implement hires6 verb/noun error messages 2016-06-06 20:35:49 +02:00
Walter van Niftrik
d435f5b4eb ADL: Fix item rendering in hires6 2016-06-06 20:35:49 +02:00
Walter van Niftrik
12fe7dabab ADL: Fix debug output in 'move all items' opcode 2016-06-06 20:35:49 +02:00
Walter van Niftrik
2cdb1d49a5 ADL: Add stubs for hires6 opcodes 2016-06-06 20:35:49 +02:00
Walter van Niftrik
92b1b287b1 ADL: Preliminary support for hires6 disk changing 2016-06-06 20:35:49 +02:00
Walter van Niftrik
e755f8fcba ADL: Implement hires6 "move item" opcode 2016-06-06 20:35:49 +02:00
Walter van Niftrik
e79f26c9bc ADL: Implement hires6 item descriptions 2016-06-06 20:35:49 +02:00