RingRacers/src/acs
James R baf7f82af3 HU_DoTitlecardCEcho: add splitscreen support and interrupt feature
- Takes player argument and only appears on the screen if
  they're a display player.
- Uses 4P font when in splitscreen.
- Uses 1P font if not in splitscreen, or player argument
  is NULL -- message to everyone.
- Interrupt argument controls whether the message should
  overwrite another message that's already playing.
  - Global and player specific messages are considered
    separately.
2023-08-26 21:39:18 +01:00
..
vm Use a modified ACSVM to support 10 arg linedefs 2023-03-14 08:03:19 -04:00
acsvm.hpp Use a modified ACSVM to support 10 arg linedefs 2023-03-14 08:03:19 -04:00
call-funcs.cpp HU_DoTitlecardCEcho: add splitscreen support and interrupt feature 2023-08-26 21:39:18 +01:00
call-funcs.hpp Merge master 2023-08-25 18:39:01 -04:00
CMakeLists.txt acs/CMakeLists.txt: remove ACSVM_NOFLAGS, fix Apple Clang 14 compile 2023-03-31 05:27:59 -07:00
environment.cpp Merge master 2023-08-25 18:39:01 -04:00
environment.hpp Use a modified ACSVM to support 10 arg linedefs 2023-03-14 08:03:19 -04:00
interface.cpp Add GAMEOVER ACS script type 2023-08-20 00:36:00 -07:00
interface.h Add GAMEOVER ACS script type 2023-08-20 00:36:00 -07:00
stream.cpp Fix ACS extern barriers 2023-04-10 19:57:56 -05:00
stream.hpp Use a modified ACSVM to support 10 arg linedefs 2023-03-14 08:03:19 -04:00
thread.cpp Add bot styles & bot spawn ACS function 2023-06-14 09:16:38 -04:00
thread.hpp Merge master 2023-08-25 18:39:01 -04:00