Directory utils/

Total Files:
14
Deleted Files:
23
Lines of Code:
7588

[root]/utils
        directory in repo cre (131 files, 13470 lines)
            directory in repo resources (4 files, 0 lines)
        directory in repo templates (35 files, 172 lines)
            directory in repo wiki (9 files, 17 lines)

Lines of Code

utils/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 286 (100.0%) 13871 (100.0%) 48.5
ryo_saeba 111 (38.8%) 6141 (44.3%) 55.3
anmaster 26 (9.1%) 3893 (28.1%) 149.7
akirschbaum 50 (17.5%) 1126 (8.1%) 22.5
aaron_baugher 2 (0.7%) 891 (6.4%) 445.5
mwedel 15 (5.2%) 557 (4.0%) 37.1
quinet 4 (1.4%) 444 (3.2%) 111.0
partmedia 39 (13.6%) 414 (3.0%) 10.6
silvernexus 17 (5.9%) 288 (2.1%) 16.9
gros 4 (1.4%) 73 (0.5%) 18.2
kbulgrien 5 (1.7%) 39 (0.3%) 7.8
rjtanner 2 (0.7%) 4 (0.0%) 2.0
kstenger 1 (0.3%) 1 (0.0%) 1.0
qal21 10 (3.5%) 0 (0.0%) 0.0

Most Recent Commits

ryo_saeba 2021-05-06 13:45 Rev.: 22111

Display server start date in console

1 lines of code changed in 1 file:

  • utils: crossloop.in (+1 -1)
ryo_saeba 2021-02-17 16:59 Rev.: 21980

Fix build instructions.

2 lines of code changed in 1 file:

  • utils: mapper.c (+2 -2)
ryo_saeba 2021-02-01 15:11 Rev.: 21885

Extract event handling to common library.

0 lines of code changed in 2 files:

  • utils: bwp.c (-7), mapper.c (-7)
ryo_saeba 2021-01-14 04:59 Rev.: 21764

Introduce C++14.
Allow the server to run without collecting files in "arch". It can
now directly run with the "arch" directory along the "maps" one.
Rewrite the collect mechanism to use the server itself and not an external script.

6 lines of code changed in 2 files:

  • utils: bwp.c (+3 -5), mapper.c (+3 -7)
ryo_saeba 2020-12-21 09:09 Rev.: 21628

Allow files to not exist.

3 lines of code changed in 1 file:

  • utils: cfdb_convert (+3)
partmedia 2020-12-19 01:28 Rev.: 21626

Add cfdb_convert

This Python 3 utility converts Python 2 bsddb 'shelve' databases to the
default Python 3 'shelve' format.

Server operators running existing servers should convert existing
databases after switching to Python 3. Running cfdb_convert with the
'--auto' flag in the 'var/crossfire' directory will automatically
convert a list of standard databases with known names.

49 lines of code changed in 2 files:

  • utils: Makefile.am (+1 -1), cfdb_convert (new 48)
ryo_saeba 2020-10-01 05:23 Rev.: 21467

Wrap nrofpixmaps in a function to not expose global variable.
Rename 'New_Face' to 'Face'.
Use Face* instead of face number.

1 lines of code changed in 1 file:

  • utils: mapper.c (+1 -1)
ryo_saeba 2020-09-09 13:16 Rev.: 21369

Add missing import.

1 lines of code changed in 1 file:

  • utils: gridarta-types-convert.c (+1)
ryo_saeba 2020-05-01 05:13 Rev.: 21225

Rename function.

1 lines of code changed in 1 file:

  • utils: mapper.c (+1 -1)
akirschbaum 2020-03-13 14:06 Rev.: 21159

Fix some crashes caused by accesses to missing archetypes

1 lines of code changed in 1 file:

  • utils: mapper.c (+1 -1)
partmedia 2020-03-05 01:35 Rev.: 21133

Fix source distribution

2 lines of code changed in 1 file:

  • utils: Makefile.am (+2 -3)
silvernexus 2018-12-31 09:20 Rev.: 20660

Try to make SRCDIR in crossloop.web be dynamic.
Since this file is not put into the install folder, this should work.

5 lines of code changed in 1 file:

  • utils: crossloop.web.in (+5 -1)
partmedia 2018-08-18 18:29 Rev.: 20581

Use CF_LOG instead of CF_LOGDIR

3 lines of code changed in 1 file:

  • utils: crossloop.in (+3 -4)
partmedia 2017-08-08 01:19 Rev.: 20478

Always generate backtrace

8 lines of code changed in 1 file:

  • utils: crossloop.in (+8 -7)
partmedia 2016-08-03 19:30 Rev.: 20301

Fix overflows by using calloc() correctly

6 lines of code changed in 2 files:

  • utils: bwp.c (+5 -5), mapper.c (+1 -1)
silvernexus 2016-05-14 16:13 Rev.: 20248

Remove underscores from displayed table headers for arch2xml tool.

1 lines of code changed in 1 file:

  • utils: cfarches.xsl (+1 -1)
silvernexus 2015-05-25 22:39 Rev.: 19978

Added XSLT output for body slots from arch2xml utility.

44 lines of code changed in 1 file:

  • utils: cfarches.xsl (+44)
silvernexus 2015-05-25 22:25 Rev.: 19977

Completed listing of can_use_xxx options in XSL Transformation for arch2xml.

32 lines of code changed in 1 file:

  • utils: cfarches.xsl (+32 -6)
silvernexus 2015-05-25 22:03 Rev.: 19976

Minor tweak to display of name and name_pl and addition of explanatory comment for cfarches.xsl.

3 lines of code changed in 1 file:

  • utils: cfarches.xsl (+3 -2)
silvernexus 2015-05-22 17:59 Rev.: 19960

Added plural name to the arch2xml utility XSL transformation.

6 lines of code changed in 1 file:

  • utils: cfarches.xsl (+6 -1)
silvernexus 2015-05-22 12:58 Rev.: 19956

Added attacktype to the XSL transformation for arch2xml utility.

2 lines of code changed in 1 file:

  • utils: cfarches.xsl (+2)
silvernexus 2015-05-22 12:36 Rev.: 19955

Merged resistances into a single-cell display, then implemented display of the rest of the resistances.

70 lines of code changed in 1 file:

  • utils: cfarches.xsl (+70 -4)
silvernexus 2015-05-21 22:45 Rev.: 19954

Make arch2xml.py ignore empty comment lines.

3 lines of code changed in 1 file:

  • utils: arch2xml.py (+3)
silvernexus 2015-05-21 22:35 Rev.: 19953

Fix arch2xml.py so each archetype in a file gets its own <arch> tag.

22 lines of code changed in 1 file:

  • utils: arch2xml.py (+22)
silvernexus 2015-05-21 20:44 Rev.: 19952

Adjusted XSL for arch2xml.py to use HTML table headings.

22 lines of code changed in 2 files:

  • utils: cfarches.xsl (new)
silvernexus 2015-05-21 19:09 Rev.: 19951

Escaped specific characters for better XML output from arch2xml.py.

25 lines of code changed in 1 file:

  • utils: arch2xml.py (+25 -2)
silvernexus 2015-05-21 19:05 Rev.: 19950

Adjusted whitespace of arch2xml.py XML output.

7 lines of code changed in 1 file:

  • utils: arch2xml.py (+7 -7)
silvernexus 2015-05-16 22:17 Rev.: 19915

Tweak scores.pl to dynamically use the server's active experience table to determine the level of a character without a saved level value.

45 lines of code changed in 1 file:

  • utils: scores.pl.in (+45 -28)
partmedia 2015-04-05 10:20 Rev.: 19896

Remove broken weather map generator

0 lines of code changed in 1 file:

  • utils: maps.c (del)
ryo_saeba 2015-03-01 05:54 Rev.: 19818

Adjust path to new Gridarta sources.

1 lines of code changed in 1 file:

  • utils: gridarta-types-convert.c (+1 -1)
partmedia 2014-06-25 19:38 Rev.: 19585

Fix missing headers

10 lines of code changed in 1 file:

  • utils: mapper.c (+10 -5)
partmedia 2014-06-21 17:41 Rev.: 19569

Store crossloop configuration in a separate file

24 lines of code changed in 2 files:

  • utils: Makefile.am (-11), crossloop.in (+24 -8)
partmedia 2014-06-06 17:54 Rev.: 19531

Remove automatic prototype generation with cproto

Obtained from: Tolga Dalman

0 lines of code changed in 1 file:

  • utils: generateEmptyCheck.sh (del)
silvernexus 2014-05-19 13:04 Rev.: 19459

Realized I need to remove attempt to build the perl script from the Automake code, too.

1 lines of code changed in 1 file:

  • utils: Makefile.am (+1 -1)
silvernexus 2014-05-19 13:02 Rev.: 19458

Retiring add_throw script, as the old characters without this probably won't work on a new server (as far as I can tell, the skills were changed back in the CVS version control, at least fiteen years ago).

0 lines of code changed in 1 file:

  • utils: add_throw (del)
partmedia 2014-04-25 19:00 Rev.: 19364

Refactor to use C99 integer type names.

Submitted by: Tolga Dalman

11 lines of code changed in 2 files:

  • utils: bwp.c (+6 -6), mapper.c (+5 -5)
partmedia 2014-04-18 09:39 Rev.: 19353

Add crash notification to crossloop.

35 lines of code changed in 1 file:

  • utils: crossloop.in (+35 -12)
partmedia 2014-04-12 14:21 Rev.: 19334

Avoid installing unsupported scripts.

2 lines of code changed in 1 file:

  • utils: Makefile.am (+2 -4)
partmedia 2014-04-12 14:21 Rev.: 19331

Fix utility script shebangs.

205 lines of code changed in 9 files:

  • utils: Makefile.am (+1 -1), add_throw (new 33), add_throw.perl.in (del), metaserver (new 168), metaserver.pl.in (del), mktable.script (+1 -1), player_dl.pl.in (+1 -1), scores.pl.in (+1 -1)
partmedia 2014-04-12 14:21 Rev.: 19330

Remove old utilities and scripts.

1 lines of code changed in 6 files:

  • utils: Makefile.am (+1 -1), cfmeta-rrd (del), checkInternalPrototype.sh (del), crossfire-loop.c (del), get_release.in (del), update_rp (del)

(131 more)

Generated by StatSVN 0.7.0