~ubuntu-branches/ubuntu/saucy/armagetronad/saucy

« back to all changes in this revision

Viewing changes to src/doc/commands.txt

  • Committer: Bazaar Package Importer
  • Author(s): Christine Spang
  • Date: 2009-11-27 12:17:04 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091127121704-hsmmwftfr0ta2e34
Tags: 0.2.8.3~rc4-1
* New upstream release candidate.
  - Pinging previously popular servers earlier for quicker server browsing
  - Improved master server random polling, the second polled master now also
  is random, and all masters are polled if need be
  - Custom camera snaps to cycle direction once when activated if the turn
  speed is zero.
  - RESERVE_SCREEN_NAME now works regardless of the ALLOW_IMPOSTOR setting.
  - USER_LEVEL now escapes the given authenticated name so you don't have to
  guess the escaping rules. Ex: USER_LEVEL "name with spaces@forums" 2
  changes user level for name\_with\_spaces@forums
* Fix server initscript not providing itself.

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
CAMERA_GLANCE_RISE           Position of the glance camera: how much is it moved up from the cycle?
148
148
CAMERA_GLANCE_RISE_FROMSPEED This value is multiplied with the current speed and added to CAMERA_GLANCE_RISE.
149
149
CAMERA_IN_TURN_SPEED         Speed the internal camera turns with
150
 
CAMERA_OVERRIDE_CUSTOM_GLANCE Overrides custom glance settings with vanues from the server
151
 
CAMERA_OVERRIDE_CUSTOM_GLANCE_SERVER_CUSTOM Overrides custom glance settings with vanues from the server only for the server custom camera
 
150
CAMERA_OVERRIDE_CUSTOM_GLANCE Overrides custom glance settings with values from the server
 
151
CAMERA_OVERRIDE_CUSTOM_GLANCE_SERVER_CUSTOM Overrides custom glance settings with values from the server only for the server custom camera
152
152
CAMERA_SERVER_CUSTOM_BACK    Position of the custom camera: how much is it moved back from the cycle?
153
153
CAMERA_SERVER_CUSTOM_BACK_FROMSPEED This value is multiplied with the current speed and added to CAMERA_SERVER_CUSTOM_BACK.
154
154
CAMERA_SERVER_CUSTOM_PITCH   Position of the custom camera: how much does it look up/down?