summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Made reg-exp staticViraj Mahesh2014-03-121-14/+13
|
* Implemented both ways of Screenshot namingViraj Mahesh2014-03-121-6/+43
|
* Put back the accidentally deleted wordsViraj Mahesh2014-03-111-2/+3
| | | | | Added comment explaining why copy is necessary Copy is only created for pen trails
* pen trails is in an arrayViraj Mahesh2014-03-111-1/+1
|
* Option of switching between pen trails and stage image has been implementedViraj Mahesh2014-03-111-2/+2
| | | | Stage saves pen trails too
* Fixed error where penTrail of sprite was being used instead of penTrail of stageViraj Mahesh2014-03-101-4/+3
|
* Added ability to save pen trailsViraj Mahesh2014-03-102-9/+30
| | | | Added dropdown menu to choose what to save
* Added the screenshot block for the StageViraj Mahesh2014-03-081-0/+7
|
* Renamed blockViraj Mahesh2014-03-071-1/+1
|
* Removed extra variablesViraj Mahesh2014-03-071-3/+1
|
* Use this.addCostume instead of IDEViraj Mahesh2014-03-071-1/+1
|
* Screenshot names are now correctly trackedViraj Mahesh2014-03-071-11/+13
|
* Removed Canvas2Image errorViraj Mahesh2014-03-061-1/+0
|
* Final commit:Viraj Mahesh2014-03-041-2/+2
| | | | | -Removed an accidental change -Removed commented log statement
* Removed dibyo's test pushViraj Mahesh2014-02-281-2/+0
|
* Random changeDibyo Majumdar2014-02-281-0/+2
|
* Screenshot counter correctly implementedViraj Mahesh2014-02-281-1/+8
|
* Screenshot block now mentions that it saves the screenshot as a costumeViraj Mahesh2014-02-281-3/+4
| | | | Screenshot block now accepts a string
* Fixed errors that arose from not using fullImageClassic()Viraj Mahesh2014-02-251-5/+4
|
* Fixed incomplete codeViraj Mahesh2014-02-251-0/+3
|
* Screenshts are saved as costumes of the current spriteViraj Mahesh2014-02-251-1/+14
|
* German translation updatejmoenig2014-02-133-3/+14
| | | | for the new stage resizing feature
* GUI: Use new vector prompter for stage dimensionsjmoenig2014-02-132-52/+14
| | | | | also take out previous experimental code and make this new feature an official one
* Widgets: new “promptVector” dialog box featurejmoenig2014-02-132-1/+109
| | | | | lets you edit a Point object (numerical x and y), such as dimensions, positions, min/max etc.
* Fixed #322, #324jmoenig2014-02-132-2/+12
|
* Constrain minimum stage size to 480 x 180jmoenig2014-02-133-10/+15
|
* integrate Date block, thanks, Michaeljmoenig2014-02-112-2/+3
|
* Merge pull request #288 from cycomachead/dateblockJens Mönig2014-02-113-6/+62
|\ | | | | Create a "Date" Block for Snap
| * jslint style fixesMichael Ball2014-02-101-7/+7
| |
| * use inputOption for dateblock update file dateMichael Ball2014-02-101-4/+6
| |
| * remove lang file and incorporate fixes in blocks, opbjectsMichael Ball2014-02-064-17/+7
| |
| * resolve merge conflicts; date problems onlyMichael Ball2014-02-0424-821/+1168
| |\
| * | Remove unecessary items and reorder dropdownMichael Ball2014-01-261-5/+2
| | |
| * | adjust block to no longer use strings, and remove unneeded codeMichael Ball2014-01-263-120/+17
| | |
| * | date block workMichael Ball2014-01-221-5/+3
| | |
| * | fix typos in lang files. Translation worksMichael Ball2013-12-282-13/+13
| | |
| * | Add style tweaks per Nathan's comments.Michael Ball2013-12-283-35/+31
| | |
| * | Add a 'get current DATE' block with various options, add some translations ↵Michael Ball2013-12-275-9/+184
| | | | | | | | | | | | to FR and DE
* | | Saving & Loading for arbitrary stage dimensions in the project datajmoenig2014-02-112-2/+15
| | |
* | | New Feature: Set stage dimensions arbitrarilyjmoenig2014-02-114-4/+106
| | | | | | | | | | | | | | | new entries to set stage width and height in the settings menu when holding the shift key
* | | Merge pull request #316 from snap-school/sounds-libraryJens Mönig2014-02-0512-0/+0
|\ \ \ | | | | | | | | add sound library on git
| * | | add sound library on gitClaessens Simon2014-02-0512-0/+0
| | | |
* | | | Merge pull request #317 from snap-school/costumes-libraryJens Mönig2014-02-0532-0/+0
|\ \ \ \ | | | | | | | | | | add costumes library to git
| * | | | add costumes library to gitClaessens Simon2014-02-0532-0/+0
| |/ / /
* | | | Merge pull request #315 from snap-school/backgrounds-libraryJens Mönig2014-02-0512-0/+0
|\ \ \ \ | |/ / / |/| | | add backgrounds library to git
| * | | add backgrounds library to gitClaessens Simon2014-02-0512-0/+0
|/ / /
* | / One-stop-shopping for stage dimensionsjmoenig2014-02-053-11/+18
| |/ |/| | | | | | | changing the stage dimensions in line 3720 of objects.js takes care of everything
* | Integrate Portuguese and French translation updatesjmoenig2014-02-043-3/+5
| |
* | Merge pull request #312 from gego51/patch-2Jens Mönig2014-02-041-1/+3
|\ \ | | | | | | Update lang-fr.js
| * | Update lang-fr.jsgego512014-01-261-1/+3
| | | | | | | | | add the french translation of the block "pause all"