Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 8 (100.0%) | 196 (100.0%) | 24.5 |
client/trunk/gtk-v2/win32/ | 1 (12.5%) | 171 (87.2%) | 171.0 |
server/trunk/macros/ | 2 (25.0%) | 17 (8.7%) | 8.5 |
server/trunk/socket/ | 2 (25.0%) | 3 (1.5%) | 1.5 |
client/trunk/ | 1 (12.5%) | 3 (1.5%) | 3.0 |
client/trunk/gtk-v2/src/ | 2 (25.0%) | 2 (1.0%) | 1.0 |
Re-add non-versioned directories into the python directory search list. Behaviour should now be identical to before change #18669.
3 lines of code changed in 1 file:
Remove brace expansion from loops checking multiple Python versions, add single version list at the top of the macro to make editing simpler in the future.
Corrects ticket #747, "Bashisms break configure script for users of POSIX /bin/sh", https://sourceforge.net/p/crossfire/bugs/747/
14 lines of code changed in 1 file:
Fix SF bug #750 Server compile failure, metaserver.c, regression caused update 18667.
1 lines of code changed in 1 file:
Fix problem where initialization of the metaserver mutex was behind #IFDEF HAVE_CURL_CURL_H, but usage of it wasn't. This causes hangs on some platforms.
2 lines of code changed in 1 file:
Remove dependency on X for OpenGL - there is generally not X in Win32, and if a Linux/Unix system is trying to configure and it doesn't have X then there are bigger problems with that build than whether or not OpenGL is enabled.
Also put the addition of X libs behind a test for have_x. Automatically adding X libs breaks MinGW builds.
3 lines of code changed in 1 file:
Updated for current (1.70 + Trunk) clients and most recent versions of GTK+. Mentions all-in-one dependencies that have been prepared and are available for download at:
http://icculus.org/~kfitzner/misc/MinGWCrossfireDependenciesV1.70.1.zip
171 lines of code changed in 1 file:
Add @GTK_CFLAGS@ to AM_CFLAGS. Should have little effect in Linux/Unix where GTK include files will be in standard places anyway. In Windows under MinGW (and any other system where the include files are in a non-standard location) it will be required.
1 lines of code changed in 1 file:
Update deprecated MINGW macro to __MINGW32__
1 lines of code changed in 1 file: