gzdoom/src/scripting
Christoph Oelckers 89cec539fa - fixed IJMP code generation for the JIT compiler.
With a proper count value available this can be done properly. The only relevant targets are the jumps immediately succeeding the IJMP instructions, nothing else.
2018-11-17 13:39:14 +01:00
..
backend - deconstruct A_Jump with multiple labels into A_Jump(chance, RandomPick(label1, label2, label3,...)) to remove this ugly special case from the VM calling convention. 2018-11-17 12:35:03 +01:00
decorate - got rid of FNameNoInit and made the default constructor of FName non-initializing. 2018-08-19 08:19:19 +02:00
vm - fixed IJMP code generation for the JIT compiler. 2018-11-17 13:39:14 +01:00
zscript - fixed: ZScript's finalization code used the last parsed lump for of one translation unit as reference, not the base lump. 2018-11-12 00:22:50 +01:00
symbols.cpp Removed all superfluous #include's 2018-04-24 14:30:35 +03:00
symbols.h - took PTypeBase and all its subclasses out of the DObject hierarchy. 2017-04-13 17:47:17 +02:00
thingdef.cpp Removed all superfluous #include's 2018-04-24 14:30:35 +03:00
thingdef.h Removed unused parameter from several functions in FStateDefinitions class 2017-11-05 15:20:25 +02:00
thingdef_data.cpp - removed the default parameter handling from all native script functions because it is no longer needed. 2018-11-17 10:03:40 +01:00
thingdef_properties.cpp - got rid of FNameNoInit and made the default constructor of FName non-initializing. 2018-08-19 08:19:19 +02:00
types.cpp - got rid of FNameNoInit and made the default constructor of FName non-initializing. 2018-08-19 08:19:19 +02:00
types.h - fixed compilation of targets with optimization 2018-11-15 10:59:37 +02:00