~armagetronad-sty-0.3/armagetronad/armagetronad-zone-bouncing

« back to all changes in this revision

Viewing changes to config/settings.cfg

  • Committer: z-man
  • Date: 2009-03-11 07:40:40 UTC
  • Revision ID: svn-v3-list-QlpoOTFBWSZTWZvbKhsAAAdRgAAQABK6798QIABURMgAAaeoNT1TxT1DQbKaeobXKiyAmlWT7Y5MkdJOtXDtB7w7DOGFBHiOBxaUIu7HQyyQSvxdyRThQkJvbKhs:7d95bf1e-0414-0410-9756-b78462a59f44:armagetronad%2Ftrunk%2Farmagetronad:9144
Merging branch 0.2.8 from revision 9116 to 9143:
 ------------------------------------------------------------------------
 r9143 | bazaarmagetron | 2009-03-11 08:34:31 +0100 (Wed, 11 Mar 2009) | 5 lines
 
 author: Manuel Moos
 Removed obsolete (and wrongly calculated) goneRatio variable. This
 fixes sensor collision reports; they would sometimes falsely report a
 temporary wall behind a gridded wall as the first collision.
 
 ------------------------------------------------------------------------
 r9142 | bazaarmagetron | 2009-03-11 08:33:47 +0100 (Wed, 11 Mar 2009) | 2 lines
 
 Manuel Moos: Made it possible to switch viewports in four player mode.
 
 ------------------------------------------------------------------------
 r9141 | bazaarmagetron | 2009-03-11 08:33:04 +0100 (Wed, 11 Mar 2009) | 2 lines
 
 Manuel Moos: Also renamed SilenceAll variable intenally.
 
 ------------------------------------------------------------------------
 r9140 | bazaarmagetron | 2009-03-11 08:32:14 +0100 (Wed, 11 Mar 2009) | 2 lines
 
 Manuel Moos: renamed SILENCE_ALL -> SILENCE_DEFAULT.
 
 ------------------------------------------------------------------------
 r9139 | bazaarmagetron | 2009-03-11 08:30:38 +0100 (Wed, 11 Mar 2009) | 2 lines
 
 Manuel Moos: Reverting last revision for redunancy.
 
 ------------------------------------------------------------------------
 r9136 | bazaarmagetron | 2009-03-07 22:09:36 +0100 (Sat, 07 Mar 2009) | 2 lines
 
 Daniel Lee Harple: SILENCE_ALL can be used on the client to ignore chat from all players locally.
 
 ------------------------------------------------------------------------

Show diffs side-by-side

added added

removed removed

Lines of Context:
475
475
FILTER_NAME_MIDDLE 1        # Filter excess whitespace and other junk from the middle of player names.
476
476
FILTER_COLOR_SERVER_NAMES 0 # Filter color codes from server names in the server browser.
477
477
 
478
 
SILENCE_ALL 0      # silence new players by default?
 
478
SILENCE_DEFAULT 0  # silence new players by default?
479
479
ENABLE_CHAT 1      # allow public messages?
480
480
 
481
481
# ladder constants (outdated)