openclonk/src
Günther Brammer ed66b27cf3 Finally move the Log() declaration where it belongs
In the old days, the code was split in two parts - C4* files in one part
and the other files. Long, long ago, the other files were presumably used
by other programs, but that wasn't true since the GWE at least. But the
split was maintained, except for the Log functions. Now that everything
is one giant bunch anyway, the Log functions can be declared in C4Log.h
again.
2010-03-04 22:16:55 +01:00
..
c4group Remove all superflous #include <Standard.h> 2010-03-04 22:11:12 +01:00
config Remove all superflous #include <Standard.h> 2010-03-04 22:11:12 +01:00
control send perioic gamepad axis change callbacks even if direction didn't change 2010-02-24 00:18:07 +01:00
editor msvc: Build fixes for x64 compatibility 2010-02-27 14:48:01 +01:00
game stackable-display-fix; renamed all IDs to long IDs according to script guidelines; cleanup 2010-03-02 17:24:51 +01:00
gui Removed more shareware restrictions 2010-03-02 10:03:29 +01:00
lib Finally move the Log() declaration where it belongs 2010-03-04 22:16:55 +01: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 Remove all superflous #include <Standard.h> 2010-03-04 22:11:12 +01:00
platform Add missing #include <C4Include.h> 2010-03-04 22:12:35 +01:00
res icon with clearer borders 2010-02-21 21:42:30 +01:00
script Remove obsolete code introduced by the debugger merge 2010-03-05 22:25:37 +01:00
tinyxml Fixed mesh/mesh material loading for non-english locales 2010-01-26 00:55:48 +01:00
zlib Move all source files 2009-08-10 17:59:18 +02:00
C4Application.cpp Removed more shareware restrictions 2010-03-02 10:03:29 +01:00
C4Application.h avoid lots of gcc warnings 2010-01-25 05:00:59 +01:00
C4FullScreen.cpp Fix SDL code that still used DDrawCfg.Windowed 2010-02-24 12:49:08 +01:00
C4FullScreen.h Replace BOOL by bool, TRUE by true, FALSE by false 2009-08-15 20:50:32 +02:00
C4Game.cpp Merge with debug 2010-02-24 17:30:32 +01:00
C4Game.h Merge with debug 2010-02-24 17:30:32 +01:00
C4Globals.cpp Allow IDs longer than 4 characters 2010-01-25 16:57:57 +01:00
C4GraphicsSystem.cpp merge 2009-11-30 17:24:14 +01:00
C4GraphicsSystem.h Added includes and forward declarations, fixing the build 2009-10-26 00:09:34 +01:00
C4Include.cpp Reorganize C4Include.h and Standard.h 2010-01-02 01:11:54 +01:00
C4Include.h Finally move the Log() declaration where it belongs 2010-03-04 22:16:55 +01:00
C4Prototypes.h Remove StdMesh.h from StdDDraw2.h, use fwd declarations 2010-01-27 16:50:07 +01:00
C4Version.h Miscellanous FIXME removals 2010-02-23 21:49:57 +01:00
C4WinMain.cpp avoid lots of gcc warnings 2010-01-25 05:00:59 +01:00