«
Previous
|
Next
»
Revision ec519d67
Added by Leszek Koltunski 4 days ago
- ID ec519d674c4f436c3fec7ef6db5864df98b9936b
- Parent b3e8def1
| src/main/java/org/distorted/helpers/RubikNetwork.java | ||
|---|---|---|
| 412 | 412 |
int numRuns = sco.getNumRuns(); |
| 413 | 413 |
int numPlay = sco.getNumPlays(); |
| 414 | 414 |
String country = sco.getCountry(); |
| 415 |
int objectAPI = JsonWriter.VERSION_OBJECT_APP;
|
|
| 416 |
int tutorialAPI = JsonWriter.VERSION_EXTRAS_APP;
|
|
| 415 |
int objectAPI = JsonWriter.VERSION_OF_OBJECT_INTERPRETER;
|
|
| 416 |
int tutorialAPI = JsonWriter.VERSION_OF_EXTRAS_INTERPRETER;
|
|
| 417 | 417 |
|
| 418 | 418 |
String url=SERVER+"updates.cgi"; |
| 419 | 419 |
url += "?n="+name+"&r="+numRuns+"&p="+numPlay+"&c="+country+"&e="+mVersion+"d"+"&a="+objectAPI+"&b="+tutorialAPI; |
Also available in: Unified diff
Support TYPE_SPLIT_CORNER in case of DODECAHEDRONS and up the version of the object interpreter to 20.