summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Improvements to Split block for whitespace and lines:Michael Ball2014-10-181-4/+8
| | | | | | | | | * 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.
* fixed #608, #610jmoenig2014-10-082-18/+34
|
* fixed #604. Thanks, @Gubolin!jmoenig2014-10-063-4/+13
|
* New feature - minimal stage mode (shift-click on small-stage button)jmoenig2014-10-022-14/+32
|
* updated historyjmoenig2014-10-015-4/+5
|
* Merge pull request #600 from MMSequeira/masterJens Mönig2014-10-014-4/+28
|\ | | | | Corrections and additions to Portuguese translation
| * correct errors in Portuguese translation and add translated stringsManuel Menezes de Sequeira2014-10-012-2/+26
| |
| * add localization to default project nameManuel Menezes de Sequeira2014-10-011-1/+1
| |
| * add localization to default costume nameManuel Menezes de Sequeira2014-10-011-1/+1
| |
* | fixed #601jmoenig2014-10-012-2/+12
| | | | | | | | | | correctly display symbol for %obj type input slots in the prototype template
* | fixed #599jmoenig2014-10-012-6/+13
| | | | | | | | disable IDE keyboard shortcuts in presentation mode
* | workaround for some REPORT / STOP BLOCK issuesjmoenig2014-10-012-2/+7
|/ | | | | | 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)
* fixed #584jmoenig2014-09-302-2/+10
|
* fixed #378jmoenig2014-09-302-2/+7
| | | | disable context menus for boolean representations
* updated historyjmoenig2014-09-302-1/+2
|
* Merge pull request #549 from Gubolin/issue_285Jens Mönig2014-09-301-2/+2
|\ | | | | allow negative min/max values for sliders (fix #285)
| * allow negative min/max values for sliders (fix #285)Gubolin2014-08-021-2/+2
| |
* | updated historyjmoenig2014-09-302-1/+3
| |
* | Merge pull request #548 from Gubolin/issue_361Jens Mönig2014-09-301-2/+2
|\ \ | | | | | | allow percent symbols in custom block texts (fix #361), thanks again @Gubolin, both for the fix and for your patience!
| * | allow percent symbols in custom block texts (fix #361)Gubolin2014-08-021-2/+2
| |/
* | fixed #593jmoenig2014-09-302-1/+6
| | | | | | | | | | match broadcast numbers with event hat blocks containing strings that can be parsed as numbers
* | Merge pull request #592 from MMSequeira/patch-1Jens Mönig2014-09-291-1/+1
|\ \ | | | | | | Add missing comma. (Sorry Jens!)
| * | Add missing comma. (Sorry Jens!)Manuel Menezes de Sequeira2014-09-291-1/+1
|/ / | | | | I did not properly test my chages... Sorry about that! Can you please release the correct version?
* | Paint: flood fill issue fixed, thanks, Kartik!jmoenig2014-09-292-2/+4
| |
* | Merge pull request #571 from Hardmath123/bucket-colorJens Mönig2014-09-292-3/+4
|\ \ | | | | | | Bucket color issue
| * | added historyHardmath1232014-08-241-2/+2
| | |
| * | remove logHardmath1232014-08-241-1/+0
| | |
| * | fix #566Hardmath1232014-08-242-1/+3
| | |
* | | fixed #590 (Russian translation syntax glitches) Thanks @alexf2000 !jmoenig2014-09-293-4/+5
| | |
* | | Portuguese translation update, thanks, Manuel!jmoenig2014-09-293-3/+4
| | |
* | | Merge pull request #589 from MMSequeira/masterJens Mönig2014-09-291-5/+25
|\ \ \ | | | | | | | | correct small errors in localization strings and add a few new Portuguese...
| * | | correct small errors in localization strings and add a few new Portuguese ↵Manuel Menezes de Sequeira2014-09-281-5/+25
| | | | | | | | | | | | | | | | translations
* | | | fixed #591jmoenig2014-09-292-3/+10
| | | | | | | | | | | | | | | | | | | | fully copy local variables for sprite duplicates and (Scratch-like) clones
* | | | fixed #585jmoenig2014-09-222-2/+3
| | | | | | | | | | | | | | | | Thanks, Michael, for reporting this!
* | | | Mutable upvarsjmoenig2014-09-222-25/+24
| | | | | | | | | | | | | | | | allow upvars to be SET and CHANGEd
* | | | fixed #174, eliminate UpvarReferences in evaluatorjmoenig2014-09-182-107/+16
| | | | | | | | | | | | | | | | | | | | replace UpvarReferences with references to Variable objects, fixes upvar scope issues
* | | | Refactor variables handlingjmoenig2014-09-174-30/+37
| |/ / |/| | | | | | | | | | | introducing Variable objects, all functionality stays the same at this time
* | | Fix #563 (Paste into Chrome), thanks, @Muon, for the hint!jmoenig2014-08-132-2/+4
| | |
* | | enable Zombiefication of JS-Functionsjmoenig2014-08-133-5/+11
| |/ |/| | | | | | | you can now redirect “this” in a JS function by binding it to another sprite using the OF block
* | Merge pull request #540 from MMSequeira/patch-1Jens Mönig2014-07-301-0/+2
|\ \ | | | | | | Add Portuguese translation of 'move'.
| * | Add Portuguese translation of 'move'.Manuel Menezes de Sequeira2014-07-291-0/+2
| |/ | | | | Move was added to the German translation.
* | export script pic with result bubblejmoenig2014-07-303-8/+73
| | | | | | | | hidden option in the shift-context-menu of reporter scripts
* | propagate DELETE to nested sprite partsjmoenig2014-07-302-2/+5
| |
* | propagate HIDE and SHOW to nested sprite partsjmoenig2014-07-302-1/+22
|/
* keep reporter-result-bubbles within the enclosing scripting panejmoenig2014-07-292-0/+5
|
* fixed #497 (prevent bubble shadows from getting cut-off)jmoenig2014-07-292-2/+3
| | | | thanks @Hardmath123 for this bug report
* updated German translationjmoenig2014-07-294-5/+9
|
* Merge pull request #539 from MMSequeira/masterJens Mönig2014-07-291-1/+53
|\ | | | | Update Portuguese translation: split ‘letter’, pen trails, and code gene...
| * Update further Portuguese translation of code generation stuff.Manuel Menezes de Sequeira2014-07-281-1/+18
| |
| * Update Portuguese translation: split ‘letter’, pen trails, and code ↵Manuel Menezes de Sequeira2014-07-281-1/+36
| | | | | | | | generation blocks.