pxt-ev3/libs/core
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
..
.vscode Dropping libstdc++ dep 2017-07-04 16:11:54 +02:00
jres/icons Troubleshooting updates v1.4.25 (#1012) 2023-04-25 12:06:54 -07:00
Makefile Add screen::unpackPNG() 2017-10-30 12:45:37 +00:00
README.md Initial commit, based on pxt-adafruit 2017-06-29 15:47:26 +01:00
battery.ts add block to stop program (#943) 2019-10-09 09:30:42 -07:00
buttons.ts add block to stop program (#943) 2019-10-09 09:30:42 -07:00
cooperate.ts cherry-pick Cooperate (#985) 2020-08-21 06:09:01 +02:00
core.ts fixing bumped 2017-11-28 16:02:04 -08:00
dal.d.ts update to pxt 5 and pxt-common-packages 6 (#934) 2019-10-08 21:57:55 -07:00
enums.d.ts Integrate screen APIs from common packages (#343) 2018-02-26 15:16:17 -08:00
ev3const.h Add custom impl of output; drop ev3-api 2017-07-11 16:58:51 +02:00
icons.jres Troubleshooting updates v1.4.25 (#1012) 2023-04-25 12:06:54 -07:00
input.cpp Initial sim implementation 2017-12-18 13:04:17 -08:00
input.ts cherry-pick Cooperate (#985) 2020-08-21 06:09:01 +02:00
integrator.ts Drift-compensated angle in gyro (#931) 2019-10-01 10:11:58 -07:00
mmap.cpp update to pxt 5 and pxt-common-packages 6 (#934) 2019-10-08 21:57:55 -07:00
ns.ts restoring consol eicon 2018-06-20 15:18:31 -07:00
output.cpp Initial sim implementation 2017-12-18 13:04:17 -08:00
output.ts Troubleshooting updates v1.4.25 (#1012) 2023-04-25 12:06:54 -07:00
platform.cpp Add sources for the file manager program (#944) 2019-10-09 13:57:06 -07:00
platform.h update to pxt 5 and pxt-common-packages 6 (#934) 2019-10-08 21:57:55 -07:00
pxt.h update to pxt 5 and pxt-common-packages 6 (#934) 2019-10-08 21:57:55 -07:00
pxt.json cherry-pick Cooperate (#985) 2020-08-21 06:09:01 +02:00
screen.cpp update to pxt 5 and pxt-common-packages 6 (#934) 2019-10-08 21:57:55 -07:00
serialnumber.cpp update to pxt 5 and pxt-common-packages 6 (#934) 2019-10-08 21:57:55 -07:00
shims.d.ts shims 2020-01-19 21:38:01 -08:00
test.ts Swap X/y in images (#528) 2018-04-19 12:08:16 -07:00
timer.ts Add 'timer' api docs (#339) 2018-02-22 14:56:15 -08:00
tsconfig.json Starting on screen impl 2017-07-05 13:06:58 +01:00

README.md

core

The core library for ev3 target.