Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-11 | CRYO: Add cryo.dat to engine-data | Filippos Karapetis | |
2017-02-11 | CRYO: Fix typos in some sizeof() values | Filippos Karapetis | |
2017-02-11 | CRYO: Add missing int32 typedef to create_cryo | Filippos Karapetis | |
2017-02-11 | CRYO: Change the version of cryo.dat to be a 32-bit integer (2/2) | Filippos Karapetis | |
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 | CRYO: Change the version of cryo.dat to be a 32-bit integer (1/2) | Filippos Karapetis | |
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 | CRYO: Remove one more usage of sizeof() | Filippos Karapetis | |
2017-02-11 | CRYO: Rename variables to conform to our formatting guidelines | Filippos Karapetis | |
2017-02-11 | CRYO: Move more static data to cryo.dat (2/2) | Filippos Karapetis | |
2017-02-11 | CRYO: Move more static data to cryo.dat (1/2) | Filippos Karapetis | |
2017-02-11 | CRYO: Use hardcoded values for structs instead of sizeof() | Filippos Karapetis | |
2017-02-11 | CRYO: Wrap enums around namespaces, to use EnumName::EnumValue | Filippos Karapetis | |
2017-02-10 | CRYO: Move all static data for Lost Eden to cryo.dat (2/2) | Filippos Karapetis | |
2017-02-10 | CRYO: Move all static data for Lost Eden to cryo.dat (1/2) | Filippos Karapetis | |
2017-02-10 | CRYO: Add explicit sizes to some static data arrays | Filippos Karapetis | |
Makes it easier to move them to a data file | |||
2017-02-10 | CRYO: Use cryo.dat for all game versions | Filippos Karapetis | |
All the static data will be eventually moved into this file | |||
2017-02-10 | CRYO: Add handling for the cryo.dat aux data file | Filippos Karapetis | |
2017-02-10 | CRYO: Rename create_led_dat to create_cryo_dat | Filippos Karapetis | |
2017-02-10 | CRYO: Add ID and versioning to cryo.dat | Filippos Karapetis | |
2017-02-10 | Revert "CRYO: Add ID and versioning to cryo.dat" | Filippos Karapetis | |
This reverts commit 4858b3fc5836dbf2f33fe0d1452bf0cb3a9f75b2. | |||
2017-02-10 | Revert "CRYO: Rename create_led_dat to create_cryo_dat" | Filippos Karapetis | |
This reverts commit 1db02c7bd8ffee2aa0a27264669d11f83d95b491. | |||
2017-02-10 | Revert "CRYO: Add handling for the cryo.dat aux data file" | Filippos Karapetis | |
This reverts commit 01e072fbbc1baaf8aaa48aba0842bf8977510b93. | |||
2017-02-10 | Revert "CRYO: Use cryo.dat for all game versions" | Filippos Karapetis | |
This reverts commit 6ff7ef95d73c29051a675d03bdccd42f0a5a215b. | |||
2017-02-10 | Revert "CRYO: Add explicit sizes to some static data arrays" | Filippos Karapetis | |
This reverts commit 2fd2eeed1c21047744c9d79b1283c52c009b5406. | |||
2017-02-09 | TITANIC: Extra sanity checks before locking CWaveFiles for access | Paul Gilbert | |
2017-02-09 | TITANIC: FIxes and cleanup for instrument mixer code | Paul Gilbert | |
2017-02-09 | TITANIC: CWaveFile::lock now returns pointer to data, not WAV header | Paul Gilbert | |
2017-02-10 | CRYO: Add explicit sizes to some static data arrays | Filippos Karapetis | |
Makes it easier to move them to a data file | |||
2017-02-10 | CRYO: Use cryo.dat for all game versions | Filippos Karapetis | |
All the static data will be eventually moved into this file | |||
2017-02-10 | CRYO: Add handling for the cryo.dat aux data file | Filippos Karapetis | |
2017-02-10 | CRYO: Rename create_led_dat to create_cryo_dat | Filippos Karapetis | |
2017-02-10 | CRYO: Add ID and versioning to cryo.dat | Filippos Karapetis | |
2017-02-10 | CRYO: Move unrelated Common::File include out of platdefs.h | Filippos Karapetis | |
2017-02-10 | CRYO: Remove leftover example engine code | Filippos Karapetis | |
2017-02-10 | CRYO: Move readme.txt to wiki | Filippos Karapetis | |
2017-02-10 | CRYO: Move gameflow.txt to wiki | Filippos Karapetis | |
2017-02-10 | CRYO: Move bugs.txt to wiki | Filippos Karapetis | |
2017-02-10 | CRYO: Remove the unused ResourceManager class | Filippos Karapetis | |
2017-02-09 | TITANIC: Refactor CWaveFile audio stream generation | Paul Gilbert | |
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 | TITANIC: Fix calculation of wave file size | Paul Gilbert | |
2017-02-09 | TITANIC: Fixes to choosing wave files for instruments | Paul Gilbert | |
2017-02-09 | TITANIC: Fix setting correct instrument _pitchControl values | Paul Gilbert | |
2017-02-10 | ADL: Bring hires6 in line with hires5 | Walter van Niftrik | |
2017-02-10 | CREATE_PROJECT: Also silence warning 4100 in MSVC | Filippos Karapetis | |
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-09 | DIRECTOR: Lingo: Documented D4 "Variables" Lingo | Eugene Sandulenko | |
This completes the Director 4.0 grammar. Woo hoo! | |||
2017-02-09 | DIRECTOR: Lingo: Documented D4 "Time" Lingo | Eugene Sandulenko | |
2017-02-09 | DIRECTOR: Lingo: Documented D4 "Text" Lingo | Eugene Sandulenko | |
2017-02-09 | DIRECTOR: Lingo: Documented D4 "System" Lingo | Eugene Sandulenko | |
2017-02-09 | DIRECTOR: Lingo: Documented D4 "Sprites" Lingo | Eugene Sandulenko | |
2017-02-09 | DIRECTOR: Lingo: Documented D4 "Sound" Lingo | Eugene Sandulenko | |
2017-02-09 | DIRECTOR: Lingo: Documented D4 "Rectangle and point coordinates" Lingo | Eugene Sandulenko | |