Directory Statistics for utils/

Back to Index Page

Lines Of Code for utils/

Commits for utils/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
mwedel61 (49.2%) 8479 (63.5%) 10356 (56.8%) 139.00
tanner16 (12.9%) 442 (3.3%) 478 (2.6%) 27.62
tchize13 (10.5%) 1382 (10.3%) 3439 (18.9%) 106.31
uid20011 (8.9%) 2502 (18.7%) 2502 (13.7%) 227.45
akirschbaum8 (6.5%) 269 (2.0%) 1159 (6.4%) 33.62
cvs5 (4.0%) 44 (0.3%) 55 (0.3%) 8.80
garbled4 (3.2%) 164 (1.2%) 168 (0.9%) 41.00
avogl2 (1.6%) 0 (0.0%) 1 (0.0%) 0.00
temitchell1 (0.8%) 72 (0.5%) 72 (0.4%) 72.00
qal211 (0.8%) 4 (0.0%) 6 (0.0%) 4.00
peterm1 (0.8%) 1 (0.0%) 5 (0.0%) 1.00
mids1 (0.8%) 1 (0.0%) 2 (0.0%) 1.00

Commit Log

DateAuthorFile/Message
1/31/06 10:27 PMqal21
Fixed arch2xml.py script to parse comments (1 Files changed, 6 Lines changed)
utils/arch2xml.py 1.2 (+6 -2)
11/5/05 4:17 AMakirschbaum
aclocal.m4, configure, utils/config.guess, utils/config.sub, utils/ltmain.sh,
*Makefile.in, plugins/cfanim/Makefile, plugins/Makefile: Rebuilt.
(3 Files changed, 472 Lines changed)
utils/ltmain.sh 1.8 (+262 -332)
utils/config.guess 1.10 (+106 -52)
utils/config.sub 1.10 (+104 -35)
8/11/05 1:22 AMmwedel
Update for release 1.8.0.
include/Makefile.am: missing quest.h file
Rest automatic rebuild
MSW 2005-08-10
(3 Files changed, 414 Lines changed)
utils/config.guess 1.9 (+51 -90)
utils/config.sub 1.9 (+28 -83)
utils/ltmain.sh 1.7 (+335 -265)
7/16/05 1:14 PMakirschbaum
*Makefile.in, aclocal.m4, configure: Rebuilt generated files. (1 Files changed, 2 Lines changed)
utils/Makefile.in 1.26 (+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)
utils/Makefile.in 1.25 (+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, 202 Lines changed)
utils/Makefile.in 1.24 (+202 -112)
7/8/05 7:01 PMmwedel
Commit updated versions - likely result of config.sub and config.guess
in top level directory being updated.
MSW 2005-07-08
(6 Files changed, 601 Lines changed)
utils/config.guess 1.8 (+1 -4)
utils/install-sh 1.2 (+282 -209)
utils/depcomp 1.2 (+131 -32)
utils/config.sub 1.8 (+4 -15)
utils/missing 1.2 (+74 -57)
utils/mkinstalldirs 1.2 (+109 -58)
7/8/05 6:48 PMmwedel
random_maps/monster.c: Reduce monster density on random maps - take into account
size of monsters when calculating density.
utils/metaserver.pl.in: At a timeout value that limits how often clients can
ask for metaserver info.
MSW 2005-07-08
(1 Files changed, 23 Lines changed)
utils/metaserver.pl.in 1.3 (+23 -11)
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, 112 Lines changed)
utils/Makefile.in 1.23 (+112 -202)
4/14/05 1:49 AMmwedel
utils/Makefile.am: Add cfmeta-rrd to list of files to add to distributions
utils/cfmeta-rrd: Example of sample script that takes data and stores it into
rrd file and draws graphs (new file).
utils/metaserver.pl.in: Add recording of useful stats to external file so they
can be processed by other external scripts.
MSW 2005-04-13
(4 Files changed, 85 Lines changed)
utils/metaserver.pl.in 1.2 (+26 -6)
utils/Makefile.in 1.22 (+3 -3)
utils/cfmeta-rrd 1.1 added 55
utils/Makefile.am 1.6 (+1 -1)
3/9/05 1:17 PMakirschbaum
*Makefile.in, aclocal.m4, configure, utils/config.guess, utils/config.sub,
utils/ltmain.sh: Rebuild generated files.
(4 Files changed, 685 Lines changed)
utils/config.guess 1.7 (+65 -44)
utils/Makefile.in 1.21 (+207 -109)
utils/config.sub 1.7 (+53 -24)
utils/ltmain.sh 1.6 (+360 -292)
1/24/05 1:29 AMmwedel
common/object.c: Change CAN_MERGE() from an inline function, since
it calls itself and inline functions are not supposed to do that.
Update type check in insert_ob_in_map() to check against defined
type (EXIT) instead of hardcoded integer value (66).
crossedit/xutil.c: Update to just include Defines.h, which then includes
all the other necessary files, including global.h.
include/global.h: Add #ifdef checks for the UINT*_MAX types, as some
systems already define these values, which results in a redefinition
error. Also fix up // style comment.
include/shstr.h: Include proper cast in TOPBIT definition.
server/main.c: Don't display 'xyz left the game' messages if the player
is only at the get name or get password prompt. Prevents possible
spoofing of that message.
server/player.c: Clean up formatting of check_pick() function. If player
is using newpickup to pick up booze, also pick up poison unless
they know it is cursed.
socket/request.c: AskSmooth() - change buffer type to uint8 so that
it matches what the SockList structure wants.
utils/scores.pl.in: Use skill_praying to find players god, and not the
deprecated experience_wis object.
MSW 2005-01-23
(1 Files changed, 1 Lines changed)
utils/scores.pl.in 1.2 (+1 -1)
2/4/04 1:35 PMtanner
Call me a linux bigot, but I believe all the open source operating systems and
many of the commerical operating systems install perl in /usr/bin/perl now.
(1 Files changed, 1 Lines changed)
utils/mktable.script 1.2 (+1 -1)
2/4/04 1:25 AMtanner
Feed debian bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=168524
back into upstream source
(2 Files changed, 50 Lines changed)
utils/config.sub 1.6 (+31 -4)
utils/config.guess 1.6 (+19 -2)
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, 221 Lines changed)
utils/Makefile.in 1.20 (+221 -98)
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.
(4 Files changed, 2160 Lines changed)
utils/Makefile.in 1.19 (+98 -221)
utils/config.sub 1.5 (+32 -14)
utils/ltmain.sh 1.5 (+1998 -747)
utils/config.guess 1.5 (+32 -8)
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
(4 Files changed, 257 Lines changed)
utils/Makefile.in 1.18 (+8 -4)
utils/player_dl.html 1.1 added 12
utils/Makefile.am 1.5 (+2 -2)
utils/player_dl.pl.in 1.1 added 235
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, 39 Lines changed)
utils/Makefile.in 1.17 (+39 -92)
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
(4 Files changed, 511 Lines changed)
utils/ltmain.sh 1.4 (+239 -196)
utils/Makefile.in 1.16 (+92 -39)
utils/config.sub 1.4 (+43 -21)
utils/config.guess 1.4 (+137 -109)
5/6/03 1:20 AMtemitchell
- lore collection script in python.
- basic functionality for the curious until this can be written in
Perl or some such (FYI - Perl 5 book is right under the one for the C#
class I have to take for work...)
(1 Files changed, 72 Lines changed)
utils/loreCollect.py 1.1 added 72