[root]/server/trunk/test/unit
common
(31 files, 4654 lines)
crossedit
(0 files, 0 lines)
random_maps
(22 files, 1535 lines)
server
(45 files, 4382 lines)
socket
(11 files, 726 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 11 (100.0%) | 280 (100.0%) | 25.4 |
gros | 2 (18.2%) | 153 (54.6%) | 76.5 |
mwedel | 4 (36.4%) | 125 (44.6%) | 31.2 |
ryo_saeba | 2 (18.2%) | 1 (0.4%) | 0.5 |
partmedia | 1 (9.1%) | 1 (0.4%) | 1.0 |
anmaster | 1 (9.1%) | 0 (0.0%) | 0.0 |
akirschbaum | 1 (9.1%) | 0 (0.0%) | 0.0 |
Fix `make clean` for non-GNU make (e.g. FreeBSD).
1 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 1 file:
Remove Crossedit, replaced by Gridarta.
1 lines of code changed in 1 file:
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
14 lines of code changed in 3 files:
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
111 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
153 lines of code changed in 2 files: