openclonk/src/script
Nicolas Hake 3e0ed99c83 Add BLAKE2 library and expose its a CS hash algorithm to script
The crypto "library" only consists of a single function at the
moment because that's all that users have asked for so far. It is
also highly experimental. We will make an attempt to keep the public
interface (i.e. the interface provided by Library_Crypto.c) stable,
but it might still change if necessary. The internal interface
(provided via the global _Crypto proplist) is not for public
consumption and will probably change at some point.
2018-03-05 17:37:07 +01:00
..
C4Aul.cpp Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Aul.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4AulAST.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4AulCompiler.cpp Disable -Wformat-security in parts of C4AulCompiler (#1992, GH-64) 2018-02-18 22:37:52 +01:00
C4AulCompiler.h Aul: Parse scripts into an AST, then generate bytecode from that 2016-05-12 19:43:48 +02:00
C4AulDebug.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4AulDebug.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4AulDefFunc.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4AulExec.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4AulExec.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4AulFunc.cpp Automatic fixes using clang-tidy 2017-05-03 20:30:45 +02:00
C4AulFunc.h Drop C4AulParSet defaulted ctor 2017-07-18 02:24:04 +02:00
C4AulLink.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4AulParse.cpp Fix warnings in DirectExec crashing (#1990) 2018-02-04 12:35:33 +01:00
C4AulParse.h Fix warnings in DirectExec crashing (#1990) 2018-02-04 12:35:33 +01:00
C4AulScriptFunc.cpp Automatic fixes using clang-tidy 2017-05-03 20:30:45 +02:00
C4AulScriptFunc.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4AulWarnings.h Aul: use %u instead of %zu for parameter indexes 2017-03-14 00:45:27 +01:00
C4Effect.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4Effect.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4PropList.cpp GetProperties: fixed returning of duplicated property names & too high repair costs 2018-01-13 15:02:19 +01:00
C4PropList.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Script.cpp Add BLAKE2 library and expose its a CS hash algorithm to script 2018-03-05 17:37:07 +01:00
C4ScriptHost.cpp Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4ScriptHost.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4ScriptLibraries.cpp Add BLAKE2 library and expose its a CS hash algorithm to script 2018-03-05 17:37:07 +01:00
C4ScriptLibraries.h Add BLAKE2 library and expose its a CS hash algorithm to script 2018-03-05 17:37:07 +01:00
C4ScriptMain.cpp Automatic fixes using clang-tidy 2017-05-03 20:30:45 +02:00
C4ScriptStandalone.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4ScriptStandaloneStubs.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4StringTable.cpp New engine recognised property: MaterialIncinerate. 2017-11-01 00:49:26 +01:00
C4StringTable.h New engine recognised property: MaterialIncinerate. 2017-11-01 00:49:26 +01:00
C4Value.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4Value.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4ValueArray.cpp Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4ValueArray.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4ValueMap.cpp Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4ValueMap.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00