Christoph Oelckers
81fb9a26b2
- backend update from Raze.
...
* add QualifiedName to VMFunction and allocate these static names from the class data memory arena instead of using FStrings.
* null pointer type checks in the VM added to avoid crash on bad codegen.
2023-07-22 09:55:49 +02:00
RaveYard
31ac1bd414
Initial implementation of Quaternion type in ZScript
2022-11-13 22:48:19 +01:00
Shiny Metagross
a525233914
Attempted to add Vector4 to ZScript
2022-11-12 09:04:38 +01:00
RaveYard
f9bf6f9311
Implement FVector ZScript for Actor Scale
2022-06-12 17:57:44 +02:00
alexey.lysiuk
9bd07e5c83
- improved JIT simple frame error message
...
https://forum.zdoom.org/viewtopic.php?t=71340
2021-01-31 14:47:33 +02:00
alexey.lysiuk
04992f2bc8
- fixed leaking full VM frames
...
https://forum.zdoom.org/viewtopic.php?t=69055
2020-06-20 11:34:04 +03:00
alexey.lysiuk
11ba0be4c2
- fixed setup of JIT functions that require extra frame space
...
https://forum.zdoom.org/viewtopic.php?t=68816
2020-06-07 11:34:58 +03:00
Christoph Oelckers
f8ac9a2662
- moved DObject and core parts of the VM to 'common'.
...
# Conflicts:
# src/common/objects/dobject.h
2020-04-11 20:20:51 +02:00