RingRacers/libs/ACSVM/include/CAPI
Sally Coolatta cb8dddbedc ACS basic implementation
- BEHAVIOR lumps successfully load & run from maps. Currently they do not get unloaded between maps, though.
- Print and Timer are the only implemented CallFuncs. All of the base language functions (Delay, etc) are already implemented by the VM though.
- ACS compiler files are included, for use with GDCC. (Picked instead of ACC because it's less ZDoom-centric)
- Additionally, also added the configs for Zone Builder to be able to compile it in editor. Syntax highlighting is very incomplete atm.
2022-10-04 03:23:17 -04:00
..
Array.cpp Attempt using ACSVM to implement 2022-10-03 01:23:58 -04:00
Array.h Attempt using ACSVM to implement 2022-10-03 01:23:58 -04:00
BinaryIO.cpp Attempt using ACSVM to implement 2022-10-03 01:23:58 -04:00
BinaryIO.h Attempt using ACSVM to implement 2022-10-03 01:23:58 -04:00
CMakeLists.txt Attempt using ACSVM to implement 2022-10-03 01:23:58 -04:00
Code.h Attempt using ACSVM to implement 2022-10-03 01:23:58 -04:00
Environment.cpp Attempt using ACSVM to implement 2022-10-03 01:23:58 -04:00
Environment.h Attempt using ACSVM to implement 2022-10-03 01:23:58 -04:00
Floats.cpp Attempt using ACSVM to implement 2022-10-03 01:23:58 -04:00
Floats.h Attempt using ACSVM to implement 2022-10-03 01:23:58 -04:00
Module.cpp ACS basic implementation 2022-10-04 03:23:17 -04:00
Module.h ACS basic implementation 2022-10-04 03:23:17 -04:00
PrintBuf.cpp Attempt using ACSVM to implement 2022-10-03 01:23:58 -04:00
PrintBuf.h Attempt using ACSVM to implement 2022-10-03 01:23:58 -04:00
Scope.cpp Attempt using ACSVM to implement 2022-10-03 01:23:58 -04:00
Scope.h Attempt using ACSVM to implement 2022-10-03 01:23:58 -04:00
Script.h Attempt using ACSVM to implement 2022-10-03 01:23:58 -04:00
String.cpp Attempt using ACSVM to implement 2022-10-03 01:23:58 -04:00
String.h Attempt using ACSVM to implement 2022-10-03 01:23:58 -04:00
Thread.cpp Attempt using ACSVM to implement 2022-10-03 01:23:58 -04:00
Thread.h Attempt using ACSVM to implement 2022-10-03 01:23:58 -04:00
Types.h Attempt using ACSVM to implement 2022-10-03 01:23:58 -04:00