pxt-ev3/sim/state
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
..
analog.ts Hide or remove logging (#523) 2018-04-15 19:36:10 -07:00
brick.ts Initial sim implementation 2017-12-18 13:04:17 -08:00
buttons.ts Adding local include with constants; dropping LMS enum 2017-07-11 16:18:59 +02:00
color.ts Better fix for null dereferencing issue. Fix initial Color sensor mode (default). 2018-01-02 22:51:12 -08:00
control.ts fix dmesg duplicate definition issue (#542) 2018-04-25 16:45:26 -04:00
gyro.ts Drift-compensated angle in gyro (#931) 2019-10-01 10:11:58 -07:00
infrared.ts IR button indexing fixes (#303) 2018-02-05 15:11:11 -08:00
input.ts IIC added (#870) 2019-08-27 17:57:21 -07:00
light.ts minor PR feedback 2017-12-19 14:57:28 -08:00
motor.ts Hide or remove logging (#523) 2018-04-15 19:36:10 -07:00
motornode.ts Support for smooth acceleration/deceleration in run (#900) 2019-09-02 20:57:23 -07:00
nodeTypes.ts Ir proximity in simulator (#299) 2018-02-01 22:03:01 -08:00
output.ts Single tank (#891) 2019-08-29 13:11:01 -07:00
screen.ts Swap X/y in images (#528) 2018-04-19 12:08:16 -07:00
sensor.ts Fix null dereferencing issue. Fix sensor mode changed not clearing cached control. 2018-01-02 22:22:14 -08:00
sounds.ts update to pxt 5 and pxt-common-packages 6 (#934) 2019-10-08 21:57:55 -07:00
storage.ts First draft of storage APIs (#122) 2018-01-11 20:05:45 -08:00
touch.ts Use setChangedState for touch and color sensors 2017-12-19 17:01:45 -08:00
uart.ts Hide or remove logging (#523) 2018-04-15 19:36:10 -07:00
ultrasonic.ts Using game loop instead of queueAnimationUpdate 2017-12-19 14:20:35 -08:00
util.ts Fix ultrasonic value to use cm instead of 0.1 cm units (#110) 2017-12-18 20:30:56 -08:00