vkdoom_m/src/common/scripting
Christoph Oelckers 3563c99ead - made adjustments for proper int type promotion to allow internal ZScript to compile with it on.
* Emit a warning when relational comparisons are made between signed and unsigned ints.
* Handle shift operators so that they do not fail for constant definitions.
* changed return type of Array::Size() to signed int as most code out there is using it this way and would otherwise drown in warnings.
* fixed a few deprecation warnings.
2022-08-03 10:26:29 +02:00
..
backend - made adjustments for proper int type promotion to allow internal ZScript to compile with it on. 2022-08-03 10:26:29 +02:00
core Fix definition order of ZScript structs 2022-07-29 08:17:33 +02:00
frontend - fixed: The compile context for constant evaluation did not initialize its Version member. 2022-08-03 08:44:38 +02:00
interface - fix menu commands with semicolon separated commands 2022-07-29 08:38:34 +02:00
jit Improve vk_debug output a lot by throwing away the useless parts of the message and limit the callstack to the first 5 gzdoom calls 2022-06-22 07:55:19 +02:00
vm - fixed compilation without JIT 2022-06-23 13:26:36 +03:00