Directory Statistics for doc/playbook/

Back to Index Page

Lines Of Code for doc/playbook/

Commits for doc/playbook/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
uid20031 (44.3%) 3976 (89.2%) 3976 (71.7%) 128.26
mwedel24 (34.3%) 470 (10.5%) 941 (17.0%) 19.58
cvs6 (8.6%) -71 (-1.6%) 98 (1.8%) -11.83
tchize4 (5.7%) -19 (-0.4%) 346 (6.2%) -4.75
akirschbaum2 (2.9%) 92 (2.1%) 166 (3.0%) 46.00
tanner1 (1.4%) 8 (0.2%) 8 (0.1%) 8.00
rower1 (1.4%) 0 (0.0%) 5 (0.1%) 0.00
mids1 (1.4%) 3 (0.1%) 3 (0.1%) 3.00

Commit Log

DateAuthorFile/Message
7/16/05 1:13 PMakirschbaum
*Makefile.in, aclocal.m4, configure: Rebuilt generated files. (1 Files changed, 2 Lines changed)
doc/playbook/Makefile.in 1.21 (+2 -2)
7/8/05 8:03 PMmwedel
configure.ac, configure, aclocal.m4, */Makefile.in: Add AM_MAINTAINER_MODE
macro to configure.ac - this should hopefully supress auto regeneration of
makefiles.in
MSW 2005-07-08
(1 Files changed, 6 Lines changed)
doc/playbook/Makefile.in 1.20 (+6 -3)
7/8/05 7:03 PMmwedel
Commit updated makefiles so files these depend on have been updated
(aclocal/include).
MSW 2005-07-08
(1 Files changed, 159 Lines changed)
doc/playbook/Makefile.in 1.19 (+159 -75)
5/6/05 4:10 PMtchize
added a new command to identify the type of text send to client.
media tags can be included inside them. Those text types include
scrolls, books, message of the day, signs, aso.
See protocol doc for details
(1 Files changed, 75 Lines changed)
doc/playbook/Makefile.in 1.18 (+75 -159)
3/9/05 1:17 PMakirschbaum
*Makefile.in, aclocal.m4, configure, utils/config.guess, utils/config.sub,
utils/ltmain.sh: Rebuild generated files.
(1 Files changed, 164 Lines changed)
doc/playbook/Makefile.in 1.17 (+164 -72)
4/27/04 2:08 AMmwedel
configure, Makefiles: Rebuilt for 1.6.0 release
doc/*/Makefile.am: Modified to use one makeps.pl utility in scripts directory.
doc/scripts/makeps.pl: Make this the definitive copy - fix problem with it
trying to combine big images when it doesn't need to. Remove other copies.
doc/playbook/chap1.tex, doc/playbook/chap5.tex: Fix some obvious errors,
but overall, the playbook is still quite out of date.
doc/playbook/treas2-extract: Have it not include abilities in given items,
have it properly deal with multiple underscores in arch names.
doc/spoiler-html/spoiler.html, doc/spoiler.ps: Rebuilt
MSW 2004-04-26
(7 Files changed, 28 Lines changed)
doc/playbook/chap1.tex 1.3 (+8 -8)
doc/playbook/Makefile.am 1.2 (+7 -7)
doc/playbook/empty.pbm 1.2 (+2 -2)
doc/playbook/Makefile.in 1.16 (+7 -15)
doc/playbook/makeps.pl 1.2 removed
doc/playbook/treas2-extract 1.4 (+3 -2)
doc/playbook/chap5.tex 1.2 (+1 -18)
3/10/04 8:12 PMtanner
Changing Makefile.am pushes changes down into each Makefile.in (1 Files changed, 8 Lines changed)
doc/playbook/Makefile.in 1.15 (+8 -0)
1/21/04 2:13 AMmwedel
Rebuilt with up to date aclocal/automake/autoconf so that they all work
properly.
MSW 2004-01-20
(1 Files changed, 134 Lines changed)
doc/playbook/Makefile.in 1.14 (+134 -91)
1/18/04 4:51 AMtchize
Rebuilded Makefile.in using autogen.sh because of recent add of a file in server/
Also rebuilded loader.c for linux because loader.l was modified by a windows developper.
(1 Files changed, 91 Lines changed)
doc/playbook/Makefile.in 1.13 (+91 -134)
10/1/03 1:55 AMmwedel
utils/player_dl.html utils/player_dl.pl.in: New files - scripts for allowing
character directories to be downloaded over the web.
configure.ac: Add check for 'tar', so that we can put it in the script above.
Makefile.in (All of them): Changed because TAR variable propogated to them.
MSW 2003-09-30
(1 Files changed, 1 Lines changed)
doc/playbook/Makefile.in 1.12 (+1 -0)
9/23/03 12:21 AMmwedel
Add conditional compilation to the stop level Makefile.am so that it
only tries to compile crossedit if we have X libraries. Also, rebuild
the files with older version of aclocal/autoheader/automake, so it
shouldn't have as many troubles with some peoples systems.
MSW 2003-09-22
(1 Files changed, 36 Lines changed)
doc/playbook/Makefile.in 1.11 (+36 -90)
6/19/03 5:59 AMtchize
Added support for smoothing to the client.
This will allow (i hope) better graphical results while using very
little bandwidth overhead.
Changes done follows:
- Added protocol command MapExtendedInfos and smooth commands to server
- Added a SetUp paramater in protocol for activating smoothing
(disabled by default) or more general Extended map infos
- Added file lib/smooth a text file containing some smoothing info a
client might ask the server about.
- Changed loader.l to be able to mark an object as 'smoothed' in
archetypes (the smoothlevel parameter) and rebuild loader.c
accordingly
- Changed lib/Makefile.am to install lib/smooth file in shared folder
- Rebuild the Makefiles.am and the Configure script (using autogen.sh)

To be able to smooth, A client commit (the common part+ the gtk part)
will follow and an archetypes commit will also follow.

I will also detail changes to the protocol within a few days
Server has been tested with older client to check backward compatibility
(1 Files changed, 90 Lines changed)
doc/playbook/Makefile.in 1.10 (+90 -36)
2/25/03 1:18 AMmwedel
*/Makefile.in, related files: Updated for 1.5.0
server/attack.c: Don't change weak wall image if no damage was actually done.
server/c_object.c: Include math.h - needed for pow()
server/spell_effect.c: fix infinite loop in town_portal
MSW 2003-02-24
(1 Files changed, 36 Lines changed)
doc/playbook/Makefile.in 1.9 (+36 -90)
12/31/02 7:36 AMtchize
Added crossfire-config to the build list of the configure.ac and regenerated the Makefiles and
configure.in to handle it
(1 Files changed, 90 Lines changed)
doc/playbook/Makefile.in 1.8 (+90 -36)
9/7/02 5:08 PMmwedel
Automake patch - all files.
The changes for the source files is using confdir instead of
datadir.
Patch by Jacek Konieczny (jajcus@bnet.pl), applied by Mark Wedel,
2002-09-07.
(2 Files changed, 521 Lines changed)
doc/playbook/Makefile.in 1.7 (+279 -55)
doc/playbook/Makefile.am 1.1 added 242
7/1/02 2:59 AMmwedel
doc updates: Rebuild the doc files, but most of this is fixing some of the
doc build stuff to correctly working with the new image set naming
scheme and fixing some bugs. Some doc is certainly out of date - the
playbook doesn't mention the classes for example.
doc/handbook.ps, doc/spoiler.ps: rebuilt
Note: all the doc/playbook changes also apply to the same files in
doc/playbook-html.
doc/playbook/Makefile.in, doc/playbook/makeps, doc/playbook/makeps.pl:
replace the awk makeps script with the perl one.
doc/playbook/items-extract: Don't show invisible items.
doc/playbook/levels-extract: Update so that it properly finds the declaration
of the levels in living.c
doc/playbook/treas1-extract: Clear type when we get a new Object header. was
resulting in duplicate entries for the characters.
doc/playbook/treas2-extract: Don't include forces of the no_class_face_change
as part of characters treasures
doc/playbook-html/chap1.html: Update ftp site information.
doc/spoiler/Makefile.in, doc/spoiler/makeps.pl, doc/spoiler/makeps:
replace the awk makeps script with the perl one.
doc/spoiler/items-extract: Add a space after the name match so that it won't
match on the name_pl field.
doc/spoiler-html/items-extract: Add a space after the name match so that it won
't
match on the name_pl field.
doc/spoiler-html/makeps.pl: Update to handle new naming scheme for images.
doc/spoiler-html/spoiler.html: rebuilt.
MSW 2002-06-30
(7 Files changed, 12 Lines changed)
doc/playbook/treas2-extract 1.3 (+2 -0)
doc/playbook/levels-extract 1.2 (+1 -1)
doc/playbook/makeps 1.2 removed
doc/playbook/Makefile.in 1.6 (+5 -5)
doc/playbook/items-extract 1.2 (+3 -2)
doc/playbook/treas1-extract 1.2 (+1 -0)
doc/playbook/makeps.pl 1.1 added
6/29/01 12:59 AMmwedel
common/object.c, common/player.c, include/object.h, server/skill_util.c:
Remove the unused LINKED_SKILL code.
common/Makefile.in: Use cproto to make prototypes - cextract fails for
some reason and now seems unsupported. Cproto generates a bunch
of warnings, but does do the job.
common/arch.c,server/apply.c, server/main.c, server/monster.c: cleanup some
compile warnings (unusued variables, returns without value
doc/playbook/Makefile.in: Create proper dependencies for files.
doc/playbook/treas2-extract: Add player_force to value to ignore.
doc/spoiler-html/spoiler.html: rebuilt
server/skill_util.c: Remove the unused LINKED_SKILL code. Prevent
characters that have meditation skill from learning melee weapon skill.
MSW 2001-06-28
(2 Files changed, 8 Lines changed)
doc/playbook/treas2-extract 1.2 (+1 -0)
doc/playbook/Makefile.in 1.5 (+7 -7)
2/23/01 1:54 PMrower
Incorrect 'make clean/distclean' behaviour fixed (1 Files changed, 5 Lines changed)
doc/playbook/Makefile.in 1.4 (+5 -5)
11/25/00 4:09 PMmids
Added the option "make distclean" in all the Makefile.in (1 Files changed, 3 Lines changed)
doc/playbook/Makefile.in 1.3 (+3 -0)
4/13/00 11:36 PMcvs
Change to use /usr/bin/perl instead of /usr/local/bin/perl - real change is to
find perl in configure.in and call the scripts with that. Mark Wedel
4/13/2000
(1 Files changed, 1 Lines changed)
doc/playbook/make_index.pl 1.2 (+1 -1)