[root]/trunk/crossfire/lib
adm
(0 files, 0 lines)
help
(0 files, 0 lines)
wizhelp
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 614 (100.0%) | 192207 (100.0%) | 313.0 |
avogl | 112 (18.2%) | 94010 (48.9%) | 839.3 |
mwedel | 142 (23.1%) | 32435 (16.9%) | 228.4 |
peterm | 48 (7.8%) | 27010 (14.1%) | 562.7 |
garbled | 35 (5.7%) | 10582 (5.5%) | 302.3 |
cvs | 36 (5.9%) | 8730 (4.5%) | 242.5 |
uid200 | 21 (3.4%) | 7259 (3.8%) | 345.6 |
mardahl | 18 (2.9%) | 4967 (2.6%) | 275.9 |
damn | 4 (0.7%) | 3173 (1.7%) | 793.2 |
jbontje | 6 (1.0%) | 681 (0.4%) | 113.5 |
darth_bob | 22 (3.6%) | 671 (0.3%) | 30.5 |
tchize | 26 (4.2%) | 653 (0.3%) | 25.1 |
temitchell | 29 (4.7%) | 461 (0.2%) | 15.8 |
akirschbaum | 32 (5.2%) | 418 (0.2%) | 13.0 |
ryo_saeba | 16 (2.6%) | 327 (0.2%) | 20.4 |
mikeeusa | 7 (1.1%) | 205 (0.1%) | 29.2 |
qal21 | 9 (1.5%) | 142 (0.1%) | 15.7 |
gros | 5 (0.8%) | 126 (0.1%) | 25.2 |
cavesomething | 7 (1.1%) | 98 (0.1%) | 14.0 |
jec | 4 (0.7%) | 86 (0.0%) | 21.5 |
tanner | 11 (1.8%) | 55 (0.0%) | 5.0 |
majorwoo | 4 (0.7%) | 36 (0.0%) | 9.0 |
michtoen | 5 (0.8%) | 24 (0.0%) | 4.8 |
bbotbuilder | 3 (0.5%) | 17 (0.0%) | 5.6 |
crowbert | 2 (0.3%) | 13 (0.0%) | 6.5 |
quinet | 1 (0.2%) | 10 (0.0%) | 10.0 |
salathar | 1 (0.2%) | 6 (0.0%) | 6.0 |
mids | 2 (0.3%) | 4 (0.0%) | 2.0 |
cater | 3 (0.5%) | 3 (0.0%) | 1.0 |
uid39786 | 1 (0.2%) | 2 (0.0%) | 2.0 |
pjka | 1 (0.2%) | 2 (0.0%) | 2.0 |
lalo | 1 (0.2%) | 1 (0.0%) | 1.0 |
make branche directories, delete old trunk.
0 lines of code changed in 38 files:
Fix small errors in my previous commit of an update to lib/README.
3 lines of code changed in 1 file:
Large update to the ancient readme file describing the files in lib.
81 lines of code changed in 1 file:
make collect.pl ignore backup files just in case
1 lines of code changed in 1 file:
Fix missing space in a 'type 17' attack message.
1 lines of code changed in 1 file:
configure, aclocal.m4, utils/config.guess, utils/config.sub,
utils/ltmain.sh, include/autoconf.h.in, */Makefile.in: regenerated using
slightly newer versions of libtoolize, aclocal, automake and autoconf.
10 lines of code changed in 1 file:
Add some artifact descriptions, courtesy of Raphael Quinet
42 lines of code changed in 1 file:
Remove references to regions from makefiles.
2 lines of code changed in 2 files:
Fix spellings courtesy Kevin R. Bulgrien - kbulgrien (bug #1531073)
18 lines of code changed in 1 file:
Add .cvsignore files, courtesy Rapha��l Quinet - quinet
0 lines of code changed in 1 file:
Add setting to allow server admins to allow town portals to be created in apartments. Based on a patch by pippijn in the cf-ext project.
5 lines of code changed in 1 file:
lib/regions: Fix typo in region "portjoseph". Bug #1518392 (Port Joseph
region spelling inconsistent with map directory) by Kevin R. Bulgrien.
3 lines of code changed in 1 file:
Add commands rules and news to display the rules/news files.
6 lines of code changed in 2 files:
Fixed error in build process regarding unit test.
Our modularization is way broken, with have intredependent .a files, this should be solved.
Applied a compilation workaround suggest by gnu, twice every .a at link time. Applied an automake
workaround as we need to pass --preserver-dup-deps to autotools and to do this only current CVS
version can do it without a bit i hacking. Applied Hacking suggested by automake mailing list.
1 lines of code changed in 1 file:
lib/artifacts: Fix typo to not anymore generate "boots of of steel".
1 lines of code changed in 1 file:
Fix typo to make bows of Sorig work.
1 lines of code changed in 1 file:
Remove trailing white space from attack messages.
3 lines of code changed in 1 file:
Add a bot flag, to not count in metaserver information
3 lines of code changed in 1 file:
First part of patch #1453869 courtesy Stefan Huehner (shuehner)
1 lines of code changed in 1 file:
Added autogeneration of html and text report for test process.
6 lines of code changed in 1 file:
updated configure.ac to automatically check availability of a few headers required by crossedit
Basically, it tries to compile a test code having only includes of xaw, posix, etc. Should be
enough to prevent most crossedit compilation issue but not perfect. (Should check version of lib and
try a few methods on them). crossedit/ and test/unit/crossedit are skipped by make if test fail.
1 lines of code changed in 1 file:
Initial commit of unit tests (see doc/Developers/testplans)
This is it, initial commit of unit test framework. It contains empty testcases
for all unit tests. See test/unit/check_shstr.c for a completed example unit test :)
4 lines of code changed in 1 file:
Add settings permanent_experience_percentage, death_penalty_percentage and
death_penalty_levels to the settings file.
---
common/living.c: don't hardcode exp calculations
common/init.c, include/config.h, lib/settings: set defaults for new values
doc/settings: document new values
include/global.h: change settings struct to hold the new values
server/init.c: parse new values in the settings file.
server/skill_util.c: reference new value
26 lines of code changed in 1 file:
lib/collect.pl.in: Again fix generation of 'editor_folder' field to make
sub-folder selection work again.
3 lines of code changed in 1 file:
*/Makefile{in.am}: Fix plugin makefiles so that 'make distcheck' works. Using
relative path names for files to include in distribution does not work -
need to have a makefile in each directory.
configure{.ac}: Updated as result of new Makefiles.
MSW 2006-02-24
2 lines of code changed in 1 file:
lib/collect.pl.in: Fix generation of 'editor_folder' field. It did not work
too well for .arc files in deep subdirs.
12 lines of code changed in 1 file:
make the dm stats command print Int and damage, display in sequential order, and add a help file for the command
4 lines of code changed in 2 files:
Add DM command insert_into <where> <what>
4 lines of code changed in 2 files:
add arrest command, and regional jails
2 lines of code changed in 1 file:
Recollect archetypes - some new objects, some objects modified to include
move_.. fields.
MSW 2006-02-06
9 lines of code changed in 1 file:
adding to the player v player stealing setting comment explicitly showing how to enable it (this will avoid any possibility of questions on it... I assume)
2 lines of code changed in 1 file:
Apply modified patch #1396303 (add setting to disable stealing from players)
by Terry Brown. It adds a new option "no_player_stealing" to the settings
file. If set, it prevents players from stealing from other players. It
defaults to ON.
3 lines of code changed in 1 file:
adding some regions
50 lines of code changed in 1 file:
adding some regions
25 lines of code changed in 1 file:
Recollect archetypes/images, since there has been a bunch of changes.
MSW 2006-01-01
4 lines of code changed in 1 file:
lib/collect.pl.in: General cleanup - just whitespace changes.
54 lines of code changed in 1 file:
Remove duplicated header
0 lines of code changed in 1 file:
Apply slightly modified patch #1293744 (Inversed ban entries) by Thomas
Equeter.
7 lines of code changed in 1 file:
Apply modified patch #1293774 (Kick banned hosts at once) by Thomas Equeter:
disconnect new connection for banned host right after connecting. Also add
support for user name in ban files.
14 lines of code changed in 1 file:
aclocal.m4, configure, utils/config.guess, utils/config.sub, utils/ltmain.sh,
*Makefile.in, plugins/cfanim/Makefile, plugins/Makefile: Rebuilt.
1 lines of code changed in 1 file:
(368 more)