openclonk/src/script
Günther Brammer 21d8a2a64a Use 32 bit math for +1, ++, -1, etc. in script (#1389)
The engine has a few more usages of the operators, but they don't look
prone to overflowing. The other operators in Script already used SetInt,
which always truncates to 32 bit.
2016-01-15 20:19:21 +01:00
..
C4Aul.cpp Fix sorting of script and engine functions in dropdown menu in editor. 2015-09-26 20:10:55 -04:00
C4Aul.h Aul: Remove C4AulAccess enum 2015-03-25 22:32:19 +01:00
C4AulDebug.cpp Drop unused C4VERSIONBUILDNAME and C4ENGINEINFO 2015-12-29 15:47:55 +01:00
C4AulDebug.h Revert "Move C4Aul code into separate subdirectory" 2014-05-12 02:24:19 +02:00
C4AulDefFunc.h Aul: Throw exceptions by value, not by pointer 2015-12-08 13:17:40 +01:00
C4AulExec.cpp Use 32 bit math for +1, ++, -1, etc. in script (#1389) 2016-01-15 20:19:21 +01:00
C4AulExec.h Aul: Throw exceptions by value, not by pointer 2015-12-08 13:17:40 +01:00
C4AulFunc.cpp Aul: Throw exceptions by value, not by pointer 2015-12-08 13:17:40 +01:00
C4AulFunc.h Revert "Move C4Aul code into separate subdirectory" 2014-05-12 02:24:19 +02:00
C4AulLink.cpp Aul: Throw exceptions by value, not by pointer 2015-12-08 13:17:40 +01:00
C4AulParse.cpp Aul: Throw exceptions by value, not by pointer 2015-12-08 13:17:40 +01:00
C4PropList.cpp Script: Find_Property can also search for engine-defined properties 2015-12-22 18:07:38 +01:00
C4PropList.h Script: Find_Property can also search for engine-defined properties 2015-12-22 18:07:38 +01:00
C4Script.cpp Aul: Throw exceptions by value, not by pointer 2015-12-08 13:17:40 +01:00
C4ScriptHost.cpp Fix crash on global or scenario script reload. 2015-08-20 13:15:11 -04:00
C4ScriptHost.h Allow C4ScriptHost to load a script from memory 2014-08-04 13:04:34 -04:00
C4ScriptMain.cpp C4Script: Allow executing strings from cmdline instead of only files 2015-09-04 13:40:27 +02:00
C4ScriptStandalone.cpp C4Script: Allow executing strings from cmdline instead of only files 2015-09-04 13:40:27 +02:00
C4ScriptStandaloneStubs.cpp C4Script: Split stubs from script runner 2015-09-04 13:21:06 +02:00
C4StringTable.cpp Replace BorderBound DefCore value with BorderBound object property 2016-01-01 22:18:41 +01:00
C4StringTable.h Replace BorderBound DefCore value with BorderBound object property 2016-01-01 22:18:41 +01:00
C4Value.cpp Correct a comment about GetDataString safety 2014-05-25 22:47:56 +02:00
C4Value.h Use 32 bit math for +1, ++, -1, etc. in script (#1389) 2016-01-15 20:19:21 +01:00
C4ValueArray.cpp Aul: Throw exceptions by value, not by pointer 2015-12-08 13:17:40 +01:00
C4ValueArray.h Add Find_InArray (#1073). 2015-04-28 18:59:50 +02:00
C4ValueMap.cpp Remove some redundant #includes 2015-01-25 18:53:48 +01:00
C4ValueMap.h Remove some redundant #includes 2015-01-25 18:53:48 +01:00