Commit Graph

79963 Commits

Author SHA1 Message Date
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
Filippos Karapetis
fefad640cd CRYO: Change the version of cryo.dat to be a 32-bit integer (1/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:04:42 +02:00
Filippos Karapetis
a3f59d8433 CRYO: Remove one more usage of sizeof() 2017-02-11 18:02:47 +02:00
Filippos Karapetis
24a4c231da CRYO: Rename variables to conform to our formatting guidelines 2017-02-11 17:20:54 +02:00
Filippos Karapetis
05c99c5b0d CRYO: Move more static data to cryo.dat (2/2) 2017-02-11 17:16:45 +02:00
Filippos Karapetis
37c53cdf49 CRYO: Move more static data to cryo.dat (1/2) 2017-02-11 17:16:26 +02:00
Filippos Karapetis
fed7341481 CRYO: Use hardcoded values for structs instead of sizeof() 2017-02-11 17:10:26 +02:00
Filippos Karapetis
6b2ac7c7af CRYO: Wrap enums around namespaces, to use EnumName::EnumValue 2017-02-11 16:34:47 +02:00
Filippos Karapetis
77f1194586 CRYO: Move all static data for Lost Eden to cryo.dat (2/2) 2017-02-10 11:51:58 +02:00
Filippos Karapetis
8ed8b3225f CRYO: Move all static data for Lost Eden to cryo.dat (1/2) 2017-02-10 11:41:50 +02:00
Filippos Karapetis
aa56958b8e CRYO: Add explicit sizes to some static data arrays
Makes it easier to move them to a data file
2017-02-10 10:12:06 +02:00
Filippos Karapetis
130dfccfc1 CRYO: Use cryo.dat for all game versions
All the static data will be eventually moved into this file
2017-02-10 10:12:05 +02:00
Filippos Karapetis
248e5d3c59 CRYO: Add handling for the cryo.dat aux data file 2017-02-10 10:12:05 +02:00
Filippos Karapetis
29616127b3 CRYO: Rename create_led_dat to create_cryo_dat 2017-02-10 10:12:04 +02:00
Filippos Karapetis
c73270a3d3 CRYO: Add ID and versioning to cryo.dat 2017-02-10 10:12:04 +02:00
Filippos Karapetis
8c7edfcc87 Revert "CRYO: Add ID and versioning to cryo.dat"
This reverts commit 4858b3fc58.
2017-02-10 10:09:36 +02:00
Filippos Karapetis
cbe576a4bc Revert "CRYO: Rename create_led_dat to create_cryo_dat"
This reverts commit 1db02c7bd8.
2017-02-10 10:09:23 +02:00
Filippos Karapetis
79e774b806 Revert "CRYO: Add handling for the cryo.dat aux data file"
This reverts commit 01e072fbbc.
2017-02-10 10:08:04 +02:00
Filippos Karapetis
3e4710bb20 Revert "CRYO: Use cryo.dat for all game versions"
This reverts commit 6ff7ef95d7.
2017-02-10 10:07:51 +02:00
Filippos Karapetis
95feec2aa6 Revert "CRYO: Add explicit sizes to some static data arrays"
This reverts commit 2fd2eeed1c.
2017-02-10 10:07:37 +02:00
Paul Gilbert
e942131e22 TITANIC: Extra sanity checks before locking CWaveFiles for access 2017-02-09 22:37:51 -05:00
Paul Gilbert
4adea6eace TITANIC: FIxes and cleanup for instrument mixer code 2017-02-09 22:12:56 -05:00
Paul Gilbert
abe4f20fc1 TITANIC: CWaveFile::lock now returns pointer to data, not WAV header 2017-02-09 21:43:03 -05:00
Filippos Karapetis
2fd2eeed1c CRYO: Add explicit sizes to some static data arrays
Makes it easier to move them to a data file
2017-02-10 04:33:37 +02:00
Filippos Karapetis
6ff7ef95d7 CRYO: Use cryo.dat for all game versions
All the static data will be eventually moved into this file
2017-02-10 04:33:36 +02:00
Filippos Karapetis
01e072fbbc CRYO: Add handling for the cryo.dat aux data file 2017-02-10 04:33:36 +02:00
Filippos Karapetis
1db02c7bd8 CRYO: Rename create_led_dat to create_cryo_dat 2017-02-10 04:33:36 +02:00
Filippos Karapetis
4858b3fc58 CRYO: Add ID and versioning to cryo.dat 2017-02-10 04:33:35 +02:00
Filippos Karapetis
fdc3baeeff CRYO: Move unrelated Common::File include out of platdefs.h 2017-02-10 04:33:35 +02:00
Filippos Karapetis
d895d23087 CRYO: Remove leftover example engine code 2017-02-10 04:33:34 +02:00
Filippos Karapetis
8eae295172 CRYO: Move readme.txt to wiki 2017-02-10 04:33:34 +02:00
Filippos Karapetis
0591689bc0 CRYO: Move gameflow.txt to wiki 2017-02-10 04:33:34 +02:00
Filippos Karapetis
c7b86856fa CRYO: Move bugs.txt to wiki 2017-02-10 04:33:33 +02:00
Filippos Karapetis
a331cea358 CRYO: Remove the unused ResourceManager class 2017-02-10 04:33:33 +02:00
Paul Gilbert
6618af29fa TITANIC: Refactor CWaveFile audio stream generation
Wave files need to handle both stand-alone playback via an audio stream,
as well as reading the raw data when merging instrument fragments in
the music room.
2017-02-09 21:18:13 -05:00
Paul Gilbert
c2b3abd676 TITANIC: Fix calculation of wave file size 2017-02-09 19:54:13 -05:00
Paul Gilbert
a678a0b27b TITANIC: Fixes to choosing wave files for instruments 2017-02-09 19:41:04 -05:00
Paul Gilbert
c9d0301016 TITANIC: Fix setting correct instrument _pitchControl values 2017-02-09 19:11:48 -05:00
Walter van Niftrik
441f940069 ADL: Bring hires6 in line with hires5 2017-02-10 00:52:54 +01:00
Filippos Karapetis
a938942f03 CREATE_PROJECT: Also silence warning 4100 in MSVC
Some formal function parameters are not used in all overloaded
functions, which results in loads of 4100 warnings when building
CREATE_PROJECT. This change silences warning 4100 together with
the others
2017-02-10 00:39:43 +02:00
Eugene Sandulenko
39aa4ecd84 DIRECTOR: Lingo: Documented D4 "Variables" Lingo
This completes the Director 4.0 grammar. Woo hoo!
2017-02-09 23:26:52 +01:00
Eugene Sandulenko
d87cddca4e DIRECTOR: Lingo: Documented D4 "Time" Lingo 2017-02-09 23:19:48 +01:00
Eugene Sandulenko
0b4b073493 DIRECTOR: Lingo: Documented D4 "Text" Lingo 2017-02-09 23:16:18 +01:00
Eugene Sandulenko
2c4706f29d DIRECTOR: Lingo: Documented D4 "System" Lingo 2017-02-09 22:57:53 +01:00
Eugene Sandulenko
dd3bcac78c DIRECTOR: Lingo: Documented D4 "Sprites" Lingo 2017-02-09 22:46:12 +01:00
Eugene Sandulenko
0af1758ef4 DIRECTOR: Lingo: Documented D4 "Sound" Lingo 2017-02-09 22:31:46 +01:00