qzdoom/src/scripting/backend
Christoph Oelckers 6423902c63 - removed the unused 'no arguments' cases from the BuiltinRandom functions and split off BuiltinRandom2 into its own function.
This removes the last non-vararg cases where a native VM function checks 'numparam'. As of this commit all function calls will pass the complete list of arguments.
2018-11-17 00:14:39 +01:00
..
codegen.cpp - removed the unused 'no arguments' cases from the BuiltinRandom functions and split off BuiltinRandom2 into its own function. 2018-11-17 00:14:39 +01:00
codegen.h - always pass complete argument lists in the VM. 2018-11-16 22:43:12 +01:00
dynarrays.cpp Added zero initialization of implicit dynamic array items 2018-04-05 12:22:41 +03:00
scopebarrier.cpp - changed Doom source license to GPL in all subdirectories and fixed missing licenses in a few other files. 2017-04-17 12:27:19 +02:00
scopebarrier.h - took PTypeBase and all its subclasses out of the DObject hierarchy. 2017-04-13 17:47:17 +02:00
vmbuilder.cpp - avoid calling VMFillParams for simple stack frames 2018-11-16 01:13:25 +01:00
vmbuilder.h - add -dumpjit command line parameter that dumps the JIT log for all functions to dumpjit.txt 2018-10-10 06:17:35 +02:00
vmdisasm.cpp Merge remote-tracking branch 'origin/master' into asmjit 2018-10-14 22:55:57 +02:00