Search:

Type: Posts; User: arew264

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,855

    DOH! Pretty sure I should use SDL_ShowCursor(0);

    DOH!
    Pretty sure I should use SDL_ShowCursor(0);
  2. Replies
    3
    Views
    1,855

    No, I hadn't tried that. I haven't really found...

    No, I hadn't tried that. I haven't really found anything on this.
    It is clear though that SDL is drawing a different cursor than windows.
  3. Replies
    3
    Views
    1,855

    Replace Mouse Pointer?

    In SDL, I am trying to create a custom mouse pointer. The obvious solution is to just draw an image at the location of the default mouse and cover it up, but is there any way to get SDL to still use...
  4. Replies
    9
    Views
    3,666

    One other thing I might recommend - you mentioned...

    One other thing I might recommend - you mentioned Dev-C++. Ever tried Code::Blocks? Good stuff.... I don't mean to start a war here, but you might try the nightly. It works pretty well.
  5. Replies
    9
    Views
    3,666

    Thank you! I'm going with TGA because it has...

    Thank you!
    I'm going with TGA because it has transparency and it has basically no compression, so it is very high quality. It's also a bit of a personal preference.
  6. Replies
    9
    Views
    3,666

    Can't Load TGA?

    I am making a 2d rts game, and while I am pretty knowledgable about setting up client/server gunk and that sort of thing, I have no experience with graphics. Searching around, I decided to go with...
  7. Replies
    4
    Views
    4,171

    Best Graphics Library for 2d RTS?

    I'm hoping to make a 2d RTS in C++. I have done a lot of mud programming in the past and quite a bit of modding to Enemy Territory recently, but I don't know much about graphics.
    I'm trying to find...
Results 1 to 7 of 7