Developers: kfitzner

Login name:
kfitzner
Total Commits:
8 (0.0%)
Lines of Code:
196 (0.0%)
Most Recent Commit:
2013-04-12 10:28

Activity by Clock Time

Activity by Hour of Day for kfitzner

Activity by Day of Week for kfitzner

Activity in Directories

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

Activity of kfitzner

Most Recent Commits

kfitzner 2013-04-12 10:28 Rev.: 18670

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:

  • server/trunk/macros: cf_python.m4 (+3 -3)
kfitzner 2013-04-11 11:25 Rev.: 18669

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:

  • server/trunk/macros: cf_python.m4 (+14 -3)
kfitzner 2013-04-08 21:03 Rev.: 18668

Fix SF bug #750 Server compile failure, metaserver.c, regression caused update 18667.

1 lines of code changed in 1 file:

  • server/trunk/socket: metaserver.c (+1 -1)
kfitzner 2013-04-06 10:20 Rev.: 18667

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:

  • server/trunk/socket: metaserver.c (+2)
kfitzner 2013-04-05 08:46 Rev.: 18657

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:

  • client/trunk: configure.ac (+3 -3)
kfitzner 2013-04-04 09:27 Rev.: 18656

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:

  • client/trunk/gtk-v2/win32: Building.mingw.txt (+171 -95)
kfitzner 2013-04-03 20:19 Rev.: 18655

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:

  • client/trunk/gtk-v2/src: Makefile.am (+1)
kfitzner 2013-04-03 12:11 Rev.: 18654

Update deprecated MINGW macro to __MINGW32__

1 lines of code changed in 1 file:

  • client/trunk/gtk-v2/src: config.c (+1 -1)
Generated by StatSVN 0.7.0