Directory include/

Total Files:
85
Deleted Files:
11
Lines of Code:
8987

[root]/include
        directory in repo random_maps (5 files, 278 lines)
        directory in repo shared (2 files, 681 lines)

Lines of Code

include/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 1504 (100.0%) 11393 (100.0%) 7.5
ryo_saeba 691 (45.9%) 5227 (45.9%) 7.5
anmaster 85 (5.7%) 1821 (16.0%) 21.4
akirschbaum 181 (12.0%) 1185 (10.4%) 6.5
partmedia 186 (12.4%) 1088 (9.5%) 5.8
mwedel 153 (10.2%) 722 (6.3%) 4.7
gros 33 (2.2%) 523 (4.6%) 15.8
qal21 82 (5.5%) 368 (3.2%) 4.4
kbulgrien 24 (1.6%) 278 (2.4%) 11.5
quinet 18 (1.2%) 67 (0.6%) 3.7
tchize 9 (0.6%) 38 (0.3%) 4.2
silvernexus 23 (1.5%) 34 (0.3%) 1.4
crowbert 9 (0.6%) 17 (0.1%) 1.8
kstenger 1 (0.1%) 9 (0.1%) 9.0
cavesomething 3 (0.2%) 7 (0.1%) 2.3
rjtanner 2 (0.1%) 4 (0.0%) 2.0
toxicfrog 1 (0.1%) 2 (0.0%) 2.0
meflin2 2 (0.1%) 2 (0.0%) 1.0
lalo 1 (0.1%) 1 (0.0%) 1.0

Most Recent Commits

ryo_saeba 2021-04-27 12:42 Rev.: 22105

Convert the 'random house generator' plugin to a module, disabled by default.

3 lines of code changed in 1 file:

  • include: modules.h (+3)
ryo_saeba 2021-04-27 12:22 Rev.: 22103

Allow modules to be enabled or disabled by default.

0 lines of code changed in 1 file:

  • include: global.h (-1)
ryo_saeba 2021-04-21 11:21 Rev.: 22093

Extract function.
Fix icon and title of formulae nodes.

1 lines of code changed in 1 file:

  • include: libproto.h (+1)
ryo_saeba 2021-04-20 12:47 Rev.: 22086

Convert the 'citylife' plugin to a server 'module'.

3 lines of code changed in 2 files:

  • include: modules.h (+2), sproto.h (+1)
ryo_saeba 2021-04-20 12:41 Rev.: 22085

Convert the 'citylife' plugin to a server 'module'.

36 lines of code changed in 3 files:

  • include: global.h (+1), modules.h (new 34), sproto.h (+1)
ryo_saeba 2021-04-19 10:07 Rev.: 22082

Removed unused function.

0 lines of code changed in 1 file:

  • include: libproto.h (-1)
ryo_saeba 2021-04-14 11:31 Rev.: 22080

Remove unused variable.

0 lines of code changed in 1 file:

  • include: global.h (-1)
ryo_saeba 2021-04-10 11:13 Rev.: 22067

Remove unused 'dm_mail' settings.

0 lines of code changed in 1 file:

  • include: global.h (-1)
ryo_saeba 2021-04-10 11:06 Rev.: 22066

Removed unused 'archetypes' and 'treasures' settings.

1 lines of code changed in 2 files:

  • include: config.h (+1 -3), global.h (-2)
ryo_saeba 2021-04-06 11:15 Rev.: 22056

Documentation.

9 lines of code changed in 1 file:

  • include: AssetsTracker.h (+9 -1)
ryo_saeba 2021-04-06 11:14 Rev.: 22055

Remove unused function.

0 lines of code changed in 1 file:

  • include: Faces.h (-1)
ryo_saeba 2021-03-15 14:04 Rev.: 22040

Remove unused function.

0 lines of code changed in 1 file:

  • include: libproto.h (-1)
ryo_saeba 2021-03-09 14:00 Rev.: 22034

Use a memory buffer to read data instead of directly using a FILE.

289 lines of code changed in 15 files:

  • include: ArchetypeLoader.h (+2 -2), AssetCollector.h (+9 -3), AssetLoader.h (+11 -11), FaceLoader.h (+3 -3), FacesetLoader.h (+2 -2), MessageLoader.h (+2 -2), PngLoader.h (+2 -4), TarLoader.h (new 25), TreasureLoader.h (+3 -3), WrapperLoader.h (+11 -8), bufferreader.h (new 122), global.h (+1 -1), libproto.h (+5 -4), microtar.h (new 90), sproto.h (+1 -1)
ryo_saeba 2021-03-08 13:43 Rev.: 22029

Allow getting the map without a computed difficulty.
Display computed difficulty in CRE.

1 lines of code changed in 1 file:

  • include: map.h (+1)
ryo_saeba 2021-02-27 05:11 Rev.: 22010

Rework get/take.
See https://sourceforge.net/p/crossfire/patches/385/ for details.
Commands can now accept "#1" for index-based operation, or "*melee" for multiple items.
Help texts updated in consequence.

1 lines of code changed in 1 file:

  • include: libproto.h (+1)
ryo_saeba 2021-02-27 05:03 Rev.: 22008

Rework bargaining experience. See https://sourceforge.net/p/crossfire/feature-requests/258/ .

1 lines of code changed in 1 file:

  • include: shop.h (+1 -1)
ryo_saeba 2021-02-18 12:07 Rev.: 21983

Add copyright information.

324 lines of code changed in 27 files:

  • include: AnimationWriter.h (+12), Animations.h (+12), ArchetypeLoader.h (+12), ArchetypeWriter.h (+12), Archetypes.h (+12), ArtifactWriter.h (+12), AssetCollector.h (+12), AssetLoader.h (+12), AssetWriter.h (+12), AssetsManager.h (+12), AssetsTracker.h (+12), FaceLoader.h (+12), FaceWriter.h (+12), Faces.h (+12), FacesetLoader.h (+12), FacesetWriter.h (+12), Facesets.h (+12), FormulaeWriter.h (+12), MessageLoader.h (+12), MessageWriter.h (+12), Messages.h (+12), PngLoader.h (+12), TreasureLoader.h (+12), TreasureWriter.h (+12), Treasures.h (+12), Utils.h (+12), WrapperLoader.h (+12)
silvernexus 2021-02-18 00:11 Rev.: 21981

Reduce visibility of ms2_info_mutex to the only file it is used by.

0 lines of code changed in 1 file:

  • include: metaserver2.h (-2)
ryo_saeba 2021-02-12 10:02 Rev.: 21952

Remove unused field.

0 lines of code changed in 1 file:

  • include: book.h (-1)
ryo_saeba 2021-02-09 13:20 Rev.: 21927

Remove useless parameter of shuffle_attack().

1 lines of code changed in 1 file:

  • include: sproto.h (+1 -1)
ryo_saeba 2021-02-08 12:28 Rev.: 21921

Load quest definitions at startup instead of waiting for a player.

1 lines of code changed in 1 file:

  • include: sproto.h (+1)
ryo_saeba 2021-02-02 13:59 Rev.: 21891

Add missing file.

13 lines of code changed in 1 file:

  • include: AssetsTracker.h (new 13)
ryo_saeba 2021-02-01 16:10 Rev.: 21888

Add report on materials.

1 lines of code changed in 1 file:

  • include: sproto.h (+1)
ryo_saeba 2021-02-01 15:26 Rev.: 21886

Allow mass edition of monsters.

8 lines of code changed in 3 files:

  • include: ArchetypeLoader.h (+6 -1), AssetLoader.h (+1), global.h (+1)
ryo_saeba 2021-02-01 15:11 Rev.: 21885

Extract event handling to common library.

137 lines of code changed in 3 files:

  • include: events.h (new 134), plugin.h (+3 -51), sproto.h (-4)
ryo_saeba 2021-01-30 13:38 Rev.: 21875

Display death animation for used up generators too.

1 lines of code changed in 1 file:

  • include: libproto.h (+1)
ryo_saeba 2021-01-29 05:01 Rev.: 21859

Remove unused variable.

0 lines of code changed in 1 file:

  • include: global.h (-1)
silvernexus 2021-01-25 16:50 Rev.: 21846

Change some functions in server/c_misc.c to be static.

0 lines of code changed in 1 file:

  • include: sproto.h (-6)
ryo_saeba 2021-01-19 12:36 Rev.: 21824

Add reason for item inversion.

1 lines of code changed in 1 file:

  • include: Utils.h (+1)
ryo_saeba 2021-01-16 06:43 Rev.: 21772

Optimize alchemy cost dump.

2 lines of code changed in 1 file:

  • include: assets.h (+2)
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.

1099 lines of code changed in 38 files:

  • include: AnimationWriter.h (new 16), Animations.h (new 22), ArchetypeLoader.h (new 25), ArchetypeWriter.h (new 16), Archetypes.h (new 114), ArtifactWriter.h (new 15), AssetCollector.h (new 48), AssetLoader.h (new 31), AssetWriter.h (new 24), AssetsCollection.h (new 174), AssetsManager.h (new 79), FaceLoader.h (new 28), FaceWriter.h (new 16), Faces.h (new 27), FacesetLoader.h (new 19), FacesetWriter.h (new 17), Facesets.h (new 30), FormulaeWriter.h (new 16), MessageLoader.h (new 24), MessageWriter.h (new 16), Messages.h (new 30), PngLoader.h (new 25), TreasureLoader.h (new 33), TreasureWriter.h (new 16), Treasures.h (new 18), Utils.h (new 37), WrapperLoader.h (new 39), assets.h (new 59), book.h (+10 -1), compat.h (+4), config.h (-1), face.h (+1 -1), global.h (+9 -6), image.h (+5 -4), libproto.h (+43 -37), object.h (-1), sproto.h (+13 -1), treasure.h (-1)
ryo_saeba 2021-01-14 04:08 Rev.: 21762

Apply hiscore patch by Preston Crow, slightly modified by myself.

2 lines of code changed in 1 file:

  • include: config.h (+2 -1)
partmedia 2020-12-28 01:35 Rev.: 21653

Add noreturn attribute to fatal()

This teaches static analyzers to ignore NULL dereference false positives
after fatal().

1 lines of code changed in 1 file:

  • include: libproto.h (+1 -1)
ryo_saeba 2020-12-08 04:03 Rev.: 21591

Remove 'discrete_damage', unused.

0 lines of code changed in 1 file:

  • include: object.h (-1)
ryo_saeba 2020-11-23 09:12 Rev.: 21561

Change function prototype.

1 lines of code changed in 1 file:

  • include: libproto.h (+1 -1)
partmedia 2020-11-22 19:37 Rev.: 21560

Document object_set_msg() for settting msg

2 lines of code changed in 1 file:

  • include: object.h (+2 -1)
ryo_saeba 2020-11-19 12:26 Rev.: 21552

Remove unused macro.

0 lines of code changed in 1 file:

  • include: define.h (-1)
partmedia 2020-11-18 03:04 Rev.: 21545

Fix argument type

1 lines of code changed in 1 file:

  • include: libproto.h (+1 -1)
ryo_saeba 2020-10-20 09:07 Rev.: 21515

Display spell and skill descriptions when examining objects that contain them.
Patch by Rebecca Kelly.

https://sourceforge.net/p/crossfire/patches/378/

10 lines of code changed in 1 file:

  • include: stringbuffer.h (+10)
ryo_saeba 2020-10-15 03:47 Rev.: 21508

Sort event hooks.

9 lines of code changed in 1 file:

  • include: plugin.h (+9 -9)

(775 more)

Generated by StatSVN 0.7.0