I've mentioned in my JS API docs (see links in my sig) what version of the game features are available in (with 3.2+ being MASTER branch) but not compiled a table showing what will be in 3.2 unfortunately.
Your docs is good. But there is on bad thing. There is no mention about them in first post about js api.
Getting diff in functions in not hard. Just parse two files and get difference. If you need that script I can help.
IMHO Best forum docs is in FAQ format.
I`m programmer and I have seen a lot of differene API`s and I`dont like this. This api should be object based.
Code: Select all
distBetweenTwoPoints(sructure.1, structure.y, droid.x, droid.y);
//vs
structure.getDistance(droid);
Only two things prevents me to write it: restriction to storefunctions in objects.
The other thing is absence of interative console. It greatly speedup deelopment