Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 17 (100.0%) | 424 (100.0%) | 24.9 |
python/guilds/ | 5 (29.4%) | 208 (49.1%) | 41.6 |
darcap/darcap/temples/ | 1 (5.9%) | 145 (34.2%) | 145.0 |
python/items/ | 2 (11.8%) | 53 (12.5%) | 26.5 |
planes/ | 7 (41.2%) | 11 (2.6%) | 1.5 |
scorn/misc/ | 1 (5.9%) | 5 (1.2%) | 5.0 |
quests/peterm/Demonology/ | 1 (5.9%) | 2 (0.5%) | 2.0 |
Simple Fix to prevent farnass from leaving the kitchen area.
5 lines of code changed in 1 file:
Fix typo as pointed out by H. S. Teoh in patch #341. Thanks for reporting.
2 lines of code changed in 1 file:
Fix map's tiling to avoid server crash. (related to bug #756)
11 lines of code changed in 7 files:
Using the new Crossfire.AttackMovement.PETMOVE constants.
Reduce the affected area to the surrounding 10x10 square.
7 lines of code changed in 1 file:
New item: magic pet's whistle.
Why this item:
In some cases pets may get angry at their owner and attack him.
This whistle intends to give the player a chance to make his pets friendly again.
This won't prevent the pet from getting angry again for whatever reason, which
is ok.
Including: archetype, image, treasure list (for the whistle inventory to work
properly), python script which makes the "real work".
Hope to add a map soon to make this available to the players.
A maps/trunk/python/items/magic_whistle.py
A arch/trunk/misc/magic_whistle.trs
A arch/trunk/misc/magic_whistle.arc
AM arch/trunk/misc/magic_whistle.base.111.png
46 lines of code changed in 1 file:
Added no magic under fences: maps/trunk/darcap/darcap/temples/valkyrie
145 lines of code changed in 1 file:
Minor fixes to do_pay(): 'type' was used as a variable name but it's a reserved word, length check was wrong, check for zero amount, plural message improved.
15 lines of code changed in 1 file:
Fixing python indentation. Using elif when apropriate.
30 lines of code changed in 1 file:
Fixing python indentation
17 lines of code changed in 1 file:
Fixing python indentation
27 lines of code changed in 1 file:
Fixing python indentation
119 lines of code changed in 1 file: