Directory server/

Total Files:
48
Deleted Files:
5
Lines of Code:
56608

[root]/server
        directory in repo modules (3 files, 847 lines)

Lines of Code

server/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 3348 (100.0%) 86659 (100.0%) 25.8
ryo_saeba 1291 (38.6%) 26482 (30.6%) 20.5
akirschbaum 823 (24.6%) 23884 (27.6%) 29.0
anmaster 143 (4.3%) 17593 (20.3%) 123.0
mwedel 258 (7.7%) 6110 (7.1%) 23.6
partmedia 422 (12.6%) 3411 (3.9%) 8.0
aaron_baugher 7 (0.2%) 2873 (3.3%) 410.4
gros 51 (1.5%) 1325 (1.5%) 25.9
silvernexus 109 (3.3%) 1207 (1.4%) 11.0
quinet 44 (1.3%) 1145 (1.3%) 26.0
kbulgrien 57 (1.7%) 807 (0.9%) 14.1
cavesomething 13 (0.4%) 675 (0.8%) 51.9
qal21 63 (1.9%) 519 (0.6%) 8.2
crowbert 35 (1.0%) 373 (0.4%) 10.6
tchize 6 (0.2%) 146 (0.2%) 24.3
toxicfrog 16 (0.5%) 41 (0.0%) 2.5
kstenger 6 (0.2%) 36 (0.0%) 6.0
rjtanner 1 (0.0%) 17 (0.0%) 17.0
lalo 1 (0.0%) 13 (0.0%) 13.0
meflin2 1 (0.0%) 1 (0.0%) 1.0
alestan 1 (0.0%) 1 (0.0%) 1.0

Most Recent Commits

ryo_saeba 2021-05-06 11:21 Rev.: 22110

Remove line length limit for help files.

31 lines of code changed in 1 file:

  • server: c_misc.c (+31 -32)
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 2 files:

  • server: Makefile.am (+2 -1), init.c (+1)
ryo_saeba 2021-04-27 12:22 Rev.: 22103

Allow modules to be enabled or disabled by default.

48 lines of code changed in 1 file:

  • server: init.c (+48 -31)
silvernexus 2021-04-21 21:10 Rev.: 22094

Allow for any strings sent through draw_ext_info() or draw_ext_info_format() to be translatable.

168 lines of code changed in 5 files:

  • server: c_misc.c (+135 -136), c_wiz.c (+21 -21), knowledge.c (+2 -2), player.c (+9 -9), server.c (+1 -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:

  • server: knowledge.c (+1 -28)
ryo_saeba 2021-04-20 13:01 Rev.: 22091

Use a definition file instead of hardcoding positions and NPCs.

1 lines of code changed in 1 file:

  • server: Makefile.am (+1 -1)
ryo_saeba 2021-04-20 12:55 Rev.: 22089

Use a definition file instead of hardcoding bells.

1 lines of code changed in 1 file:

  • server: Makefile.am (+1 -1)
ryo_saeba 2021-04-20 12:47 Rev.: 22086

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

36 lines of code changed in 4 files:

  • server: Makefile.am (+2 -1), init.c (+1), move.c (+30), plugins.c (+3 -23)
ryo_saeba 2021-04-20 12:41 Rev.: 22085

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

91 lines of code changed in 3 files:

  • server: Makefile.am (+2 -1), init.c (+87), server.c (+2)
ryo_saeba 2021-04-19 05:45 Rev.: 22081

Remove unused variables.

0 lines of code changed in 3 files:

  • server: c_misc.c (-2), c_object.c (-1), shop.c (-5)
ryo_saeba 2021-04-10 11:13 Rev.: 22067

Remove unused 'dm_mail' settings.

0 lines of code changed in 1 file:

  • server: init.c (-5)
ryo_saeba 2021-04-10 11:06 Rev.: 22066

Removed unused 'archetypes' and 'treasures' settings.

0 lines of code changed in 1 file:

  • server: init.c (-20)
ryo_saeba 2021-03-21 16:20 Rev.: 22046

Remove reference to 'writing' for knowledge, players don't need to know how to write.
Add color to messages. Add French translation.

6 lines of code changed in 1 file:

  • server: knowledge.c (+6 -2)
ryo_saeba 2021-03-09 14:00 Rev.: 22034

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

10 lines of code changed in 2 files:

  • server: init.c (+7 -7), races.cpp (+3 -5)
ryo_saeba 2021-03-09 13:04 Rev.: 22033

Fix confusion disappearing when fix_object() is called.

2 lines of code changed in 1 file:

  • server: attack.c (+2)
ryo_saeba 2021-03-09 13:02 Rev.: 22032

Set no_pick on lighted objects if set on initial object.
This prevents using lightning to light up a non-pickable lantern then
picking up the lighted one.

6 lines of code changed in 1 file:

  • server: attack.c (+6 -1)
ryo_saeba 2021-03-02 08:36 Rev.: 22016

Fix exploit with item power during alchemy.

8 lines of code changed in 1 file:

  • server: alchemy.c (+8)
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.

343 lines of code changed in 2 files:

  • server: c_object.c (+311 -91), player.c (+32 -139)
ryo_saeba 2021-02-27 05:07 Rev.: 22009

Attempt skill-based identification as many times as there are items in a pile.
See https://sourceforge.net/p/crossfire/feature-requests/244/ for more details.

55 lines of code changed in 3 files:

  • server: knowledge.c (+4 -1), skill_util.c (+2), skills.c (+49 -18)
ryo_saeba 2021-02-27 05:03 Rev.: 22008

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

58 lines of code changed in 2 files:

  • server: plugins.c (+1 -1), shop.c (+57 -39)
ryo_saeba 2021-02-25 11:28 Rev.: 21999

Fix crash when a player using 'search-items' is killed.

1 lines of code changed in 1 file:

  • server: c_object.c (+1 -1)
ryo_saeba 2021-02-09 13:30 Rev.: 21928

Fix comment.

2 lines of code changed in 1 file:

  • server: knowledge.c (+2 -2)
ryo_saeba 2021-02-09 13:20 Rev.: 21927

Remove useless parameter of shuffle_attack().

5 lines of code changed in 2 files:

  • server: attack.c (+1 -1), spell_util.c (+4 -12)
ryo_saeba 2021-02-09 09:26 Rev.: 21923

Display skill used to try to identify items.

2 lines of code changed in 1 file:

  • server: skills.c (+2 -2)
ryo_saeba 2021-02-08 12:28 Rev.: 21921

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

2 lines of code changed in 2 files:

  • server: init.c (+1), quest.c (+1 -10)
ryo_saeba 2021-02-03 17:24 Rev.: 21899

Fix alchemy attempt not working with items having nrof 0 (like icecubes).
Also don't consider invisible items as ingredients.

4 lines of code changed in 1 file:

  • server: knowledge.c (+4 -2)
silvernexus 2021-02-02 14:21 Rev.: 21892

Fix crash when releasing uncontrolled mana from a scroll failure.

4 lines of code changed in 1 file:

  • server: apply.c (+4 -5)
ryo_saeba 2021-02-01 16:10 Rev.: 21888

Add report on materials.

9 lines of code changed in 1 file:

  • server: init.c (+9 -5)
ryo_saeba 2021-02-01 15:11 Rev.: 21885

Extract event handling to common library.

62 lines of code changed in 16 files:

  • server: apply.c (+1 -2), attack.c (+7 -14), c_chat.c (+2 -3), c_object.c (+2 -3), c_wiz.c (+2 -4), gods.c (+1 -2), login.c (+1 -2), monster.c (+5 -6), player.c (+11 -14), plugins.c (+17 -262), server.c (+3 -6), shop.c (+2 -3), skills.c (+4 -6), swap.c (+2 -4), time.c (+1 -2), timers.c (+1 -1)
ryo_saeba 2021-01-30 13:38 Rev.: 21875

Display death animation for used up generators too.

3 lines of code changed in 2 files:

  • server: attack.c (+1 -10), time.c (+2)
ryo_saeba 2021-01-29 05:01 Rev.: 21859

Remove unused variable.

0 lines of code changed in 1 file:

  • server: init.c (-2)
ryo_saeba 2021-01-27 11:52 Rev.: 21849

Change spell expiry message type to match those in change_abil().

2 lines of code changed in 1 file:

  • server: spell_util.c (+2 -2)
silvernexus 2021-01-25 16:50 Rev.: 21846

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

11 lines of code changed in 1 file:

  • server: c_misc.c (+11 -6)
silvernexus 2021-01-21 21:24 Rev.: 21844

Fix improper handling of icecube weight for inserting into containers.

5 lines of code changed in 1 file:

  • server: c_object.c (+5 -1)
ryo_saeba 2021-01-20 15:26 Rev.: 21831

Display the skill for the recipe.

1 lines of code changed in 1 file:

  • server: knowledge.c (+1 -1)
ryo_saeba 2021-01-19 12:05 Rev.: 21823

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

9 lines of code changed in 1 file:

  • server: init.c (+9 -1)
silvernexus 2021-01-19 02:05 Rev.: 21819

Fix potential for duplicate skills due to in-place conversion from archetype data to object data occurring after object_can_merge().

10 lines of code changed in 1 file:

  • server: player.c (+10 -5)
partmedia 2021-01-14 13:18 Rev.: 21768

Lower log level for missing new highscore files

1 lines of code changed in 1 file:

  • server: hiscore.c (+1 -1)
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.

358 lines of code changed in 16 files:

  • server: Makefile.am (+1), apply.c (+2 -2), build_map.c (+1 -1), c_misc.c (+8 -22), c_wiz.c (+3 -2), commands.c (-1), init.c (+50 -213), knowledge.c (+13 -13), player.c (+4 -4), plugins.c (+3 -3), quest.c (+2 -8), races.cpp (new 209), server.c (-1), skill_util.c (+24 -14), spell_effect.c (+35 -28), spell_util.c (+3 -3)
ryo_saeba 2021-01-14 04:08 Rev.: 21762

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

149 lines of code changed in 2 files:

  • server: c_misc.c (+1 -1), hiscore.c (+148 -23)

(1675 more)

Generated by StatSVN 0.7.0