openclonk/src/script
Günther Brammer 4d1f5d95c2 Script: Prevent usage of deleted objects via this()
Apparently, this wasn't done already because of compatibility concerns. The
beginning of a release cycle is the perfect moment to finally complete the
prevention of using deleted objects from script.
2016-01-24 12:25:15 +01:00
..
C4Aul.cpp C4AulError: derive from std::exception 2016-01-23 13:49:08 +01:00
C4Aul.h Move references to ::Objects and ::MaterialMap from C4AulLink to C4Game 2016-01-24 02:09:14 +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 Remove never used NeedDefinitionContext 2016-01-24 02:09:13 +01:00
C4AulExec.cpp Script: Prevent usage of deleted objects via this() 2016-01-24 12:25:15 +01:00
C4AulExec.h Aul: Throw exceptions by value, not by pointer 2015-12-08 13:17:40 +01:00
C4AulFunc.cpp Script: Check parameter types of engine callbacks, too 2016-01-16 18:26:18 +01:00
C4AulFunc.h Script: Check parameter types of engine callbacks, too 2016-01-16 18:26:18 +01:00
C4AulLink.cpp Remove now unnecessary stubs from C4ScriptStandaloneStubs 2016-01-24 02:09:14 +01:00
C4AulParse.cpp Improve script bytecode dump formatting slightly 2016-01-24 02:09:15 +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 C4Script: Accept array parameter for Min, Max 2016-01-23 13:49:10 +01:00
C4ScriptHost.cpp Move GameScript.GRBroadCast to Game.GRBroadCast 2016-01-24 02:09:14 +01:00
C4ScriptHost.h Move GameScript.GRBroadCast to Game.GRBroadCast 2016-01-24 02:09:14 +01:00
C4ScriptMain.cpp C4Script: Allow executing strings from cmdline instead of only files 2015-09-04 13:40:27 +02:00
C4ScriptStandalone.cpp Remove duplicated stubs for the scriptengine from mape 2016-01-24 02:09:14 +01:00
C4ScriptStandaloneStubs.cpp Remove duplicated stubs for the scriptengine from mape 2016-01-24 02:09:14 +01: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 Remove a bit of dead code from C4Value 2016-01-24 02:09:13 +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