|
Login: uid39786
Fullname: uid39786
Revisions: 10
Lines of Code: 70
Added Lines of Code: 220
Lines of Code per Change: 7.0
|
Date | Author | File/Message |
---|---|---|
7/5/02 5:22 PM | uid39786 |
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 (7 Files changed, 207 Lines changed) lib/Makefile.in 1.33
(+2
-1)
TODO 1.13
(+4
-0)
server/spell_effect.c 1.71
(+147
-143)
lib/help/dropall 1.1 added 15
CHANGES 1.313
(+14
-0)
lib/help/drop 1.1 added 21
common/arch.c 1.22
(+4
-1)
|
7/5/02 4:09 PM | uid39786 |
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 (3 Files changed, 13 Lines changed) CHANGES 1.312
(+7
-0)
common/arch.c 1.21
(+4
-4)
README 1.15
(+2
-1)
|