Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 11 (100.0%) | 306 (100.0%) | 27.8 |
trunk/crossfire/ | 2 (18.2%) | 285 (93.1%) | 142.5 |
trunk/client/ | 4 (36.4%) | 9 (2.9%) | 2.2 |
trunk/client/x11/ | 1 (9.1%) | 5 (1.6%) | 5.0 |
trunk/crossfire/crossedit/ | 2 (18.2%) | 4 (1.3%) | 2.0 |
trunk/crossfire/crossedit/Cnv/ | 1 (9.1%) | 2 (0.7%) | 2.0 |
trunk/client/sound-src/ | 1 (9.1%) | 1 (0.3%) | 1.0 |
sound-src/Makefile.in
4 lines of code changed in 1 file:
replaced SOUNDDIR with SOUND_DIR in sound-src/Makefile.in so that
--with-sound-dir=<dir> works now.
1 lines of code changed in 1 file:
Load can modify self->w only, if self->w was created, which is not alwas the case
2 lines of code changed in 1 file:
get_map_image_size: access of width/height when pixmaps[face]==NULL
results in coredump on IRIX (pixmaps[0] == NULL)
5 lines of code changed in 1 file:
sync with configure.in
267 lines of code changed in 1 file:
sound.o and cfsndserv depend on soundsdef.h and should be compiled,
if the definitions changed
3 lines of code changed in 1 file:
Call cfsndserv with prefix/bin=bindir so bindir need not to be in PATH
2 lines of code changed in 2 files:
new configure flags --with-ldflags, -with-includes to support extraordinary
header and library files.
Rearange of tests for libm (needed to test before png on some machines)
Propagate CPPFLAGS and LDFLAGS from commandline to configure
18 lines of code changed in 1 file:
Propagate CPPFLAGS and LDFLAGS down to Makefile
4 lines of code changed in 2 files: