I am a version control freak. So, in addition to using version control for all of my own projects, I'm always interested in seeing a more detailed view of what has changed between AppGameKit releases.
For that purpose, I first took a look at the new documentation (Help).
Everything that I had hoped for (and posted about earlier) was fixed.
Very well done, Paul!
For anyone whose interested in the comparison results, check them out here:
http://www.codefield.com/agk/108.12.beta/diff_108.11/Docs/
This page will show a folder comparison of the "IDE/Help" folders between 108.11 (left) and 108.12 (right).
The red files are those with differences. They are also links, which will open a detailed "File Compare".
(Use the back button on your browser to get back to the folder comparison results.)
The blue files are completely new, and there's no link for them, since they do not contain any "differences". They're just new.
There are a few noteworthy changes in the docs:
- As stated in the release notes, the Android API changed from 9 to 10.
- The Facebook commands seem to be mostly incomplete. Most of them are still labeled as "not currently supported".
- The description of "SetFolder" is much better now. (
Thanks to Phealax).
- Each of the "WriteByte", "WriteFloat", "WriteInteger", "WriteString" now have a note that they are not ment for human readable files.
- SetEditBoxCursorWidth has an important note added.
- The
Index file clearly shows all the new additions (which include a few omissions in the previous version).
Now moving on code testing... Which Ancient Lady is already fast at work with, I notice. =)
Cheers,
AgentSam