Commit Graph

3834 Commits

Author SHA1 Message Date
Franklin Tse
2482abf9f8 V1 Readme (#1144)
* Update README

* Further refine readme

* Further update

* Correct the build badge

* Remove link to cloning a repository

* Add back npm run build

* localbuild flag

* Fix the header
2018-08-30 16:39:43 -04:00
Guillaume Jenkins
4e4ad21cb5
Fix casing of project titles in docs summaries (#1139) 2018-08-28 16:03:23 -04:00
Guillaume Jenkins
74c7a264ef
Change alpha to point to latest v0 (#1141) 2018-08-28 16:02:48 -04:00
Guillaume Jenkins
239952aff5
C++: Round towards positive infinity (#1134) 2018-08-28 10:59:21 -04:00
Guillaume Jenkins
03ba8141ab
Reuse radio translations for new APIs (#1133) 2018-08-27 16:24:10 -04:00
Galen Nickel
0b7b29d741 Goto title case for 'projects' - v1 (#1127) 2018-08-23 14:47:36 -04:00
Guillaume Jenkins
0cbec47907
Port package approvals to v1 (#1125) 2018-08-23 11:56:39 -04:00
Guillaume Jenkins
1aeaa18423 1.1.45 2018-08-22 14:44:09 -04:00
Guillaume Jenkins
5ad9fdb1b0 bump pxt-core to 3.22.13, 2018-08-22 14:43:59 -04:00
Guillaume Jenkins
191de7a60c Update strings 2018-08-22 14:43:31 -04:00
Guillaume Jenkins
f4f74727e9 1.1.44 2018-08-21 16:01:23 -04:00
Guillaume Jenkins
b932472c28 bump pxt-core to 3.22.12, 2018-08-21 16:01:08 -04:00
Michał Moskal
9f87ec52db
Fix flashing after microbit reset (#1108)
* Fix flashing after microbit reset

* Remove debug out
2018-08-21 11:58:52 -07:00
Richard Knoll
51a485580b
Adding shadow block to serial write buffer (#1111) 2018-08-21 10:25:59 -07:00
Guillaume Jenkins
0c226d29d3
Don't change inline download button on hover (tutorial & projects) (#1109) 2018-08-21 12:00:18 -04:00
Galen Nickel
f4aa25e2bd Modify tutorials for single download step (#1093)
* Modify tutorials for single dl step

* Some more fixes

* coin flip typer
2018-08-17 10:58:45 -04:00
Guillaume Jenkins
0919a4e886
Disable instructions for micro:bit (#1099) 2018-08-16 17:30:58 -04:00
Guillaume Jenkins
f8342a357c Some updated strings were not commited 2018-08-16 13:27:19 -04:00
Guillaume Jenkins
da15752720
Slightly adjust non-advanced category weights (#1091) 2018-08-14 13:26:22 -04:00
Richard Knoll
4c28160a34
Fixing authoring on a few APIs for Monaco toolbox (#1084) 2018-08-14 10:18:23 -07:00
Guillaume Jenkins
331f2f4a55 1.1.43 2018-08-14 12:21:03 -04:00
Guillaume Jenkins
5a569f239e bump pxt-core to 3.22.10, 2018-08-14 12:20:51 -04:00
Guillaume Jenkins
69efc80bb9
Remove unwanted Math ops (#1079)
* Remove unwanted Math ops

* Also add asin, acos and atan
2018-08-14 12:04:02 -04:00
Guillaume Jenkins
d68ee27eb7 Fix getting started typo 2018-08-14 10:39:39 -04:00
Michal Moskal
4caef78f07 Enable local docker build where available 2018-08-13 17:20:08 -07:00
Richard Knoll
a95d871e97
Convert division to idiv (#1072)
* Convert division to idiv

* Reflect changes in pxt-core to the idiv XML
2018-08-13 12:51:26 -07:00
Guillaume Jenkins
7537c7561f
Add timeout when flashing from the app takes too long (#1070) 2018-08-09 18:30:37 -04:00
Guillaume Jenkins
f0d14c918e 1.1.42 2018-08-09 16:25:45 -04:00
Guillaume Jenkins
bdfbd293bd bump pxt-core to 3.22.9, 2018-08-09 16:25:30 -04:00
Guillaume Jenkins
eebaf91f6e
Add math functions to cpp layer (#1069) 2018-08-09 15:54:51 -04:00
Guillaume Jenkins
ae0a684d2e
Fix showString interval for single character (#1058) 2018-08-09 10:59:47 -04:00
Guillaume Jenkins
7b9ea6f2d5
Switch to printChar() so interval is honored (#1060)
Switch to printChar() so interval is honored
2018-08-09 10:45:46 -04:00
Richard Knoll
9aac836ae2
Fix default value for note block (#1053) 2018-08-08 14:51:00 -07:00
Guillaume Jenkins
c8e12334cf 1.1.41 2018-08-07 17:56:32 -04:00
Guillaume Jenkins
4b8c9ba575 bump pxt-core to 3.22.8, 2018-08-07 17:56:26 -04:00
Guillaume Jenkins
3a2eb69483
Add partial row in imageDropdown to indicate scrolling (#1052) 2018-08-07 17:55:42 -04:00
Richard Knoll
68361499a2
Fixing blink on sprites (#1047) 2018-08-06 14:34:04 -07:00
Richard Knoll
b03c984c38
Fixing atan2 typo in arguments (#1045) 2018-08-06 11:31:33 -07:00
Guillaume Jenkins
2700a77cae
Add auto toString for various APIs (#1033) 2018-08-02 16:30:02 -04:00
Guillaume Jenkins
27024baa51 1.1.40 2018-08-02 15:04:39 -04:00
Guillaume Jenkins
45f3e686da bump pxt-core to 3.22.7, 2018-08-02 15:04:32 -04:00
Guillaume Jenkins
7f4cf50ee0
Make randomRange more consistent in docs (#1032)
* Make randomRange more consistent in docs

* Change formulation
2018-08-02 14:49:16 -04:00
Richard Knoll
49cd197cef
Missing simulator functions and behavior (#1025) 2018-08-02 10:33:05 -07:00
Richard Knoll
6884b2bedf
Fixing parseInt() (#1022) 2018-08-01 12:45:56 -07:00
Guillaume Jenkins
56dedeff92 Clarify radio signal strength 2018-08-01 13:31:32 -04:00
Michał Moskal
57f9cbed9d Initialize our random generator with codal's (#1021) 2018-08-01 13:18:34 -04:00
Michał Moskal
80b9ec8950
Enable "Import URL" (#1011) 2018-07-31 14:59:30 -07:00
Michał Moskal
b0eee4afe5
Convert int-to-string directly, without double, see #999 (#1009) 2018-07-31 14:41:31 -07:00
Guillaume Jenkins
0ff39eb989 1.1.39 2018-07-31 17:30:02 -04:00
Guillaume Jenkins
0d2b6a609a
Bump pxt-core to 3.22.6 (#1010) 2018-07-31 17:29:28 -04:00