This website requires JavaScript.
Explore
Help
Sign in
zdoom
/
raze
Watch
0
Star
0
Fork
You've already forked raze
0
mirror of
https://github.com/ZDoom/Raze.git
synced
2024-11-15 17:01:28 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
2541425b9d
raze
/
source
/
common
/
cutscenes
History
Mitch Richters
b6b0887611
- Fix missed flags pass-through in
bool StartCutscene(const char* s, int flags, const CompletionFunc& completion)
overload.
2021-12-07 19:59:19 +11:00
..
movieplayer.cpp
- addressed most unused/uninitialized variable warnings from MSVC.
2021-11-29 00:55:30 +01:00
playmve.cpp
- address several warnings reported by GCC 11.
2021-11-29 00:55:29 +01:00
playmve.h
- split the screen job code into a generic and a Raze specific part.
2021-05-22 01:35:50 +02:00
screenjob.cpp
- Fix missed flags pass-through in
bool StartCutscene(const char* s, int flags, const CompletionFunc& completion)
overload.
2021-12-07 19:59:19 +11:00
screenjob.h
- halt the game timer when setting up a cutscene and when starting movie playback.
2021-05-23 14:36:54 +02:00