openclonk/src
David Dormagen 8a8593e0ba Script GUI: added TightGridLayout style (requirement of #1842)
The TightGridLayout fills spaces more aggressively. This is slower but makes for a tighter layout. Finding the best layout is NP-complete. This here is just O(N^2) or so.
2016-11-05 15:35:15 +01:00
..
c4group Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
config Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
control Fix 75289da and 55b6713 2016-11-03 13:09:54 +01:00
editor Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
game Script GUI: added TightGridLayout style (requirement of #1842) 2016-11-05 15:35:15 +01:00
graphics Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
gui Script GUI: added TightGridLayout style (requirement of #1842) 2016-11-05 15:35:15 +01:00
landscape Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
lib Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
mape Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
netio Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
netpuncher Extend the netpuncher: clients can ask hosts for a connection initiation to circumvent port restricted NATs 2016-10-23 22:34:43 +02:00
network Fix 75289da and 55b6713 2016-11-03 13:09:54 +01:00
object Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
platform Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
player Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
res Qt Editor: Add sound property delegate 2016-07-27 22:35:11 -04:00
script Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04: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 Remove re namespace alias 2016-10-19 13:46:03 +02:00
C4Prototypes.h Twiddle with header organization: lib{misc,c4script} do no longer include GL/glew.h 2016-10-20 18:46:32 +02:00
C4Version.h.in Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00