Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 10 (100.0%) | 219 (100.0%) | 21.9 |
trunk/crossfire/server/ | 1 (10.0%) | 144 (65.8%) | 144.0 |
trunk/crossfire/lib/help/ | 2 (20.0%) | 40 (18.3%) | 20.0 |
trunk/crossfire/ | 4 (40.0%) | 27 (12.3%) | 6.7 |
trunk/crossfire/common/ | 2 (20.0%) | 6 (2.7%) | 3.0 |
trunk/crossfire/lib/ | 1 (10.0%) | 2 (0.9%) | 2.0 |
common/arch.c: Add 'unlocked' match for item_matched_string.
lib/help/drop, lib/help/dropall: Help files for these commands.
lib/Makefile.in: Update to include help commands above.
server/spell_effect.c: Fix formatting of summon_pet() function. Modified so
that it no longers sucks player spellpoints when casting it via scroll -
scrolls should not cast the player spellpoints. No idea why that code was
there - in fact, casting off a scroll used more sp than casting from
memory. Modify cast_cause_disease() function so that if the passed
direction is 0, we refer to the facing and cast in that direction - this
means spells of cause disease now work. Also perform some minor formatting
changes in the function.
TODO: Add not about inscription.
MSW 2002-07-05
207 lines of code changed in 7 files:
common/arch.c: Fix bug in item_matched_string which was matching all
values (inverse in fact) when passed with count > 1 in matching
string - missing ! operator.
README: Update - remove note about windows client, since it is currently
unsupported and could stop working in some future release.
MSW 2002-07-05
12 lines of code changed in 3 files: