Evelyn Eastmond
|
9ae2c4b1f1
|
Adding a comment.
|
2019-05-11 10:40:27 -04:00 |
|
Evelyn Eastmond
|
eabff71461
|
Changing some variable names regarding duration and rotation blocks for clarity.
|
2019-05-11 10:37:42 -04:00 |
|
Karishma Chadha
|
f2301e0e4d
|
Merge pull request #2126 from mzgoddard/runtime-script-cache-fix
Runtime script cache fix
|
2019-05-08 16:00:28 -04:00 |
|
Eric Rosenbaum
|
61dcf1a58b
|
Merge pull request #2164 from ericrosenbaum/bugfix/dont-localize-motor-ids
Do not localize BOOST motor IDs
|
2019-05-06 14:40:20 -04:00 |
|
Eric Rosenbaum
|
86f4ca5806
|
Do not localize motor IDs
|
2019-05-02 16:21:08 -04:00 |
|
Eric Rosenbaum
|
097fcc01a0
|
Merge pull request #2160 from ericrosenbaum/bugfix/boost-clear-motor-state
BOOST extension: Always clear motor promises when setting state
|
2019-04-30 12:24:11 -04:00 |
|
Eric Rosenbaum
|
b75b8027a1
|
Always clear motor promises when setting state
|
2019-04-30 11:37:10 -04:00 |
|
Eric Rosenbaum
|
62cf54cbcb
|
Merge pull request #2159 from ericrosenbaum/bugfix/boost-name
Make BOOST extension displayed name all-caps
|
2019-04-29 15:52:38 -04:00 |
|
Eric Rosenbaum
|
8245b46d56
|
Change extension name to all-caps BOOST
|
2019-04-29 15:43:38 -04:00 |
|
Evelyn Eastmond
|
e029b9e0e8
|
Merge pull request #2133 from evhan55/bugfix/2125
Prevent Boost turnOnForDegrees jittering on power set
|
2019-04-29 14:17:34 -04:00 |
|
Eric Rosenbaum
|
85f3a3c3c5
|
Merge branch 'develop' into bugfix/2125
|
2019-04-29 14:06:13 -04:00 |
|
Evelyn Eastmond
|
81302db86d
|
Merge pull request #2140 from evhan55/bugfix/2136
Change Boost motor turning behavior for '0 speed' case
|
2019-04-29 14:00:18 -04:00 |
|
Evelyn Eastmond
|
2a04e9c7f2
|
Don't set motor power or direction if in rotation state.
|
2019-04-29 11:58:34 -04:00 |
|
Evelyn Eastmond
|
8745c9b3ac
|
Move false flag left because it will get fixed by PR 2140 instead.
|
2019-04-29 11:54:12 -04:00 |
|
Evelyn Eastmond
|
c1292f6a59
|
Don't set motor power if it's already equal to the input power.
|
2019-04-29 11:53:40 -04:00 |
|
Evelyn Eastmond
|
71c3b72892
|
Moving false flag from Math.abs to turnOnForDegrees, fixing typo.
|
2019-04-29 11:53:40 -04:00 |
|
Evelyn Eastmond
|
7e01326d71
|
Fixing linting.
|
2019-04-29 11:45:15 -04:00 |
|
Evelyn Eastmond
|
a67b303294
|
Remove console logs and change a comment.
|
2019-04-29 11:42:09 -04:00 |
|
Evelyn Eastmond
|
c37a41c352
|
Only clear pending duration timeout if not in _ON_FOR_TIME state.
|
2019-04-29 09:22:36 -04:00 |
|
Evelyn Eastmond
|
75eae9a58a
|
Fixing motor status setter to not clear rotation if already in rotation state.
|
2019-04-29 09:22:36 -04:00 |
|
Evelyn Eastmond
|
5109cd474c
|
Remove more power===0 checks.
|
2019-04-29 09:22:36 -04:00 |
|
Evelyn Eastmond
|
410e13b4e3
|
Remove resetState and all power===0 checks.
|
2019-04-29 09:22:36 -04:00 |
|
Evelyn Eastmond
|
d0ed16d47c
|
Fixing Math.abs false arg? and moving it to turnOnForDegrees call.
|
2019-04-29 09:22:36 -04:00 |
|
Evelyn Eastmond
|
dd82079bad
|
Fixing a comment style.
|
2019-04-29 09:22:36 -04:00 |
|
Evelyn Eastmond
|
bb6514f1d6
|
Removing some tabs.
|
2019-04-29 09:22:36 -04:00 |
|
Evelyn Eastmond
|
14162b9920
|
Adding an empty line back in.
|
2019-04-29 09:22:36 -04:00 |
|
Evelyn Eastmond
|
7ed8d376c5
|
Putting in a comment.
|
2019-04-29 09:22:36 -04:00 |
|
Evelyn Eastmond
|
99c7528a1e
|
Removing some empty changed lines.
|
2019-04-29 09:22:36 -04:00 |
|
Evelyn Eastmond
|
12233b73dd
|
Fixing comments to reflect original code.
|
2019-04-29 09:22:36 -04:00 |
|
Evelyn Eastmond
|
73fc5b8723
|
Fixing lint.
|
2019-04-29 09:22:36 -04:00 |
|
Evelyn Eastmond
|
83bf1be066
|
Comment out all the power = 0 checks that came over from WeDo.
|
2019-04-29 09:22:36 -04:00 |
|
Evelyn Eastmond
|
270a445703
|
Playing with power states while we figure out the design.
|
2019-04-29 09:22:36 -04:00 |
|
Evelyn Eastmond
|
597bd68c0d
|
Remove commented line.
|
2019-04-29 09:21:06 -04:00 |
|
Evelyn Eastmond
|
f0edd10346
|
Change turnOnForever and turnOff behavior for power = 0 case.
|
2019-04-29 09:21:06 -04:00 |
|
adroitwhiz
|
3410f42e5e
|
Remove Number.isNaN IE polyfill
|
2019-04-25 16:41:51 -04:00 |
|
Karishma Chadha
|
de8ef1224a
|
Merge pull request #2141 from kchadha/toolbox-update
Add a runtime event for requesting a toolbox update
|
2019-04-25 11:36:52 -04:00 |
|
Karishma Chadha
|
39f15d3699
|
Update comment for new extension update event
|
2019-04-25 11:36:31 -04:00 |
|
Evelyn Eastmond
|
6326694bff
|
Merge pull request #2139 from evhan55/bugfix/2135
Reverse the sign on Boost Motor A position reporter
|
2019-04-25 11:14:14 -04:00 |
|
unknown
|
a0f0a4092c
|
Moving position reversal back to reporter to avoid conflicts.
|
2019-04-24 22:42:54 -04:00 |
|
Evelyn Eastmond
|
a61b01628e
|
Putting back a line deleted by accident.
|
2019-04-24 11:28:29 -04:00 |
|
Karishma Chadha
|
92a73fef55
|
Add a runtime event to track when the toolbox extension blocks need updating.
|
2019-04-24 11:28:02 -04:00 |
|
Evelyn Eastmond
|
e3ec614173
|
Move reversing of sign to _onMessage, before clamping.
|
2019-04-24 11:24:56 -04:00 |
|
Evelyn Eastmond
|
adb4c0482c
|
Reversing the sign on Motor A reported position.
|
2019-04-23 19:05:12 -04:00 |
|
Eric Rosenbaum
|
b80b05ead7
|
Merge pull request #2131 from ericrosenbaum/feature/add-tts-arabic
Add Arabic to Text to Speech extension
|
2019-04-23 17:23:19 -04:00 |
|
Christopher Willis-Ford
|
91f0d59be0
|
fix extension block color application
|
2019-04-23 12:31:31 -07:00 |
|
Karishma Chadha
|
297047a6b9
|
Fix serialization of blockInfo mutation property to XML
|
2019-04-23 11:44:45 -04:00 |
|
Christopher Willis-Ford
|
a27ea76d25
|
add "scratch_extension" only if a block has an icon
|
2019-04-22 17:47:31 -07:00 |
|
Christopher Willis-Ford
|
107e49245f
|
adjust getBlocksXML to return categories separately
before: getBlocksXML returns one big XML string
after: getBlocksXML returns an array of {id,xml}, one entry per category
|
2019-04-22 12:32:52 -07:00 |
|
Christopher Willis-Ford
|
0247447792
|
embed extension blockInfo into block XML
|
2019-04-22 09:53:05 -07:00 |
|
Evelyn Eastmond
|
0f592519d6
|
Merge pull request #2132 from evhan55/bugfix/2127
Make Boost set motor speed opcode yield for send interval duration
|
2019-04-22 12:29:46 -04:00 |
|