wileymud-1.187b/
wileymud-1.187b/attic/
wileymud-1.187b/attic/bin/
wileymud-1.187b/attic/lib/
wileymud-1.187b/attic/lib/adm/
wileymud-1.187b/attic/lib/man/
wileymud-1.187b/attic/lib/new-wld/
wileymud-1.187b/attic/lib/new-wld/default/
wileymud-1.187b/attic/lib/old/
wileymud-1.187b/attic/lib/wld/
wileymud-1.187b/attic/public_html/
wileymud-1.187b/attic/public_html/gfx/
wileymud-1.187b/attic/src/bin/
wileymud-1.187b/attic/src/etc/
wileymud-1.187b/attic/src/libauth-4.0-p5/
wileymud-1.187b/attic/src/sedna/
wileymud-1.187b/backups/
wileymud-1.187b/bin/
wileymud-1.187b/docs/
wileymud-1.187b/etc/
wileymud-1.187b/lib/
wileymud-1.187b/lib/adm/
wileymud-1.187b/lib/boards/
wileymud-1.187b/lib/log/
wileymud-1.187b/lib/man/
wileymud-1.187b/lib/ply/
wileymud-1.187b/lib/ply/a/
wileymud-1.187b/lib/ply/b/
wileymud-1.187b/lib/ply/c/
wileymud-1.187b/lib/ply/d/
wileymud-1.187b/lib/ply/g/
wileymud-1.187b/lib/ply/k/
wileymud-1.187b/lib/ply/m/
wileymud-1.187b/lib/ply/s/
wileymud-1.187b/lib/ply/t/
wileymud-1.187b/public_html/gfx/
wileymud-1.187b/src/bin/
wileymud-1.187b/src/convert/attic/
wileymud-1.187b/src/convert/obj/
wileymud-1.187b/src/convert/perl/
wileymud-1.187b/src/convert/perl/MudConvert/
wileymud-1.187b/src/convert/perl/MudConvert/DUMP/
wileymud-1.187b/src/convert/perl/MudConvert/Report/
wileymud-1.187b/src/convert/perl/MudConvert/WileyMUD/
wileymud-1.187b/src/convert/perl/output/
wileymud-1.187b/src/convert/perl/output/DUMP/
wileymud-1.187b/src/convert/perl/output/Report/
wileymud-1.187b/src/convert/perl/output/WileyMUD/
wileymud-1.187b/src/etc/
wileymud-1.187b/src/etc/init.d/
wileymud-1.187b/src/etc/rc.d/
wileymud-1.187b/src/etc/rc.d/init.d/
wileymud-1.187b/src/lib/
wileymud-1.187b/src/lib/adm/
wileymud-1.187b/src/lib/boards/
wileymud-1.187b/src/lib/log/
wileymud-1.187b/src/lib/man/
wileymud-1.187b/src/lib/ply/
wileymud-1.187b/src/lib/ply/a/
wileymud-1.187b/src/lib/ply/b/
wileymud-1.187b/src/lib/ply/c/
wileymud-1.187b/src/lib/ply/d/
wileymud-1.187b/src/lib/ply/e/
wileymud-1.187b/src/lib/ply/f/
wileymud-1.187b/src/lib/ply/g/
wileymud-1.187b/src/lib/ply/h/
wileymud-1.187b/src/lib/ply/i/
wileymud-1.187b/src/lib/ply/j/
wileymud-1.187b/src/lib/ply/k/
wileymud-1.187b/src/lib/ply/l/
wileymud-1.187b/src/lib/ply/m/
wileymud-1.187b/src/lib/ply/n/
wileymud-1.187b/src/lib/ply/o/
wileymud-1.187b/src/lib/ply/p/
wileymud-1.187b/src/lib/ply/q/
wileymud-1.187b/src/lib/ply/r/
wileymud-1.187b/src/lib/ply/s/
wileymud-1.187b/src/lib/ply/t/
wileymud-1.187b/src/lib/ply/u/
wileymud-1.187b/src/lib/ply/v/
wileymud-1.187b/src/lib/ply/w/
wileymud-1.187b/src/lib/ply/x/
wileymud-1.187b/src/lib/ply/y/
wileymud-1.187b/src/lib/ply/z/
wileymud-1.187b/src/obj/
wileymud-1.187b/src/utils/
wileymud-1.187b/src/utils/mobmaker/
-pmt						/* Preserve make times */

--line-length96					/* Overall width of code */
--comment-line-length120			/* width of comment lines */
--indent-level4					/* indent N spaces per level */
--case-indentation4				/* indent case statements */
--parameter-indentation4			/* indent old-style parameter declarations */
--declaration-indentation40			/* variable declarations line up here */
--tab-size8					/* tabs get expanded into N characters */

--break-before-boolean-operator			/* break before boolean operators if possible */
--dont-break-procedure-type			/* keep function type on the same line as the name */
--blank-lines-after-declarations		/* space out declarations */
--blank-lines-after-procedures			/* space out bodies */
--blank-lines-after-commas			/* seperate lines for comma seperated declarations */
--swallow-optional-blank-lines			/* remove "extra" blank lines */

--braces-on-if-line				/* place opening brace ON the if line */
--cuddle-else					/* put else with braces ala } else { */
--cuddle-do-while				/* put while inline ala do { } while */
--braces-on-struct-decl-line			/* put opening brace ON struct declaration line */
--continue-at-parentheses			/* line up continuations at parens */

--no-space-after-function-call-names		/* function() not function () */
--dont-space-special-semicolon			/* no extra spacing of semicolons */
--no-space-after-casts				/* (type)cast not (type) cast */

--comment-indentation64				/* line up comments at column N */
--declaration-comment-column64			/* line up comments after declarations in column N */
--else-endif-column64				/* preprocessor #else and #endif comments line up here */
--start-left-side-of-comments			/* add stars in block comments */
--format-all-comments				/* try to reformat comments */
--dont-format-first-column-comments		/* unless they are on the left! */
--comment-delimiters-on-blank-lines		/* one lineers with no code should be made larger */

/* Various typedefs used in our code */

-T UBYTE
-T BYTE
-T USHORT
-T SHORT
-T UINT
-T INT
-T ULONG
-T LONG
-T CHAR_DATA
-T funcp
-T ifuncp

-T bool
-T DESCRIPTOR_DATA
-T permissions
-T I3_CHANNEL
-T I3_MUD
-T I3_HEADER
-T I3_IGNORE
-T I3_BAN
-T UCACHE_DATA
-T I3_CHARDATA
-T ROUTER_DATA
-T I3_COLOR
-T I3_CMD_DATA
-T I3_HELP_DATA
-T I3_ALIAS
-T I3_FUN

-T imc_permissions
-T IMC_SPEAKER
-T IMC_CHANNEL
-T IMC_PACKET
-T IMC_PDATA
-T SITEINFO
-T REMOTEINFO
-T IMC_BAN
-T IMC_CHARDATA
-T IMC_IGNORE
-T IMCUCACHE_DATA
-T IMC_COLOR
-T IMC_CMD_DATA
-T IMC_HELP_DATA
-T IMC_ALIAS
-T IMC_PHANDLER
-T WHO_TEMPLATE
-T IMC_FUN
-T PACKET_FUN

-T SOCIAL_DATA
-T CHAR_DATA
-T DESCRIPTOR_DATA
-T genders

-T SHA256Context

-T ident_t
-T IDENT

-T Teleport_t
-T River_t
-T Exit_t
-T Extra_t
-T Room

-T afk_room_flags
-T afk_exit_flags
-T afk_sector_types
-T afk_item_types
-T afk_extra_flags

-T sector_types

-T ppmcolour
-T mapnode
-T coord_group
-T tree
-T forest
-T maptemplate

-T smaug_room_flags
-T smaug_exit_flags
-T smaug_sector_types
-T smaug_item_types
-T smaug_item_extra_flags

-T t_name

-T sh_int
-T EXT_BV

-T vnum
-T vnum_index
-T pair
-T keyword
-T zone_cmds
-T zone
-T zones
-T EXIT
-T extra
-T coordinate
-T room
-T rooms
-T shop
-T shops
-T obj_flags
-T obj_affect
-T object
-T objects
-T dice
-T attack
-T skill
-T mob
-T mobs