Tremulous Forum

General => General Discussion => Topic started by: Timbo on April 11, 2002, 03:14:57 am

Title: phpBB 2.0.0
Post by: Timbo on April 11, 2002, 03:14:57 am
The colours probably still need a little tweaking and the obnoxious icons need to be replaced, but it's looking pretty good :lol: I especially like the smiley index :wink:  :oops:  8)  :lol:  :o  :x  :P and the code buttons with the handy popup telling you how it works...

Code: [Select]

  //TA: add some sparks
  for( i = 0; i < 80; i++ )
  {
    qhandle_t spark;

    if( random( ) > 0.5f )
      spark = cgs.media.gibSpark1;
    else
      spark = cgs.media.gibSpark2;

    velocity[ 0 ] = random( ) * SPARK_VEL;
    velocity[ 1 ] = random( ) * SPARK_VEL;
    velocity[ 2 ] = SPARK_VEL + random( ) * SPARK_VEL;

    CG_LaunchSprite( origin, velocity, accel, 0.6, 4.0f, 2.0f, 255, 0, rand( ) % 360,
                     cg.time, 5000 + ( crandom( ) * 3000 ),
                     spark, qfalse, qfalse );
  }


...and the private messaging seems better too.
Title: phpBB 2.0.0
Post by: Ogun on April 11, 2002, 03:19:37 pm
phpBB2 kicks so much ass.