Search:

Type: Posts; User: Travis Dane

Page 1 of 20 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    44
    Views
    11,254

    We had a litter box inside a while ago, But...

    We had a litter box inside a while ago, But amazing enough you
    couldn't smell it until you stood almost next to it, Guess those
    little stones (Are called?) help prevent the smell.
  2. Replies
    44
    Views
    11,254

    Re: ...

    They can be learned to do it outside at the age of 0.6-1 years.
    Yea, So they do have to do it in the box for the first few months,
    That's not half the problem you have with little puppy's.
  3. Replies
    8
    Views
    1,977

    Okay, What Face Culling does is prevent polygons...

    Okay, What Face Culling does is prevent polygons that are facing
    away from the user to be rendered, This way save time and
    polygons to render above eachother. However, For OpenGL
    to know when a...
  4. Replies
    8
    Views
    1,977

    Okay, Repost your ENTIRE source and i'll have a...

    Okay, Repost your ENTIRE source and i'll have a look at it.
  5. Replies
    8
    Views
    1,977

    Rename it to an .EXE and execute it and tell me...

    Rename it to an .EXE and
    execute it and tell me what you see, You should see 3 triangle
    polygons forming a (weird) piramid shape. What side is
    transparant? There are only 3 polygons...
  6. Replies
    8
    Views
    1,977

    You're drawing the traingles in a static order,...

    You're drawing the traingles in a static order, So sometimes it
    occurs that one triangle is drawn over another even though it's
    at the back of the traingle at that moment, The solution for this...
  7. I'm not following you here, What do you mean?...

    I'm not following you here, What do you mean? When you
    start a new program, You get a new empty console.
  8. Just create a 2D character array, And when you...

    Just create a 2D character array, And when you want to print
    something write it to that array, And then loop trough the array
    and print everything on the screen, This way you'll create some
    ...
  9. Use gotoxy() or a variant of your compiler to...

    Use gotoxy() or a variant of your compiler to move a line back up,
    You do need some recording of what's going on on the screen
    for this though.
  10. Replies
    14
    Views
    2,781

    It would be wise to start out simple, With a nice...

    It would be wise to start out simple, With a nice C++ Tutorial .
    It includes the language C++ and makes use of the Console
    Application. This is not what you want, So taking a Graphics
    Library...
  11. Replies
    8
    Views
    4,053

    Get yourself a DOS boot image...

    Get yourself a DOS boot image , And use the "format" command to clear the
    drive. Though this might not clear all the files from XP so if you
    want to do things really well, You should connect the...
  12. Replies
    44
    Views
    11,254

    Cats may be dominant, But that doesn't mean...

    Cats may be dominant, But that doesn't mean you'll notice it.
    With other cats my cats do behave dominant, But when they see
    me, They certainly not act like they're in control and they're the...
  13. Replies
    2
    Views
    1,422

    GameTutorials (http://www.gametutorials.com/) has...

    GameTutorials has a very nice Using DLL's Tutorial .
    It was tested with VC++ though, So i'm not sure he it will work
    in your compiler.
  14. Replies
    44
    Views
    11,254

    Re: ...

    Generally cats over 6 months do thier 'things' in a litter box or
    outside (At least that's my experience with all my cats). Being
    allergic is too bad, But not a real reason to actually dislike...
  15. Replies
    12
    Views
    2,248

    ;) No, you don't need them for Typedef's as...

    ;)

    No, you don't need them for Typedef's as well.
  16. Replies
    12
    Views
    2,248

    No, Using Enumerations won't require you to...

    No, Using Enumerations won't require you to include any special
    headers or library's.
  17. Replies
    17
    Views
    3,311

    From what've searched, There's no easy way to...

    From what've searched, There's no easy way to play MID, One
    thing you could do is converting a MID to a WAV .
    Then play that WAV with playsound(), Wich takes only one line.

    Just in case,...
  18. Thread: I'm back!

    by Travis Dane
    Replies
    50
    Views
    11,836

    Re: ...

    Not really, I just decided to step away from CBoard for a while
    to sort things out and return hoping to have lost my bad side,
    posting crap...and maybe improving my jokes:).
  19. Replies
    42
    Views
    10,959

    Everything? That makes me sad, Even though i hate...

    Everything? That makes me sad, Even though i hate your guts.
  20. Replies
    42
    Views
    10,959

    Well, You went a little further than just 'not...

    Well, You went a little further than just 'not liking it'.
  21. Replies
    42
    Views
    10,959

    Christ govt, You're such an $$$$$$$

    Christ govt, You're such an $$$$$$$
  22. Replies
    13
    Views
    2,332

    He, You're right though, I don't have a clue...

    He, You're right though, I don't have a clue where Half Life gets
    it's popularity from other then mods like CS or TFC.
  23. Replies
    42
    Views
    10,959

    Ah, Go $$$$ yourself $$$$$, Seriously, I'm glad...

    Ah, Go $$$$ yourself $$$$$, Seriously, I'm glad not to live in your
    definition of live...

    Hey, I like the direction this thread goes to...
  24. Replies
    13
    Views
    2,332

    I've read through your link, And there's a very...

    I've read through your link, And there's a very similar mod
    for half life called Natural Selection
  25. Replies
    13
    Views
    2,332

    Programming an HL mod is like learning a new API,...

    Programming an HL mod is like learning a new API, You'll have
    to learn how HL works, Acts, Etc.
    Also, Half Life is quite old, As well as it's engine, And the're alot
    of mod's out there so...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4