Search results

  1. crow_riot

    What software are we still missing on Pandora? (A Wish List)

    There's an openglide wrapper already having dosbox patch available. it converts glide to gl ... so wrap it with the wrapper? :) http://openglide.cvs.sourceforge.net/viewvc/openglide/ here's a rather old tutorial to get glide running with dosbox under linux...
  2. crow_riot

    SuperZaxxon v1.55 released!

    http://wireless.kernel.org/en/users/Drivers/ath9k:
  3. crow_riot

    glGetString problem

    i think a gl context must be initialized before. never had problems getting vendor strings
  4. crow_riot

    Replacing display lists when porting from OpenGL to OpenGL ES

    thought the driver has some memory reserved for it's use, so at least you'll save copying over from applications memory to the gpu ones. but i havent really compared performance.
  5. crow_riot

    Replacing display lists when porting from OpenGL to OpenGL ES

    A1: yes vbo's are the way to go to efficiently draw with GLES. just try to avoid transferring vertex data from the main ram to the gpu's memory for never changing models, whatever you use for it. some good info about it here...
  6. crow_riot

    [Applimulator ;)] apkenv + apkenv.ui

    hm seems like an issue with GL init/exit or something. I'll have a look at it, thanks.
  7. crow_riot

    [Ported Game] Duke Nukem 3D - EDuke32

    Oh well, could've been an easy fix, but with those screenshots it seems we're out of luck. But would be still interesting what causes that issue...
  8. crow_riot

    [Ported Game] Duke Nukem 3D - EDuke32

    I've thought about it yesterday (and now while typing): I think it could be very easy by just checking the triangle's UV coordinates and offset them to be in some minor range ... let's say the coordinates are something like (just numbers here) [(16000,16000),(16002,16002),(16000,16002)] it would...
  9. crow_riot

    [Ported Game] Duke Nukem 3D - EDuke32

    i think it's possible - but will very likely add some overhead to the lib. cause extra vertices need to be added to the geometry and you need to keep track of the wrapping. but only lunixbochs can tell how much work it would be :)
  10. crow_riot

    [Ported Game] Duke Nukem 3D - EDuke32

    Blocky textures? are they distorted? does it look like this: http://crow.riot.org/pnd/gles-driverbug02.png If so, then it's a problem with the texture coordinates getting too big. I've fixed that in audiorace by wrapping the texture coordinates after some amount. but dont know if it's possible...
  11. crow_riot

    [Applimulator ;)] apkenv + apkenv.ui

    what i was planning was (is) an install feature for apkenv.ui. maybe about some script and the apk's extracted icon wrapped into a pnd are feasible ... will think about it.
  12. crow_riot

    is it possible to adapt this game for the pandora

    @wizardstan: couldnt you try with lunixbochs gl wrapper?
  13. crow_riot

    [Applimulator ;)] apkenv + apkenv.ui

    yes, the first argument to apkenv is the .apk to launch. look inside the pnd, theres runapk.sh (dont remember exactly now). this additionaly sets up some things and also takes the apk path as an arg
  14. crow_riot

    Release Paper Wars - New Screenshots

    Thanks for the encouraging comments :-) I hope we'll be able to put out a pandora binary for the public soon. There've been some glitches that creeped in recently, which I have to iron out before. Dont have a "real" Android device (Pandora doesnt count), so didn't have time to get into it. But...
  15. crow_riot

    glshim

    great, really appreciate it!
  16. crow_riot

    Teaser. (More Info to Come)

    you got that as a background on your panda!? sweet :) congrats for getting a panda, btw!
  17. crow_riot

    Anybody considering picking up an Oculus Rift..?

    also have been working on oculus rift integration for some internal project the last days - after i understood what it really needs, it was easy :)
  18. crow_riot

    Teaser. (More Info to Come)

    i'm tempted to get a box full of japanese sweets. friend of mine lives in china and he sometimes brings chinese stuff with him. funny things they eat :-)
  19. crow_riot

    Newer Super Mario Bros Wii (mod) released

    so whats this exactly? a full game implementation or a mod/patch of the original one? *edit* NVM ... should've read the topic title ... ;)
  20. crow_riot

    Teaser. (More Info to Come)

    I was following some of traylorparks progress creating it. It's an outstanding piece of work - as usual if he's creating something! ... congrats for finally getting this out :-)
Back
Top