Tremulous Forum

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

Poll
Question: Are the new forums any good?
Option 1: Yes votes: 7
Option 2: Definately votes: 0
Option 3: Uh huh votes: 0
Option 4: Absolutely votes: 0
Option 5: Mmm Hmm votes: 0
Option 6: no. votes: 0
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...


 //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.