Search:

Type: Posts; User: Pickle; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.14 seconds.

  1. Replies
    46
    Views
    8,197

    switching to LINEAR is probably hiding the issue...

    switching to LINEAR is probably hiding the issue since it is blending the edges, im sure if you looked close there would be some artifacts.
    im not sure what you meant by "wobbling" sprites.
    the...
  2. Replies
    46
    Views
    8,197

    1) I support many devices and for me its easier...

    1) I support many devices and for me its easier to maintain one file and have one var to select the device and its specific settings.

    2) I took the approach of leaving the folder path out in case...
  3. Replies
    17
    Views
    2,823

    Nice to see OP mentioned as a source for GLES...

    Nice to see OP mentioned as a source for GLES work.
  4. Not sure exactly why this news, i guess it just...

    Not sure exactly why this news, i guess it just another reason to say doom3....this just in Khronos released a spec years ago that defined EGL_OPENGL_API!!!!!

    If a developer sticks to the right...
  5. Replies
    46
    Views
    8,197

    blcollier the modifications to the makefile and...

    blcollier the modifications to the makefile and other stuff was the final changes needed to run on the rpi. Unfortunately hurrican really puts the rpi memory at its limit. While I did get in game it...
  6. Replies
    46
    Views
    8,197

    Ok joystick support should work now with revision...

    Ok joystick support should work now with revision 81. Remember to map the desired buttons in the control prefs
  7. Replies
    46
    Views
    8,197

    you have to add the eglport.c to the file list....

    you have to add the eglport.c to the file list. If I didnt mention it before I didnt use the makefile, I used codeblocks to build. The makefile was added by someone else for a desktop build.

    when...
  8. Replies
    46
    Views
    8,197

    If your build is using the eglport.c/h you should...

    If your build is using the eglport.c/h you should see messages about the EGL process over your terminal. That part of the code is just using printf's. You should see them before the Max Texure Units...
  9. Replies
    46
    Views
    8,197

    so its seems your issues are in the EGL part, can...

    so its seems your issues are in the EGL part, can you post the EGL log lines?

    I have not run hurrican on the rpi just yet, but I ran my own project on it this weekend. So I need to make some minor...
  10. Replies
    46
    Views
    8,197

    the pvrtc code is now commited, although I did...

    the pvrtc code is now commited, although I did not include the script I used to convert the images, or include preconverted images. I should at least include the script.
  11. Replies
    46
    Views
    8,197

    I think the debate on libmikmod is not worth...

    I think the debate on libmikmod is not worth much, really for a much better experience the libmodplug support should be used. The issue I had with libmikmod was how multiple tracks were handled...
  12. Replies
    46
    Views
    8,197

    "Max Texture Units 0" : This is very strange it...

    "Max Texture Units 0" : This is very strange it returned a 0, should be 4.

    The Pandora build also uses the SGX driver, but of course you may have something older. Although ive had my share of PVR...
  13. Replies
    21
    Views
    3,044

    doom3 issue needs to have #include stddef.h

    doom3 issue needs to have #include stddef.h
  14. Replies
    46
    Views
    8,197

    Fullscreen is controlled by the flag...

    Fullscreen is controlled by the flag SDL_FULLSCREEN in the function SDL_SetVideoMode. So if you dont want fullscreen then you dont pass the flag SDL_FULLSCREEN to the function.
  15. Replies
    46
    Views
    8,197

    I cant remember if there was a fullscreen...

    I cant remember if there was a fullscreen argument, but just for your testing you can just change SDL_FULLSCREEN
  16. Replies
    46
    Views
    8,197

    Adding -DUSE_GLES1 has to work, did you do a...

    Adding -DUSE_GLES1 has to work, did you do a clean and rebuild?
  17. Replies
    46
    Views
    8,197

    I didnt use the makefile for the pandora build...

    I didnt use the makefile for the pandora build but doesnt mean you cant.

    You cant use GLESv2 since it support OpenGLES 2.0 and not 1.X which is what this uses (this is why you get undefined refs...
  18. Replies
    46
    Views
    8,197

    thanks for trying with libmodplug, there is an...

    thanks for trying with libmodplug, there is an issue with libmikmod in sdl_mixer.
  19. Replies
    46
    Views
    8,197

    The best option would be to install the...

    The best option would be to install the libmodplug devel package for your distro.

    If its not available you should be able to not use the define USE_MODPLUG and the build should fallback to using...
  20. I dont see much relevance between steam and LGP....

    I dont see much relevance between steam and LGP. Valve is only going to be able to port their titles and may provide tools and support for helping other developers bring titles to linux. The 3rd...
Results 1 to 20 of 64
Page 1 of 4 1 2 3 4