Christoph Oelckers
|
fdeec5e0a5
|
- fixed bad index check in CanWipe.
This can be called with index == -1, which should check the first element of the intermission.
|
2022-11-06 23:23:31 +01:00 |
|
Christoph Oelckers
|
70df444660
|
- Backend update from Raze
* fix for serializing vector arrays.
* a few adjustments for asan on Windows.
* NOMUSICCUTOFF flag for movie player.
* a bit of cleanup.
|
2022-10-20 20:12:06 +02:00 |
|
Christoph Oelckers
|
519005ff4d
|
- snd_reset cannot be shared.
|
2022-10-02 20:22:23 +02:00 |
|
Christoph Oelckers
|
71ce8aa79a
|
- block wipes when streaming movies are playing.
For synchronization purposes they cannot be interrupted by the wipe loop.
This also groups the cutscene state in a struct for readability purposes.
|
2022-06-06 12:30:47 +02:00 |
|
Christoph Oelckers
|
0de3ff81e1
|
- add wipe transition support to the screenjob runner.
|
2022-04-26 20:50:37 +02:00 |
|
Christoph Oelckers
|
1bb750c061
|
Screenjob WIP stuff
|
2022-04-26 20:50:35 +02:00 |
|
Christoph Oelckers
|
933fa62782
|
- added the script side core module for the cutscene system.
|
2022-04-26 20:50:34 +02:00 |
|