Wykres commitów

970 Commity (5655e7aa31d8a8aadc7b2c9c3773ec2409fbfb01)

Autor SHA1 Wiadomość Data
Jens Mönig 8424ba72fd Merge pull request #400 from blob8108/utf8-data
Specify an encoding for variable export
2014-04-30 07:33:27 +02:00
jmoenig 7a9f83295a Brazilian Portuguese translation
contributed by Aldo von Wangenheim. Thanks!
2014-04-30 07:31:11 +02:00
Jens Mönig 99c817a9eb Merge pull request #395 from jkseppan/fi
Finnish translation
2014-04-30 07:14:56 +02:00
Viraj Mahesh cdecbf86ae Revert f56dc8e..d3ec80f
This rolls back to commit f56dc8ecf5.
2014-04-28 01:11:35 -07:00
Viraj Mahesh d3ec80f374 Commented out popup 2014-04-28 01:11:23 -07:00
Michael Ball 826eb102c8 style fix for bool 2014-04-27 12:46:57 -07:00
blob8108 d2c4760844 Add charset to variable export 2014-04-26 01:10:57 +01:00
Michael Ball 9dad5314df fix set turbo mode block 2014-04-22 17:05:14 -07:00
Viraj Mahesh f56dc8ecf5 Fixed an error where stage could not take screenshots 2014-04-21 16:12:28 -07:00
Jouni K. Seppänen 7d71781774 Finnish translation 2014-04-18 13:33:05 +03:00
Nathaniel Titterton 442265ba5f give error message when attempting to import (into a variable) with a non-text file; don't read every file in multifile import 2014-04-17 12:21:31 -07:00
jmoenig ce3340e623 let “switch to costume” block accept actual costume objects (in addition to names and numbers) 2014-03-31 13:19:39 +02:00
jmoenig 6fd93533ec display costume thumbnails in speech/thought/value bubbles and watcher cells 2014-03-31 13:09:31 +02:00
jmoenig ca9445c245 experimental “wardrobe” and “jukebox” reporters in dev mode
tentative preparations for first-class costumes and sounds
2014-03-31 12:01:03 +02:00
Dmithiy 0282a0f448 Add some translate 2014-03-18 15:12:39 +06:00
Viraj Mahesh a9636e6220 Removed part.canBeEmpty = false; for consistency 2014-03-12 20:12:54 -07:00
Viraj Mahesh dbb5a8e0f5 Made reg-exp static 2014-03-12 20:04:16 -07:00
Viraj Mahesh fa02caef5d Implemented both ways of Screenshot naming 2014-03-12 16:36:14 -07:00
Viraj Mahesh e1c74e75f3 Put back the accidentally deleted words
Added comment explaining why copy is necessary
Copy is only created for pen trails
2014-03-11 13:20:19 -07:00
Viraj Mahesh 7f42be8585 pen trails is in an array 2014-03-11 10:30:19 -07:00
Viraj Mahesh a7a1b54244 Option of switching between pen trails and stage image has been implemented
Stage saves pen trails too
2014-03-11 02:38:11 -07:00
Viraj Mahesh 0795c1f44c Fixed error where penTrail of sprite was being used instead of penTrail of stage 2014-03-10 22:42:42 -07:00
Viraj Mahesh 85ebc2369b Added ability to save pen trails
Added dropdown menu to choose what to save
2014-03-10 22:21:20 -07:00
Manuel Menezes de Sequeira d115aa58d7 Improve translation of several strings and add several new translations. 2014-03-09 22:00:55 +00:00
Manuel Menezes de Sequeira 1f0e4f7480 Add localization support for SymbolMorph menu items. 2014-03-09 21:59:32 +00:00
Manuel Menezes de Sequeira 6f074e4799 Add localization support for 'Brush size' string. 2014-03-09 21:57:07 +00:00
Viraj Mahesh 9f00665852 Added the screenshot block for the Stage 2014-03-08 15:56:02 -08:00
Viraj Mahesh a0c076b6fa Renamed block 2014-03-07 15:15:05 -08:00
Viraj Mahesh 6715784dec Removed extra variables 2014-03-07 15:07:41 -08:00
Viraj Mahesh 4888ecb9ec Use this.addCostume instead of IDE 2014-03-07 15:05:50 -08:00
Viraj Mahesh 8a74747cd7 Screenshot names are now correctly tracked 2014-03-07 15:02:30 -08:00
Viraj Mahesh 6c357a5ed1 Removed Canvas2Image error 2014-03-06 13:27:11 -08:00
Viraj Mahesh f6afb9d08d Final commit:
-Removed an accidental change
-Removed commented log statement
2014-03-04 16:04:57 -08:00
Viraj Mahesh 04bb141462 Removed dibyo's test push 2014-02-28 17:28:50 -08:00
Dibyo Majumdar 93dcdee53e Random change 2014-02-28 17:27:23 -08:00
Viraj Mahesh 0a7a186b2c Screenshot counter correctly implemented 2014-02-28 17:23:46 -08:00
Viraj Mahesh d591b743e4 Screenshot block now mentions that it saves the screenshot as a costume
Screenshot block now accepts a string
2014-02-28 16:54:00 -08:00
Viraj Mahesh e889dc224e Fixed errors that arose from not using fullImageClassic() 2014-02-25 17:34:31 -08:00
Viraj Mahesh 341d27092e Fixed incomplete code 2014-02-25 17:01:09 -08:00
Viraj Mahesh dc4e9a5c1c Screenshts are saved as costumes of the current sprite 2014-02-25 16:18:20 -08:00
jmoenig 8badce6480 German translation update
for the new stage resizing feature
2014-02-13 18:30:39 +01:00
jmoenig 03b69769be GUI: Use new vector prompter for stage dimensions
also take out previous experimental code and make this new feature an
official one
2014-02-13 17:50:43 +01:00
jmoenig 2c7d747bfc Widgets: new “promptVector” dialog box feature
lets you edit a Point object (numerical x and y), such as dimensions,
positions, min/max etc.
2014-02-13 17:48:02 +01:00
jmoenig 2411ca3ebd Fixed #322, #324 2014-02-13 12:04:13 +01:00
jmoenig 5058595335 Constrain minimum stage size to 480 x 180 2014-02-13 09:54:40 +01:00
jmoenig dac7460e76 integrate Date block, thanks, Michael 2014-02-11 18:00:16 +01:00
Jens Mönig 3e7891b5a6 Merge pull request #288 from cycomachead/dateblock
Create a "Date" Block for Snap
2014-02-11 17:55:19 +01:00
jmoenig 0e0146a0d8 Saving & Loading for arbitrary stage dimensions in the project data 2014-02-11 17:52:59 +01:00
jmoenig 4e2bfdec20 New Feature: Set stage dimensions arbitrarily
new entries to set stage width and height in the settings menu when
holding the shift key
2014-02-11 17:38:35 +01:00
Michael Ball 407dbda43f jslint style fixes 2014-02-10 10:51:22 -08:00