Wykres commitów

1931 Commity (3763fc3423194e7eb8c9284b78da8802c30ceb0c)

Autor SHA1 Wiadomość Data
Jens Mönig 3763fc3423 roll back temporary rectangle filling workaround
for a bug in Chrome v57
2018-02-06 22:06:27 +01:00
Jens Mönig 81bfa78a6f start developing v4.1.2 2018-02-06 22:05:30 +01:00
Jens Mönig 13d4ac87fd Russian translation update 2018-02-05 10:46:10 +01:00
Jens Mönig 5a0ede9687 prepare v4.1.1 release 2018-02-05 10:09:55 +01:00
Jens Mönig 9f12da0519 updated history 2018-02-02 17:06:25 +01:00
Jens Mönig ec124de146
Merge pull request #1983 from jmoenig/crayons
crayons library
2018-02-02 16:58:25 +01:00
Brian Harvey bc6b3c5d30
Merge branch 'master' into crayons 2018-02-01 23:40:03 -08:00
brianharvey c2e81e953c fix missing EMPTY?
Sorry, Jens...
2018-02-01 23:37:50 -08:00
Jens Mönig d0db46fd0d syntax is overrated :-) 2018-02-01 22:56:20 +01:00
Jens Mönig 331b30d7b4 added version queries to script urls
to prevent browser-caching related false-positive bugs
2018-02-01 22:38:09 +01:00
Jens Mönig bea1d912cc encode recorded sounds to base64 2018-02-01 17:03:36 +01:00
Jens Mönig b5e7eded95 fixed a glitch in the error-bubble handling mechanism
found when analyzing a really cool TEALS final project
2018-01-25 15:43:48 +01:00
Jens Mönig aa62bfa4f0 updated history
and made Lint happy :-)
2018-01-25 08:54:29 +01:00
Jens Mönig c346ef43d7
Merge pull request #1998 from bromagosa/sound-recorder
Added sound recorder widget
2018-01-25 08:42:13 +01:00
Jens Mönig 72cb4c02d4 new dial widget
* Blocks: added dial widget to POINT IN DIRECTION's drop-down menu
* Objects: added "rotate" option to Sprite context menu
* Threads, Blocks: fixed Joan's fix for #1972, because it broke HOFs
2018-01-25 08:34:56 +01:00
Jens Mönig 79c43e7bdc when deleting a temporary clone, detach all its parts and delete the temporary ones 2018-01-23 17:39:48 +01:00
Bernat Romagosa a7e1c8e6e2 off-by-one error when deleting sounds fixed 2018-01-23 13:13:25 +01:00
Bernat Romagosa efca4463cf added sound recorder widget 2018-01-23 13:09:32 +01:00
Jens Mönig 4c535d5b33 fixed #1972
thanks to @jguille2 for his brilliant analysis and elegant solution of
this bug - implicit parameter binding in visible stepping
2018-01-23 12:01:32 +01:00
Jens Mönig b2adf27f9f updated German translation 2018-01-22 16:50:11 +01:00
Jens Mönig d8b6b5df37
Merge pull request #1997 from bromagosa/scroll-events
Add scroll events to receiveInteraction hat morph
2018-01-22 16:19:43 +01:00
Bernat Romagosa 1783596790 added scroll events to receiveInteraction hat block of Stage too 2018-01-22 16:04:30 +01:00
Bernat Romagosa 18750cc0d9 added scroll up and down events to receiveInteraction hat block 2018-01-22 16:00:10 +01:00
Jens Mönig 7e74a345e5 separated global and local variables in the palette, marked local ones with location pin 2018-01-22 14:33:47 +01:00
Jens Mönig 4aa1fac41e updated versions 2018-01-22 08:26:02 +01:00
Jens Mönig 923448cd3f
Merge pull request #1992 from jguille2/SpanishTrUpdate
Spanish translation update
2018-01-22 08:07:15 +01:00
Jens Mönig b18f5cb5b0
Merge pull request #1991 from jguille2/zh_CN_issue
Fixing lang-zh_CN issue reported in #1980
2018-01-22 08:06:27 +01:00
Jens Mönig 3de4043f6a
Merge pull request #1984 from yildizhuseyin/patch-1
updating Turkish Language
2018-01-22 08:06:07 +01:00
Jens Mönig 7f52b0f501
Merge pull request #1969 from namoscato/save-as
#1944 Always set fragment identifier on setURL()
2018-01-22 08:05:13 +01:00
Jens Mönig 79dd697994
Merge pull request #1958 from bromagosa/rename-all-fix
fixes #1889
2018-01-22 08:04:12 +01:00
Jens Mönig 69e8804c56
Merge pull request #1957 from bromagosa/same-color-fill-crash
fixes #1924
2018-01-22 08:03:31 +01:00
Jens Mönig ef5e6c544a updated history 2018-01-22 08:02:44 +01:00
Jens Mönig 4800379414
Merge pull request #1956 from bromagosa/cursor-stuck-glitch
fixes #1913
2018-01-22 07:54:17 +01:00
Jens Mönig 19d4e21dbc fixed a scope-glitch in the new OF-block's drop-down mechanism
also:
* made the OF-block auto-unringify when dropped on ring-slots such as
in CALL
* disabled firing the Custom-Block-Dialog when accidentall clicking on
a custom block definition script
2018-01-21 18:13:33 +01:00
Jens Mönig ae06befdc0 updated history 2018-01-19 16:50:10 +01:00
Jens Mönig d3dac6872b
Merge pull request #1993 from jmoenig/revert-1950-CSVspliting
Revert "Fixing #1932, csv spliter, according to RFC 4180 spec"
2018-01-19 15:46:47 +01:00
Jens Mönig 02b50acd50
Revert "Fixing #1932, csv spliter, according to RFC 4180 spec" 2018-01-19 15:46:28 +01:00
Jens Mönig 2ebc0d466a
Merge pull request #1950 from jguille2/CSVspliting
Fixing #1932, csv spliter, according to RFC 4180 spec
2018-01-19 15:18:58 +01:00
Joan Guillén i Pelegay 82defb16b3 Deleting strings (not in Snap! official project) in the last lang-es update 2018-01-19 15:09:25 +01:00
Jens Mönig 87e2bedacf
Merge pull request #1948 from ekondis/master
Minor typo corrections (greek language)
2018-01-19 15:05:15 +01:00
Joan Guillén i Pelegay daef4bf23b Fixing identation a deleting TAB controls in lang-es.js update 2018-01-19 15:03:40 +01:00
Jens Mönig 2019f0a0d1
Merge pull request #1914 from cycomachead/new-unicode
Improve Unicode Blocks for Some Emoji
2018-01-19 14:58:28 +01:00
Joan Guillén i Pelegay cef379d39a Adding Cristián Rizzi Spanish translation update 2018-01-19 14:38:54 +01:00
Joan Guillén i Pelegay 61f4c99369 Fixing lang-zh_CN issue reported in #1980 2018-01-19 13:37:34 +01:00
Jens Mönig 389ca9fbed included local methods in the OF-block's left drop-down menu
This brings back BYOB’s way to invoke another sprite’s local custom
block by simply selecting it from the OF block’s drop-down menu.
2018-01-18 14:23:47 +01:00
brianharvey 144cdf28d6 crayons fixes
Thank you, Joan!
2018-01-17 09:25:02 -08:00
Jens Mönig 3402a8897e made keyboard events always be thread safe 2018-01-17 09:42:40 +01:00
brianharvey bea84ad71d speed up CHANGE CRAYON
... a little bit, but still slow
2018-01-16 19:51:29 -08:00
Huseyin YILDIZ 201cdff902
updating Turkish Language
we would like to add Turkish language and add missing words.
2018-01-16 14:51:12 +03:00
brianharvey 5ebf599c71 crayons library
SET PEN TO CRAYON and CHANGE CRAYON BY blocks, with helpers
2018-01-15 16:36:50 -08:00