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 |
Removed unused 'archetypes' and 'treasures' settings.
0 lines of code changed in 1 file:
Allow subdirectory builds
Submitted by: Steven Johnson (patch #390)
1 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.
6 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.
3 lines of code changed in 1 file:
Fix treasures file name for unit tests.
1 lines of code changed in 1 file:
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: