vkdoom_m/src/scripting/codegeneration
Christoph Oelckers 995f01f8aa - removed obsolete code from a_bossbrain.cpp.
- fixed: divisions wasted one register for each operation due to a double allocation.
- changed math operations to use less registers. There was a well-intended change to allocate the destination first, but the better approach is to first allocate the operands and free then before allocating the destination register.
2016-11-03 14:23:29 +01:00
..
codegen.cpp - removed obsolete code from a_bossbrain.cpp. 2016-11-03 14:23:29 +01:00
codegen.h - scriptified A_SpawnFly. 2016-11-03 13:38:40 +01:00
functioncalls.cpp - implemented array-style syntax for Random calls. 2016-10-16 10:59:12 +02:00