Wykres commitów

2813 Commity (ee9eb87977a48398263d26c3977eae1a02aefc3c)

Autor SHA1 Wiadomość Data
jmoenig 761418c3fd right-click selects secondary color in vector paint editor 2018-06-20 09:26:30 +02:00
jmoenig e0c30c14f2 added capability to JIT-compile command scripts to JS 2018-06-18 13:47:15 +02:00
jmoenig 4f89cdccc9 fixed cloud scope issues
that were introduced when we de-globalized the SnapCloud into a property of the IDE
2018-06-17 15:31:15 +02:00
jmoenig 9c5bbd5401 updated history and release notes draft 2018-06-16 09:07:45 +02:00
Joan Guillén i Pelegay 57814614c4 Merge pull request #2127 from jguille2/CatalanUpdate
Updating Catalan translation for 4.2
2018-06-16 09:05:01 +02:00
Joan Guillén i Pelegay 95db67d2c0 Fixing storage issues with created svgs (#2126) 2018-06-16 09:04:05 +02:00
jmoenig e30afdee34 little code tweaks to cloud.js 2018-06-15 12:48:55 +02:00
jmoenig e008bb704d little tweaks to GUI's cloud handling 2018-06-15 12:45:19 +02:00
Michael Ball cf3758d77f Automatically Determine the Cloud URL (#2123)
* determine cloud url dynamicaly

* Fix specifying the cloud URL from a meta tag

* no protoptye for Cloud.knownDomains

* Tweak the location of where SnapCloud is created.

Note - we want to call determineCloudURL once document.head is available, so it is best
to do that in the onload callback for safety.

* Move initialize to cloud.js; simplify logic a bit

* move SnapCloud to this.cloud on IDE_Morph

* update eisenberg library
2018-06-15 12:40:21 +02:00
Bernat Romagosa d18baacfdf only show recover button in project dialog when in "open" mode (#2124) 2018-06-15 12:39:43 +02:00
jmoenig bc6e09d893 fixed #2043 2018-06-15 12:39:10 +02:00
jmoenig 5d3036ae02 updated change log 2018-06-14 15:07:50 +02:00
jmoenig dc142be36a v4.2 release candidate 2018-06-14 11:13:45 +02:00
jmoenig badd4b81ec Prevent terminated threads from launching new ones 2018-06-14 08:24:02 +02:00
jmoenig aa64ba9149 revert changes to pixels library
because they are apparently not needed after all
2018-06-12 16:44:27 +02:00
jmoenig 58ceaab309 "Pixels" library: Enabled multiple references to the same pixel (variable) 2018-06-12 16:15:30 +02:00
jmoenig 77bf7bca68 removed renamed vectorPaint.js 2018-06-12 15:48:44 +02:00
jmoenig 6cecd4b8fa enamed vectorPaint.js to sketch.js
and updated credits for Carles Paredes
2018-06-12 15:45:05 +02:00
Joan Guillén i Pelegay b11493321f Updating letter block translations (#2121) 2018-06-12 11:16:04 +02:00
jmoenig bf3e65d680 German translation update 2018-06-11 23:34:45 +02:00
jmoenig 990ecc1eb5 fixed #2108 (added drop-down menu to "letter _ of _ ") 2018-06-11 14:44:53 +02:00
jmoenig 7478f6039f trigger "When I am stopped" when programmatically calling "stop all" 2018-06-09 00:26:11 +02:00
jmoenig 57f3a849b6 Prevent terminated threads from forking new ones and from cloning 2018-06-08 19:21:11 +02:00
jmoenig 129723ba3d prevent unstoppable tail-recursive broadcasts 2018-06-08 18:54:46 +02:00
jmoenig d11ba70ac6 new experimental "When I am stopped" event option
scripts attached to this hat block will run when the user physically clicks on the red stop button or hits the esc-key on the keyboard for exactly one single atomic step ("frame") and then terminate. This means that e.g. only the first pass of a loop gets run. You can, however, use a WARP around the loop to force more iterations. any broadcasts or forked threads will likewise run for exactly a single step within the main one (i.e. the whole operation lasts exactly one global atom) This is experimental and might not make it into the release after all.
2018-06-08 16:52:42 +02:00
jmoenig 0731192941 fixed support for numerical custom block input names 2018-06-06 18:13:36 +02:00
jmoenig 05fed02018 updated German translation 2018-06-06 09:52:30 +02:00
jmoenig 3b9299fbb3 updated history, minor LINT-related reformatting 2018-06-06 09:24:43 +02:00
Bernat Romagosa f3ffe66a2b Backups (#2110)
* added backups menu
* project recovery dialog
* only show recover button in Cloud tab
* Human-readable time diffs for recovery dialog
* reverted project list context menu, ca and es translations
2018-06-06 09:06:34 +02:00
jmoenig 976a964200 added Jadga to translators credits 2018-06-06 08:59:51 +02:00
Jens Mönig 66ab8aee8d
Merge pull request #2094 from MMSequeira/master
Small updates to the Portuguese (pt) translation.
2018-06-06 08:53:44 +02:00
Jens Mönig c7cc4613ea
Merge pull request #2092 from jadga-h/master
updated German translation
2018-06-06 08:45:28 +02:00
jmoenig 404da65d39 fixed 'polygon' symbol rendering
used in the vector editor
2018-06-05 17:25:59 +02:00
jmoenig a37dbfeb35 updated GUI version 2018-06-05 17:25:14 +02:00
jmoenig b2604ca2c5 prepare for v.4.2 2018-06-05 17:24:06 +02:00
jmoenig 31248c2d30 reformatted vectorPaint.js
mostly for readability and to please silly LINTers
2018-06-05 16:06:12 +02:00
jmoenig 7bf5bf9ff7 VectorPaint: fixed initial rendering
so costumes can be re-opened after saving / exporting and re-loading the project
2018-06-05 15:05:32 +02:00
jmoenig 9dde6a4fd8 VectorPaint: fixed rotation center editing for existing costumes 2018-06-05 12:04:23 +02:00
jmoenig b93ef8eac6 tweaked layout of variadic C-shaped input slots 2018-06-04 07:49:08 +02:00
jmoenig cdf851f25d fixed rendering and layout of variadic C-shaped input slots 2018-05-24 09:25:35 -07:00
Manuel Menezes de Sequeira c127705c65 Small updates to the Portuguese (pt) translation. 2018-05-20 19:59:26 +00:00
jadga-h fc467a00d7 Updated German Translation
Settings and File menu mouse overs
Library dialog
2018-05-10 19:37:59 +02:00
jadga-h 8d605a6188 Updated German translation 2018-05-10 16:11:57 +02:00
jadga-h 69584fe359 Updated German Translation for Costume Editor 2018-05-10 00:21:06 +02:00
Brian Harvey 2fd4794a99
Add "visible palette" setting to Eisenbergification
(for Paul)
2018-05-09 16:46:17 -04:00
jadga-h 0d43442371 updated German translation 2018-05-09 18:59:59 +02:00
jmoenig d95c7b4696 tweaked JS-Compiler to better handle process related ops 2018-05-08 07:08:54 +02:00
jmoenig 47fd2fd934 (again) randomize pen color when creating a new sprite 2018-05-03 09:13:21 +02:00
jmoenig 2a85ed4902 added options for sprite attributes to the SET block 2018-05-02 13:34:49 +02:00
jmoenig bac76a4b10 disabled keyboard shortcuts for green-flag (cmd-enter) and stop (esc) in presentation mode 2018-05-02 10:23:45 +02:00