Directory server/trunk/test/toolkit/

Total Files:
6
Deleted Files:
3
Lines of Code:
180

[root]/server/trunk/test/toolkit

Lines of Code

server/trunk/test/toolkit/ Lines of Code

Developers

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

Most Recent Commits

akirschbaum 2015-11-21 06:25 Rev.: 20048

Remove old-style function definitions.

1 lines of code changed in 1 file:

  • server/trunk/test/toolkit: toolkit_server.c (+1 -1)
silvernexus 2015-05-19 10:50 Rev.: 19941

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:

  • server/trunk/test/toolkit: Makefile.am (+1 -2), toolkit_crossedit.c (del)
ryo_saeba 2015-03-01 08:38 Rev.: 19823

Remove empty function.

0 lines of code changed in 1 file:

  • server/trunk/test/toolkit: toolkit_common.c (-1)
partmedia 2014-06-09 18:11 Rev.: 19540

Fix unit test header files

While here, remove the explicit libdl linker flag.

3 lines of code changed in 1 file:

  • server/trunk/test/toolkit: toolkit_server.c (+3 -1)
partmedia 2014-06-06 17:54 Rev.: 19531

Remove automatic prototype generation with cproto

Obtained from: Tolga Dalman

0 lines of code changed in 2 files:

  • server/trunk/test/toolkit: Makefile.am (-16), toolkit_common.c (-2)
ryo_saeba 2013-08-15 05:24 Rev.: 18934

Correctly clean temporary account files and directories.

4 lines of code changed in 1 file:

  • server/trunk/test/toolkit: toolkit_server.c (+4 -6)
ryo_saeba 2011-11-01 14:52 Rev.: 15380

Add missing includes for prototypes.

8 lines of code changed in 4 files:

  • server/trunk/test/toolkit: toolkit_crossedit.c (+2), toolkit_random_maps.c (+2), toolkit_server.c (+2), toolkit_socket.c (+2)
ryo_saeba 2011-11-01 14:31 Rev.: 15377

Make parameters const.

3 lines of code changed in 1 file:

  • server/trunk/test/toolkit: toolkit_common.c (+3 -3)
mwedel 2011-05-02 01:11 Rev.: 14447

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:

  • server/trunk/test/toolkit: toolkit_common.c (+1)
ryo_saeba 2010-09-06 12:59 Rev.: 13749

Unit tests: correctly initialise the config dir (for experience and such).

7 lines of code changed in 1 file:

  • server/trunk/test/toolkit: toolkit_common.c (+7)
anmaster 2009-03-02 08:56 Rev.: 11589

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:

  • server/trunk/test/toolkit: toolkit_common.c (+4 -1)
akirschbaum 2009-01-24 12:22 Rev.: 11229

Whitespace changes: consistently reformat code.

74 lines of code changed in 6 files:

  • server/trunk/test/toolkit: toolkit_common.c (+54 -50), toolkit_crossedit.c (+4 -3), toolkit_map.c (+4 -3), toolkit_random_maps.c (+4 -3), toolkit_server.c (+4 -3), toolkit_socket.c (+4 -3)
quinet 2008-07-20 04:49 Rev.: 9584

Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.

11 lines of code changed in 11 files:

  • server/trunk/test/toolkit: toolkit_common.c (+6 -6), toolkit_crossedit.c (+1 -1), toolkit_map.c (+1 -1), toolkit_random_maps.c (+1 -1), toolkit_server.c (new), toolkit_socket.c (+1 -1)
anmaster 2008-05-25 05:03 Rev.: 9151

Removed unused .cvsignore files, after all we use SVN since a long time.

0 lines of code changed in 1 file:

  • server/trunk/test/toolkit: .cvsignore (del)
anmaster 2008-05-24 14:04 Rev.: 9149

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:

  • server/trunk/test/toolkit: Makefile.am (+1 -3)
ryo_saeba 2008-05-10 05:12 Rev.: 8959

Fix a few warnings.

1 lines of code changed in 1 file:

  • server/trunk/test/toolkit: toolkit_common.c (+1 -1)
mwedel 2007-07-17 02:13 Rev.: 6791

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:

  • server/trunk/test/toolkit: toolkit_common.c (+2 -2)
akirschbaum 2007-06-27 15:07 Rev.: 6717

Remove trailing whitespace.

1 lines of code changed in 1 file:

  • server/trunk/test/toolkit: toolkit_common.c (+1 -1)
ryo_saeba 2007-05-13 13:25 Rev.: 6280

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:

  • server/trunk/test/toolkit: toolkit_common.c (+2 -1)
ryo_saeba 2007-03-31 02:37 Rev.: 5906

Remove generated files.

0 lines of code changed in 1 file:

  • server/trunk/test/toolkit: Makefile.in (del)
mwedel 2007-03-26 02:25 Rev.: 5901

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:

  • server/trunk/test/toolkit: Makefile.am (+3 -3), Makefile.in (+3 -2)
ryo_saeba 2007-03-13 14:12 Rev.: 5756

Apply patch #1660388: Code-cleanup: () -> (void) courtesy Stefan Huehner.

2 lines of code changed in 2 files:

  • server/trunk/test/toolkit: toolkit_common.c (+2 -2)
mwedel 2007-02-07 03:02 Rev.: 5398

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:

  • server/trunk/test/toolkit: Makefile.in (+117 -117)
gros 2007-01-21 10:43 Rev.: 5339

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:

  • server/trunk/test/toolkit: Makefile.in (new)
Generated by StatSVN 0.7.0