Search:

Type: Posts; User: kaptenkraek

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    2,030

    hum.. if i get this right, about those bounds....

    hum.. if i get this right, about those bounds. when i load my map, then it also loads those bounds, if i have made some of them. Then you can check if an Object (player) hits them, and then do...
  2. Replies
    5
    Views
    2,030

    I actually dont know.. dont know where to look....

    I actually dont know.. dont know where to look.

    it say here something about "whenever an object passes a bound, a collision occurs". (on the Tile Studio homepage)
    but dont know if that means...
  3. Replies
    5
    Views
    2,030

    Collision in Tile Studio

    Hi, i have tryed Tile Studio.
    I made a map there for my rpg game, kinda large map in tile studio.
    And i succeded to import it to OpenGL.

    And now to the Question:
    * How do i check the...
  4. Replies
    0
    Views
    1,276

    glpng Alpha trensparency

    Hi, if i have a .png file with alpha (alpha trensparency, or what it is called).

    I know how to load PNG files in glpng, but how to is set so that the picture get transparent on those parts who...
  5. Replies
    6
    Views
    3,702

    Hi, and thx for the fast replays. I found the...

    Hi, and thx for the fast replays.
    I found the problem.. this is what i did:

    project properties- > configuration properties -> linker->input->ignore specific library
    and wrote libcd.lib
    ...
  6. Replies
    6
    Views
    3,702

    I have checked a little about the libcd.lib, i...

    I have checked a little about the libcd.lib, i think that libcd.lib is integrate in the IDE, so that you cant find it on your computer.
    So i have no idea how to fix my problem =(

    If someone have...
  7. Replies
    6
    Views
    3,702

    Thx, now it doesn't say anything about the...

    Thx, now it doesn't say anything about the glpng.lib anymore, but when i did as you sad, i get another error.. have no idea what this lib are..



    1>------ Build started: Project: dsf,...
  8. Replies
    6
    Views
    3,702

    some problem with glpng

    Hi, i have a problem with glpng, i cant get it to work =)..but i only get 1 error.



    1>------ Build started: Project: dsf, Configuration: Debug Win32 ------
    1>Compiling...
    1>cl : Command line...
  9. Replies
    1
    Views
    2,039

    Noone know what the problem is ?

    Noone know what the problem is ?
  10. Replies
    1
    Views
    2,039

    Opengl masking problem

    Hi, i have 2 bmp files, player and playerMask:
    player have a colored "player" and a white background.
    playerMask have the "player" in black and white background,
    now i want so that the white...
  11. Replies
    1
    Views
    1,457

    Opengl Displaylist

    Hi, im trying to make a DisplayList in Opengl (glut)

    This is the box (WallPiece) , that is calling to the _displayListId


    void build(){
    glMatrixMode(GL_MODELVIEW);
    glColor3f(1.0f, 1.0f,...
  12. Replies
    8
    Views
    3,960

    Ty for the help Bubba. But i didnt find the MSVS...

    Ty for the help Bubba.
    But i didnt find the MSVS or MSVCRT lib's, but when i restarted Visual C++, then the same thing happened again, but this time it sad that it was only a warning, so i could run...
  13. Replies
    8
    Views
    3,960

    I took a closer look at the SDL part, and i found...

    I took a closer look at the SDL part, and i found out that i fotgot to include the sdl lib, so after i done that, then i youst had 1 error left :


    ------ Build started: Project: Rpg,...
  14. Replies
    8
    Views
    3,960

    Some problem with libpng and zlib

    Hi, im making an rpg in Opengl, and i needed som code, so that i culd use png files, with transparency.
    So i downloaded and included libpng and zlib, but when i compile my code, it says ( and my...
Results 1 to 14 of 14