maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Games (https://talk.maemo.org/forumdisplay.php?f=12)
-   -   Palm Pre gets SDL! native gaming (https://talk.maemo.org/showthread.php?t=39809)

travla 2010-12-13 01:17

Re: Palm Pre gets SDL! native gaming
 
Quote:

Originally Posted by javispedro (Post 894667)
I'm going to release 0.1.2 soon, visible changes are minor (just a few more calls implemented -- including GPS and Haptic stubs -- and text file based accelerometer calibration).

Note though that since there has been a architectural change (there's no longer a 1sec timer for D-Bus stuff, but it is handled on a separate thread that will block), I expect some games to break. Keep 0.1.1 around (libsdlpre.so only, the rest of binaries are mostly unchanged).

(I've finally merged most of the patches I got, thank you!)

Hi javispedro,
Thank you for continuing to develop and support this package, it is very much appreciated.

I don't understand what you mean by
Quote:

"Keep 0.1.1 around (libsdlpre.so only, the rest of binaries are mostly unchanged)"
. More specifically, what am I to do so that "libsdlpre.so" from 0.1.1 is kept around (and does it not have a newer version). I hope this makes sense.

Cheers,

travla

mido.fayad 2010-12-13 02:20

Re: Palm Pre gets SDL! native gaming
 
thanksssssss alot for ur great work

ing005 2010-12-13 16:20

Re: Palm Pre gets SDL! native gaming
 
can preenv games able to use keyboard instead miltitouch ?

jedi 2010-12-13 18:35

Re: Palm Pre gets SDL! native gaming
 
Quote:

Originally Posted by ing005 (Post 895965)
can preenv games able to use keyboard instead miltitouch ?

Simple answer = "no" as the Palm doesn't have a hardware keyboard, none of the games will be coded to use it.

But is there a feature coming in future Preenv releases that might support some kind of keyboard->touchscreen mapping? Only Javispedro knows...

javispedro 2010-12-13 18:48

Re: Palm Pre gets SDL! native gaming
 
Quote:

Originally Posted by mido.fayad (Post 895608)
More specifically, what am I to do so that "libsdlpre.so" from 0.1.1 is kept around (and does it not have a newer version). I hope this makes sense.

Keep the 0.1.1 package around.... as some games break.

Quote:

Originally Posted by jedi (Post 896044)
Simple answer = "no" as the Palm doesn't have a hardware keyboard, none of the games will be coded to use it

"The Palm" DOES have a hardware keyboard, and it works...

Frappacino 2010-12-13 18:54

Re: Palm Pre gets SDL! native gaming
 
hey javis - any plans to use the keyboard to get around multitouch issues on games ? something configurable users can play around with themselves to fake multi touches on a screen coordinate or something.

thanks again - you have already great already and I wish you will put a paypal button up. I think you will get more donations then you think.

jedi 2010-12-13 19:17

Re: Palm Pre gets SDL! native gaming
 
Quote:

Originally Posted by javispedro (Post 896053)
Keep the 0.1.1 package around.... as some games break.


"The Palm" DOES have a hardware keyboard, and it works...

OK - I learn something new every day, and todays thing was that! Sorry for handing out false info...

shnigi 2010-12-13 19:52

Re: Palm Pre gets SDL! native gaming
 
Im waiting for keyboard support, cant play most of the games because lack of multitouch :P hope u can do it!

ing005 2010-12-13 23:47

Re: Palm Pre gets SDL! native gaming
 
preenv got 1.3 updated !! Whats new ?

jflatt 2010-12-13 23:57

Re: Palm Pre gets SDL! native gaming
 
Quote:

Originally Posted by ing005 (Post 896258)
preenv got 1.3 updated !! Whats new ?

http://gitorious.org/preenv/preenv/b...bian/changelog

travla 2010-12-14 01:34

Re: Palm Pre gets SDL! native gaming
 
Quote:

Originally Posted by javispedro (Post 896053)
Keep the 0.1.1 package around.... as some games break.


"The Palm" DOES have a hardware keyboard, and it works...

Sorry to ask, but if I install 0.1.2 or 0.1.3, how do I keep 0.1.1 from being removed?

Bundyo 2010-12-14 05:59

Re: Palm Pre gets SDL! native gaming
 
You don't. If needed you can downgrade:

http://repository.maemo.org/extras-d...free/p/preenv/

aligoodidea 2010-12-14 10:43

Re: Palm Pre gets SDL! native gaming
 
Quote:

Originally Posted by ing005 (Post 896258)
preenv got 1.3 updated !! Whats new ?

Simple fixes added to fix the newly broken driver(the game) happened in 0.1.2

javispedro 2010-12-14 14:41

Re: Palm Pre gets SDL! native gaming
 
Quote:

Originally Posted by Bundyo (Post 896415)
You don't. If needed you can downgrade:

http://repository.maemo.org/extras-d...free/p/preenv/

Unfortunately I don't know if it will be kept there forever, as there's that extras-devel autocleaner... (but iirc it won't be triggered until I upload something to -testing).

xzychen 2011-01-06 05:42

Re: Palm Pre gets SDL! native gaming
 
Angry birds seasons bad scaling

HtheB 2011-02-28 01:35

Re: Palm Pre gets SDL! native gaming
 
Since I updated to the latest version (0.1.5) , the videos from Asphalt doent work anymore. It worked fine with 0.1.4

santiago 2011-02-28 01:42

Re: Palm Pre gets SDL! native gaming
 
1 Attachment(s)
Quote:

Originally Posted by HtheB (Post 956953)
Since I updated to the latest version (0.1.5) , the videos from Asphalt doent work anymore. It worked fine with 0.1.4

becouse u gotta copy the libsdl to /opt/preenv/lib

use the lib that u find down here

HtheB 2011-02-28 20:20

Re: Palm Pre gets SDL! native gaming
 
Quote:

Originally Posted by santiago (Post 956956)
becouse u gotta copy the libsdl to /opt/preenv/lib

use the lib that u find down here

Well, I used the patched one on the wiki, that solved my problem :p
Thanks again

nullstring 2011-03-03 04:02

Re: Palm Pre gets SDL! native gaming
 
all of you have already gotten far about this WebOS games thing.

I want to learn how you guys installed those games..

I tried

sudo getroot
apt-get update

"apt-get install preenv"
and got "Couldn't find package preenv"

is there any dedicated blog post or thread where I can read the tutorial on how to install this games from ground zero?

travla 2011-03-03 04:32

Re: Palm Pre gets SDL! native gaming
 
Quote:

Originally Posted by nullstring (Post 959376)
all of you have already gotten far about this WebOS games thing.

I want to learn how you guys installed those games..

I tried

sudo getroot
apt-get update

"apt-get install preenv"
and got "Couldn't find package preenv"

is there any dedicated blog post or thread where I can read the tutorial on how to install this games from ground zero?

The wiki is the best place to start, and if something could be explained better, you can also update it:

http://wiki.maemo.org/Preenv/FAQ

nullstring 2011-03-03 04:54

Re: Palm Pre gets SDL! native gaming
 
First try - from wiki
~ $ root

BusyBox v1.10.2 (Debian 3:1.10.2.legal-losso3-0m5) build-in shell (ash)
Enter 'help' for a list of built-in commands

Nokia-N900:~# apt-get install preenv
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package preenv
Nokia-N900:~#

-----------------------

2nd try

~ $ sudo gainroot
Root shell enabled


BusyBox v1.10.2 (Debian 3:1.10.2.legal-losso3-0m5) build-in shell (ash)
Enter 'help' for a list of built-in commands

/home/user # apt-get install preenv

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package preenv
/home/user #

----------------

so as you can see... nothing works ..

I already did a apt-get update

nullstring 2011-03-03 09:34

Re: Palm Pre gets SDL! native gaming
 
Quote:

Originally Posted by govprog (Post 959506)
Have you managed to add the extras-devel to your repository list first?

I followed the instruction here:
How to activate Extras-devel
http://wiki.maemo.org/Extras-devel

and still getting the same result

judibet 2011-04-08 04:50

Re: Palm Pre gets SDL! native gaming
 
Quote:

Originally Posted by xperto (Post 854021)
while trying to open ''./nfsuc '' it gives the following out. any help will be appriciated :) thank you
okia-N900:/home/user/com.ea.app.nfsuc# ./nfsuc
SDLGL: called sdl_init with flags = 0x100231
X11: PID is 19496
SDLGL: Requested GL major version 1
SDLGL: SDL_GLES initialized (res=0)
SDLGL: Requested GL minor version 0 (ignored)
PDL: Init: Service name is com.javispedro.preenv.nfsuc
PDL: Screen dimming prevention ON
PDL: Set do_not_disturb flag to true
PDL: Switch orientation to 3
PDL: Application handles pause events
PDL: Music is playing
SDLGL: Called SetVideoMode(320, 480, 0, 0x2)
SDLGL: Requested OpenGL video mode
SDLGL: Asked if video mode 800x480x16 (0x90000000) is ok
Segmentation fault
Nokia-N900:/home/user/com.ea.app.nfsuc#

I've the same problem to :(.

I found nothing to fix it!

isfr21 2011-11-29 06:41

Re: Palm Pre gets SDL! native gaming
 
Any way to get Preenv on the N9 because that would really be awesome!
Who knows, since the N9 has multi-touch it might run even better than on the n900.

ivgalvez 2012-04-04 15:25

Re: Palm Pre gets SDL! native gaming
 
Well I'm cross posting but I think it's worth to try....

It's quite unfortunate that even after Divan's announce about developing WebOS Games Manager in the open and that he would accept patches no one has contributed.

There is plenty of room to improve both preenv and WebOS Games Manager and they are the most capable projects to allow new games to be played in the N900. Both Javispedro and Divan seem interested in provide help if someone volunteer to take maintenance of the projects.

As a starting point, it would be great to merge jflat's patches for keyboard mapping with upstream preenv so WGM could use official libs from preenv instead of packaging them on it's own.

olaolala3 2014-04-21 07:04

Re: Palm Pre gets SDL! native gaming
 
why Crusade Of Destiny 1.4.9 not working on preenv 0.1.7


All times are GMT. The time now is 15:35.

vBulletin® Version 3.8.8