vkdoom_m/src/common/scripting
Christoph Oelckers ebd4ebf298 StringTable cleanup and improvements
cleaned up function interface to avoid referencing the file system in the worker functions.
replaced StringTable's operators with functions.. The main reason is that these are far easier to look up when browsing the source.
This also fixes a premature translation in SBARINFO that was done in the parsing stage, not the printing stage.
2024-04-21 10:34:44 +02:00
..
backend Fix let ignoring const-ness 2024-04-19 13:28:18 -03:00
core Store type together with pointers to allow safe substitution 2024-03-28 15:48:23 -04:00
frontend fix argument pointer wrapping in function pointers 2024-03-22 13:28:02 -03:00
interface StringTable cleanup and improvements 2024-04-21 10:34:44 +02:00
jit Finish implementing function pointers 2023-10-11 19:12:48 +02:00
vm Can't narrow down the JIT bug yet, so block JIT for functions that call Function Pointers temporarily 2024-03-22 13:28:02 -03:00