openclonk/src
Lukas Werling 298feab441 Change netpuncher protocol to be more extensible
- Each packet has a version field.

 - Clients connecting to the netpuncher always send a request packet.
   This allows the netpuncher to react differently depending on the
   client's version.

 - Encode packets as binary instead of ASCII. This allows adding fields
   while maintaining compatibility.
2017-12-14 17:22:38 +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 remove unused AttractLightning defcore entry 2017-07-15 14:00:19 +02:00
control Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
editor Editor: Support localized definition group folder names (from Title.txt) 2017-05-27 16:30:59 +09:00
game Add ExecutePXS script function 2017-11-12 22:00:52 +01:00
graphics Fix some valgrind warnings and a leak in openclonk-server 2017-09-01 15:59:46 +02:00
gui Fix some valgrind warnings and a leak in openclonk-server 2017-09-01 15:59:46 +02:00
landscape Prevent SEGV on duplicate material names with different case (#1359) 2017-12-10 15:09:51 +01:00
lib Fix another preprocessor conditional for MinGW 2017-11-09 09:33:29 +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 Change netpuncher protocol to be more extensible 2017-12-14 17:22:38 +01:00
object perform callbacks when moving contents when container is removed (#1950) 2017-11-11 09:12:46 +01:00
platform Fix iLevel parameter of SoundAt (#1681) 2017-12-05 16:57:14 +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 New engine recognised property: MaterialIncinerate. 2017-11-01 00:49:26 +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