Wykres commitów

364 Commity (4c15b1215ce204ee68e22c8dda7cda090b1feb61)

Autor SHA1 Wiadomość Data
Simon Walters 12fbe906f2
Update mqttExtension.js
Remove unnecessary console logging
2022-07-22 15:09:32 +01:00
Jens Mönig 50a4cf415d fixed #3072 2022-07-21 16:21:02 +02:00
Jens Mönig ec937588a0 new TuneScope extension and library, thanks, Glen, Eric, and team! 2022-07-20 18:35:33 +02:00
Simon Walters 11203fdb46
Update mqtt.xml
Allow multiple connections to the same broker, improved unsubscribe action and improved response and request blocks - changes by original library author Xavier Pi
2022-06-30 10:20:41 +01:00
Simon Walters 547eccc275
Update mqttExtension.js
Allow multiple connections to the same broker, improved unsubscribe action and improved response and request blocks - changes by original library author Xavier Pi
Also, handle binary payloads better
2022-06-30 10:19:22 +01:00
Jens Mönig d30e7d2827 new "menus" library 2022-04-07 14:59:45 +02:00
Simon Walters a5ecb565d7
Update mqttExtension.js
Change data description used from "message" to MQTT standard "payload"
2022-04-02 14:52:19 +01:00
Simon Walters 8aec222aef
Update mqtt.xml
Change from using data description "message" to the MQTT standard "payload"
2022-04-02 14:47:47 +01:00
Jens Mönig 1354ae066c SciSnap2 extension update (ImagePad), thanks, Eckart! 2022-03-23 11:54:04 +01:00
Jens Mönig f55397cb43
Revert "Revert "Update frequency_distribution_module.xml"" 2022-03-21 14:08:24 +01:00
Jens Mönig aef45bd9c7
Revert "Update frequency_distribution_module.xml" 2022-03-21 14:00:12 +01:00
Brian Harvey 1bcaa067a7 Update frequency_distribution_module.xml
Fix pie charts.  Thanks, loucheman!
2022-03-20 12:33:51 -07:00
Brian Harvey c774175c90 Update LIBRARIES
Remove + and x from the description of variadic-reporters.
2022-03-10 12:31:07 -08:00
Brian Harvey 69e56b3e35 Update variadic-reporters.xml
Fix typo reported on forum by @scratchmodification
2022-03-10 12:23:13 -08:00
Brian Harvey c7de52f70a Update animation_module.xml
Fix GLIDE not to find the destination coordinates with the pen down.  Per forum.
2022-03-03 01:37:41 -08:00
Jens Mönig ce63da9cef SciSnap2 extension update (FFT), thanks, Eckart! 2022-03-03 09:29:57 +01:00
Jens Mönig d31cd261dd removed now redundant variadic reporters from the variadic reporters library 2022-03-01 17:35:22 +01:00
Jens Mönig d6899ee6ba new "List Comprehension" library with ZIP as HOF 2022-02-22 14:58:49 +01:00
Simon Walters 5df7dc0bc2
Update mqttExtension.js
add broker.xmqtt.net
2022-02-19 09:26:26 +00:00
Simon Walters aee4b9063a
Update mqtt.xml
modify public broker menus
2022-02-19 09:24:42 +00:00
Jens Mönig b4c8ca5221 Update LIBRARIES 2022-02-18 11:43:59 +01:00
Jens Mönig d62931e55f new MQTT extension and library
thanks, Simon and Xavier!
2022-02-18 11:41:10 +01:00
Jens Mönig e5e606afaf new SciSnap2 extension and library, thanks, Eckart! 2022-02-17 11:00:48 +01:00
Brian Harvey 2faddcb638 Update strings.xml
Fix lowercase(number) per cymplcy
2022-02-16 12:17:43 -08:00
Jens Mönig 8d8c685527 moved bitwise operators into standard extensions 2022-02-08 14:50:08 +01:00
Jens Mönig 25e11171a7 Update LIBRARIES 2022-02-08 14:31:25 +01:00
Jens Mönig fbdf720fa9 Update LIBRARIES 2022-02-08 14:27:02 +01:00
Jens Mönig b067defd6b
Merge pull request #2982 from bromagosa/bitwise-lib
Bitwise operators library
2022-02-08 14:04:40 +01:00
Jens Mönig 8056e4c5f1 fixed missing blocks in parallelization library 2022-02-08 13:18:40 +01:00
Jens Mönig bae7af9979 fixed a comment in "remove duplicates" in the list utilities library 2022-02-08 13:10:30 +01:00
Jens Mönig 78657c5a47 fixed missing blocks in iteration composition library 2022-02-08 13:02:57 +01:00
Jens Mönig 1712f578fb fixed missing blocks in frequency distribution analysis library 2022-02-08 12:53:39 +01:00
Jens Mönig 0dedbeda8a fixed missing blocks in bar chars library 2022-02-08 12:33:13 +01:00
Bernat Romagosa 3343f07e43 Bitwise operators library 2022-02-08 10:25:52 +01:00
Jens Mönig 07b4c789f0
Merge pull request #2981 from jmoenig/variadic-fix
Update variadic-reporters.xml
2022-02-08 08:08:48 +01:00
Brian Harvey 10e90b0653 Update variadic-reporters.xml
Fix missing ALL BUT FIRST OFs
2022-02-07 17:11:22 -08:00
Bernat Romagosa e37329399a Fix cached values being stuck forever in edge case 2022-02-02 12:59:07 +01:00
Brian Harvey 9460b1a0fa Update textCostumes_module.xml
Fix bug from forum about numbers as names (yeah I know...), save and restore costume (not number) and pen size, make the name of a button saying foo to "foo button".
2022-01-23 18:28:59 -08:00
Jens Mönig 2d0762c68d
Merge pull request #2962 from jmoenig/strings2
Strings2
2022-01-10 10:50:42 +01:00
jmoenig b61c643499 new "costume with background" reporter in the "text costumes" library 2022-01-10 10:40:11 +01:00
Brian Harvey 150cf6df73 Update strings.xml
Bitten by NUMBERS FROM allowing from>to.  :(
2022-01-09 18:26:04 -08:00
Brian Harvey 25ebe874ff Update strings.xml
Bitten by NUMBERS FROM allowing from>to.  :(
2022-01-09 18:17:43 -08:00
Joan Guillén i Pelegay 8c50942ab0 Updating to current strings library 2022-01-05 20:00:52 +01:00
Joan Guillén i Pelegay 38a5bd9997 Catalan libraries translations 2022-01-05 18:09:51 +01:00
jmoenig 4a68401920 fixed a glitch in "remove duplicates" in the "list utilities" library 2021-11-28 08:26:03 +01:00
jmoenig 9b644ef635 made "remove duplicates" reporter in the "list utilities" library (a lot) faster 2021-11-27 19:22:21 +01:00
Jens Mönig 289b4f320a
Merge pull request #2917 from jmoenig/crayons
Add crayons library
2021-11-22 14:01:19 +01:00
brianharvey 5fd63ea8b4 Update LIBRARIES
Move serial ports down to hardware section.
2021-11-20 14:00:17 -08:00
brianharvey a5f06b79f3 Add crayons library
Just crayons, not the rest of the Colors library.
2021-11-20 01:55:04 -08:00
brianharvey ce0b34a2cd Update list-utilities.xml
fix SENTENCE not to compile its MAP call.  Also optimize blocks that have been overtaken by primitive versions.
2021-11-19 22:19:58 -08:00