[root]/server/trunk/test/bugs/bugtrack
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 43 (100.0%) | 1252 (100.0%) | 29.1 |
ryo_saeba | 14 (32.6%) | 728 (58.1%) | 52.0 |
akirschbaum | 11 (25.6%) | 348 (27.8%) | 31.6 |
silvernexus | 2 (4.7%) | 115 (9.2%) | 57.5 |
partmedia | 11 (25.6%) | 39 (3.1%) | 3.5 |
quinet | 1 (2.3%) | 19 (1.5%) | 19.0 |
anmaster | 3 (7.0%) | 3 (0.2%) | 1.0 |
mwedel | 1 (2.3%) | 0 (0.0%) | 0.0 |
Allow subdirectory builds
Submitted by: Steven Johnson (patch #390)
35 lines of code changed in 7 files:
Add new test to ensure applying race and class to a player doesn't make duplicate skills.
115 lines of code changed in 2 files:
Tentatively fix bug https://sourceforge.net/p/crossfire/bugs/883/
Monsters will not apply weapons in their inventory
84 lines of code changed in 2 files:
Rename function.
2 lines of code changed in 1 file:
Remove server '-detach' flag
This feature is particularly platform-dependent and is better served
using platform-specific tools such as daemon(8).
1 lines of code changed in 1 file:
Fix unit test header files
While here, remove the explicit libdl linker flag.
1 lines of code changed in 1 file:
Whitespace changes.
3 lines of code changed in 1 file:
Refactor to use C99 integer type names.
Submitted by: Tolga Dalman
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:
Fix signed/unsigned comparison.
2 lines of code changed in 1 file:
Use 'const char*' instead of 'char*' for strings. Make functions static.
6 lines of code changed in 2 files:
Clean function call.
1 lines of code changed in 1 file:
Fix incorrect check in test/bugs/bugtrack/check_2879249.c.
1 lines of code changed in 1 file:
Fix some serious compiler warnings (missing declaration of function, fixed by adding an #include; wrong type for argument to snprintf, fixed by changing to use the proper variable) in the test
suites.
1 lines of code changed in 1 file:
Remove unused parameter.
1 lines of code changed in 1 file:
Add unit test exposing a weight reduction issue with containers.
124 lines of code changed in 2 files:
Properly free inventory of merged objects.
131 lines of code changed in 2 files:
Remove old-style function declarations.
2 lines of code changed in 1 file:
Fix #2879249 (SIGSEGV on transport moving across some edges of tiled maps).
92 lines of code changed in 2 files:
Rename function names.
1 lines of code changed in 1 file:
Rename most functions in object.c to object_xxx().
10 lines of code changed in 1 file:
Merge HORNs (type 35) into RODs (type 3).
5 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
103 lines of code changed in 1 file:
Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.
19 lines of code changed in 1 file:
Set svn:eol-style to native on *.c and *.h files that were missing it.
1 lines of code changed in 1 file:
test/unit/server/Makefile.am, test/bugs/bugtrack/Makefile.am:
Remove duplicate build directions for libtypes.a
MSW 2007-07
0 lines of code changed in 1 file:
Remove trailing whitespace.
1 lines of code changed in 1 file:
Remove Crossedit, replaced by Gridarta.
1 lines of code changed in 1 file:
Fix ininitialized variable
2 lines of code changed in 1 file:
Create the 'bugs/bugtrack' directories for the unit test framework. Add test for a bug.
505 lines of code changed in 2 files: