Commit Graph

2397 Commits

Author SHA1 Message Date
Peli de Halleux
96d354a8a8 Merge pull request #316 from OwenBrotherwood/patch-1
Correction for max. length of advertised url to 17
2016-12-09 15:13:12 -08:00
Peli de Halleux
02480b1c54 updated master to 0.6.36 2016-12-09 13:51:23 -08:00
Peli de Halleux
4fd321cccf 0.6.36 2016-12-09 13:43:41 -08:00
Peli de Halleux
4641c9456f Bump pxt-core to 0.5.99 2016-12-09 13:43:37 -08:00
Peli de Halleux
498b5ec095 0.6.35 2016-12-09 11:57:34 -08:00
Peli de Halleux
912be2ddfd Bump pxt-core to 0.5.98 2016-12-09 11:57:32 -08:00
Peli de Halleux
6d7f8c5841 0.6.34 2016-12-09 11:15:51 -08:00
Peli de Halleux
a782f4731a Bump pxt-core to 0.5.97 2016-12-09 11:15:48 -08:00
Peli de Halleux
6e067bffd5 using built-deploy deployment features
deploy to drives has been migrated to PXT
2016-12-08 21:10:46 -08:00
Peli de Halleux
4a4007ba41 fixing uploader link 2016-12-08 12:33:31 -08:00
Peli de Halleux
c9db08a2c6 0.6.33 2016-12-08 12:18:56 -08:00
Peli de Halleux
5ec303b95c Bump pxt-core to 0.5.96 2016-12-08 12:18:53 -08:00
Peli de Halleux
3d0523a298 fix for roll/pitch in simulator.
fix for https://github.com/Microsoft/pxt/issues/893
2016-12-08 12:14:34 -08:00
Peli de Halleux
3469ad6f8d Added note about protocol encoding. 2016-12-08 12:01:35 -08:00
Peli de Halleux
d791738d84 fixing y values in accelerometer simulator
fix for https://github.com/Microsoft/pxt/issues/893
2016-12-08 11:57:17 -08:00
Peli de Halleux
355c341d36 0.6.32 2016-12-08 10:56:49 -08:00
Peli de Halleux
1adb4a2bac Bump pxt-core to 0.5.95 2016-12-08 10:56:46 -08:00
Peli de Halleux
03c0339e9a fixing docs snippets 2016-12-08 09:16:27 -08:00
Peli de Halleux
1649811015 expose "delete" in blocks.
fix for https://github.com/Microsoft/pxt/issues/870
2016-12-08 08:54:05 -08:00
Peli de Halleux
14f16f9b2c expose game.setScore in blocks
fix for https://github.com/Microsoft/pxt/issues/881
2016-12-08 08:51:18 -08:00
Peli de Halleux
66d3c6c7e8 fix for https://github.com/Microsoft/pxt/issues/549 2016-12-08 08:28:28 -08:00
Peli de Halleux
7f27432222 Merge branch 'master' of https://github.com/Microsoft/pxt-microbit 2016-12-08 00:12:49 -08:00
Peli de Halleux
870b26a85a updated lessons to use radio 2016-12-08 00:10:00 -08:00
Abhijith Chatra
aa6cb58dca Merge pull request #320 from Microsoft/delete
Placement new occurances need explicit delete
2016-12-07 18:09:35 -08:00
Abhijith
6398a42dad Placement new occurances need explicit delete 2016-12-07 18:00:03 -08:00
Sam El-Husseini
cfc3eae77c adding monacotoolboxbuttons margin 2016-12-07 17:03:28 -08:00
Sam El-Husseini
438b745d32 Merge branch 'master' into pr/monacotoolbox 2016-12-07 17:02:07 -08:00
Richard Knoll
21473f5b9b Fixing array deallocation leak (#317)
* Fixing array deallocation leak

* Moving delete down to the individual destroy methods
2016-12-07 15:44:35 -08:00
Peli de Halleux
c85b6f9507 using calibrated powers for Eddystone 2016-12-07 11:37:33 -08:00
Peli de Halleux
019b00209e moving blocks to advanced 2016-12-07 09:49:19 -08:00
Peli de Halleux
6c11dbcdf4 added setTransmitPower in BLE 2016-12-07 09:05:03 -08:00
Peli de Halleux
91197c5cec updated BLE settings 2016-12-07 08:07:08 -08:00
Peli de Halleux
9e5d9787c7 linking to pxt issue tracker 2016-12-06 21:51:51 -08:00
Sam El-Husseini
1c11a4823b adjusting the blockly flyout opacity. 2016-12-06 21:48:21 -08:00
Peli de Halleux
d457c3e8d0 exposing delete in blocks 2016-12-06 16:19:35 -08:00
Sam El-Husseini
2ae21efb7b Moving blockly toolbox button margins to target. 2016-12-06 15:06:16 -08:00
Owen Brotherwood
30211aa006 Correction for max. length of advertised url to 17
https://github.com/google/eddystone/tree/master/eddystone-url#frame-specification states 1-17
When one makes a general google for the max length, some have written 18 and some 17 :(
The difference could lie in the https://github.com/google/eddystone/tree/master/eddystone-url#url-scheme-prefix which adds an extra byte but it's use is to in someway allow for more bytes in the 1-17.
The implementation in the micro:bit Lancaster is unknown as to how the url-scheme-prefix is or is not used: there does not seem to be a scheme for "Just take the 1-17" for the url.

At the moment, "play it safe" and write 17 ?
2016-12-06 20:51:44 +01:00
Peli de Halleux
485a42758c 0.6.31 2016-12-06 11:32:24 -08:00
Peli de Halleux
0da5a5a349 Bump pxt-core to 0.5.91 2016-12-06 11:32:22 -08:00
Sam El-Husseini
efca68672a Support for monaco toolbox 2016-12-06 00:34:42 -08:00
Sam El-Husseini
41ce2f66fa removing add package less variable 2016-12-05 23:55:46 -08:00
Sam El-Husseini
9393fc166e Styling add package and undo blockly buttons 2016-12-05 21:24:57 -08:00
Sam El-Husseini
cfb4382941 support for monaco toolbox 2016-12-05 19:01:14 -08:00
Sam El-Husseini
aaca24ff5b using add package color less variable 2016-12-05 18:09:23 -08:00
Sam El-Husseini
0ce9be1a2b removing toolbox right border. 2016-12-05 17:59:20 -08:00
Sam El-Husseini
a88eb7fe02 Changing main menu color, primary color and adding tiny borders around blockly toolbox 2016-12-05 17:30:04 -08:00
Peli de Halleux
06e4f7fb5c Updated BLE project settings 2016-12-05 15:33:40 -08:00
Peli de Halleux
1b36485208 0.6.30 2016-12-05 15:10:13 -08:00
Peli de Halleux
3b54cefa95 Merge branch 'master' of https://github.com/Microsoft/pxt-microbit 2016-12-05 15:02:51 -08:00
Peli de Halleux
52857c9541 added beacon configuration 2016-12-05 15:02:39 -08:00