gzdoom-gles/src/scripting/codegeneration
Christoph Oelckers e5878f0cb2 - implemented vector operations. Vectors are now fully working as local variables.
- removed mulv_kr and divv_kr instructions. The first are redundant and the second are useless. Maybe remove all other vector/const operations as well? They won't get used by the code generator.
- fixed disassembly of vector multiplication and division instructions.
2016-10-29 01:39:25 +02:00
..
codegen.cpp - implemented vector operations. Vectors are now fully working as local variables. 2016-10-29 01:39:25 +02:00
codegen.h - implemented vector operations. Vectors are now fully working as local variables. 2016-10-29 01:39:25 +02:00
functioncalls.cpp - implemented array-style syntax for Random calls. 2016-10-16 10:59:12 +02:00