Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 28 (100.0%) | 114 (100.0%) | 4.0 |
mwedel | 4 (14.3%) | 61 (53.5%) | 15.2 |
gros | 2 (7.1%) | 32 (28.1%) | 16.0 |
akirschbaum | 16 (57.1%) | 19 (16.7%) | 1.1 |
silvernexus | 1 (3.6%) | 1 (0.9%) | 1.0 |
ryo_saeba | 3 (10.7%) | 1 (0.9%) | 0.3 |
partmedia | 1 (3.6%) | 0 (0.0%) | 0.0 |
anmaster | 1 (3.6%) | 0 (0.0%) | 0.0 |
Add HTML 4.01 Transitional doctype to the html spoiler.
1 lines of code changed in 1 file:
Remove trailing whitespace.
18 lines of code changed in 14 files:
Trim legacy Makefile headers.
0 lines of code changed in 1 file:
Removed unused .cvsignore files, after all we use SVN since a long time.
0 lines of code changed in 1 file:
doc/playbook-html/Makefile.am,doc/spoiler-html/Makefile.am: Update the
clean directive to remove the png files, since that is what is now
used, and not gif files.
MSW 2007-08-08
1 lines of code changed in 1 file:
Add support for using png files for html handbook and spoiler - png support
is common enough in browsers now days that don't need to convert to gif.
Reduces tool requirements to build documents (as it is a simple copy
for the png, vs actual conversion), and speeds up building the files
dramatically.
--
doc/scripts/makeps.pl: Add png output handling. What this amounts to is
doing a hard link to the original png file.
doc/playbook-html/Makefile.am, doc/spoiler-html/Makefile.am: Use png
output for images now, not gif.
MSW 2007-07-16
4 lines of code changed in 1 file:
Fix doc generation.
1 lines of code changed in 1 file:
File is generated by make archive, no need to keep it.
0 lines of code changed in 1 file:
Remove trailing whitespace.
1 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
55 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
32 lines of code changed in 2 files: