Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CF: various cvs changes




 Made the following changes to the cvs tree tonight.  This is mostly to let
people know who might be developing stuff that their files may be out of date.

common/item.c:  Fix query_short_name - wasn't generating all item names
properly because of changes made a few days ago - some areas manipulate
the string being worked on and was not updating the length properly.
MSW 5/26/2000

doc/mapguide:  Fix some typos.  MSW 5/26/2000

include/define.h: Add MIN_ACTIVE_SPEED value to determine what threshold
something will be put on the active list or not instead of using
varying values throughout the source code.
common/item.c, common/object.c, server/monster.c, server/pets.c,
server/spell_effect.c:  Updated to use the MIN_ACTIVE_SPEED instead of
hardcoded values.  MSW 5/26/2000

include/define.h,include/global.h, common/image.c:  Remove following old
face information: INV_*_FACES, BLOCKED_FACE, STIPPLE[12]_FACE.  This
is just a general cleanup - the server has not used these since the
X11 code was pulled from the server.  MSW 5/26/2000

common/living.c: Add entries for the attack type AT_INTERNAL in description.
include/material.h: Update to include saves against INTERNAL attacktype.
include/living.h:  Remove defunct objects_saves external referance.
The additions of internal to the tables should not really be needed, as
internal attacktypes should not be used publically, but these also act as
placeholders for future attacktypes.  MSW 5/26/2000
-
[you can put yourself on the announcement list only or unsubscribe altogether
by sending an email stating your wishes to crossfire-request@ifi.uio.no]