[root]/server/trunk/include
random_maps
(5 files, 278 lines)
shared
(2 files, 681 lines)
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 |
Convert the 'random house generator' plugin to a module, disabled by default.
3 lines of code changed in 1 file:
Allow modules to be enabled or disabled by default.
0 lines of code changed in 1 file:
Extract function.
Fix icon and title of formulae nodes.
1 lines of code changed in 1 file:
Convert the 'citylife' plugin to a server 'module'.
3 lines of code changed in 2 files:
Convert the 'citylife' plugin to a server 'module'.
36 lines of code changed in 3 files:
Removed unused function.
0 lines of code changed in 1 file:
Remove unused variable.
0 lines of code changed in 1 file:
Remove unused 'dm_mail' settings.
0 lines of code changed in 1 file:
Removed unused 'archetypes' and 'treasures' settings.
1 lines of code changed in 2 files:
Documentation.
9 lines of code changed in 1 file:
Remove unused function.
0 lines of code changed in 1 file:
Remove unused function.
0 lines of code changed in 1 file:
Use a memory buffer to read data instead of directly using a FILE.
289 lines of code changed in 15 files:
Allow getting the map without a computed difficulty.
Display computed difficulty in CRE.
1 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.
1 lines of code changed in 1 file:
Rework bargaining experience. See https://sourceforge.net/p/crossfire/feature-requests/258/ .
1 lines of code changed in 1 file:
Add copyright information.
324 lines of code changed in 27 files:
Reduce visibility of ms2_info_mutex to the only file it is used by.
0 lines of code changed in 1 file:
Remove unused field.
0 lines of code changed in 1 file:
Remove useless parameter of shuffle_attack().
1 lines of code changed in 1 file:
Load quest definitions at startup instead of waiting for a player.
1 lines of code changed in 1 file:
Add missing file.
13 lines of code changed in 1 file:
Add report on materials.
1 lines of code changed in 1 file:
Allow mass edition of monsters.
8 lines of code changed in 3 files:
Extract event handling to common library.
137 lines of code changed in 3 files:
Display death animation for used up generators too.
1 lines of code changed in 1 file:
Remove unused variable.
0 lines of code changed in 1 file:
Change some functions in server/c_misc.c to be static.
0 lines of code changed in 1 file:
Add reason for item inversion.
1 lines of code changed in 1 file:
Optimize alchemy cost dump.
2 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.
1099 lines of code changed in 38 files:
Apply hiscore patch by Preston Crow, slightly modified by myself.
2 lines of code changed in 1 file:
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:
Remove 'discrete_damage', unused.
0 lines of code changed in 1 file:
Change function prototype.
1 lines of code changed in 1 file:
Document object_set_msg() for settting msg
2 lines of code changed in 1 file:
Remove unused macro.
0 lines of code changed in 1 file:
Fix argument type
1 lines of code changed in 1 file:
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:
Sort event hooks.
9 lines of code changed in 1 file:
(775 more)