openclonk/src
Günther Brammer 6c61db0fab Recognize global constants even if they begin a statement
Feuermonster reported that

static const foo = 0;
func bar() { foo = 5; }

resulted in a confusing error message.
2009-08-26 16:59:00 +02:00
..
c4group Fix size of C4GroupEntryCore 2009-08-24 23:53:12 -04:00
config Replace BOOL by bool, TRUE by true, FALSE by false 2009-08-15 20:50:32 +02:00
control merge 2009-08-27 20:59:30 -04:00
editor Fixed a glib warning on startup about the main loop being active already 2009-08-23 19:22:55 -04:00
game merge 2009-08-27 20:59:30 -04:00
gui The number of the calling player can be passed to custom message-board-commandos 2009-08-26 14:18:58 +02:00
lib Fix DebugRec 2009-08-25 17:50:51 +02:00
netio Move all source files 2009-08-10 17:59:18 +02:00
netpuncher Move all source files 2009-08-10 17:59:18 +02:00
network C4PktBuf: Use StdCopyBuf instead of StdBuf as member variable 2009-08-26 01:20:01 +02:00
platform Fixed a glib warning on startup about the main loop being active already 2009-08-23 19:22:55 -04:00
res Move all source files 2009-08-10 17:59:18 +02:00
script Recognize global constants even if they begin a statement 2009-08-26 16:59:00 +02:00
zlib Move all source files 2009-08-10 17:59:18 +02:00
C4Application.cpp Replace BOOL by bool, TRUE by true, FALSE by false 2009-08-15 20:50:32 +02:00
C4Application.h Replace BOOL by bool, TRUE by true, FALSE by false 2009-08-15 20:50:32 +02:00
C4FullScreen.cpp Replace BOOL by bool, TRUE by true, FALSE by false 2009-08-15 20:50:32 +02:00
C4FullScreen.h Replace BOOL by bool, TRUE by true, FALSE by false 2009-08-15 20:50:32 +02:00
C4Game.cpp merge 2009-08-27 20:59:30 -04:00
C4Game.h Replace BOOL by bool, TRUE by true, FALSE by false 2009-08-15 20:50:32 +02:00
C4GraphicsSystem.cpp Replace BOOL by bool, TRUE by true, FALSE by false 2009-08-15 20:50:32 +02:00
C4GraphicsSystem.h Replace BOOL by bool, TRUE by true, FALSE by false 2009-08-15 20:50:32 +02:00
C4Include.cpp Move all source files 2009-08-10 17:59:18 +02:00
C4Include.h shuffle the #includes around a bit 2009-08-12 22:03:50 +02:00
C4Prototypes.h Move all source files 2009-08-10 17:59:18 +02:00
C4Version.h Move all source files 2009-08-10 17:59:18 +02:00
C4WinMain.cpp Set default icon for GTK windows 2009-08-15 12:22:52 -04:00