Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 24 (100.0%) | 465 (100.0%) | 19.3 |
partmedia | 8 (33.3%) | 200 (43.0%) | 25.0 |
mwedel | 4 (16.7%) | 107 (23.0%) | 26.7 |
gros | 2 (8.3%) | 101 (21.7%) | 50.5 |
akirschbaum | 6 (25.0%) | 44 (9.5%) | 7.3 |
quinet | 1 (4.2%) | 8 (1.7%) | 8.0 |
anmaster | 2 (8.3%) | 5 (1.1%) | 2.5 |
ryo_saeba | 1 (4.2%) | 0 (0.0%) | 0.0 |
Retire 'crossfire-config' build parameter dumper.
This program was originally intended to make it easier for users to
install third-party plugins using an interface similar to pkg-config.
0 lines of code changed in 2 files:
Remove trailing whitespace.
1 lines of code changed in 1 file:
Rename 'devel.c' to 'crossfire-config.c'.
113 lines of code changed in 3 files:
Improve user help message and source formatting.
59 lines of code changed in 1 file:
Automatically whitespace format 'devel.c'.
28 lines of code changed in 1 file:
Trim legacy Makefile headers.
0 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
9 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
34 lines of code changed in 1 file:
Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.
8 lines of code changed in 1 file:
Add some missing "extern" keywords that caused warnings. Change some EXTERN to
extern (as EXTERN is undefined in some files, but that caused issues in a few
cases). Add some missing "const" keywords to devel/devel.c and fix a typo in
a comment. Remove some unused variables from random_maps.
5 lines of code changed in 1 file:
Removed unused .cvsignore files, after all we use SVN since a long time.
0 lines of code changed in 1 file:
Remove trailing whitespace.
0 lines of code changed in 3 files:
Remove generated files.
0 lines of code changed in 1 file:
Bring forward 1.10.0 fix for make distcheck
Fix 'make distclean':
acinclude.m4: Use -I./${srcdir} for crossedit check - otherwise, when
building in alternate directory, doesn't fine files correctly.
configure.*: Add new makefiles.
check-fragment.am, test/unit/crossedit/Makefile.am,
test/unit/common/Makefile.am,test/toolkit/Makefile.am: Add support for build!
make distclean does - using relative directories to find files
does not work. Some files should also be in the buildir, not srcdir.
Have Makefiels remove .autrun.xml with distclean
Makefile.am: Remove to config files on make distclean
test/include/Makefile.*, test/templates/Makefile.*: Add missing Makefiles
test/unit/random_maps/Makefile.am,test/unit/socket/Makefile.am,
test/unit/Makefile.am: remove .autorun.xml file as part of distclean
test/unit/server/Makefile.am: Remove LDFLAGS from Makefile.am - automake
says don't mess with those - use AM_LDFLAGS instead. Remove
.autrun.xml file with distclean
test/Makefile.am: Add include, templates to subdir list. Have
make clean remove log files, .autorun.xml file.
crossedit/Makefile.am: Fix indentation of stubs.c (use tab, not spaces)
other files: Rebuilt as part of running autogen.sh
MSW 2007-03-25
1 lines of code changed in 1 file:
Makefile.am, Makefile.in (and Makefiles in subdirs): Put types in list of
SUBDIRS before server so that compilation happens in correct order -
server area requires types to be up to date.
MSW 2007-02-07
106 lines of code changed in 1 file:
Refactored several object types.
Implemented the move_on event, replacing the call to move_apply().
2007-01-21 - gros
101 lines of code changed in 2 files:
Run 'svn propset svn:keywords Id ' on source files.
MSW 2006-09-20
0 lines of code changed in 2 files: