Commit Graph

63 Commits

Author SHA1 Message Date
Dmitriy Antipov cabcb048e3
Troubleshooting updates v1.4.25 (#1012)
* sim_fix

ES version update

* fieldeditors-es-upgrade-to-es2017

Update es to fix issue with fieldeditors.

* editor-es-upgrade-to-es2017

Update es that fixes an issue with the editor.

* editor-download-dialog-fix

Solving a download error that arose due to problems with the buttons in the dialog box.

* return_field_motors

We return the fieldmotors field, because it is necessary about the choice of types of motors: medium, large, one or two.

* update-fields-for-motor-blocks

Set the blocks to the fieldmotors field. Change the name of the blocks for the motors.

* enable-debugger

Instead of the slowmo mode, which was before, a debugger was added, in which slowmo is present.

* fix-field-music

It turned out to update the fieldmusic menu. The menu is now displayed in the correct position.

* Update field_music.ts

* fix-field-brickbutton

Fixed issue with button select menu position from ev3 brick.

* Update dialogs.tsx

* Update field_motors.ts

Repartition of Label for fieldmotos, now it's more readable, it's better.

* motors-new-icon

Created new icons for motors for dropdown image.

* remove-ai-files-for-motors-icon

Remove ai image files for motors
2023-04-25 12:06:54 -07:00
Richard Knoll bef4ebac43
Updating npm dependencies and getting the build to work (#1001)
* Updating npm dependencies and getting the build to work

* update node in github actions to 14.x
2021-09-22 15:51:32 -07:00
Maciej Mroziński ed2e1f23e9
Change timeout 1s -> 5s to reduce Timeout errors (#988) 2020-09-11 08:25:12 +02:00
Peli e8468ab62c don't close bt connection 2020-01-19 21:37:52 -08:00
Michał Moskal c5cec3a6ba update to pxt 5 and pxt-common-packages 6 (#934)
* bump pxt

* fix build issues

* Auto-gen of projects/summary

* removing feild editors moved to pxt

* various typing fixes

* more typing fixes

* fixing various typing issues

* Start on integration of new pxt

* serial number fixes

* gc-ify MMap object

* Re-build generated files

* fix console listeners

* clear lf() warnings

* More generated files

* also auto-generated

* Compilation fixes

* fix merge

* mostly fixing blocks

* fix sim

* fix field motors

* enable a few features

* moving to tsx

* try to fix edtiro compilation

* more defs

* removing commands

* removing extra $

* fix blockly warning

* hiding images

* enabling more pxt features

* hide images

* setup autorun

* add lock on target_reset

* update deps

* return trylock result

* updated pxt

* rename video section

* add alpha channel

* upgraded pxt

* bump pxt/version

* removed alpha ref

* var ceanup

* don't do major bump
2019-10-08 21:57:55 -07:00
Peli de Halleux 4c9c7d6a69
add delay to fix mac deployment (#929) 2019-09-30 13:43:12 -07:00
Peli de Halleux 8ca4558fc2
web serial cleanup (#928)
* updated ticks

* fix enable and compile

* add debug mode

* don't try to change UI while downloading

* cleanup

* don't double open

* use cu

* add delay before reconnecting

* support for 200 ragne in field turn ratio

* updated docs

* fix docs
2019-09-30 11:13:28 -07:00
Peli de Halleux d85b5c5129
updated info for macs (#925) 2019-09-30 10:30:21 -07:00
Peli de Halleux 4dc2872286
Better bt download flow (#927)
* round the drif

* restart compile automatically

* add settle
2019-09-29 23:08:46 -07:00
Peli de Halleux 42454ecd57
graceful handling of bluetooth connectivity issues (#922)
* more cleanup

* cleanup life cycle

* more error checking
2019-09-27 11:15:10 -07:00
Peli de Halleux b28b5cb6b7
better flow + handle unclosed connection (#921)
* better flow + handle unclosed connection

* more checks
2019-09-27 09:16:27 -07:00
Peli de Halleux 352c1ca5ec
Experiment BT support using Chrome web serial (#920)
* plumbing

* plumbing

* logging

* more notes

* fixing typing

* more plumbing

* more plumbing

* different baud rate

* talking to the brick

* first over the air drop

* fix buffer

* tweak paraetmers

* formatting fixing double upload

* reduce console.log

* cleanup

* add BLE button to download dialog

* changed label

* recover from broken COM port

* fix function call

* reduce log level

* adding ticks

* some help

* updated support matrix

* more docs

* updated browser help

* more docs

* add link

* add device

* added image
2019-09-27 06:53:26 -07:00
Peli de Halleux 3dc781f4fd remove docs in image paths 2018-09-21 09:38:48 -07:00
Guillaume Jenkins a99f0212ac Fix browser download (#706) 2018-06-20 13:32:58 -07:00
Peli de Halleux 3d7ebeb7b7 fixed 1.10 -> 1.10E 2018-06-18 08:16:16 -07:00
Guillaume Jenkins 068eb7017f pxt.commands null check 2018-06-14 13:40:19 -04:00
Guillaume Jenkins bb4966dca7
Bump pxt-core to 3.19.4 + Support drive deploy in Electron offline app (#677)
* initial

* Bump pxt-core to 3.19.4 for drive deploy
2018-06-14 13:33:53 -04:00
Peli de Halleux d3b7530b17
EV3 Brick terminology (#665)
* reprhased

* EV3 brick => EV3 Brick

* revert a change
2018-05-30 15:42:17 -07:00
Sam El-Husseini df6249931d
Update download dialog (#589) 2018-05-07 14:59:29 -07:00
Sam El-Husseini 1e3647738d
Update download dialog. (#555) 2018-05-02 15:15:25 -07:00
Sam El-Husseini ba00d91bf2
Fixes for the download dialog (className), and update the location of the troubleshoot link. (#548) 2018-05-01 13:08:05 -04:00
Peli de Halleux 5384ec567d split editors (#516)
* spliteditor
2018-04-13 21:46:19 -07:00
Sam El-Husseini 23c1789976
Fix IE11 for in bug in motor field (#513)
* Fix IE11 for in bug in motor field

* minor fix
2018-04-13 15:21:41 -07:00
Sam El-Husseini 8f211a5c19
Use sort option in FieldImages to sort the options after showing the editor (not before) (#482) 2018-04-10 11:51:08 -07:00
Sam El-Husseini 9147cb98c2
Updates to the download dialog. Fixes #424 (#443)
* Updates to the download dialog. Fixes #424
2018-04-09 17:20:38 -07:00
Sam El-Husseini a433988929
New motor field editor (#470)
* New motor field editor showing two dropdown, first to select the type and the second to select the port.
2018-04-09 15:59:28 -07:00
Sam El-Husseini 6e714caa2b Remove console log from colour field 2018-03-22 09:55:08 -07:00
Sam El-Husseini a021c0b292
Use a color picker for the color field (color enum picker) (#346) 2018-02-26 13:37:58 -08:00
Peli de Halleux 24d48c0171 update firmware url 2018-02-14 09:36:20 -08:00
Peli de Halleux 2c0cc6a3d7
Use decodebase64 (#295)
* avoid atob directly

* prevent port names to be selected

* updated pxt
2018-01-31 18:10:15 -08:00
Peli de Halleux 59e39fa76d fixing field width 2018-01-30 22:41:18 -08:00
Peli de Halleux 8a331648d6
Field editor fixes in Firefox (#284)
* fixing speed field picker

* switching to open sans

* alignment-baseline not support in FF
2018-01-30 20:40:41 -08:00
Peli de Halleux 73363d11b2
Download dialog (#248)
* download dialog

* updated pxt reference

* typo
2018-01-29 15:21:15 -08:00
Peli de Halleux ce3383f1b7
Turn ratio field editor (#225)
* Turn ratio field editor (initial draft)

* Add field turn ratio editor

* Fix arrow rotation

* Fix left and right direction, remove unnecessary SVG circles.

* Update UI a little. add marker.

* updated math for turnratio angle

* slightly cuter

* cleanup

* consistent naming

* more cleanup

* fixing motor node issue

* updated package version
2018-01-09 22:05:26 -08:00
Sam El-Husseini 109b809909 Sort field port values. Fixes #212 (#220) 2018-01-09 12:01:42 -08:00
Peli de Halleux f77778ef85
Merge branch 'master' into speedfield 2018-01-07 09:59:11 -08:00
Sam El-Husseini 7fe8580de8 Add brick buttons field editor (#202)
* Add brick buttons field editor

* add hover title text
2018-01-07 07:52:07 -08:00
Sam El-Husseini a79704fecc Decompilation and minor PR feedback 2018-01-06 17:16:08 -08:00
Sam El-Husseini 5e21f9ab6d Add a speed field editor 2018-01-06 14:25:50 -08:00
Sam El-Husseini 50f6b04ed4 Re-implement Math.sign so it works on IE 11 (not supported). Square shaped corners for Flyout 2018-01-05 17:35:25 -08:00
Michal Moskal 7bd6280292 Disable HID deploy from command line (seems broken; was crashing until my previous checkin) 2018-01-05 16:17:20 +00:00
Sam El-Husseini dde5a35cd9 Initial screen field editor. Adding Lego designer assets to legoresources 2018-01-03 17:20:35 -08:00
Sam El-Husseini 4445acce7a Split editor extensions into multiple module loaded files. Re-using editor/deploy.ts for cmds. Fixing field ports 2018-01-03 16:18:39 -08:00
Sam El-Husseini d6d8b0655b Merge branch 'master' into field_ports 2018-01-03 15:12:35 -08:00
Sam El-Husseini 58148eb1c3 Square shaped corners for Blockly blocks and dropdowns. (#158) 2018-01-02 13:32:07 -08:00
Sam El-Husseini a1b059171b Add a output port field editor 2017-12-24 17:46:58 -08:00
Caitlin Hennessy ead69e3c6e Add debug function 2017-11-16 16:28:10 -08:00
Michal Moskal ebcde71950 Fix hid deployment from command line 2017-08-08 11:47:10 +02:00
Sam El-Husseini 15f50966aa Update motor APIs 2017-08-07 17:39:37 -07:00
Michal Moskal 2dec405a9b Catch errors from initAsync 2017-08-07 11:12:52 +02:00