After having just upgraded from 107.06 to 108.11, I noticed the following.
What happened to the
EnableClearDepth documentation page in AppGameKit 108.11... The TIER 1 interpreter still recognizes the command but the documantation page is gone from the local help docs.
Also, the following commands appear to be recognized by the TIER 1 interpreter, but there are no local help docs for them:
- getcl
- getpushnotificationtoken
- getruntime
- issoundrecording
- pushnotificationsetup
- recordsound
- setrawwritepath
- setvsync
- stopsoundrecording
Is the documentation going to be updated, or are these supposed to remain undocumented?
EDIT: Oh, and could you please fix the documentation for the "spaces()" command. It's been misspelt in the docs since the beginning of time... TIER 1 interpreter recognizes it as "spaces", but the docs keep refering to it as "space". I don't even use this command, this discrepancy just bugs me. The spelling mistake can be readily seen in the online docs aswell:
http://www.appgamekit.com/documentation/Reference/Core/Space.htm
EDIT2: GetHTTPFileProgress is another command that the TIER 1 interpreter recognizes, but you won't get any context sensitive help for this command in the TIER 1 IDE. It's local help page is incorrectly linked with the command "GetHTTPProgress". Fix, please.
EDIT3: The command "setrawwritepath" is another case similar to the one above. It's local help page won't show, because it's linked with the command "setwritepath", incorrectly. So, which is it really supposed to be "setrawwritepath" or "setwritepath"?
Cheers,
AgentSam