[root]/server/trunk/server
modules
(3 files, 847 lines)
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 |
Remove line length limit for help files.
31 lines of code changed in 1 file:
Convert the 'random house generator' plugin to a module, disabled by default.
3 lines of code changed in 2 files:
Allow modules to be enabled or disabled by default.
48 lines of code changed in 1 file:
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:
Extract function.
Fix icon and title of formulae nodes.
1 lines of code changed in 1 file:
Use a definition file instead of hardcoding positions and NPCs.
1 lines of code changed in 1 file:
Use a definition file instead of hardcoding bells.
1 lines of code changed in 1 file:
Convert the 'citylife' plugin to a server 'module'.
36 lines of code changed in 4 files:
Convert the 'citylife' plugin to a server 'module'.
91 lines of code changed in 3 files:
Remove unused variables.
0 lines of code changed in 3 files:
Remove unused 'dm_mail' settings.
0 lines of code changed in 1 file:
Removed unused 'archetypes' and 'treasures' settings.
0 lines of code changed in 1 file:
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:
Use a memory buffer to read data instead of directly using a FILE.
10 lines of code changed in 2 files:
Fix confusion disappearing when fix_object() is called.
2 lines of code changed in 1 file:
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:
Fix exploit with item power during alchemy.
8 lines of code changed in 1 file:
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:
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:
Rework bargaining experience. See https://sourceforge.net/p/crossfire/feature-requests/258/ .
58 lines of code changed in 2 files:
Fix crash when a player using 'search-items' is killed.
1 lines of code changed in 1 file:
Fix comment.
2 lines of code changed in 1 file:
Remove useless parameter of shuffle_attack().
5 lines of code changed in 2 files:
Display skill used to try to identify items.
2 lines of code changed in 1 file:
Load quest definitions at startup instead of waiting for a player.
2 lines of code changed in 2 files:
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:
Fix crash when releasing uncontrolled mana from a scroll failure.
4 lines of code changed in 1 file:
Add report on materials.
9 lines of code changed in 1 file:
Extract event handling to common library.
62 lines of code changed in 16 files:
Display death animation for used up generators too.
3 lines of code changed in 2 files:
Remove unused variable.
0 lines of code changed in 1 file:
Change spell expiry message type to match those in change_abil().
2 lines of code changed in 1 file:
Change some functions in server/c_misc.c to be static.
11 lines of code changed in 1 file:
Fix improper handling of icecube weight for inserting into containers.
5 lines of code changed in 1 file:
Display the skill for the recipe.
1 lines of code changed in 1 file:
Allow multiple -pack-assets switches.
Collect all assets in one run, remove files before.
9 lines of code changed in 1 file:
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:
Lower log level for missing new highscore files
1 lines of code changed in 1 file:
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:
Apply hiscore patch by Preston Crow, slightly modified by myself.
149 lines of code changed in 2 files:
(1675 more)