Michael Aschauer
048d268b37
add htaccess and index for backend
2014-12-17 12:08:10 +01:00
Michael Aschauer
c016df4f1f
add menu entry
2014-12-17 12:04:22 +01:00
Michael Aschauer
a59f6b8ebf
add stitches to preview
2014-12-17 11:57:42 +01:00
Michael Aschauer
58e3c9bd23
error msg if no points (or incomplete data) is sent to upload
2014-12-15 18:37:28 +01:00
Michael Aschauer
b7a44b44f8
remove costumes and sounds from menu
2014-12-15 15:26:22 +01:00
Michael Aschauer
186261bd07
bug fix (no init value for chromium)
2014-12-15 15:22:33 +01:00
Michael Aschauer
c73abc81ac
add readme
2014-12-14 19:20:31 +01:00
Michael Aschauer
2f2c4b4305
add README
2014-12-14 19:08:46 +01:00
Michael Aschauer
9f3ef4d0b3
add README
2014-12-14 19:07:41 +01:00
Michael Aschauer
820216f34b
switch to float
2014-12-14 18:55:07 +01:00
Michael Aschauer
32ea64d4c7
upload and serverside stitch conversion (first version)
2014-12-14 18:38:10 +01:00
Michael Aschauer
677751919a
add upload button and debug msgs
2014-12-14 15:37:25 +01:00
Michael Aschauer
8ed287bbe7
initial hacking sessions: hide some panes, locating and display of pen points
2014-12-13 22:03:10 +01:00
jmoenig
5f3279990b
fixed #608 , #610
2014-10-08 11:21:49 +02: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
jmoenig
04168220bd
Refactor variables handling
...
introducing Variable objects, all functionality stays the same at this
time
2014-09-17 14:40:39 +02:00
Hardmath123
9565290fa7
added history
2014-08-24 09:52:23 -07:00
Hardmath123
f4b372ebc6
remove log
2014-08-24 09:48:21 -07:00
Hardmath123
4bfd663466
fix #566
2014-08-24 09:47:47 -07:00
jmoenig
8f7d1833f6
Fix #563 (Paste into Chrome), thanks, @Muon, for the hint!
2014-08-13 18:06:57 +02:00
jmoenig
130e105ea3
enable Zombiefication of JS-Functions
...
you can now redirect “this” in a JS function by binding it to another
sprite using the OF block
2014-08-13 17:43:49 +02:00
Gubolin
55d04ca5f2
allow percent symbols in custom block texts ( fix #361 )
2014-08-02 16:31:20 +02:00