[root]/server/trunk/test/unit/common
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 263 (100.0%) | 5585 (100.0%) | 21.2 |
akirschbaum | 112 (42.6%) | 2572 (46.1%) | 22.9 |
ryo_saeba | 94 (35.7%) | 1782 (31.9%) | 18.9 |
mwedel | 19 (7.2%) | 743 (13.3%) | 39.1 |
gros | 4 (1.5%) | 341 (6.1%) | 85.2 |
quinet | 6 (2.3%) | 68 (1.2%) | 11.3 |
tchize | 2 (0.8%) | 31 (0.6%) | 15.5 |
partmedia | 15 (5.7%) | 21 (0.4%) | 1.4 |
anmaster | 9 (3.4%) | 21 (0.4%) | 2.3 |
kbulgrien | 1 (0.4%) | 6 (0.1%) | 6.0 |
toxicfrog | 1 (0.4%) | 0 (0.0%) | 0.0 |
Clean extra space in list with eg god descriptions.
16 lines of code changed in 2 files:
Removed unused function.
0 lines of code changed in 1 file:
Allow subdirectory builds
Submitted by: Steven Johnson (patch #390)
8 lines of code changed in 8 files:
Extract event handling to common library.
0 lines of code changed in 1 file:
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.
31 lines of code changed in 6 files:
Wrap nrofpixmaps in a function to not expose global variable.
Rename 'New_Face' to 'Face'.
Use Face* instead of face number.
2 lines of code changed in 1 file:
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.
0 lines of code changed in 1 file:
Fix item descriptions in unit tests after media-tag related changes.
A mere 'ring' or 'amulet' is now described as 'of adornment'.
4 lines of code changed in 1 file:
Rename function.
2 lines of code changed in 2 files:
Use blue for electricity, light blue for cold, and various other colors.
14 lines of code changed in 1 file:
Display color and underline for items too.
5 lines of code changed in 1 file:
Add media tags to monsters description (via probe or knowledge), to highlight some resistances.
4 lines of code changed in 1 file:
Fix broken tests after food value changes in r19598.
3 lines of code changed in 1 file:
Fix unit test header files
While here, remove the explicit libdl linker flag.
6 lines of code changed in 2 files:
Fix broken test.
1 lines of code changed in 1 file:
Refactor to use C99 integer type names.
Submitted by: Tolga Dalman
5 lines of code changed in 2 files:
Reflect move of configuration files in unit tests.
1 lines of code changed in 1 file:
Remove trailing whitespace.
16 lines of code changed in 2 files:
Trim legacy Makefile headers.
0 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:
Use an archetype for which there are facings.
1 lines of code changed in 1 file:
Basic unit test.
19 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:
Use 'const char*' instead of 'char*' for strings. Make functions static.
35 lines of code changed in 11 files:
Add include for prototype.
1 lines of code changed in 1 file:
Misc cleaning.
12 lines of code changed in 2 files:
Remove debug fprintf() line, add in missing skills so this works
on current arch tree.
MSW 2011-10-22
3 lines of code changed in 1 file:
Add function treasurelist_find_matching_type() which extracts all items
on treasurelist of matching type. This will be used in future
skill code, but no reason not to check it in now. Also add test
for it.
MSW 2011-10-22
145 lines of code changed in 2 files:
Remove test function, the rewrite is ok.
0 lines of code changed in 1 file:
Disable empty test that breaks XML processing.
2 lines of code changed in 1 file:
Move macros to appropriate test file.
31 lines of code changed in 1 file:
Remove obsolete test.
0 lines of code changed in 1 file:
Remove obsolete unit test.
0 lines of code changed in 1 file:
Make container's contents browsable like the ground view.
1 lines of code changed in 1 file:
Add better output on failed match so it is easier to track down
where the problem is.
MSW 2011-04-05
1 lines of code changed in 1 file:
Fix largely broken test - stats were being put into wrong fields,
so fix_object() just cleared them, so same results would always be
generated no matter what the entered stat values (and hence, bonuses)
were.
MSW 2011-02-19
M check_living.c
44 lines of code changed in 1 file:
test/unit/common/check_living.c: Modify some hard coded array sizes to use
the defined values. Remove randomly generated input values and put those
into arrays - the test only works with specific input values, and randomly
generating them only works if one is using the same random number generator.
test/unit/common/check_item.c: Disable this test if not using glibc - its
checking requires specific random number sequence - however, since many
of the RANDOM() calls are from within libcommon, not easy to hard code
the values.
INSTALL: Update notes on make check - only works with default values.
MSW 2010-12-26
136 lines of code changed in 2 files:
Add missing call to init_formulae() - test was failing/core dumping because
no formulae were loaded.
MSW 2010-12-05
1 lines of code changed in 1 file:
Remove trailing whitespace.
1 lines of code changed in 1 file:
(74 more)