craigix
Mega GP Mania
skeezix said:Offhand .. Battlejewels, snes9x4d4p, colem, hatari, angband if up, Kronos, Stella, probably about 10 others but screaming kid right now
Jeffphone
It's done.
Last edited by a moderator:
skeezix said:Offhand .. Battlejewels, snes9x4d4p, colem, hatari, angband if up, Kronos, Stella, probably about 10 others but screaming kid right now
Jeffphone
skeezix said:Craig - you know, a wiki with a page per app, linked from the store.. Or a wiki in the app store for each app (sucks to write a new wiki when 600 exit?) is really a great idea. Centralized random knowledge is win
Pull docs out of the pnd - I could make a shscript to do it for you as a starting point if you need
Jeffphone
skeezix said:Some original pnd files were not packaged right - ie those up to developer to fix 'em
A pnd should display it's own errors meaningfully but as a last resort, the pnd system logs to /tmp/pndrun<uniqueid>.out - so probably /tmp/pndrunhexen.pickle.out or something; run it and look around and see, hopefully it'll be enlightening. Oherwise, ask the Dev (pickle I think?) /tmp is in ram btw, no on your sd
He's a busy busy guy with a lot of ports but bug him (or whoever it was) and maybe they can fix the docs in the pnd and add some 'hey you're missing file x' popups or something
JeffPhone
There was a bug in minimenu, if I recall correctly, that creates the erroneous empty .pickle directory. Applying hotfix2 should fix it, but you'll have to delete any empty directories that were created as a result.Locri Epizephyrii said:For both the Heretic and Hexen games when you run them they seem to great both a Heretic and Heretic.pickle (and Hexen and Hexen.pickle respectively)
This has been brought up many, many, many times before, and the answer is always the same: a web store you can access from anything with a web client; a native client can be written to use the website as its backend; there is no "instead of" because both can coexist peacefully.milkshake said:Whilst we are on the subject of the app-store, instead of having it as a website based store why not have the store do it the way ubuntu does it?
As a native application?
As soon as someone writes one.milkshake said:So will there be a native app store for pandora as well as a web based one that can be accessed from any web browser like you said co-existing?
It's just HTML. It's not a major challenge to write an HTML client that submits requests and parses the HTML. That's what I was talking about, not an actual web based API.dflemstr said:The Pandora AppStore does not expose any kind of repository information so it's not possible to create a native tool for it.
You realize that I don't mean a REST API or anything when I say "repository API". I just mean that there's a downloadable file with information about all of the tracked applications in the webapp.WizardStan said:It's just HTML. It's not a major challenge to write an HTML client that submits requests and parses the HTML. That's what I was talking about, not an actual web based API.dflemstr said:The Pandora AppStore does not expose any kind of repository information so it's not possible to create a native tool for it.
<li onclick="location.href='../cgi-bin/viewapp.pl?/Game/deathtrap.inf';" style="cursor:pointer;">
<div class="icon">[img]../apps//Game/deathtrap.pnd.png[/img]</div>
<div class="desc"><strong>Deathtrap Remix
</strong><br />
Direct port of Deathtrap Remix from the GP2X. Navi..
</div>
<div class="rating">[img]../apps/images/stars.png[/img]<br /> 21/6/2010
</div>
<div class="clear"></div>
[/li]
Perl.Pleng said:so the appstore wasn't implemented in PHP/mysql???
What!? You don't make your app stores in Perl? What would you use otherwise?Pleng said:why?
You don't want to expose your database, ever. Or that's at least what I've learned.Pleng said:Did he not appeal to the community? I'm sure somebody could have made him a nice PHP/MySql solution. I may have even offered myself, though not sure Craig would have wanted to accept my help. That way, with MySql, it would have been easy for any standalone app to query the database.