Directory test/toolkit/

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

[root]/test/toolkit

Lines of Code

test/toolkit/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 53 (100.0%) 370 (100.0%) 6.9
mwedel 6 (11.3%) 126 (34.1%) 21.0
gros 2 (3.8%) 110 (29.7%) 55.0
akirschbaum 8 (15.1%) 76 (20.5%) 9.5
ryo_saeba 16 (30.2%) 34 (9.2%) 2.1
quinet 11 (20.8%) 11 (3.0%) 1.0
anmaster 3 (5.7%) 5 (1.4%) 1.6
partmedia 4 (7.5%) 4 (1.1%) 1.0
toxicfrog 1 (1.9%) 3 (0.8%) 3.0
silvernexus 2 (3.8%) 1 (0.3%) 0.5

Most Recent Commits

ryo_saeba 2021-04-10 11:06 Rev.: 22066

Removed unused 'archetypes' and 'treasures' settings.

0 lines of code changed in 1 file:

  • test/toolkit: toolkit_common.c (-2)
partmedia 2021-03-28 13:08 Rev.: 22047

Allow subdirectory builds

Submitted by: Steven Johnson (patch #390)

1 lines of code changed in 1 file:

  • test/toolkit: Makefile.am (+1 -1)
ryo_saeba 2021-01-14 04:59 Rev.: 21764

Introduce C++14.
Allow the server to run without collecting files in "arch". It can
now directly run with the "arch" directory along the "maps" one.
Rewrite the collect mechanism to use the server itself and not an external script.

6 lines of code changed in 1 file:

  • test/toolkit: toolkit_common.c (+6 -4)
toxicfrog 2020-09-11 20:02 Rev.: 21405

Fix test/unit/common to not require a crossfire install

Historically this has loaded confdir from $PREFIX, i.e. from your
installed copy of crossfire. This meant that if you didn't have
crossfire installed, you couldn't run the tests, and if you did, it
would use the confdata from the install rather than from the build tree.

With this change it automatically sets confdir based on datadir,
allowing all tests in test/unit/common/ to function without needing a
`make install` first. This problem still affects test/unit/server/ and
test/unit/bugfix, and will require more work to fix there.

3 lines of code changed in 1 file:

  • test/toolkit: toolkit_common.c (+3 -4)
ryo_saeba 2020-09-11 13:20 Rev.: 21398

Fix treasures file name for unit tests.

1 lines of code changed in 1 file:

  • test/toolkit: toolkit_common.c (+1 -1)
akirschbaum 2015-11-21 06:25 Rev.: 20048

Remove old-style function definitions.

1 lines of code changed in 1 file:

  • 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:

  • 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:

  • 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:

  • 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:

  • 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:

  • 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:

  • 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:

  • 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:

  • 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:

  • 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:

  • 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:

  • 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:

  • test/toolkit: toolkit_common.c (+6 -6), toolkit_crossedit.c (new), toolkit_map.c (new), toolkit_random_maps.c (new), toolkit_server.c (+1 -1), toolkit_socket.c (new)
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:

  • 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:

  • 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:

  • 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:

  • 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:

  • 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:

  • 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:

  • 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:

  • 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:

  • test/toolkit: toolkit_common.c (new)
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:

  • 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:

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