[root]/server/trunk/test/unit/socket
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 59 (100.0%) | 809 (100.0%) | 13.7 |
akirschbaum | 31 (52.5%) | 439 (54.3%) | 14.1 |
mwedel | 5 (8.5%) | 177 (21.9%) | 35.4 |
gros | 4 (6.8%) | 174 (21.5%) | 43.5 |
quinet | 1 (1.7%) | 9 (1.1%) | 9.0 |
ryo_saeba | 15 (25.4%) | 8 (1.0%) | 0.5 |
partmedia | 2 (3.4%) | 2 (0.2%) | 1.0 |
anmaster | 1 (1.7%) | 0 (0.0%) | 0.0 |
Fix unit test header files
While here, remove the explicit libdl linker flag.
1 lines of code changed in 1 file:
Fix `make clean` for non-GNU make (e.g. FreeBSD).
1 lines of code changed in 1 file:
Remove unused stub.
0 lines of code changed in 1 file:
Move function to common, remove stubs.
0 lines of code changed in 1 file:
Add include for prototype.
1 lines of code changed in 1 file:
Make container's contents browsable like the ground view.
1 lines of code changed in 1 file:
Rename function names.
1 lines of code changed in 1 file:
Extract code from common library into rod_adjust().
3 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
402 lines of code changed in 10 files:
Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.
9 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:
Extract duplicator handling to its own type file.
0 lines of code changed in 1 file:
Extract marker handling to its own type file.
0 lines of code changed in 1 file:
Extract creator handling to its own type file.
0 lines of code changed in 1 file:
Extract teleporter handling to its own type file.
0 lines of code changed in 1 file:
Move most of the object system's logic to common.
0 lines of code changed in 1 file:
Remove obsolete functions (related to weather).
0 lines of code changed in 1 file:
No functional changes - various cleanups to reduce number of compiler warnings
when compiled with -Wall - makes it easier to catch real errors. Most things
changed/fixed are missing returns in non void functions, missing includes,
declared but unused variables, not escaping #include sproto in CEXTRACT
checks. MSW 2007-07-16
1 lines of code changed in 1 file:
Remove trailing whitespace.
33 lines of code changed in 19 files:
Documentation, no functional change.
1 lines of code changed in 1 file:
Disable unimplemented tests, remove quests tests.
3 lines of code changed in 1 file:
Change weather_effect() to use mapstruct* instead of filename.
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
10 lines of code changed in 3 files:
Apply patch #1660388: Code-cleanup: () -> (void) courtesy Stefan Huehner.
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
166 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
174 lines of code changed in 4 files: