openclonk/src/script
Sven Eberhardt 94669cebe4 Merge branch 'master' of ssh://git.openclonk.org/openclonk
Conflicts:
	src/editor/C4ConsoleQtPropListViewer.cpp
2017-05-07 15:16:01 -04:00
..
C4Aul.cpp Automatic fixes using clang-tidy 2017-05-03 20:30:45 +02:00
C4Aul.h Aul: Allow the user to selectively enable/disable warnings 2017-02-13 15:07:50 +01:00
C4AulAST.h Aul: Remove unnecessary virtual dtor from Script node 2017-02-13 15:23:51 +01:00
C4AulCompiler.cpp Automatic fixes using clang-tidy 2017-05-03 20:30:45 +02:00
C4AulCompiler.h Aul: Parse scripts into an AST, then generate bytecode from that 2016-05-12 19:43:48 +02:00
C4AulDebug.cpp Automatic fixes using clang-tidy 2017-05-03 20:30:45 +02:00
C4AulDebug.h Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4AulDefFunc.h Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4AulExec.cpp Automatic fixes using clang-tidy 2017-05-03 20:30:45 +02:00
C4AulExec.h Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4AulFunc.cpp Automatic fixes using clang-tidy 2017-05-03 20:30:45 +02:00
C4AulFunc.h Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4AulLink.cpp Automatic fixes using clang-tidy 2017-05-03 20:30:45 +02:00
C4AulParse.cpp Automatic fixes using clang-tidy 2017-05-03 20:30:45 +02:00
C4AulParse.h Aul: Allow the user to selectively enable/disable warnings 2017-02-13 15:07:50 +01:00
C4AulScriptFunc.cpp Automatic fixes using clang-tidy 2017-05-03 20:30:45 +02:00
C4AulScriptFunc.h Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4AulWarnings.h Aul: use %u instead of %zu for parameter indexes 2017-03-14 00:45:27 +01:00
C4Effect.cpp Automatic fixes using clang-tidy 2017-05-03 20:30:45 +02:00
C4Effect.h Merge branch 'master' into qteditor 2016-06-20 22:27:03 -04:00
C4PropList.cpp Merge branch 'master' of ssh://git.openclonk.org/openclonk 2017-05-07 15:16:01 -04:00
C4PropList.h Fix a script reload bug 2017-03-26 13:31:55 -04:00
C4Script.cpp Automatic fixes using clang-tidy 2017-05-03 20:30:45 +02:00
C4ScriptHost.cpp Automatic fixes using clang-tidy 2017-05-03 20:30:45 +02:00
C4ScriptHost.h Aul: Allow the user to selectively enable/disable warnings 2017-02-13 15:07:50 +01:00
C4ScriptMain.cpp Automatic fixes using clang-tidy 2017-05-03 20:30:45 +02:00
C4ScriptStandalone.cpp Automatic fixes using clang-tidy 2017-05-03 20:30:45 +02:00
C4ScriptStandaloneStubs.cpp Automatic fixes using clang-tidy 2017-05-03 20:30:45 +02:00
C4StringTable.cpp Merge branch 'master' of ssh://git.openclonk.org/openclonk 2017-05-07 15:16:01 -04:00
C4StringTable.h Editor: Add localized string support 2017-05-07 14:26:30 -04:00
C4Value.cpp Automatic fixes using clang-tidy 2017-05-03 20:30:45 +02:00
C4Value.h Implement JSON serialization for C4Value 2017-02-17 23:29:01 +01:00
C4ValueArray.cpp StdCompiler: Use terms "Serializer" and "Deserializer" 2017-03-11 15:05:41 +01:00
C4ValueArray.h Script: Prevent writes to constant arrays 2016-05-05 02:10:41 +02:00
C4ValueMap.cpp Automatic fixes using clang-tidy 2017-05-03 20:30:45 +02:00
C4ValueMap.h C4ValueMapNames: mark GetItemNr const 2016-04-24 14:01:23 +02:00