News:

Come Chat with us live! Learn how HERE!

Main Menu

phpBB 2.0.0

Started by Timbo, April 11, 2002, 03:14:57 AM

Are the new forums any good?

Yes
7 (100%)
Definately
0 (0%)
Uh huh
0 (0%)
Absolutely
0 (0%)
Mmm Hmm
0 (0%)
no.
0 (0%)

Total Members Voted: 7

Voting closed: April 11, 2002, 03:14:57 AM

Timbo

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.

Ogun

phpBB2 kicks so much ass.