openclonk/src/script
Sven Eberhardt 4581022411 Fix an aul preparser crash on DirectExec functions parsing
GetLastRetType doesn't work because the preparser does not generate code.

The code looks a bit like this line just got lost somehow?
2016-08-08 15:26:25 -04:00
..
C4Aul.cpp Store a pointer to the effect target in the effect itself 2016-05-15 15:17:17 +02:00
C4Aul.h C4CodeGen: Rename to C4AulCompiler 2016-05-09 12:21:33 +02:00
C4AulCompiler.cpp Aul: Deprecate implicit conversion from 0 to object/proplist/def/string 2016-05-13 16:28:45 +02:00
C4AulCompiler.h C4AulCompiler: Rename iStack to stack_height 2016-05-09 12:33:51 +02:00
C4AulDebug.cpp Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
C4AulDebug.h Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
C4AulDefFunc.h Merge branch script 2016-04-28 03:25:44 +02:00
C4AulExec.cpp Merge branch 'master' into qteditor 2016-06-20 22:27:03 -04:00
C4AulExec.h Aul: Add DirectExec method for executing a complete function definition. 2016-06-20 01:37:04 -04:00
C4AulFunc.cpp C4AulFunc::GetFullName: make const 2016-05-11 17:15:47 +02:00
C4AulFunc.h Remove references to functions defined in unloading defs (#1776) 2016-07-06 14:41:22 +02:00
C4AulLink.cpp Merge branch 'master' into qteditor 2016-07-24 10:23:57 -04:00
C4AulParse.cpp Fix an aul preparser crash on DirectExec functions parsing 2016-08-08 15:26:25 -04:00
C4AulParse.h Merge branch 'master' into qteditor 2016-06-20 22:27:03 -04:00
C4AulScriptFunc.cpp Merge branch script 2016-04-28 03:25:44 +02:00
C4AulScriptFunc.h Merge branch 'master' into qteditor 2016-06-20 22:27:03 -04:00
C4Effect.cpp Merge branch 'master' into qteditor 2016-06-20 22:27:03 -04:00
C4Effect.h Merge branch 'master' into qteditor 2016-06-20 22:27:03 -04:00
C4PropList.cpp Qt editor: Sort properties in property list by localized name and priority 2016-08-02 01:12:08 -04:00
C4PropList.h Qt editor: Sort properties in property list by localized name and priority 2016-08-02 01:12:08 -04:00
C4Script.cpp Add eval parameter to not pass errors 2016-07-31 08:15:54 -04:00
C4ScriptHost.cpp Fix unloading scenarios with Map.c or System.ocg scripts (#1778) 2016-07-07 14:39:18 +02:00
C4ScriptHost.h Fix #include-in-#appendto, but discourage with a warning 2016-07-07 21:13:18 +02:00
C4ScriptMain.cpp Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
C4ScriptStandalone.cpp Fix server and utility build 2016-06-18 10:35:54 -04:00
C4ScriptStandaloneStubs.cpp Fix utility builds 2016-06-21 21:48:10 -04:00
C4StringTable.cpp Add EditorPlacementLimit property 2016-08-06 02:36:53 -04:00
C4StringTable.h Add EditorPlacementLimit property 2016-08-06 02:36:53 -04:00
C4Value.cpp Merge remote-tracking branch 'remotes/origin/qteditor' into qteditor 2016-04-04 19:34:02 -04:00
C4Value.h Merge branch 'master' into qteditor 2016-06-20 22:27:03 -04:00
C4ValueArray.cpp Script: Prevent writes to constant arrays 2016-05-05 02:10:41 +02:00
C4ValueArray.h Script: Prevent writes to constant arrays 2016-05-05 02:10:41 +02:00
C4ValueMap.cpp C4ValueMapNames: mark GetItemNr const 2016-04-24 14:01:23 +02:00
C4ValueMap.h C4ValueMapNames: mark GetItemNr const 2016-04-24 14:01:23 +02:00