Re: bitfields coded

From: Jaco van Iterson (J.C.vanIterson@ET.TUDelft.NL)
Date: 11/30/95


I ftp-ed the src with the bitfields to ftp.cs.jhu.edu, the names are:
/pub/CircleMUD/incoming/src_c3p8+bitfields.tar.gz
and
/pub/CircleMUD/incoming/change_bitfields.tar.gz

The second is a script which changes the names like 'PLR_THIEF'
to simply 'thief'. It makes the code look a lot nicer.

A lot of #defines in the code are changed in enumerations.
If something was a #define and is now part of an enumeration
the script will change the name from something like 'SPELL_ARMOR'
to 'Spell_armor' so you can tell the difference between
#defined constants and enum constants by the name.


Jaco



This archive was generated by hypermail 2b30 : 12/07/00 PST