openclonk/src/script
Nicolas Hake a8f4bd3960 C4AulParseError: Avoid the second string parameter
While I'm not a big fan of hiding flow control in a function, Error()
handles formatting and saves me from calling FormatString().getData() a
lot.
2016-04-28 02:59:12 +02:00
..
C4Aul.cpp Script: Add Scenario effects 2016-04-28 02:53:21 +02:00
C4Aul.h Move global effects from ::Game to ::ScriptEngine 2016-04-24 19:40:28 +02:00
C4AulDebug.cpp Remove pointer to start of variables from function context 2016-02-02 02:57:48 +01:00
C4AulDebug.h Move C4AulScriptFunc into its own source file 2016-01-24 12:27:23 +01:00
C4AulDefFunc.h Change effect list getting function parameter type to C4PropList* 2016-04-24 19:40:29 +02:00
C4AulExec.cpp Remove pointer to start of variables from function context 2016-02-02 02:57:48 +01:00
C4AulExec.h Remove pointer to start of variables from function context 2016-02-02 02:57:48 +01:00
C4AulFunc.cpp Combine C4String, C4AulFunc, C4ValueArray reference counting 2016-01-24 12:27:23 +01:00
C4AulFunc.h Remove C4AulScript class 2016-02-02 02:57:47 +01:00
C4AulLink.cpp Script: Add Scenario effects 2016-04-28 02:53:21 +02:00
C4AulParse.cpp C4AulParseError: Avoid the second string parameter 2016-04-28 02:59:12 +02:00
C4AulScriptFunc.cpp Don't leak references to Strings on script errors (#583) 2016-04-24 19:40:27 +02:00
C4AulScriptFunc.h Don't leak references to Strings on script errors (#583) 2016-04-24 19:40:27 +02:00
C4Effect.cpp Script: Add Construction and Destruction effect callbacks 2016-04-28 01:08:04 +02:00
C4Effect.h Script: CreateEffect starts effects that receive callbacks themselves 2016-04-28 01:08:04 +02:00
C4PropList.cpp Script: Complain about some attempts to Call nonexistant function again 2016-04-28 02:59:12 +02:00
C4PropList.h Script: GetName() can return the property a proplist was defined in 2016-04-24 19:40:29 +02:00
C4Script.cpp Script: Add GetPrototype and SetPrototype functions 2016-04-28 02:59:11 +02:00
C4ScriptHost.cpp Script: Add Scenario effects 2016-04-28 02:53:21 +02:00
C4ScriptHost.h Script: Add Scenario effects 2016-04-28 02:53:21 +02:00
C4ScriptMain.cpp C4Script: Allow executing strings from cmdline instead of only files 2015-09-04 13:40:27 +02:00
C4ScriptStandalone.cpp Move GlobalNamed.SetNameList call after Link() into Link() 2016-01-25 00:00:58 +01:00
C4ScriptStandaloneStubs.cpp Script: Add Scenario effects 2016-04-28 02:53:21 +02:00
C4StringTable.cpp Script: Add Construction and Destruction effect callbacks 2016-04-28 01:08:04 +02:00
C4StringTable.h Script: Add Construction and Destruction effect callbacks 2016-04-28 01:08:04 +02:00
C4Value.cpp Add more overloads of the C4Value constructor 2016-01-25 00:00:57 +01:00
C4Value.h Drop the roundtrip through C4ID for the effect C4Def command target 2016-04-24 19:40:27 +02:00
C4ValueArray.cpp C4ValueArraySortStringscomp: silenced string-to-bool-conversion warning 2016-02-27 11:42:37 +01:00
C4ValueArray.h Combine C4String, C4AulFunc, C4ValueArray reference counting 2016-01-24 12:27:23 +01: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