openclonk/src
Nicolas Hake e3de9f1003 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-02-25 10:23:30 +01:00
..
c4group Scenario list loader: Ignore .ocd and .ocg files when looking recursively for scenarios 2017-07-11 20:45:57 -07:00
config Autodetect "/proc/self/exe"-equivalent on FreeBSD (#1999) 2018-02-17 12:41:16 +01:00
control Addedum to the control fixes in b11564168 (#1693, #1982): 2018-01-19 11:23:51 +01:00
editor Fix editor keyboard input on FreeBSD (hopefully) 2018-02-18 01:05:28 +01:00
game Add EvaluateOnAbort scenario flag for Tower of Despair 2018-02-18 21:46:56 +01:00
graphics Revert assert from 0027666c4 2018-01-13 13:54:38 +01:00
gui Editor join: Serialize reference as INI 2018-02-18 00:30:08 +01:00
landscape Add EvaluateOnAbort scenario flag for Tower of Despair 2018-02-18 21:46:56 +01:00
lib Fix more broken entries in Scenario.txt (#1910) 2018-01-13 18:57:32 +01:00
mape Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
netio Revisit #includes 2017-05-15 13:24:59 +02:00
netpuncher Change netpuncher protocol to be more extensible 2017-12-14 17:22:38 +01:00
network Fix IPv4 address serialization on FreeBSD (hopefully) 2018-02-18 00:42:17 +01:00
object Save HalfVehicleSolidMask object state 2018-01-05 22:41:14 +01:00
platform Launch editor via argv[0] on Unix systems without /proc/self/exe (#1999) 2018-02-17 12:57:43 +01:00
player Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
res Qt Editor: Add sound property delegate 2016-07-27 22:35:11 -04:00
script Add BLAKE2 library and expose its a CS hash algorithm to script 2018-02-25 10:23:30 +01:00
zlib Fix possible double close when attempting to open uncompressed files 2012-02-05 20:00:47 +01:00
C4ForbidLibraryCompilation.h Prevent using USE_CONSOLE in lib{misc,c4script} 2016-10-22 17:42:23 +02:00
C4Globals.cpp Fix destruction order of system string table vs. editor 2016-10-16 18:40:51 +02:00
C4Include.cpp Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
C4Include.h Revisit #includes 2017-05-15 13:24:59 +02:00
C4Prototypes.h Revisit #includes 2017-05-15 13:24:59 +02:00
C4Version.h.in CMake: Add date of commit to logfile 2017-04-12 12:34:36 +02:00