openclonk/src/script
Nicolas Hake 96fcf1389a Aul: Make engine not automatically log error summary
Getting the error summary written to the log/console automatically may
be useful for general game usage, but when testing Aul we just end up
with thousands of useless messages in the output. Let the caller log the
message if it's really desired.
2015-12-08 13:17:39 +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 Remove a lot of disabled legacy code, round 2 2015-03-25 20:02:53 +01:00
C4AulDebug.h Revert "Move C4Aul code into separate subdirectory" 2014-05-12 02:24:19 +02:00
C4AulDefFunc.h Revert "Move C4Aul code into separate subdirectory" 2014-05-12 02:24:19 +02:00
C4AulExec.cpp Warning fixes 2015-10-03 15:32:39 +01:00
C4AulExec.h Revert "Move C4Aul code into separate subdirectory" 2014-05-12 02:24:19 +02:00
C4AulFunc.cpp Revert "Move C4Aul code into separate subdirectory" 2014-05-12 02:24:19 +02:00
C4AulFunc.h Revert "Move C4Aul code into separate subdirectory" 2014-05-12 02:24:19 +02:00
C4AulLink.cpp Aul: Make engine not automatically log error summary 2015-12-08 13:17:39 +01:00
C4AulParse.cpp Fix static const arrays (#906) 2015-12-07 23:38:40 -05:00
C4PropList.cpp Drop Min, Max, Swap for std::min, std::max, std::swap 2015-11-15 13:53:01 +01:00
C4PropList.h Stop checking for rvalue ref support 2015-09-20 13:27:14 +02:00
C4Script.cpp Drop Min, Max, Swap for std::min, std::max, std::swap 2015-11-15 13:53:01 +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 Add max memory time to music resume feature (#1461) 2015-12-03 19:17:41 -05:00
C4StringTable.h Add max memory time to music resume feature (#1461) 2015-12-03 19:17:41 -05:00
C4Value.cpp Correct a comment about GetDataString safety 2014-05-25 22:47:56 +02:00
C4Value.h Change == and != to do pointer comparison on arrays and proplists (formerly === and !==). Remove === and !=== and introduce function DeepEqual for contents comparison. 2014-04-19 22:33:31 +02:00
C4ValueArray.cpp Drop Min, Max, Swap for std::min, std::max, std::swap 2015-11-15 13:53:01 +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