mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
- 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. |
||
|---|---|---|
| .. | ||
| Array.cpp | ||
| Array.h | ||
| BinaryIO.cpp | ||
| BinaryIO.h | ||
| CMakeLists.txt | ||
| Code.h | ||
| Environment.cpp | ||
| Environment.h | ||
| Floats.cpp | ||
| Floats.h | ||
| Module.cpp | ||
| Module.h | ||
| PrintBuf.cpp | ||
| PrintBuf.h | ||
| Scope.cpp | ||
| Scope.h | ||
| Script.h | ||
| String.cpp | ||
| String.h | ||
| Thread.cpp | ||
| Thread.h | ||
| Types.h | ||