Search results

  1. rootbin

    Only 60fps at 1024x768

    quite frankly, i'm dissapoined by the 60fps on radeon 9800pro as well. with fsaa and as on, what will i get? 30? maybe less? i just paid over $1000 for a computer that barely runs the latest game?
  2. rootbin

    Clear Screen

    it was sarcasm. that's all directx code.
  3. rootbin

    Steam Mirrors Here

    www.filemirrors.com
  4. rootbin

    Stone's Pet Project...

    post more pics of your red haired sis :D
  5. rootbin

    OO or Procedural Programming?

    java is completely oo so yes you can. i'm nearly an oo purist. that's probably no good for my career, but oh well. i do use procedural when i am optimizing.
  6. rootbin

    Clear Screen

    VOID g_Application::ClearScreen() { DDBLTFX clsBltFX; ZeroMemory(&clsBltFX, sizeof(clsBltFX)); clsBltFX.dwSize = sizeof(clsBltFX); lpddsBack->Blt(0, 0, 0, DDBLT_COLORFILL | DDBLT_WAIT, &clsBltFX); } :D edit: btw that code is a copyrighted part of my upcoming game, avanti ;)
  7. rootbin

    TF2 concept needs to STAY like TFC

    that's what i think about cs. cs2 be nothing like it.
  8. rootbin

    Future of Displays

    when oleds print like paper: the future of clothing.
  9. rootbin

    Original Cs in Source.

    valve will most likely end up pulling a team fortress. counterstrike 2 will be promised, it will get delayed, they will release "counterstrike classic" for the source engine. six years later we will get cs2 on a new engine. :D
  10. rootbin

    anyone with a xaser III w/ hardcano

    well, on the thermaltake site it says to put it between the cpu and heatsink, and apparently it should only add ~1-2 degrees celcius. however when i did this and started up i was running 60 idle ;\ i took it off and now it just sits in there measuring the general air temp inside my case...
  11. rootbin

    anyone with a xaser III w/ hardcano

    how did you attach the temp sensor to the cpu??? if you have a pentium 4 there's no room under the chip... the area is too small.
  12. rootbin

    My marks suck! Decent computer too...

    maybe later. i personally don't care how my card scores in a dx9 benchmark considering its a dx8 card. mmm radeon 9800 pro in two weeks.
  13. rootbin

    My marks suck! Decent computer too...

    i used all defaults. no fsaa/af with default detail and performance levels in both 3dsmark and the control panel gfx card settings. edit: and i'm referring to 3dmark2001, not '03. i don't even know if i can run '03 because the gf4 ti's are dx8 cards.
  14. rootbin

    My marks suck! Decent computer too...

    wow... i get ~4500, and i have a geforce4 ti4400 :\ processor is only an athlon xp 1800+ too.
  15. rootbin

    %50 of the people will buy the wrong version..

    people who are too stupid to buy the right version don't deserve to play online. hey look, a way to weed idiots out of online gameplay.
  16. rootbin

    MORE good news for ati radeon users!!

    well just about every driver release nvidia claims a 50% increase in performance, which is definately a marketing scheme :\
  17. rootbin

    is there a way to learn C++ really fast?

    only if you want it to be. ;\ oo for life.
  18. rootbin

    is there a way to learn C++ really fast?

    Re: erm visual c++ is an ide not a language.
  19. rootbin

    question about scripted events?

    this is a mapping issue, not a coding issue. havok will handle it all, no scripting necassary.
  20. rootbin

    nice and free C/C++ Complier

    djgpp is the best free compiler that i've found. personally i have msvc++ .net, because i do alot of directx stuff.
Back
Top