Wykres commitów

736 Commity (7f9fe78c56dbe26ccdcd8f6fd33cbb9766add474)

Autor SHA1 Wiadomość Data
jmoenig 89c2835130 Fixed #642, avoid “freezing” when calling CONS on non-list/null
thanks, @brianharvey !
2014-11-20 14:17:06 +01:00
Bernat Romagosa 91690adb29 callback is only executed when the outmost block returns a value 2014-11-19 09:34:59 +01:00
Michael Ball 51ee69b7df update tools with Brain's ignore block 2014-11-18 17:30:41 -08:00
Manuel Menezes de Sequeira 522dfba12f Correct import translation and add a few missing translations. 2014-11-18 18:12:43 +00:00
Manuel Menezes de Sequeira 8e992dcaa8 Add localization to number of arguments error and temporary watchers 2014-11-18 18:11:14 +00:00
Bernat Romagosa f537f62ace Added callback to Process 2014-11-17 14:05:13 +01:00
jmoenig ea05f7859f Treat REPORT blocks inside custom command definitions as STOP THIS BLOCK / IGNORE INPUTS
this also enables all existing FINCH blocks and other hardware
extensions again, which used the REPORT (HTTP://) pattern
2014-11-17 10:22:39 +01:00
jmoenig b36a358173 Fix reporting out of nested custom C-shaped blocks
REPORT now reports to the nearest lexical element expecting an input
(which may not be the block holding the REPORT statement, this lets you
REPORT out of nested FOR loops).
STOP THIS BLOCK behaves as it used to.
If you’ve been using REPORT instead of STOP THIS BLOCK, you should
migrate.
2014-11-14 12:49:01 +01:00
jmoenig 7b96be6c40 enable mouseMove events with right button pressed
to support user interactions in 3D environments, such as CAD systems or
Beetleblocks
2014-11-06 17:03:51 +01:00
Erik Olsson 43626c4651 Completed first pass Swedish 2014-10-30 23:21:45 +01:00
Erik Olsson 98f56a3e9e Completed first pass Swedish 2014-10-30 23:11:58 +01:00
Erik Olsson 4ce74cc186 Added Swedish translations 2014-10-30 15:09:39 +01:00
Erik Olsson 33229b34b8 Added Swedish 2014-10-30 13:00:02 +01:00
Michael Ball 0dcca0606c Set Default Save location to Cloud on Snap! load
When Snap! is loaded, Snap! will now check whether a user is logged in
(via the presence of `SnapCloud.username`) and if so, the default save
location will be the cloud.
2014-10-27 18:19:29 -07:00
natashasandy 413e6a0e6a Fixed percent symbols in custom blocks
This fixes issue #476
2014-10-21 18:03:15 -07:00
Michael Ball dbf2e6665b Improvements to Split block for whitespace and lines:
* Split by whitespace now uses the built-in definition of whitespace \s
  This catches all characters definted as whitespace, see below:
  https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp
* Split a line by all unicode compliant line breaks. The biggest impact here is
  that OSX and Windows files will now split the same way.
The cr option is still around, but ther's no longer a need for it, IMO.
2014-10-18 23:00:11 -07:00
Manuel Menezes de Sequeira dc805a9012 correct translation of 'unshare'; add new translations 2014-10-14 18:00:35 +01:00
Manuel Menezes de Sequeira dda2d48f16 add localization to unknown variable error 2014-10-14 17:58:57 +01:00
tonychenr 93e926e63a Merge remote-tracking branch 'origin/master' into slider_range_one 2014-10-13 22:45:56 -07:00
jmoenig 5f3279990b fixed #608, #610 2014-10-08 11:21:49 +02:00
tonychenr f308c23824 Fixed range 1 slider bug issue # 301 2014-10-07 19:15:08 -07:00
jmoenig 2ae675132a fixed #604. Thanks, @Gubolin! 2014-10-06 10:34:56 +02:00
jmoenig 45e1f3193b New feature - minimal stage mode (shift-click on small-stage button) 2014-10-02 10:31:09 +02:00
jmoenig ba58b0e5b6 updated history 2014-10-01 13:52:17 +02:00
Jens Mönig fd7c3f70f8 Merge pull request #600 from MMSequeira/master
Corrections and additions to Portuguese translation
2014-10-01 13:45:54 +02:00
jmoenig 57a16b3b31 fixed #601
correctly display symbol for %obj type input slots in the prototype
template
2014-10-01 12:31:36 +02:00
Manuel Menezes de Sequeira 5c921c89d8 correct errors in Portuguese translation and add translated strings 2014-10-01 09:27:18 +01:00
Manuel Menezes de Sequeira c4d1187e04 add localization to default project name 2014-10-01 09:26:12 +01:00
Manuel Menezes de Sequeira 106cd56128 add localization to default costume name 2014-10-01 09:25:01 +01:00
jmoenig 86672fec4a fixed #599
disable IDE keyboard shortcuts in presentation mode
2014-10-01 10:12:37 +02:00
jmoenig c6815c11d4 workaround for some REPORT / STOP BLOCK issues
enables reporting and stopping a bock from within a C-shaped slot in a
custom block, but not (yet) out of nested C-shaped custom blocks (but
that’s coming up, too)
2014-10-01 09:50:56 +02:00
jmoenig ebbd0be87a fixed #584 2014-09-30 10:45:21 +02:00
jmoenig 71c9103503 fixed #378
disable context menus for boolean representations
2014-09-30 10:31:13 +02:00
jmoenig e88ea49374 updated history 2014-09-30 09:49:43 +02:00
Jens Mönig 03390418ae Merge pull request #549 from Gubolin/issue_285
allow negative min/max values for sliders (fix #285)
2014-09-30 09:40:28 +02:00
jmoenig ab3e1b3aab updated history 2014-09-30 09:33:27 +02:00
Jens Mönig 21b941012c Merge pull request #548 from Gubolin/issue_361
allow percent symbols in custom block texts (fix #361), thanks again @Gubolin, both for the fix and for your patience!
2014-09-30 09:30:02 +02:00
jmoenig 29b47cc2d2 fixed #593
match broadcast numbers with event hat blocks containing strings that
can be parsed as numbers
2014-09-30 09:26:50 +02:00
Jens Mönig dc3b849d31 Merge pull request #592 from MMSequeira/patch-1
Add missing comma. (Sorry Jens!)
2014-09-29 17:15:12 +02:00
Manuel Menezes de Sequeira d8931db61f Add missing comma. (Sorry Jens!)
I did not properly test my chages... Sorry about that! Can you please release the correct version?
2014-09-29 15:01:22 +01:00
jmoenig d9e06c011c Paint: flood fill issue fixed, thanks, Kartik! 2014-09-29 10:15:08 +02:00
Jens Mönig c29198225f Merge pull request #571 from Hardmath123/bucket-color
Bucket color issue
2014-09-29 10:10:54 +02:00
jmoenig 7bfcb0d388 fixed #590 (Russian translation syntax glitches) Thanks @alexf2000 ! 2014-09-29 10:07:09 +02:00
jmoenig fb2be1680e Portuguese translation update, thanks, Manuel! 2014-09-29 10:02:20 +02:00
Jens Mönig 56bc01b6c7 Merge pull request #589 from MMSequeira/master
correct small errors in localization strings and add a few new Portuguese...
2014-09-29 09:54:54 +02:00
jmoenig 8b5fa7f23c fixed #591
fully copy local variables for sprite duplicates and (Scratch-like)
clones
2014-09-29 09:50:16 +02:00
Manuel Menezes de Sequeira 41346b5490 correct small errors in localization strings and add a few new Portuguese translations 2014-09-28 14:35:48 +01:00
jmoenig 94c44902e1 fixed #585
Thanks, Michael, for reporting this!
2014-09-22 15:32:36 +02:00
jmoenig 5605df3dd5 Mutable upvars
allow upvars to be SET and CHANGEd
2014-09-22 15:21:56 +02:00
jmoenig 5695dd141b fixed #174, eliminate UpvarReferences in evaluator
replace UpvarReferences with references to Variable objects, fixes
upvar scope issues
2014-09-18 14:26:28 +02:00