flags

  1. S

    Checkered flags 2025-12-01

    checkered flags, for finish lines and other stuff maybe
  2. VoidForce

    QuakeC bit operations

    Hello, world! This small article can be used as a simple guide to basic operations with bits in QuakeC. First we need to define some constants, so we can operate with names and not numbers. Defenition of constants, usually goes to defs.qc, in copper it's constants.qc float BIT_NULL = 0...