[Scrymud] CVS Commit Info

Ben Greear greear at WANfear.com
Thu Jan 3 12:00:03 PST 2002


uid=500(eroper) gid=500(eroper) groups=500(eroper),10(wheel),16(irc),56(spice),57(icecast),100(users),101(roper),152(scrydev),153(brainkick),156(syex),158(asylum),159(vearth),160(suckdev),508(scr)
ScryMUD/mud/grrmud/server command5.cc,1.41,1.42 commands.cc,1.41,1.42 const.cc,1.30,1.31 const.h,1.29,1.30 critter.cc,1.65,1.66 critter.h,1.54,1.55
Thu Jan  3 11:31:12 PST 2002
Update of /home/cvs/scry/ScryMUD/mud/grrmud/server
In directory ns1.wanfear.com:/tmp/cvs-serv11521

Modified Files:
	command5.cc commands.cc const.cc const.h critter.cc critter.h 
Log Message:
Added PFILE Configuration for 'Room Color' this is the ANSI color
to be used when displaying the room short description.

Added color option of "NONE" which is most useful when doing this:
color BACKGROUND NONE.
This is primarily useful for those of us using transparent terminals
as what it's really doing is setting the ansi string to ANSI_NORMAL.
This way we don't get black blotches (or whatever background color)
everywhere.

Still left to do is: -----------------------------------------------------
Modfiy the color command as follows:
  color THING COLOR [BRIGHT] [BACKGROUND]

This way we'll be able to set highlighted colors (pretty) and background
color. I sort of like being able to have room names white on blue. Note:
not grey on blue (ick ick) but highlighted grey which is white.

Also:
  mobs and pc's different colors in critter list (optional of course)

And Lastly:
  some sort of % or & prepended color codes to be used in builder
  descriptions and say, emote, yell, auction, basically everywhere.
  These will be stripped (w/o affecting line wrapping) for non ANSI
  and HEGEMON clients and will be expanded (w/o affecting line wrapping)
  to ANSI escape sequences for ANSI-HAPPY clients. In addition I think
  that any input including ANSI escape sequences should be wiped clean
  when reading a clients input buf. This will ensure that nobody w/o
  ANSI support ever gets run over by those people who are currently
  kludging color support (like me) ;)

  I suppose later it would be possibly to add <COLOR></COLOR> support
  to Hegemon, but hey... that's not my baby ;)

-- Khaav





More information about the ScryMUD mailing list