Package

csr

Permalink

package csr

Visibility
  1. Public
  2. All

Type Members

  1. class CSRZoneImpl extends AnyRef

    Permalink

    A crude representation of the information needed to describe a continent (hitherto, a "zone").

    A crude representation of the information needed to describe a continent (hitherto, a "zone"). The information is mainly catered to the simulation of the CSR commands /zone and /warp. (The exception is alias which is maintained for cosmetic purposes and clarification.)

  2. class Traveler extends AnyRef

    Permalink

    The traveler is synonymous with the player.

    The traveler is synonymous with the player. The primary purpose of the object is to keep track of but not expose the player's session so that packets may be relayed back to him. csr.Traveler also keeps track of which zone the player currently occupies.

Value Members

  1. object CSRWarp

    Permalink

    An implementation of the CSR command /warp, highly modified to serve the purposes of the testing phases of the server.

    An implementation of the CSR command /warp, highly modified to serve the purposes of the testing phases of the server. See help() for details.

  2. object CSRZone

    Permalink

    An implementation of the CSR command /zone, slightly modified to serve the purposes of the testing phases of the server.

  3. object CSRZoneImpl

    Permalink
  4. object Traveler

    Permalink

Ungrouped