How much does it cost to get the update for compiling GP2X games?
You need the SDK Lite and NET Addon, I believe the NET addon includes gp2x support. Or you could just get SDK Premium :)
Thank you. Already have that version, so I just need to update. (I don't update as often as most people as my development machine doesn't have internet access.)
Depending on how long it is since you last updated you might need to download the setup program again from the website, then do an internet update. When gp2x support was added you had to reinstall the SDK (see the news page: 'The current version (Dowload Setup, Internet Update would be too big) can build games for the GP2X now.').
Thank you for the heads up. Downloaded the new setup and was glad to see when trying to internet update that it was the newest version. I wish it was always like this.
However, I was saddened to see that we still so NOT have anti-aliasing for our sprites (unless I am missing something in the docs).
Anti-Aliasing of sprites?
Well, you can do with:
ZOOMSPRITE id, x,y, 1.001, 1.001
That will smooth them.
Thank you, Gernot :D