Commit graph

3501 commits

Author SHA1 Message Date
Eric Rosenbaum
64eace3b90 Add test for localized spoken language name 2019-10-31 14:58:45 -04:00
Eric Rosenbaum
94e2478a10 Add test for dropped language name 2019-10-31 14:56:28 -04:00
Eric Rosenbaum
83781fd380 Check for spokenLanguages object 2019-10-29 11:39:14 -04:00
Eric Rosenbaum
246e40a68c update test 2019-10-04 14:14:37 -04:00
Eric Rosenbaum
8971ee4668 use lowercase language codes
this ensures that when editor is set to ja-Hira, the default text loads and the language is set to ja
2019-10-03 13:22:53 -04:00
Eric Rosenbaum
dad1ced3d4 Use lowercase lang code for editor lang (to match ja-Hira) 2019-10-03 12:42:50 -04:00
Eric Rosenbaum
03e6d73cc6 update comment 2019-10-02 14:46:12 -04:00
Eric Rosenbaum
b540b2107a Remove mock data 2019-09-16 18:23:55 -04:00
Eric Rosenbaum
7011084517 Check for empty menuMap 2019-09-15 12:05:20 -04:00
Eric Rosenbaum
5e84441542 Support dropped language names 2019-09-10 21:35:34 -04:00
Eric Rosenbaum
5ba476c833 Working localized Text to Speech language menu with dummy data 2019-09-10 18:37:21 -04:00
DD Liu
0ad611a200
Merge pull request #2266 from fsih/warnMsg
Give some indication of why asset load failed
2019-09-04 11:38:16 -04:00
DD Liu
e447f003a1 Fix variable name 2019-09-04 11:26:23 -04:00
DD Liu
d3f687a6a7 use template 2019-08-23 17:31:11 -04:00
DD Liu
89db44bc6a Give some indication of why asset load failed 2019-08-23 17:28:13 -04:00
DD Liu
7e1582c034
Merge pull request #2264 from fsih/addMd5ToDefaultAsset
Add md5 for default asset
2019-08-22 15:40:01 -04:00
DD Liu
1204fc68fc Add md5 for default asset 2019-08-22 13:10:53 -04:00
Eric Rosenbaum
0052383657
Merge pull request #2247 from spl237/keyboard
Add enter key to list of keyboard events detected.
2019-08-15 14:47:41 -04:00
chrisgarrity
5adf5ba8fc
Merge pull request #2252 from chrisgarrity/custom-mimetype
Add custom mime-type to exported sb3 and sprite
2019-08-13 15:22:10 -04:00
Chris Garrity
40be416c9f Add custom mime-type to exported sb3 and sprite 2019-08-07 13:52:30 +01:00
Ray Schamp
33ef283787
Merge pull request #2251 from LLK/revert-2249-greenkeeper/gh-pages-2.1.0
Revert "Update gh-pages to the latest version 🚀"
2019-08-05 11:24:26 -04:00
Ray Schamp
c1b2c4e2c0
Revert "Update gh-pages to the latest version 🚀" 2019-08-05 11:23:38 -04:00
Ray Schamp
ad5cda9124
Merge pull request #2249 from LLK/greenkeeper/gh-pages-2.1.0
Update gh-pages to the latest version 🚀
2019-08-05 10:57:19 -04:00
greenkeeper[bot]
45807b4ea4 chore(package): update lockfile package-lock.json 2019-07-31 20:14:30 +00:00
greenkeeper[bot]
a62db2d11b chore(package): update gh-pages to version 2.1.0 2019-07-31 20:14:23 +00:00
Kevin Nørby Andersen
d379dc1bc6
Merge pull request #2229 from knandersen/bugfix/2215
Fix 2215 by properly remapping ports to fit new firmware changes
2019-07-31 11:02:06 -04:00
Simon Long
7783deecf6 Add enter key to list of keyboard events detected. 2019-07-31 07:23:35 +01:00
Kevin Andersen
7d7ce2db13 Fixed issue where port A motor position was not being reported because the port number was false-y 2019-07-30 10:20:34 -04:00
Kevin Nørby Andersen
5828149827
Merge pull request #2235 from knandersen/bugfix/2232
Fix 2232 by using unregulated motor command to turn off motors
2019-07-30 09:09:22 -04:00
Kevin Andersen
4523597a04 Corrected old port mapping! Thanks for catching that @ericr. 2019-07-29 17:59:16 -04:00
Kevin Andersen
842a8e9778 Adjusted portmapping variables to match firmware versions correctly 2019-07-26 15:34:26 -04:00
Kevin Andersen
fcbac7516e This commit addresses a discussion in #2229 around backward compatibility.
This change creates two different port mappings for the Move Hub. By default the extension will use the newer mapping introduced in firmware version 1.0.00.0224. When connected to the hub, the extension will request the hub's firmware version. If it's older than 1.0.00.0224 it will use the older mapping.
2019-07-26 15:31:37 -04:00
Kevin Andersen
e7634d50fa Add port mappings to support older firmware version 2.0.00.0016 and later as well as newer firmware version 2.0.00.0017 or newer 2019-07-26 14:12:05 -04:00
Karishma Chadha
f6f97ef3a7
Merge pull request #2240 from LLK/revert-2145-raise-params
Revert "Raise params to the next frame when pushing"
2019-07-22 13:30:28 -04:00
Karishma Chadha
c499106f85
Revert "Raise params to the next frame when pushing" 2019-07-22 12:59:48 -04:00
Karishma Chadha
9ba9732e8a
Merge pull request #2145 from mzgoddard/raise-params
Raise params to the next frame when pushing
2019-07-17 16:12:37 -04:00
Michael "Z" Goddard
50b55a489b
fix stopThisScript inside procedures 2019-07-17 15:02:44 -04:00
Andrew Sliwinski
d9d83c44ae
Merge pull request #2228 from LLK/greenkeeper/lodash.defaultsdeep-4.6.1
Update lodash.defaultsdeep to the latest version 🚀
2019-07-15 10:34:42 -04:00
Kevin Andersen
c89add4de9 Added START_POWER enum to BoostOutputSubCommand which allows the extension to use unregulated motor commands with the Move Hub. Changed BoostMotor.turnOff() to use unregulated motor commands since it seems like a more reliable way of turning the motor off 2019-07-15 09:48:12 -04:00
Kevin Andersen
dcccae9656 Add case to onMessage to catch responses from the LED 2019-07-11 16:23:07 -04:00
Kevin Andersen
4041fbadc3 Changed port-mapping to reflect firmware update. 2019-07-11 16:10:23 -04:00
greenkeeper[bot]
c9f8844c68 chore(package): update lockfile package-lock.json 2019-07-10 00:45:01 +00:00
greenkeeper[bot]
ad3fc085c8 chore(package): update lodash.defaultsdeep to version 4.6.1 2019-07-10 00:44:57 +00:00
Evelyn Eastmond
cc04fb0994
Merge pull request #2211 from evhan55/ergonomics/1568
EV3 documentation and small refactors
2019-06-28 12:09:24 -04:00
Evelyn Eastmond
1d880bca21
Merge pull request #2201 from evhan55/enhancement/1929
Clean up hardware disconnect behavior
2019-06-27 16:01:12 -04:00
Eric Rosenbaum
4bf5f85d9a Lint (remove logs, add spaces) 2019-06-27 15:48:30 -04:00
Michael "Z" Goddard
8d91e3cbd7
test stopThisScript in procedures
- Test that stopThisScript in a procedure stays in the procedure and
  moves it to the end where Sequencer can pop it normally
2019-06-25 14:38:46 -04:00
Evelyn Eastmond
d7af8457e1 Making constants decimals. 2019-06-23 22:58:40 -04:00
Evelyn Eastmond
6520f3bd7c Fixing enum var name again. 2019-06-23 22:54:28 -04:00
Evelyn Eastmond
87590202cc Adding 'byte to follow' comments back. 2019-06-23 22:42:42 -04:00