80187 Commits

Author SHA1 Message Date
lubomyr
216f9c4f11 ANDROIDSDL: backend related checking in options.cpp replaced with hasFeature... condition, renamed some fields and methods 2017-02-14 15:13:58 +02:00
Alexander Reim
6dd28d7cc1 WII: Fix compiler warnings
WII: Fix compiler warnings

Compiler: DevKitPPC R28
2017-02-14 11:38:39 +01:00
Robert Crossfield
56caa6f0a7 SCUMM: Cleanup Maniac Mansion workarounds 2017-02-14 19:26:11 +11:00
Robert Crossfield
9e07738b52 SCUMM: Fix bug #4112. If you enter the lab while Dr. Fred has the power off, the power won't be turned back on as the script is killed 2017-02-14 18:28:58 +11:00
Paul Gilbert
8747e59c03 TITANIC: Renaming of phonograph fields 2017-02-13 22:40:50 -05:00
Paul Gilbert
3a41bed563 TITANIC: Fix Coverity reported warnings 2017-02-13 21:58:23 -05:00
Paul Gilbert
534ec946dd TITANIC: Some phonograph cleanup, fix record button 2017-02-13 21:46:12 -05:00
Eugene Sandulenko
7886ca6a4f DIRECTOR: Execute movie script 0 on loading for D2-D3 2017-02-13 09:53:03 +01:00
Eugene Sandulenko
ce82d67b63 DIRECTOR: Turn assert into a warning when sprite cast is missing 2017-02-13 08:51:20 +01:00
Robert Crossfield
165a1bb070 SCUMM: Fix bug #4556 (Maniac C64/V1/V2: Purple Tentacle appears in Lab Entry after being chased out) 2017-02-13 17:51:00 +11:00
Paul Gilbert
59d6feb9f8 TITANIC: Fix threshold testing for instrument animations 2017-02-12 23:06:13 -05:00
Thierry Crozat
ada88fa0fe I18N: Regenerate translations data file 2017-02-13 05:05:05 +01:00
Paul Gilbert
8fec9daff2 TITANIC: Further CMusicRoomHandler renamings 2017-02-12 21:39:30 -05:00
Paul Gilbert
bb840c9ec2 TITANIC: More renamings in music classes 2017-02-12 21:00:31 -05:00
Paul Gilbert
2c8d72afd7 TITANIC: Fix ticks change check in updateInstruments 2017-02-12 18:08:51 -05:00
Thierry Crozat
104b3f39d3 CRYO: Fix adding cryo.dat to DIST_FILES_ENGINEDATA 2017-02-12 20:25:01 +00:00
Thierry Crozat
cd58664b9e CREATE_PROJECT: Add data files for access, cryo and macventure in Xcode projects 2017-02-12 20:20:28 +00:00
Thierry Crozat
163b3b6dad DEVTOOLS: Add create_cryo to devtools README 2017-02-12 20:19:34 +00:00
Thierry Crozat
2939e20935 CRYO: Add cryo.dat to DIST_FILES_ENGINEDATA 2017-02-12 20:18:49 +00:00
Paul Gilbert
c33962f69d TITANIC: Renaming methods in CMusicRoomHandler 2017-02-12 13:56:00 -05:00
Paul Gilbert
e00fb13809 TITANIC: Fix method names in CMusicRoomInstrument 2017-02-12 13:05:37 -05:00
Paul Gilbert
a542104f3c TITANIC: Rename CMusicWave to CMusicRoomInstrument 2017-02-12 12:51:47 -05:00
Strangerke
70f1cd6efe CRYO: Remove some more dead code, remove _keyboardHeld 2017-02-12 18:10:25 +01:00
Strangerke
2adc84e728 CRYO: Some code simplification, remove dead code 2017-02-12 17:44:07 +01:00
Paul Gilbert
0e2c667fa8 TITANIC: Simplify implementation of CAudioBuffer 2017-02-12 08:05:33 -05:00
Eugene Sandulenko
d4a718bf84 DIRECTOR: Lingo: Implemented \xC2 continuation symbol support 2017-02-12 11:58:19 +01:00
Eugene Sandulenko
ed1d606e9f DIRECTOR: Lingo: Implemented stub for REFERENCE built-ins 2017-02-12 11:35:50 +01:00
Eugene Sandulenko
a243a479ae DIRECTOR: Lingo: Added grammar for assignment to references 2017-02-12 11:32:05 +01:00
Eugene Sandulenko
e76fec67a1 DIRECTOR: Lingo: Fixing position count in lexer 2017-02-12 11:12:54 +01:00
Eugene Sandulenko
d1a08b5145 DIRECTOR: Lingo: Fix D3 script execution 2017-02-12 08:51:11 +01:00
Paul Gilbert
23452a512d NEWS: Mention R2R display fix 2017-02-11 18:51:08 -05:00
Paul Gilbert
f66ead3074 TSAGE: R2R: Fix display of animations 2017-02-11 18:50:44 -05:00
Filippos Karapetis
a7d681764f CRYO: Merge spriteOnSubtitle() into drawSprite() 2017-02-12 00:54:39 +02:00
Filippos Karapetis
d3d5ff2a88 CRYO: Split graphics and resource-related functions into separate files 2017-02-12 00:54:39 +02:00
Filippos Karapetis
c40b74bb28 CRYO: Merge the two noclipax() methods and rename to drawSprite() 2017-02-12 00:54:38 +02:00
Paul Gilbert
58dbe629f3 TITANIC: Fix intial setup of BASS pitch control 2017-02-11 17:25:28 -05:00
Paul Gilbert
b97137830a TITANIC: Fix getPitch calculation when inversion control is incorrect 2017-02-11 17:25:27 -05:00
Paul Gilbert
5b8d4cac58 TITANIC: Convert more methods to using MusicInstrument enum 2017-02-11 17:25:26 -05:00
Eugene Sandulenko
eafa56daf0 JANITORIAL: Formatting fixes 2017-02-11 23:23:56 +01:00
Eugene Sandulenko
8b043bc731 DIRECTOR: Lingo: Simplfy movie presense check in 'go to movie' 2017-02-11 23:23:56 +01:00
Kirben
e2b27d86d8 BUILD: Add cryo.dat to resource files for Windows builds. 2017-02-12 08:58:46 +11:00
Filippos Karapetis
7739d0c5c1 Merge pull request #899 from bluegr/cryo_dat
CRYO: Move all static engine data into cryo.dat
2017-02-11 22:40:00 +01:00
Filippos Karapetis
8eb38c0933 CRYO: Rename variables to conform to our code formatting guidelines 2017-02-11 21:53:10 +02:00
Filippos Karapetis
e95ed8eb90 CRYO: Clean up and document some variables 2017-02-11 21:51:36 +02:00
Filippos Karapetis
724730dbcc CRYO: Fix typo in create_cryo 2017-02-11 21:02:19 +02:00
Filippos Karapetis
5d119b6038 CRYO: Add cryo.dat to all messages related to it 2017-02-11 20:48:52 +02:00
Filippos Karapetis
c0d9752730 CRYO: Add cryo.dat to engine-data 2017-02-11 20:47:15 +02:00
Filippos Karapetis
01e7b4edcf CRYO: Fix typos in some sizeof() values 2017-02-11 20:42:07 +02:00
Filippos Karapetis
fffe7c7867 CRYO: Add missing int32 typedef to create_cryo 2017-02-11 18:15:41 +02:00
Filippos Karapetis
deb0857f68 CRYO: Change the version of cryo.dat to be a 32-bit integer (2/2)
Though it's unlikely that we'll ever have that many changes, it's
better to provision for more space now, for versioning
2017-02-11 18:05:07 +02:00