Directory server/trunk/doc/playbook/

Total Files:
22
Deleted Files:
5
Lines of Code:
3628

[root]/server/trunk/doc/playbook

Lines of Code

server/trunk/doc/playbook/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 71 (100.0%) 1258 (100.0%) 17.7
akirschbaum 48 (67.6%) 1057 (84.0%) 22.0
ryo_saeba 10 (14.1%) 97 (7.7%) 9.7
mwedel 2 (2.8%) 59 (4.7%) 29.5
gros 2 (2.8%) 37 (2.9%) 18.5
silvernexus 8 (11.3%) 8 (0.6%) 1.0
anmaster 1 (1.4%) 0 (0.0%) 0.0

Most Recent Commits

silvernexus 2015-12-12 13:48 Rev.: 20152

Adjust the stat bonustable to not refer to thAc0, but rather wc bonus.

1 lines of code changed in 1 file:

  • server/trunk/doc/playbook: chap2.tex (+1 -1)
silvernexus 2015-12-11 22:57 Rev.: 20148

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:

  • server/trunk/doc/playbook: Makefile.am (+2 -2), bonus-extract (del)
silvernexus 2015-12-07 22:24 Rev.: 20140

Update server executable name to match current name in Appendix C.

1 lines of code changed in 1 file:

  • server/trunk/doc/playbook: appC.tex (+1 -1)
silvernexus 2015-12-07 22:18 Rev.: 20138

Remove old gods-extract scripts.

0 lines of code changed in 1 file:

  • server/trunk/doc/playbook: gods-extract (del)
silvernexus 2015-12-07 22:17 Rev.: 20137

Refactor gods-extract script and merge html & latex versions.

2 lines of code changed in 1 file:

  • server/trunk/doc/playbook: Makefile.am (+2 -2)
silvernexus 2015-11-10 17:03 Rev.: 20039

Remove old level extraction script missed in previous script.

0 lines of code changed in 1 file:

  • server/trunk/doc/playbook: levels-extract (del)
silvernexus 2015-11-10 17:02 Rev.: 20038

Refactor level extraction tool for documentation generation to work with a modern server.

2 lines of code changed in 1 file:

  • server/trunk/doc/playbook: Makefile.am (+2 -2)
akirschbaum 2013-09-06 04:48 Rev.: 18988

Remove trailing whitespace.

1054 lines of code changed in 44 files:

  • server/trunk/doc/playbook: appA.tex (+55 -55), appB.tex (+84 -84), appC.tex (+7 -7), bonus-extract (+8 -8), chap1.tex (new), chap2.tex (new), chap3.tex (+193 -193), chap4.tex (+154 -154), chap5.tex (+66 -66), chap6.tex (new), chap7.tex (new), char-extract (new), generic-extract (+2 -2), gods-extract (new), handbook.tex (new), items-extract (+6 -6), levels-extract (+3 -3), local.sty (new), make_index.pl (+1 -1), skills-extract (+13 -13), skills2-extract (new), spellpath-extract (new), statskmod-extract (+5 -5), treas2-extract (+13 -13)
akirschbaum 2009-02-02 15:51 Rev.: 11317

Remove remaining references to max_carry.

1 lines of code changed in 2 files:

  • server/trunk/doc/playbook: bonus-extract (new)
anmaster 2008-05-25 05:03 Rev.: 9151

Removed unused .cvsignore files, after all we use SVN since a long time.

0 lines of code changed in 1 file:

  • server/trunk/doc/playbook: .cvsignore (del)
ryo_saeba 2008-03-29 12:42 Rev.: 8662

Tweak documentation generation.

53 lines of code changed in 1 file:

  • server/trunk/doc/playbook: Makefile.am (+53 -51)
ryo_saeba 2008-02-09 10:00 Rev.: 8400

Kind of update a few things.

32 lines of code changed in 4 files:

  • server/trunk/doc/playbook: appA.tex (+22 -31), chap3.tex (new)
ryo_saeba 2008-02-09 09:58 Rev.: 8399

Fix broken pics.

11 lines of code changed in 3 files:

  • server/trunk/doc/playbook: Makefile.am (+6 -5), items-extract (+5 -1)
ryo_saeba 2007-07-15 09:02 Rev.: 6776

Fix doc generation.

1 lines of code changed in 1 file:

  • server/trunk/doc/playbook: Makefile.am (+1 -1)
akirschbaum 2007-06-27 15:07 Rev.: 6717

Remove trailing whitespace.

2 lines of code changed in 2 files:

  • server/trunk/doc/playbook: Makefile.am (+2 -3)
ryo_saeba 2007-03-31 02:37 Rev.: 5906

Remove generated files.

0 lines of code changed in 1 file:

  • server/trunk/doc/playbook: Makefile.in (del)
mwedel 2007-03-26 02:25 Rev.: 5901

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:

  • server/trunk/doc/playbook: Makefile.in (+1)
mwedel 2007-02-07 03:02 Rev.: 5398

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:

  • server/trunk/doc/playbook: Makefile.in (+58 -44)
gros 2007-01-21 10:43 Rev.: 5339

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:

  • server/trunk/doc/playbook: Makefile.in (new)
Generated by StatSVN 0.7.0