It could show a box with something like that in it :
Code: Select all
[ ] 0.11.1 ( You're using it ! )
[x] Daily Snapshot ( June 18, 2008, 7:30 am )
[Download selected]
Moderator: ScummVM Team
Code: Select all
[ ] 0.11.1 ( You're using it ! )
[x] Daily Snapshot ( June 18, 2008, 7:30 am )
[Download selected]
It is hard. First, it has to be cross platform as mentioned. Second, XMLs are not free, and you should write a parser.Ceri Cat wrote:It's not hard to make the button do a check of an XML file on a site and just check if the local version id is current with a separate set of values for builds for each platform. Just requires someone to update it each time it occurs. Though really is it really necessary? Most SCUMM VM users check the site pretty regularly I think for updated support lists on games at least.
Although I agree the cross-platform part is the hardest, the other two issues don't seem to me to be as big.sev wrote:It is hard. First, it has to be cross platform as mentioned. Second, XMLs are not free, and you should write a parser.
Huh?Ceri Cat wrote:*digs out the 30 lines of C++ that executes an API call and parses an XML file from a website*