Poll

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

Author Topic: phpBB 2.0.0  (Read 3332 times)

Timbo

  • Administrator
  • Posts: 447
  • Turrets: +155/-161
phpBB 2.0.0
« 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.

Ogun

  • Posts: 74
  • Turrets: +0/-0
phpBB 2.0.0
« Reply #1 on: April 11, 2002, 03:19:37 pm »
phpBB2 kicks so much ass.