Commit Graph
251 Commits
Author SHA1 Message Date
Peli de HalleuxandGitHub 47634d52e8 Button event down (#1189)
* support for button_down events

* support for AB button
2018-09-07 08:03:15 -07:00
Guillaume JenkinsandPeli de Halleux 36eafa419d Add white stroke to sim border (#1184)
* Sim now has white stroke in high contrast

* Increase stroke width to 3
2018-09-06 14:14:06 -07:00
Guillaume JenkinsandGitHub 3e744b7a8d Sim: greyscale display now respects brightness (#1160)
* Sim: greyscale display now respects brightness

* Don't overwrite image

* Don't clamp if brightness is at max
2018-09-04 17:12:01 -04:00
Guillaume JenkinsandGitHub 19ed85336b Add border around sim in high contrast (#1161)
* Add border around sim in high contrast

* Specify border width
2018-08-31 16:16:38 -04:00
Guillaume JenkinsandGitHub ae0a684d2e Fix showString interval for single character (#1058) 2018-08-09 10:59:47 -04:00
Richard KnollandGitHub 49cd197cef Missing simulator functions and behavior (#1025) 2018-08-02 10:33:05 -07:00
Sam El-HusseiniandGitHub ce6959377a Add running time and event value support (#874) 2018-06-18 11:42:35 -07:00
Peli de Halleux a52edf9672 support for servos on more pins in simulator 2018-06-08 22:48:03 -07:00
Sam El-Husseini 2e33d9abd0 Fix icons and radio 2018-05-24 11:15:45 -07:00
Peli de HalleuxandGitHub d8e7044d2a Servo, edge connector and button pair simulator support (#782)
* add common packages dep

* inlining microservo

* moving more sim

* updated

* bump pxt
2018-05-18 09:28:25 -07:00
Sam El-HusseiniandGitHub 3112e442ec Use jres for icon images (better for offline) (#776) 2018-05-15 18:36:36 -07:00
Sam El-Husseini 8957bf0647 Remove td, remove field matrix, update radio blocks. Revert image literal changes. 2018-05-09 10:56:48 -07:00
Sam El-Husseini 014125cf19 Update more docs 2018-04-21 11:58:57 -07:00
Sam El-Husseini 497c900877 Revert fix for noLeakTracking 2018-04-21 10:34:47 -07:00
Sam El-Husseini 6ea0c50472 Initial target repo setup to move to master (v3.10) 2018-04-21 10:25:43 -07:00
Sam El-HusseiniandGitHub 760940b37d Fix led brightness visuals where it's offset on latest Chrome, Firefox and Edge (#651) 2018-02-15 13:15:24 -08:00
Peli de HalleuxandGitHub ae40cadf75 Shim for serial.writeBuffer (#624)
* missing shim

* add todo
2018-02-05 21:08:44 -08:00
Peli de HalleuxandGitHub 07a578831c support for buffer packet type (#608)
* support for buffer packet type

* updated description

* updated signature

* added note on json encoding

* adding sendNumbers

* cleanup

* removing 'sendnumbers'
2018-01-30 10:11:12 -08:00
Peli de HalleuxandGitHub b45f456736 Redirecttousb (#604)
* add block to redirect back to USB

* added docs

* bump minor version
2017-12-14 06:44:48 -08:00
Peli de HalleuxandGitHub 65bc1f05bc Fix for missing simulator function (#549)
https://github.com/Microsoft/pxt/issues/3193
2017-10-11 13:37:34 -07:00
Peli de HalleuxandGitHub cdbc34550a Various fixes (#548)
* adding running time micros

* support for system micro seconds

* restore display mode after plotting sprites

* bump pxt
2017-10-11 11:31:07 -07:00
Sam El-HusseiniandGitHub 4459445b8c Fix accessibility sim regression when setting pin ARIA text. Fixes pxt#2894 (#533) 2017-09-10 22:38:01 -07:00
Peli de HalleuxandGitHub 9a9b116ee6 don't allow selection on sim-text/sim-text-pin (#531) 2017-09-07 14:20:39 -07:00
Sam El-HusseiniandGitHub e3975e65e5 pxt-microbit Accessibility PR (#529)
* Accessibility changes
2017-09-07 13:42:08 -07:00
Peli de HalleuxandSam El-Husseini e7c1915076 support for led.plotBrightness (#494)
* support for led.plotBrightness

* fixing c++ build

* fixed blockid
2017-08-07 11:47:43 -07:00
Sam El-HusseiniandPeli de Halleux b622393828 Respect brightness for bw images, add new glow on images. Brightness affects size and opacity of led. (#492) 2017-08-02 22:02:48 -07:00
Etienne BAUDOUXandPeli de Halleux 2f6e1fe277 fixed an issue where the simulator's UI was not rendering correctly on FireFox at loading. This fix is here to prepare the support of accessibility in the simulator. (#486) 2017-08-02 15:21:58 -07:00
Caitlin HennessyandGitHub 8e426eddb7 Merge pull request #485 from Microsoft/bug_1557_fix
Add 'user-select: none' to sim elements that shouldn't be draggable
2017-08-02 11:47:20 -07:00
Caitlin Hennessy 0b0f6f0eaa Add .no-drag class to eliminate duplication 2017-08-02 11:43:58 -07:00
Caitlin Hennessy 25d17231ac Add 'user-select: none' to sim elements that shouldn't be draggable 2017-08-02 10:30:14 -07:00
Caitlin Hennessy 511dd423d0 Rename 'lastEvent' to 'lastEventValue' to match microbit docs 2017-08-01 17:03:16 -07:00
Caitlin Hennessy d883bf1db3 Add eventTimestamp and eventValue to pxsim.control 2017-08-01 09:58:16 -07:00
Peli de HalleuxandGitHub 74799c65ac Support for pause/resume of game rendering loop (#476)
* added pause/resume

* don't override displaymode in game engine

* avoid setting light sensing display mode
2017-08-01 08:17:53 -07:00
Sam El-Husseini a846d121cb Fix A+B selection issue on click. Fixes Microsoft/pxt#2373 2017-06-30 01:41:48 -07:00
Peli de Halleux d1c00ae3ab support for advanced SPI functions 2017-05-25 17:19:25 -07:00
Peli de Halleux eaa9c09c2e fix serial number of simulator radio messages 2017-05-25 07:10:02 -07:00
Tom BallandGitHub 72e95438eb add support for radio groups (#399)
* add groupID to radio

* add groupId

* bump up to new version
2017-05-16 16:19:52 -07:00
Tom Ball d5596d8a0a fix bug 2017-05-12 14:01:19 -07:00
Michal Moskal 00bf5e52d7 shims.d.ts should never be included in simulator 2017-05-12 12:49:41 +01:00
Peli de HalleuxandGitHub 9af989c13c Uartevent (#393)
* support for uart data event

* updated shims
2017-04-28 01:05:04 -07:00
Peli de HalleuxandGitHub bd895f43ba Calibrate compass (#392)
* adding 'calibrate-compass' function

* fixing simulator.

* updated docs

* fixing compat test suite with 'calibrate()' function
2017-04-25 10:46:25 -07:00
Richard KnollandPeli de Halleux 43bad888dc Fix plotImage and showImage behavior in the sim (#387)
* Fix plotImage and showImage behavior in the sim

* Minor fix
2017-04-21 09:01:30 -07:00
Peli de Halleux f3aa07d175 support for readToSerial in simulator 2017-04-20 00:02:41 -07:00
Peli de HalleuxandGitHub 1cf38d92ef support for high contrast in simulator (#386)
* support for high contrast in simulator

* updated logic to find afterProgramPage.
2017-04-19 23:44:47 -07:00
Tom Ball d3ff1a689a add initString when string is made known to simulator 2017-04-17 20:12:34 -07:00
Peli de HalleuxandGitHub 1f2027d0f9 flush out serial data when too long (#375) 2017-03-24 09:51:07 -07:00
Peli de Halleux 62b4168531 updated brightness docs 2017-03-24 07:14:37 -07:00
Sam El-HusseiniandGitHub d0ecafcf7a Using gridpicker for icons (#365)
* Use the grid picker custom field for show icons
2017-03-03 16:43:33 -08:00
Peli de HalleuxandGitHub bd1f5a2b75 support for recorder (#361) 2017-03-01 14:24:59 -08:00
Peli de Halleux 4922a4a833 images for icons 2017-02-28 22:37:48 -08:00