Release Arkanoid Remake


Based on test done by LINUX-Swat (Thanx again !!!), he determined that "libts", shouldn't be package inside PND, as this lib (which came from SZ Firmware, it handles Touch Screen) is not slackware friendly. So I've started some cleaning of my PND (and of course, code::blocks will be cleaned too).

Nothing changed in this release exept the removal of that lib.


v1.0.0.02

  • removed libts from PND, should be compatible with slackware now !
 
Hum, this ENTER key for selection, I have to think of it. I use Pandora Button "X" or "A" to start, so it's SDLK_PAGEDOWN or SDLK_HOME. But you can add enter here (look in main.c), and change


if (gVar.pKeys[SDLK_PAGEDOWN] || gVar.pKeys[SDLK_HOME])


to


if (gVar.pKeys[SDLK_PAGEDOWN] || gVar.pKeys[SDLK_HOME] || gVar.pKeys[SDLK_RETURN])


I think it will work...

I'll add it to the Pandora version, but I will not do a PND just for that. If I get the Arkanoid jingles, I'll do it...

About the Fullscreen, yes. But I used the NOTAZ SDL, so fullscreen/windowed is always Fullscreen...
Sorry, I missed your reply to me about fullscreen.  I meant using it to stretch to fill the screen.

Its ok though as I repackaged for my self after modifying your script from "640x480" to "fullscreen"
 
Back
Top