
| Author | Changes | Lines of Code | Lines per Change | 
|---|---|---|---|
| Totals | 73 (100.0%) | 1261 (100.0%) | 17.2 | 
| akirschbaum | 48 (65.8%) | 1057 (83.8%) | 22.0 | 
| ryo_saeba | 10 (13.7%) | 97 (7.7%) | 9.7 | 
| mwedel | 2 (2.7%) | 59 (4.7%) | 29.5 | 
| gros | 2 (2.7%) | 37 (2.9%) | 18.5 | 
| silvernexus | 8 (11.0%) | 8 (0.6%) | 1.0 | 
| partmedia | 2 (2.7%) | 3 (0.2%) | 1.5 | 
| anmaster | 1 (1.4%) | 0 (0.0%) | 0.0 | 
Fix source distribution
2 lines of code changed in 1 file:
Formalize C99 requirement
Since 2002, the style guide has advocated use of the C99 fixed-width
integer types ("use the [s/u]int[8/16/32] whenever possible").
Since 2015, autoconf has automatically set the required compiler flags
to enable C99 when the compiler does not enable C99 features by default.
    
1 lines of code changed in 1 file:
Adjust the stat bonustable to not refer to thAc0, but rather wc bonus.
1 lines of code changed in 1 file:
Removed old bonus-extract scripts and replaced them with a new one capable of outputting both LaTeX and HTML.
2 lines of code changed in 2 files:
Update server executable name to match current name in Appendix C.
1 lines of code changed in 1 file:
Remove old gods-extract scripts.
0 lines of code changed in 1 file:
Refactor gods-extract script and merge html & latex versions.
2 lines of code changed in 1 file:
Remove old level extraction script missed in previous script.
0 lines of code changed in 1 file:
Refactor level extraction tool for documentation generation to work with a modern server.
2 lines of code changed in 1 file:
Remove trailing whitespace.
1054 lines of code changed in 44 files:
Remove remaining references to max_carry.
1 lines of code changed in 2 files:
Removed unused .cvsignore files, after all we use SVN since a long time.
0 lines of code changed in 1 file:
Tweak documentation generation.
53 lines of code changed in 1 file:
Kind of update a few things.
32 lines of code changed in 4 files:
Fix broken pics.
11 lines of code changed in 3 files:
Fix doc generation.
1 lines of code changed in 1 file:
Remove trailing whitespace.
2 lines of code changed in 2 files:
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
    
1 lines of code changed in 1 file:
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
    
58 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
    
37 lines of code changed in 2 files: