[root]/python/maps/witherspoon_manor
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 28 (100.0%) | 647 (100.0%) | 23.1 |
ryo_saeba | 14 (50.0%) | 574 (88.7%) | 41.0 |
anmaster | 10 (35.7%) | 53 (8.2%) | 5.3 |
cavesomething | 1 (3.6%) | 12 (1.9%) | 12.0 |
kbulgrien | 1 (3.6%) | 6 (0.9%) | 6.0 |
akirschbaum | 2 (7.1%) | 2 (0.3%) | 1.0 |
Remove redundant semicolons.
1 lines of code changed in 1 file:
Remove trailing whitespace.
1 lines of code changed in 1 file:
Quest: Witherspoon's ghost.
19 lines of code changed in 5 files:
Adjust quest to new dialog system.
10 lines of code changed in 1 file:
Update existing dialog files to use the new dialog syntax
12 lines of code changed in 1 file:
Set svn:eol-style on the python scripts in maps.
5 lines of code changed in 5 files:
Run whitespace cleanup script in maps/python.
48 lines of code changed in 5 files:
Modify CFDialog.py to use a list of strings for the keywords instead of the "|"
delimited string for consistency and to reduce the need to specially parse the
string. There seems no particular reason to stay with the "|" delimiter (and
@match use of it does not seem compelling enough to override the benefit of
removing the oddball parameter from both CFDialog.py and npc_dialog.py scripts.
This commit also updates every known dialog that is affected. Also updated
are the comments in both dialog scripts to reflect the change. In CFDialog.py
also pluralize some identifers to better reflect that they are used for lists.
6 lines of code changed in 1 file:
End of the Witherspoon ghost quest, some more fun.
334 lines of code changed in 6 files:
Small quest, that may be expanded later. New manor outside Scorn.
211 lines of code changed in 2 files: