openclonk/src
Nicolas Hake 8f47edc1e3 Fix destruction order of system string table vs. editor
Depending on the mood of the linker, the editor may have been
constructed before and destroyed after the system-wide string table
because they weren't defined in the same file. Destruction of the editor
tries to load some strings, which would then access the already
destroyed string table and thus crash.
2016-10-16 18:40:51 +02:00
..
c4group Fix destruction order of system string table vs. editor 2016-10-16 18:40:51 +02:00
config Change default puncher address to netpuncher.openclonk.org 2016-09-09 18:31:39 +02:00
control Remove EditCursorSelection and EditCursorDeselection callbacks 2016-10-15 10:06:43 -04:00
editor Editor: Fix recent scenario display on welcome page if a recent entry was opened via path including Scenario.txt 2016-10-16 09:52:48 -04:00
game Rework sky definition parsing 2016-10-15 13:34:39 +02:00
graphics Editor: Fix drop cursor drawing 2016-10-10 21:26:10 -04:00
gui Editor: Fix drop cursor drawing 2016-10-10 21:26:10 -04:00
landscape Rework sky definition parsing 2016-10-15 13:34:39 +02:00
lib Windows: Only write to stdout if there is no debugger 2016-10-11 18:07:31 +02:00
mape Fix mape build 2016-06-22 01:47:45 -04:00
netio Replace rand() with SafeRandom() 2016-04-20 22:42:00 +02:00
netpuncher Bring back and fix the netpuncher 2016-09-08 21:10:06 +02:00
network Lower minimum masterserver update interval to 1s 2016-10-03 00:05:23 +02:00
object Editor: Fix object list update on object removal 2016-10-15 11:43:12 -04:00
platform Fix game controllers not working with the editor 2016-10-10 14:16:18 +02:00
player Fix black editor screen due to GL object creation and removal in wrong context 2016-09-06 02:45:17 -04:00
res Qt Editor: Add sound property delegate 2016-07-27 22:35:11 -04:00
script Editor object list: Remove effects; add Global and Scenario 2016-10-15 10:06:44 -04:00
zlib Fix possible double close when attempting to open uncompressed files 2012-02-05 20:00:47 +01: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 Merge branch 'master' into qteditor 2016-08-13 23:42:59 -04:00
C4Prototypes.h Declare C4AulBCC as class instead of struct 2016-05-09 12:21:33 +02:00
C4Version.h.in Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00