Directory Statistics for doc/scripts/

Back to Index Page

Lines Of Code for doc/scripts/

Commits for doc/scripts/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
mwedel16 (69.6%) 844 (90.0%) 1201 (70.4%) 52.75
tchize4 (17.4%) -12 (-1.3%) 332 (19.5%) -3.00
akirschbaum2 (8.7%) 98 (10.4%) 165 (9.7%) 49.00
tanner1 (4.3%) 8 (0.9%) 8 (0.5%) 8.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/scripts/Makefile.in 1.17 (+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/scripts/Makefile.in 1.16 (+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, 158 Lines changed)
doc/scripts/Makefile.in 1.15 (+158 -68)
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, 68 Lines changed)
doc/scripts/Makefile.in 1.14 (+68 -158)
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, 163 Lines changed)
doc/scripts/Makefile.in 1.13 (+163 -65)
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
(3 Files changed, 258 Lines changed)
doc/scripts/Makefile.in 1.12 (+1 -9)
doc/scripts/Makefile.am 1.2 (+1 -1)
doc/scripts/makeps.pl 1.1 added 256
3/10/04 8:12 PMtanner
Changing Makefile.am pushes changes down into each Makefile.in (1 Files changed, 8 Lines changed)
doc/scripts/Makefile.in 1.11 (+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, 114 Lines changed)
doc/scripts/Makefile.in 1.10 (+114 -84)
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, 84 Lines changed)
doc/scripts/Makefile.in 1.9 (+84 -114)
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/scripts/Makefile.in 1.8 (+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/scripts/Makefile.in 1.7 (+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/scripts/Makefile.in 1.6 (+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/scripts/Makefile.in 1.5 (+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/scripts/Makefile.in 1.4 (+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, 245 Lines changed)
doc/scripts/Makefile.am 1.1 added 3
doc/scripts/Makefile.in 1.3 (+242 -10)
8/11/02 2:52 AMmwedel
More spoiler-html fixes - was not including attacktype information, but
also fixed some formatting issues.
common/item.c: Include attacktypes in describe_monster.
doc/scripts/Makefile.in: Add monsters-extract.pl file.
doc/spoiler-html/Makefile.in: Update to use ../scripts/monster-extract.pl
file, remove monster-extract file.
doc/spoiler-html/spoiler.html: rebuilt.
MSW 2002-08-11
(2 Files changed, 73 Lines changed)
doc/scripts/Makefile.in 1.2 (+1 -1)
doc/scripts/monster-extract.pl 1.1 added 72
8/9/02 4:50 PMmwedel
Fix script to correct handle items with negative resist values.
MSW 2002-08-09
(1 Files changed, 1 Lines changed)
doc/scripts/items-extract.pl 1.2 (+1 -1)
8/3/02 1:18 AMmwedel
Fix spoiler-html generation to show resistances. Need to do normal spoiler
next. Add a new docs/scripts directory to hold the common scripts,
instead of spoiler, spoiler-html, playbook, and playbook-html each having
their own copies.
configure, configure.in: Add doc/scripts directory.
doc/spoiler-html/Makefile.in: Update build directions to use
../scripts/items-extract.pl
doc/spoiler-html/spoiler.html: Rebuilt with updated information.
doc/scripts/Makefile.in: Makefile for directory.
doc/scripts/items-extract.pl: perl version of the items-extract file.
doc/spoiler-html/items-extract: awk version - no longer used.
MSW 2002-08-02
(2 Files changed, 273 Lines changed)
doc/scripts/items-extract.pl 1.1 added 258
doc/scripts/Makefile.in 1.1 added 15