Directory lib/

Total Files:
4
Deleted Files:
25
Lines of Code:
785

[root]/lib
        directory in repo adm (4 files, 562 lines)
        directory in repo config (10 files, 1037 lines)
        directory in repo help (105 files, 1030 lines)
        directory in repo i18n (2 files, 181 lines)
        directory in repo wizhelp (50 files, 255 lines)

Lines of Code

lib/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 297 (100.0%) 3875 (100.0%) 13.0
ryo_saeba 119 (40.1%) 1310 (33.8%) 11.0
partmedia 50 (16.8%) 766 (19.8%) 15.3
mwedel 20 (6.7%) 653 (16.9%) 32.6
silvernexus 22 (7.4%) 612 (15.8%) 27.8
akirschbaum 43 (14.5%) 265 (6.8%) 6.1
gros 15 (5.1%) 152 (3.9%) 10.1
meflin2 4 (1.3%) 57 (1.5%) 14.2
rjtanner 8 (2.7%) 27 (0.7%) 3.3
kbulgrien 6 (2.0%) 11 (0.3%) 1.8
anmaster 5 (1.7%) 11 (0.3%) 2.2
quinet 3 (1.0%) 7 (0.2%) 2.3
kstenger 2 (0.7%) 4 (0.1%) 2.0

Most Recent Commits

partmedia 2021-03-28 13:08 Rev.: 22047

Allow subdirectory builds

Submitted by: Steven Johnson (patch #390)

6 lines of code changed in 1 file:

  • lib: Makefile.am (+6 -6)
ryo_saeba 2021-01-19 12:05 Rev.: 21823

Allow multiple -pack-assets switches.
Collect all assets in one run, remove files before.

10 lines of code changed in 1 file:

  • lib: Makefile.am (+10 -8)
partmedia 2021-01-14 13:18 Rev.: 21769

Fix collect targets

15 lines of code changed in 1 file:

  • lib: Makefile.am (+15)
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.

11 lines of code changed in 1 file:

  • lib: Makefile.am (+11 -16)
partmedia 2020-03-05 17:05 Rev.: 21137

Clean up warnings about junk files

1 lines of code changed in 1 file:

  • lib: collect (+1 -1)
partmedia 2020-03-05 01:35 Rev.: 21132

Rename built treasures file to simplify install

5 lines of code changed in 2 files:

  • lib: Makefile.am (+3 -10), collect (+2 -2)
partmedia 2020-03-02 22:48 Rev.: 21128

Chase arch move

10 lines of code changed in 1 file:

  • lib: Makefile.am (+10 -3)
partmedia 2020-03-02 22:40 Rev.: 21127

Move non-generated files from server/lib/ to arch/

Logically, these files belong with the archs, since if the archs change,
these files may need to change, too. Moving them to arch should also
remove the need for those running with custom maps/archs from needing
to change the server tree.

0 lines of code changed in 7 files:

  • lib: artifacts (del), attackmess (del), formulae (del), image_info (del), materials (del), messages (del), races (del)
partmedia 2019-12-29 22:21 Rev.: 21078

Fix Horn of Sirens

Players in possession of a Horn of Sirens now only have horns. Fix by
adding the artifact back, but setting the chance to 0.

16 lines of code changed in 1 file:

  • lib: artifacts (+16 -18)
partmedia 2019-12-28 08:30 Rev.: 21070

Add formulas for casting and melting rings and amulets

40 lines of code changed in 1 file:

  • lib: formulae (+40)
partmedia 2019-12-28 08:29 Rev.: 21069

Refactor recipe_chance()

Rewrite and document recipe_chance() so it's more clear what it does.

4 lines of code changed in 1 file:

  • lib: formulae (+4 -3)
silvernexus 2019-11-30 01:37 Rev.: 21041

Add an artifact specific to new kite shield archetype -- kite shield of Flight

17 lines of code changed in 1 file:

  • lib: artifacts (+17)
silvernexus 2019-11-29 23:23 Rev.: 21038

Fix horn of Sirens as a random loot (Bug #861).

17 lines of code changed in 1 file:

  • lib: artifacts (+17 -15)
silvernexus 2019-08-11 14:11 Rev.: 20946

Improve handling of formula check to handle cauldron and tool differences.

10 lines of code changed in 1 file:

  • lib: formulae (+10)
silvernexus 2019-08-11 09:58 Rev.: 20945

Add artifacts and formulae for black/white leather cloaks.

41 lines of code changed in 2 files:

  • lib: artifacts (+18), formulae (+23)
partmedia 2019-07-10 17:11 Rev.: 20906

Balance balm costs

Part of patch #360, this reduces the cost of the balm of first aid.

10 lines of code changed in 1 file:

  • lib: artifacts (+10 -10)
silvernexus 2018-10-28 19:32 Rev.: 20608

Allow for items to make the wielder confused.
Also add helmets that make the wielder confused.

12 lines of code changed in 1 file:

  • lib: artifacts (+12)
silvernexus 2018-05-23 20:53 Rev.: 20567

Adjust lib/races loading so that it appends races if they do not match, rather than replace. Also adjust death attacks to do no damage if the slaying requirement is not met.

3 lines of code changed in 1 file:

  • lib: races (+3)
partmedia 2018-05-10 16:21 Rev.: 20564

Fix recipe for talisman of Creation

Reported by: Frank Wilde (bugs/851)

1 lines of code changed in 1 file:

  • lib: formulae (+1 -1)
silvernexus 2018-01-18 14:06 Rev.: 20546

Fix artifact boots/gauntlets/gloves that have a damage specification in their artifact definition that did not receive one in-game. Fixes Bug #832.

4 lines of code changed in 1 file:

  • lib: artifacts (+4 -4)
silvernexus 2018-01-15 15:15 Rev.: 20543

Fix error message from beholder leaders missing an animation.

1 lines of code changed in 1 file:

  • lib: artifacts (+1)
silvernexus 2018-01-13 22:55 Rev.: 20540

Animate monster artifacts that have multi-face animations per facing direction.

1 lines of code changed in 1 file:

  • lib: artifacts (+1 -12)
silvernexus 2016-05-21 20:37 Rev.: 20273

Fix spelling of acrobatically in attack messages.

1 lines of code changed in 1 file:

  • lib: attackmess (+1 -1)
ryo_saeba 2015-12-13 06:15 Rev.: 20170

Silently ignore *.blend files.

1 lines of code changed in 1 file:

  • lib: collect (+1 -1)
partmedia 2015-11-29 16:50 Rev.: 20105

Clean up archive build rules

1 lines of code changed in 1 file:

  • lib: Makefile.am (+1 -4)
silvernexus 2015-05-20 10:09 Rev.: 19944

Finish r19943, since it seems to have gone awry last time.

3 lines of code changed in 1 file:

  • lib: artifacts (+3 -3)
ryo_saeba 2015-03-01 13:20 Rev.: 19830

Add faces for messages linked to a quest.

7 lines of code changed in 1 file:

  • lib: messages (+7)
ryo_saeba 2015-03-01 04:25 Rev.: 19817

Remove support for defining animations in .arc files.

0 lines of code changed in 1 file:

  • lib: collect (-21)
ryo_saeba 2015-02-01 09:16 Rev.: 19763

Add a face suffix for 'Holding' artifacts.

1 lines of code changed in 1 file:

  • lib: artifacts (+1)
ryo_saeba 2015-02-01 09:15 Rev.: 19761

Allow 'face_suffix' in artifacts.

9 lines of code changed in 1 file:

  • lib: artifacts (+9)
ryo_saeba 2014-09-14 13:42 Rev.: 19650

Use specific faces for quivers of Holding Bolts and Arrows.

2 lines of code changed in 1 file:

  • lib: artifacts (+2)
silvernexus 2014-08-26 21:25 Rev.: 19608

Adding recipes involving leather for further crafting development.

184 lines of code changed in 1 file:

  • lib: formulae (+184)
partmedia 2014-08-06 14:56 Rev.: 19600

Update archetype ChangeLog file name

1 lines of code changed in 1 file:

  • lib: collect (+1 -1)
partmedia 2014-06-25 19:38 Rev.: 19587

Remove map scripts from server distribution

1 lines of code changed in 1 file:

  • lib: Makefile.am (+1 -3)
silvernexus 2014-06-11 21:42 Rev.: 19551

Ingredient list fix for existing arches.

7 lines of code changed in 1 file:

  • lib: formulae (+7 -7)
silvernexus 2014-06-11 21:39 Rev.: 19550

Update readme file to reference correct build target to collect arches.

1 lines of code changed in 1 file:

  • lib: README (+1 -1)
silvernexus 2014-06-11 21:38 Rev.: 19549

Thought r19548 would auto-commit lib/checkarch

81 lines of code changed in 2 files:

  • lib: checkarch (del), checkarch.pl (new 81)
silvernexus 2014-06-11 21:36 Rev.: 19548

Rename checkarch script to checkarch.pl. Also, remove unused reference to checkarch from the Makefile.

1 lines of code changed in 1 file:

  • lib: Makefile.am (+1 -1)
silvernexus 2014-05-28 12:06 Rev.: 19497

Fix incorrect arch name in previous formulae expansion.

1 lines of code changed in 1 file:

  • lib: formulae (+1 -1)
silvernexus 2014-05-28 12:00 Rev.: 19496

Continued expansion of smithery formulae.

100 lines of code changed in 1 file:

  • lib: formulae (+100 -25)

(190 more)

Generated by StatSVN 0.7.0