Commit Graph
86814 Commits
Author SHA1 Message Date
Paul Gilbert 9ab1ad60bf TITANIC: Implementing audio buffer audio stream 2017-02-10 21:20:06 -05:00
Paul Gilbert 173e9c0c73 TITANIC: Moved music parser strings to data file 2017-02-10 20:34:58 -05:00
Paul Gilbert 843088ea2c DEVTOOLS: Add music parser strings to create_titanic 2017-02-10 20:34:30 -05:00
Eugene Sandulenko cf8c0624a9 DIRECTOR: Lingo: Fixed parsing built-ins with arglist 2017-02-10 21:51:33 +01:00
Eugene Sandulenko 165cbd180c DIRECTOR: Lingo: Avoid deleting counter in 'repeat..with' statement 2017-02-10 21:36:06 +01:00
Martin Kiewitz eeaddfb20a AGI: Make MH1 nightclub arcade sequence slower for AppleIIgs
Thanks waltervn for pointing this issue out
AppleIIgs adjustment tables had to be extended, because the first
3 arcade sequences were running way too fast, while the last one
ran fine and all of those are part of one single room.
2017-02-10 19:43:16 +01: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
Eugene Sandulenko 4872c0dadf DIRECTOR: Lingo: Fixed built-ins code generation 2017-02-10 09:46:54 +01: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
Eugene Sandulenko 0229c95953 DIRECTOR: Lingo: Documented D4 "Rectangle and point coordinates" Lingo 2017-02-09 20:32:34 +01:00
Eugene Sandulenko c6567ce71a DIRECTOR: Lingo: Documented D4 "Puppets" Lingo 2017-02-09 20:12:02 +01:00
Eugene Sandulenko c444de0eca DIRECTOR: Made DirectorEngine::_currentScore private 2017-02-09 18:48:22 +01:00
Eugene Sandulenko 5fb528743b DIRECTOR: Lingo: Add sanity checks to score-related built-ins 2017-02-09 18:45:42 +01:00
Eugene Sandulenko b4ea7e0ce9 DIRECTOR: Lingo: Fix Symbol printing 2017-02-09 18:43:10 +01:00