pxt-ev3/sim/state
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
..
analog.ts basic reading of battery level (#182) 2018-01-04 21:50:13 -08: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 Persist selected state of controls across simulator restarts 2017-12-28 11:17:18 -08:00
gyro.ts Using game loop instead of queueAnimationUpdate 2017-12-19 14:20:35 -08:00
input.ts Handle the case where multiple motors or multiple sensors are connected to the same port. (#181) 2018-01-04 21:57:01 -08:00
light.ts minor PR feedback 2017-12-19 14:57:28 -08:00
motor.ts Motorworks2 (#141) 2017-12-28 09:07:57 -08:00
motornode.ts Turn ratio field editor (#225) 2018-01-09 22:05:26 -08:00
nodeTypes.ts updating motor state in game loop 2017-12-19 16:03:26 -08:00
output.ts fixing isReady query on motors (#197) 2018-01-06 00:00:04 -08:00
screen.ts Using game loop instead of queueAnimationUpdate 2017-12-19 14:20:35 -08: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 Initial work 2018-01-04 12:20:31 -08:00
touch.ts Use setChangedState for touch and color sensors 2017-12-19 17:01:45 -08:00
uart.ts Simulator refactoring to support better resizing of modules and controls 2017-12-22 14:00:23 -08: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