Search:

Type: Posts; User: JackGL

Search: Search took 0.01 seconds.

  1. Thread: modding a game.

    by JackGL
    Replies
    16
    Views
    3,283

    You make it sound so simple... ...

    You make it sound so simple...

    http://www.sc4ever.com/
    http://www.simtropolis.com/
    http://en.wikipedia.org/wiki/Lua_programming_language
  2. Replies
    15
    Views
    3,826

    The difference between OpenGL and DirectX is that...

    The difference between OpenGL and DirectX is that DirectX is a complete multi-media platform.

    It handles input, audio, video... the works.

    OpenGL is just a Graphics Library.

    So you have to...
  3. Replies
    10
    Views
    12,763

    They are...

    They are :p .

    I don't know if they're going to expand the API to make use of the extra sexiness, or what's happening at a programmer level, but early screenshots of the new GUI do look very swish.
  4. Replies
    17
    Views
    4,334

    :( I thought it was, but I googled for...

    :( I thought it was, but I googled for "glblendmode" just to check and got a load of results. So, blame google. :p
  5. Replies
    16
    Views
    3,416

    I read that as I need some help with reproducing,...

    I read that as I need some help with reproducing, and finding bugs in my RTS project.

    I haven't laughed this hard in a while. :D
  6. Replies
    17
    Views
    4,334

    It's a blend mode, so you could do ...

    It's a blend mode, so you could do

    glBlendMode(GL_ONE, GL_ONE)

    I can't really remember how it's done to be honest, it's been a few months since I wrote any GL stuff. :(
  7. Replies
    8
    Views
    5,388

    This is a bit of a strange question, and already...

    This is a bit of a strange question, and already there have been a couple of very different answers.

    In total, I would guess it's about 200 degrees, from total left to total right.

    But, there...
  8. Replies
    13
    Views
    2,387

    You could do what I did, and write small C/OpenGL...

    You could do what I did, and write small C/OpenGL screensavers. You will learn a lot of advanced graphical stuff relatively quickly.

    Let's face it, graphics is where the interesting stuff is. :p
    ...
  9. Replies
    18
    Views
    9,427

    To be honest, I've never used MFC. You could,...

    To be honest, I've never used MFC.

    You could, I suppose, use a loop like this:



    while ( busy == false ) {

    }
  10. Replies
    2
    Views
    29,238

    How about that? :confused:

    How about that? :confused:
  11. Replies
    18
    Views
    9,427

    First off... reading the source for a client...

    First off... reading the source for a client probably won't help you much when you're writing a server. :p

    Take a gander at this.

    The socket is put into a state called listen(), which...
  12. Replies
    19
    Views
    3,920

    This is beside the point. You cannot afford to...

    This is beside the point. You cannot afford to become complacent, simply because most users won't have a problem.

    When I used to design websites, I would always aim to make it as simple and...
  13. Replies
    11
    Views
    6,831

    Could it be that you haven't linked it to the...

    Could it be that you haven't linked it to the OpenGL libraries?

    Or does GLUT do this for you? I've never really used GLUT. :(
  14. Replies
    29
    Views
    2,920

    Visual C++ is an IDE, which is a development...

    Visual C++ is an IDE, which is a development environment that you can code in and create applications.

    Alternatives include DevCPP, CodeWarrior...etc.

    You don't have to use Visual C++ to write...
  15. Replies
    29
    Views
    2,920

    Windows programming is very confusing. Some...

    Windows programming is very confusing.

    Some things make a lot of sense, such as messages, but it will take a while to get your head round. To be honest, I've only been learning C for a few months...
Results 1 to 15 of 16