[root]/server/trunk/test/toolkit
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 48 (100.0%) | 359 (100.0%) | 7.4 |
mwedel | 6 (12.5%) | 126 (35.1%) | 21.0 |
gros | 2 (4.2%) | 110 (30.6%) | 55.0 |
akirschbaum | 8 (16.7%) | 76 (21.2%) | 9.5 |
ryo_saeba | 13 (27.1%) | 27 (7.5%) | 2.0 |
quinet | 11 (22.9%) | 11 (3.1%) | 1.0 |
anmaster | 3 (6.3%) | 5 (1.4%) | 1.6 |
partmedia | 3 (6.3%) | 3 (0.8%) | 1.0 |
silvernexus | 2 (4.2%) | 1 (0.3%) | 0.5 |
Remove old-style function definitions.
1 lines of code changed in 1 file:
Retired old CrossEdit testing toolkit. It never actually had anything implemented and CrossEdit has been gone for years, anyway.
1 lines of code changed in 2 files:
Remove empty function.
0 lines of code changed in 1 file:
Fix unit test header files
While here, remove the explicit libdl linker flag.
3 lines of code changed in 1 file:
Remove automatic prototype generation with cproto
Obtained from: Tolga Dalman
0 lines of code changed in 2 files:
Correctly clean temporary account files and directories.
4 lines of code changed in 1 file:
Add missing includes for prototypes.
8 lines of code changed in 4 files:
Make parameters const.
3 lines of code changed in 1 file:
Remove hard coded stat values - the stat bonuses (as well as max stat) can
be set in a file that is read at load time. The default lib/stat_bonus
file has bonuses exactly the same as the old hard coded values (or in
case of Charisma, as close as could be done with the change). Note:
you must do a 'make install' in the lib directory after this update,
otherwise, your server will be missing the stat bonuses and fail to run.
Automake/autoconf should automatically be run to know about the stat_bonus
file.
MSW 2011-05-01
1 lines of code changed in 1 file:
Unit tests: correctly initialise the config dir (for experience and such).
7 lines of code changed in 1 file:
test/toolkit/toolkit_common.c, test/include/toolkit_common.h: Fix a lot of
compiler warnings in the unit tests by adding a missing prototype to a header
and correcting another prototype.
server/c_misc.c: Fix trivially player triggered uninitialised read in the
language command.
common/object.c: Use "%s" to LOG() when dumping objects instead of passing
the dump as format string. Fix some compile warnings about variable shadowing.
4 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
74 lines of code changed in 6 files:
Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.
11 lines of code changed in 11 files:
Removed unused .cvsignore files, after all we use SVN since a long time.
0 lines of code changed in 1 file:
Clean up autoconf/automake a bit: remove some unneeded tests for X, updated syntax, and more (see changelog for details).
1 lines of code changed in 1 file:
Fix a few warnings.
1 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
2 lines of code changed in 1 file:
Remove trailing whitespace.
1 lines of code changed in 1 file:
Fix unit test pics (those are dummy ones, to be replaced someday). Add more tests to objects.
2 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
6 lines of code changed in 3 files:
Apply patch #1660388: Code-cleanup: () -> (void) courtesy Stefan Huehner.
2 lines of code changed in 2 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
117 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
110 lines of code changed in 2 files: