Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
---|---|---|---|---|
mwedel | 17 (39.5%) | 322 (25.7%) | 758 (35.7%) | 18.94 |
uid200 | 16 (37.2%) | 832 (66.3%) | 832 (39.2%) | 52.00 |
tchize | 4 (9.3%) | -12 (-1.0%) | 339 (16.0%) | -3.00 |
cvs | 2 (4.7%) | 8 (0.6%) | 19 (0.9%) | 4.00 |
akirschbaum | 2 (4.7%) | 94 (7.5%) | 163 (7.7%) | 47.00 |
tanner | 1 (2.3%) | 8 (0.6%) | 8 (0.4%) | 8.00 |
mids | 1 (2.3%) | 3 (0.2%) | 3 (0.1%) | 3.00 |
Date | Author | File/Message |
---|---|---|
7/16/05 1:13 PM | akirschbaum |
*Makefile.in, aclocal.m4, configure: Rebuilt generated files.
(1 Files changed,
2 Lines changed)
doc/spoiler/Makefile.in 1.20
(+2
-2)
|
7/8/05 8:03 PM | mwedel |
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/spoiler/Makefile.in 1.19
(+6
-3)
|
7/8/05 7:03 PM | mwedel |
Commit updated makefiles so files these depend on have been updated
(aclocal/include). MSW 2005-07-08 (1 Files changed, 156 Lines changed) doc/spoiler/Makefile.in 1.18
(+156
-70)
|
5/6/05 4:10 PM | tchize |
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, 70 Lines changed) doc/spoiler/Makefile.in 1.17
(+70
-156)
|
3/9/05 1:17 PM | akirschbaum |
*Makefile.in, aclocal.m4, configure, utils/config.guess, utils/config.sub,
utils/ltmain.sh: Rebuild generated files. (1 Files changed, 161 Lines changed) doc/spoiler/Makefile.in 1.16
(+161
-67)
|
4/27/04 2:08 AM | mwedel |
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, 18 Lines changed) doc/spoiler/Makefile.am 1.2
(+8
-9)
doc/spoiler/Makefile.in 1.15
(+10
-22)
doc/spoiler/makeps.pl 1.2 removed
|
3/10/04 8:12 PM | tanner |
Changing Makefile.am pushes changes down into each Makefile.in
(1 Files changed,
8 Lines changed)
doc/spoiler/Makefile.in 1.14
(+8
-0)
|
1/21/04 2:13 AM | mwedel |
Rebuilt with up to date aclocal/automake/autoconf so that they all work
properly. MSW 2004-01-20 (1 Files changed, 123 Lines changed) doc/spoiler/Makefile.in 1.13
(+123
-89)
|
1/18/04 4:51 AM | tchize |
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, 89 Lines changed) doc/spoiler/Makefile.in 1.12
(+89
-123)
|
10/1/03 1:55 AM | mwedel |
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/spoiler/Makefile.in 1.11
(+1
-0)
|
9/23/03 12:21 AM | mwedel |
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/spoiler/Makefile.in 1.10
(+36
-90)
|
6/19/03 5:59 AM | tchize |
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/spoiler/Makefile.in 1.9
(+90
-36)
|
2/25/03 2:15 AM | mwedel |
Fix lib/Makefile.am - some lines got split/joined that should not
have been. Rebuilt some of the doc files. MSW 2003-02-24 (1 Files changed, 2 Lines changed) doc/spoiler/empty.pbm 1.2
(+2
-2)
|
2/25/03 1:18 AM | mwedel |
*/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/spoiler/Makefile.in 1.8
(+36
-90)
|
12/31/02 7:36 AM | tchize |
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/spoiler/Makefile.in 1.7
(+90
-36)
|
9/7/02 5:08 PM | mwedel |
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, 365 Lines changed) doc/spoiler/Makefile.am 1.1 added 95
doc/spoiler/Makefile.in 1.6
(+270
-46)
|
7/1/02 2:59 AM | mwedel |
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 (4 Files changed, 10 Lines changed) doc/spoiler/items-extract 1.2
(+1
-1)
doc/spoiler/makeps.pl 1.1 added
doc/spoiler/Makefile.in 1.5
(+9
-9)
doc/spoiler/makeps 1.2 removed
|
8/2/01 1:35 AM | mwedel |
Fix up so that distclean now clears out all appropriate files - MSW 2001-08-01
(1 Files changed,
5 Lines changed)
doc/spoiler/Makefile.in 1.4
(+5
-5)
|
11/25/00 4:09 PM | mids |
Added the option "make distclean" in all the Makefile.in
(1 Files changed,
3 Lines changed)
doc/spoiler/Makefile.in 1.3
(+3
-0)
|
3/18/00 2:45 PM | cvs |
Change spoiler.tex, handbook.tex to build properly with later versions
of tetex - added language specifier when using the babel package. msw 3/19/2000 (1 Files changed, 1 Lines changed) doc/spoiler/spoiler.tex 1.2
(+1
-1)
|