Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 49 (100.0%) | 904 (100.0%) | 18.4 |
server/ | 13 (26.5%) | 675 (74.7%) | 51.9 |
/ | 15 (30.6%) | 90 (10.0%) | 6.0 |
plugins/cfpython/ | 3 (6.1%) | 45 (5.0%) | 15.0 |
plugins/common/ | 3 (6.1%) | 28 (3.1%) | 9.3 |
include/shared/ | 1 (2.0%) | 14 (1.5%) | 14.0 |
types/treasure/ | 1 (2.0%) | 9 (1.0%) | 9.0 |
common/ | 1 (2.0%) | 8 (0.9%) | 8.0 |
utils/cre/ | 2 (4.1%) | 7 (0.8%) | 3.5 |
include/ | 3 (6.1%) | 7 (0.8%) | 2.3 |
plugins/cf_darcap/ | 1 (2.0%) | 6 (0.7%) | 6.0 |
doc/ | 1 (2.0%) | 6 (0.7%) | 6.0 |
socket/ | 1 (2.0%) | 4 (0.4%) | 4.0 |
plugins/cfpython/include/ | 2 (4.1%) | 4 (0.4%) | 2.0 |
plugins/common/include/ | 2 (4.1%) | 1 (0.1%) | 0.5 |
Make the plugin calls to player titles respect the custom titles the player has set.
17 lines of code changed in 5 files:
quest step conditions, used to advance quests when another quest(s) are at the 'right' step(s)
139 lines of code changed in 2 files:
#define the state numbers in the quest parsing code
26 lines of code changed in 2 files:
Permit Quests to define parents, display only parent quests in the quest
lists and fold child quests into the parent's description. The same
behaviour is used for the quest summary with the -mq flag
120 lines of code changed in 2 files:
Add race to the set of things that can be filtered on in CRE
11 lines of code changed in 3 files:
Update Man page
9 lines of code changed in 2 files:
Add -mq as a command line option to dump a list of the quests that the
server recognises.
31 lines of code changed in 4 files:
Add -mexp to the list of options displayed in the help text.
4 lines of code changed in 2 files:
Make the quest file allow other files to be 'included'. Make the error
messages for quest definitions more explicit. Change the default quests file.
79 lines of code changed in 2 files:
Make examining an item automatically attempt to identify it.
172 lines of code changed in 4 files:
Patch by Funnyman3595 to add support for object.split and
object.clone to the python plugin
88 lines of code changed in 5 files:
Quest handling changes, remove questend calls, replace with individual
steps which can 'finish quest'.
160 lines of code changed in 9 files:
Replace the numbers used in the map2 command handling with some #defines.
23 lines of code changed in 3 files:
Don't drop the inventory of items that are marked as no_drop
12 lines of code changed in 2 files:
Stop chests from drawinfo-ing the names of invisible items when they are opened.
13 lines of code changed in 2 files: