Commit Graph

110 Commits (21d714bb93734660b001cd13fb6fa88bacc76341)
 

Author SHA1 Message Date
Nicolas Hake 21d714bb93 Removed autotools and anjuta build files 2009-07-11 01:46:50 +02:00
Nicolas Hake d6337554bc StdFile: Replace CreateDirectory
Removed CreateDirectory, replaced with CreatePath, which creates parent
directories recursively if needed
2009-07-10 21:33:55 +02:00
Nicolas Hake 2a38d0056d Strip c4group of unnecessary code dependencies
Fixes issue #21 (c4group build failure)
2009-07-08 19:54:54 +02:00
Nicolas Hake 7a38556516 Stop C4Config from forcing work dir in debug builds 2009-07-08 18:45:03 +02:00
Nicolas Hake 4649547c97 Fix MSVC build 2009-07-06 04:40:57 +02:00
David Dormagen 199cf0d5a6 CMake-pthread-fix for WIN32 builds 2009-07-03 14:19:31 +02:00
Nicolas Hake 643eb5ee8c Fixed invalid UTF-8 sequence in LangDE 2009-07-03 02:31:06 +02:00
Nicolas Hake 8065c40ce3 Check for valid resolution on startup
If the configuration file specifies a resolution the driver doesn't support,
choose one with a similar area. This resolves issue #16.
2009-07-03 02:20:28 +02:00
Nicolas Hake 8466407a60 Updated CMakeLists to work with precompiled dependencies 2009-07-01 22:25:45 +02:00
Günther Brammer c1d3fbea02 Work around static initialization order fiasco
The C4Game::Default function should eventually be removed.
2009-06-30 22:55:06 +02:00
Günther Brammer fbac806cc5 Merge branch 'cleanups' into default branch 2009-06-28 23:05:32 +02:00
Günther Brammer e65f337dfd Reject Language**.txt with a non-UTF-8 charset
This allows some simplifications:
- CStdFont does not have to convert to Unicode for Freetype
- the developer mode does not have to convert to Unicode for GTK+
- The EnsureUnicode function can be called unconditionally

This also switches the IRC charset fixup code to convert to UTF-8, not from
UTF-8.
2009-06-28 22:53:32 +02:00
Nicolas Hake 3c448e6798 Engine name changed to "OpenClonk" 2009-06-21 14:33:41 +02:00
Günther Brammer 1ce653fd40 unifdef C4GROUP and C4FRONTEND
The frontend is dead anyway, and c4group doesn't even use the affected
files. Except C4Update, where I replaced a printf with ::Log.
2009-06-17 22:07:52 +02:00
Günther Brammer 09a7f4cd07 unifdef C4ENGINE 2009-06-17 21:22:10 +02:00
Günther Brammer 6ff9c8c48a C4Group: Do not use C4Config
This disables writing the maker name into the group. But this bit of meta
data will be lost anyway when we move to ZIPs.

The temp directory and registration check bits are unnecessary, anyway.
2009-06-17 21:45:41 +02:00
Günther Brammer fb249aafcd Move GUI code from C4InputValidation to C4GonfigShareware
That way, C4InputValidation can be used by C4Group as is.
2009-06-17 21:43:13 +02:00
Günther Brammer 7fe7e557e0 Let C4ConfigNetwork check for ports collisions instead of C4Network2
I also wanted to move the default port definitions to C4Config, but not all
are user configurable, so I left them where they are for now. The code is
still better with this change.
2009-06-17 21:41:55 +02:00
Günther Brammer c901530ee1 Move Game.Control to ::Control 2009-06-16 00:06:37 +02:00
Günther Brammer 078a0ca9e4 Move Game.Objects to ::Objects
Also move Game.{Back|Fore}Objects to ::Objects.{Back|Fore}Objects and clean
up DeleteObjects.
2009-06-15 23:47:26 +02:00
Günther Brammer c6dee6d7c8 Move Game.Players to ::Players 2009-06-13 01:09:32 +02:00
Günther Brammer b0ceb97f5a Automake: Remove subdir-objects to significantly speed up compile time 2009-06-12 20:53:12 +02:00
Günther Brammer 009cfc9e7b Remove C4Wrappers and put most functions in relevant headers
This also removes the TickXXX #defines and moves the lookup of predefined
materials to C4Material.
2009-06-12 20:52:21 +02:00
Günther Brammer 46d0d93dfc Move Game.Weather to ::Weather 2009-06-11 21:59:35 +02:00
Günther Brammer 18167243b2 Make CreateDirectory create directories recursively 2009-06-06 17:20:17 +02:00
Günther Brammer 4d047ed20f Move Game.Material to ::MaterialMap 2009-06-05 20:46:03 +02:00
Günther Brammer 31e27e91f5 Move Game.Messages to ::Messages 2009-06-05 20:12:43 +02:00
Günther Brammer 6e4df10454 Header reorganisation
Lots of #includes are moved from C4Game.h to the files that actually need
them
2009-06-05 20:00:23 +02:00
Günther Brammer ad3c2509ca X11: Stop including X11 headers from Clonk headers
X11 headers #define common symbols like Status and Success, which leads to
very puzzling error messages when included from random Clonk code
2009-06-05 19:57:37 +02:00
Günther Brammer 760df013ba Move Game.pGUI to ::pGUI 2009-06-05 18:53:56 +02:00
Günther Brammer 96080bd839 Move Game.Defs to ::Definitions 2009-06-05 18:46:37 +02:00
Günther Brammer a05e53c1bc Move Game.Particles to ::Particles 2009-06-05 17:22:28 +02:00
Günther Brammer fb48b275be Move Game.MassMover to ::MassMover 2009-06-05 17:21:28 +02:00
Günther Brammer 0cbfee4e4a Move Game.ScriptEngine to ::ScriptEngine 2009-06-05 17:21:11 +02:00
Günther Brammer 33eb6079ab Move Game.Landscape to ::Landscape 2009-06-05 17:20:41 +02:00
Günther Brammer ca62729fa4 Move Game.PXS to ::PXS 2009-06-05 17:20:27 +02:00
Günther Brammer ab69802140 Move Game.MouseControl to MouseControl 2009-06-05 17:20:07 +02:00
Günther Brammer fa05c07d5c Move Game.Network to ::Network 2009-06-05 17:19:46 +02:00
Günther Brammer 724f81724d Move Game.GraphicsResource to ::GraphicsResource 2009-06-05 17:19:15 +02:00
Günther Brammer a82a4470bd Move Game.MessageInput to ::MessageInput 2009-06-05 17:18:45 +02:00
Günther Brammer ad779a0dc1 Move Game.GraphicsSystem to ::GraphicsSystem 2009-06-05 17:14:20 +02:00
Günther Brammer a0bbab441f Move Game.Rank to ::DefaultRanks 2009-06-05 17:13:33 +02:00
Günther Brammer 25639bc659 Move Game.TextureMap to TextureMap 2009-06-05 17:09:54 +02:00
Günther Brammer 08957a3b9a Add copyright notices
These are automatically generated from the old redwolf design repository.
They are probably somewhat inaccurate.
2009-06-05 15:41:20 +02:00
Günther Brammer d84cdd5e71 Remove even more shareware restrictions 2009-06-05 15:46:13 +02:00
Günther Brammer a2ea3aaaff Unix: Fix creation of executable files 2009-06-04 12:43:38 +02:00
Günther Brammer fc7d8425ba Linux: Add CMake support
CMake produces a config.h which defines the macros as empty strings instead
of 1, so some #ifs have to be adapted.
2009-05-29 23:05:50 +02:00
Günther Brammer cc34bdc07c Windows: Replace vc9 and codeblocks build files with CMake 2009-05-29 22:53:15 +02:00
Günther Brammer f5b1ed0f16 Windows: Port c4group_ng.cpp 2009-05-29 01:03:06 +02:00
Sven Eberhardt 6e35727259 MSVC9: Don't compile as DLL 2009-05-24 18:01:27 -04:00