GLBasic forum

Main forum => GLBasic - en => Topic started by: Brice Manuel on 2007-May-13

Title: stupid question
Post by: Brice Manuel on 2007-May-13
How much does it cost to get the update for compiling GP2X games?
Title: stupid question
Post by: planetm on 2007-May-13
You need the SDK Lite and NET Addon, I believe the NET addon includes gp2x support. Or you could just get SDK Premium :)
Title: stupid question
Post by: Brice Manuel on 2007-May-13
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.)
Title: stupid question
Post by: planetm on 2007-May-13
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.').
Title: stupid question
Post by: Brice Manuel on 2007-May-15
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).
Title: stupid question
Post by: Kitty Hello on 2007-May-15
Anti-Aliasing of sprites?
Well, you can do with:
ZOOMSPRITE id, x,y, 1.001, 1.001
That will smooth them.
Title: stupid question
Post by: Brice Manuel on 2007-May-18
Thank you, Gernot :D