Commit Graph

4349 Commits

Author SHA1 Message Date
Peli de Halleux
ae8f5bbed8 bump pxt 2018-09-07 08:14:28 -07:00
Peli de Halleux
47634d52e8
Button event down (#1189)
* support for button_down events

* support for AB button
2018-09-07 08:03:15 -07:00
Peli de Halleux
1767e3d10c
always show BLE pairing options in settings dialog (#1187) 2018-09-07 08:02:44 -07:00
Guillaume Jenkins
3b85710bd7 Fix radio reference snippets (#1185) 2018-09-06 14:37:40 -07:00
Guillaume Jenkins
36eafa419d Add white stroke to sim border (#1184)
* Sim now has white stroke in high contrast

* Increase stroke width to 3
2018-09-06 14:14:06 -07:00
Guillaume Jenkins
928745b0b2 1.1.47 2018-09-06 15:46:50 -04:00
Guillaume Jenkins
7819b869fb bump pxt-core to 3.22.16, 2018-09-06 15:46:43 -04:00
Guillaume Jenkins
453ef37cb6
Move to dal-integration-3 (#1180) 2018-09-06 13:02:38 -04:00
Peli de Halleux
b29d90ef15 Missing contact file 2018-09-05 14:18:42 -07:00
Guillaume Jenkins
09235086e2 1.1.46 2018-09-04 17:13:11 -04:00
Guillaume Jenkins
d5f098bb51 bump pxt-core to 3.22.15, 2018-09-04 17:13:05 -04:00
Guillaume Jenkins
3e744b7a8d
Sim: greyscale display now respects brightness (#1160)
* Sim: greyscale display now respects brightness

* Don't overwrite image

* Don't clamp if brightness is at max
2018-09-04 17:12:01 -04:00
Guillaume Jenkins
d189b023af Add pxt-gigglebot (v1) 2018-09-04 17:10:23 -04:00
Guillaume Jenkins
19ed85336b
Add border around sim in high contrast (#1161)
* Add border around sim in high contrast

* Specify border width
2018-08-31 16:16:38 -04:00
Guillaume Jenkins
fef1f9a80d
Upgrade math_number_minmax and other shadow upgrades (#1153)
* Upgrade for set_pin

* patchBlocks overhaul

* Remove unneeded upgrade
2018-08-30 17:36:20 -04:00
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