Pandora

Previous topic - Next topic

Kitty Hello

I CAN COMPILE ON WINDOWS!!!!!

Sorry for the screaming.

Ian Price

I came. I saw. I played.

Minion

Dont bloody keep it to yourself !!!!!!! Gimmee gimmee gimmee ;)

Kitty Hello

Get the latest setup now. It really works!

Minion

What setup ? A new version of GLB ?

MrTAToad


Kitty Hello

Setup please, if you want pandora - the live update would have been too heavy.

S.O.P.M.

What a happy day, isn't it ;)
Notebook PC Samsung E372 Core i5 @ 2,6 GHz; 4 GB RAM; Win 7 Home Premium

Minion

OK, what am I looking for ? Setup what ? Update what ? Is it just downloading the latest version of GL or is it something else ?

Minion

OK, just downloaded the full SDK, reinstalled it, and tried to compile for pany, and I get this ...

Code (glbasic) Select

_______________________________________
*** Configuration: PANDORA ***
precompiling:
GPC - GLBasic Precompiler V.7.861 SN:dea43a4d - 3D, NET
Wordcount:1567 commands
compile+link:
Q:/Compiler/platform/Pandora/bin/ld.exe: warning: libts-1.0.so.0, needed by Q:\Compiler\platform\pandora\lib/libSDL.so, not found (try using -rpath or -rpath-link)
Q:/Compiler/platform/Pandora/bin/ld.exe: warning: libmad.so.0, needed by Q:\Compiler\platform\pandora\lib/libSDL_mixer.so, not found (try using -rpath or -rpath-link)
Q:/Compiler/platform/Pandora/bin/ld.exe: warning: libIMGegl.so, needed by Q:\Compiler\platform\pandora\lib/libGLES_CM.so, not found (try using -rpath or -rpath-link)
Q:/Compiler/platform/Pandora/bin/ld.exe: warning: libsrv_um.so, needed by Q:\Compiler\platform\pandora\lib/libGLES_CM.so, not found (try using -rpath or -rpath-link)
Q:/Compiler/platform/Pandora/bin/ld.exe: warning: libXau.so.6, needed by Q:\Compiler\platform\pandora\lib/libX11.so, not found (try using -rpath or -rpath-link)
Q:/Compiler/platform/Pandora/bin/ld.exe: warning: libXdmcp.so.6, needed by Q:\Compiler\platform\pandora\lib/libX11.so, not found (try using -rpath or -rpath-link)
success
_______________________________________
*** Finished ***
Elapsed: 14.4 sec. Time: 13:21
Build: 1 succeeded.


Im pretty sure that isnt right ;( And I cant find anything in the PandoraMake folder that looks like a binary file to transfer over.

MrTAToad

Dont worry about those warning messages

Minion

Ah...ok. Did manage to pind a bin file, not in PandoraMake folder tho (That was there from old compiles) but in the normal app folder. Pushed that over to the pandy...and it worked ;) Mind numbingly slow tho...and theres a fair few glitches, like BLENDSCREEN doesnt work properly (my images fade on, then screen goes black and the next image fades on), Joystick doesnt seem to register, USEASBMP doesnt appear to work (My image flashes on screen, then the screen goes black again) And I have a really bizzare bug that is changing all my on screen text to the last piece of text I last used.

S.O.P.M.

If your game runs far too slow you should consider to optimize or change your code because generally GLBasic runs quite fast on the Pandora now.

This uses not any 3D commands but it runs fast:
http://www.youtube.com/watch?v=3PuGRCVAoa4

It was compiled on the Pandora before the OpenGL acceleration. Now the same code runs much faster and there're still optimization possible.
For USEASBMP pick up USESCREEN and you can get the same result. In my example I've used it and it works.
Notebook PC Samsung E372 Core i5 @ 2,6 GHz; 4 GB RAM; Win 7 Home Premium

Minion

The game Im running is this ...

http://www.glbasic.com/showroom.php?site=games&game=spaceinvadersmk2&lang=en

And on the title screens alone, what takes 10/15 seconds to pass on there takes at least 3.5 minutes ;(

Ian Price

QuoteAnd on the title screens alone, what takes 10/15 seconds to pass on there takes at least 3.5 minutes ;(
Ouch! :(
I came. I saw. I played.