Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Crossfire 0.91.4
- To: ,
- Subject: Re: Crossfire 0.91.4
- From: Mark Wedel <>
- Date: Wed, 7 Sep 1994 19:15:31 -0700
- Cc: , crossfire (at) ifi.uio.no
Having images that are combinations makes the display code a bit
more difficult. Right now, it is pretty easy - draw the icon for each
flag is set. With having composite images, you would then need to figure
out what image to use.
That additio was a pretty quick hack. This is at least partialy because
when client/server comes around, it will be the client that should handle
it. Thus, I don't want to spend a lot of effort messing with the
display code.
Right now, there are 'word' images for cursed, magic, unpaid, damned,
equipped and locked.
--Mark