openclonk/src
Armin Burgmeier a9f3f5e80c Fix size of C4GroupEntryCore
The BOOL->bool patch (ea7876ddd97d) changed the size of C4GroupEntryCore, thus
C4Groups could no longer be loaded correctly. This broke PlayerJoin for packed
player files.

The same patch seems to also cause other problems - normal Clonk movement
in the landscape is currently broken as well.
2009-08-24 23:53:12 -04: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 Replace BOOL by bool, TRUE by true, FALSE by false 2009-08-15 20:50:32 +02:00
editor Fixed a glib warning on startup about the main loop being active already 2009-08-23 19:22:55 -04:00
game Restore changes from 4cfa1c35dc2f accidentally reverted by the last commit 2009-08-16 15:18:07 +02:00
gui Replace BOOL by bool, TRUE by true, FALSE by false 2009-08-15 20:50:32 +02:00
lib Replace BOOL by bool, TRUE by true, FALSE by false 2009-08-15 20:50:32 +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 Replace BOOL by bool, TRUE by true, FALSE by false 2009-08-15 20:50:32 +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 Replace BOOL by bool, TRUE by true, FALSE by false 2009-08-15 20:50:32 +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 Replace BOOL by bool, TRUE by true, FALSE by false 2009-08-15 20:50:32 +02: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