openclonk/src/script
Günther Brammer 1e28504cde Optimize the script interpreter a bit
Integer and boolean constants aren't wrapped in a temporary C4Value. The
overflow check is reduced to one subtractions and comparison to a compile
time constant. C4Value::Set(const C4Value&) doesn't duplicate the check for
the setting to the same value in C4Value::Set(C4V_Data, C4V_Type).
2011-04-10 02:00:27 +02:00
..
C4Aul.cpp Add C4ValueNumbers helper class and pass it through to C4Value::CompileFunc 2011-03-26 23:59:35 +01:00
C4Aul.h Script: Remove unimplemented Par(n)=foo 2011-04-10 02:05:11 +02:00
C4AulDebug.cpp Move some C4AulDebug code into C4AulDebug 2011-03-03 00:58:43 +01:00
C4AulDebug.h Move some C4AulDebug code into C4AulDebug 2011-03-03 00:58:43 +01:00
C4AulDefFunc.h Remove some dead code 2011-03-27 18:15:10 +02:00
C4AulExec.cpp Optimize the script interpreter a bit 2011-04-10 02:00:27 +02:00
C4AulExec.h Optimize the script interpreter a bit 2011-04-10 02:00:27 +02:00
C4AulLink.cpp Add a standalone C4Script interpreter 2011-03-05 17:40:22 +01:00
C4AulParse.cpp Script: Only debug if the debugger was present before compilation 2011-04-10 03:40:55 +02:00
C4PropList.cpp Check proplist reference lists in debug builds 2011-03-31 22:53:07 +02:00
C4PropList.h Check proplist reference lists in debug builds 2011-03-31 22:53:07 +02:00
C4Script.cpp Remove some dead code 2011-03-27 18:15:10 +02:00
C4ScriptHost.cpp Remove unnecessary includes pulling C4GUI into the script engine 2011-04-13 15:37:12 +02:00
C4ScriptHost.h Move some code out of C4ScriptHost.cpp 2011-03-05 17:36:16 +01:00
C4StringTable.cpp Separate builtin C4Strings from dynamic ones in the leaked-strings-list 2011-02-25 18:11:54 +01:00
C4StringTable.h Add C4ValueNumbers helper class and pass it through to C4Value::CompileFunc 2011-03-26 23:59:35 +01:00
C4Value.cpp Reduce code duplication a bit 2011-04-01 00:03:02 +02:00
C4Value.h Optimize the script interpreter a bit 2011-04-10 02:00:27 +02:00
C4ValueArray.cpp Add C4ValueNumbers helper class and pass it through to C4Value::CompileFunc 2011-03-26 23:59:35 +01:00
C4ValueArray.h Add C4ValueNumbers helper class and pass it through to C4Value::CompileFunc 2011-03-26 23:59:35 +01:00
C4ValueMap.cpp Add C4ValueNumbers helper class and pass it through to C4Value::CompileFunc 2011-03-26 23:59:35 +01:00
C4ValueMap.h Add C4ValueNumbers helper class and pass it through to C4Value::CompileFunc 2011-03-26 23:59:35 +01:00
shell.cpp Script: Remove unused category parameter from GetDefinition 2011-03-07 21:26:56 +01:00