| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Made reg-exp static | Viraj Mahesh | 2014-03-12 | 1 | -14/+13 |
| | | |||||
| * | Implemented both ways of Screenshot naming | Viraj Mahesh | 2014-03-12 | 1 | -6/+43 |
| | | |||||
| * | Put back the accidentally deleted words | Viraj Mahesh | 2014-03-11 | 1 | -2/+3 |
| | | | | | | Added comment explaining why copy is necessary Copy is only created for pen trails | ||||
| * | pen trails is in an array | Viraj Mahesh | 2014-03-11 | 1 | -1/+1 |
| | | |||||
| * | Option of switching between pen trails and stage image has been implemented | Viraj Mahesh | 2014-03-11 | 1 | -2/+2 |
| | | | | | Stage saves pen trails too | ||||
| * | Fixed error where penTrail of sprite was being used instead of penTrail of stage | Viraj Mahesh | 2014-03-10 | 1 | -4/+3 |
| | | |||||
| * | Added ability to save pen trails | Viraj Mahesh | 2014-03-10 | 2 | -9/+30 |
| | | | | | Added dropdown menu to choose what to save | ||||
| * | Added the screenshot block for the Stage | Viraj Mahesh | 2014-03-08 | 1 | -0/+7 |
| | | |||||
| * | Renamed block | Viraj Mahesh | 2014-03-07 | 1 | -1/+1 |
| | | |||||
| * | Removed extra variables | Viraj Mahesh | 2014-03-07 | 1 | -3/+1 |
| | | |||||
| * | Use this.addCostume instead of IDE | Viraj Mahesh | 2014-03-07 | 1 | -1/+1 |
| | | |||||
| * | Screenshot names are now correctly tracked | Viraj Mahesh | 2014-03-07 | 1 | -11/+13 |
| | | |||||
| * | Removed Canvas2Image error | Viraj Mahesh | 2014-03-06 | 1 | -1/+0 |
| | | |||||
| * | Final commit: | Viraj Mahesh | 2014-03-04 | 1 | -2/+2 |
| | | | | | | -Removed an accidental change -Removed commented log statement | ||||
| * | Removed dibyo's test push | Viraj Mahesh | 2014-02-28 | 1 | -2/+0 |
| | | |||||
| * | Random change | Dibyo Majumdar | 2014-02-28 | 1 | -0/+2 |
| | | |||||
| * | Screenshot counter correctly implemented | Viraj Mahesh | 2014-02-28 | 1 | -1/+8 |
| | | |||||
| * | Screenshot block now mentions that it saves the screenshot as a costume | Viraj Mahesh | 2014-02-28 | 1 | -3/+4 |
| | | | | | Screenshot block now accepts a string | ||||
| * | Fixed errors that arose from not using fullImageClassic() | Viraj Mahesh | 2014-02-25 | 1 | -5/+4 |
| | | |||||
| * | Fixed incomplete code | Viraj Mahesh | 2014-02-25 | 1 | -0/+3 |
| | | |||||
| * | Screenshts are saved as costumes of the current sprite | Viraj Mahesh | 2014-02-25 | 1 | -1/+14 |
| | | |||||
| * | German translation update | jmoenig | 2014-02-13 | 3 | -3/+14 |
| | | | | | for the new stage resizing feature | ||||
| * | GUI: Use new vector prompter for stage dimensions | jmoenig | 2014-02-13 | 2 | -52/+14 |
| | | | | | | also take out previous experimental code and make this new feature an official one | ||||
| * | Widgets: new “promptVector” dialog box feature | jmoenig | 2014-02-13 | 2 | -1/+109 |
| | | | | | | lets you edit a Point object (numerical x and y), such as dimensions, positions, min/max etc. | ||||
| * | Fixed #322, #324 | jmoenig | 2014-02-13 | 2 | -2/+12 |
| | | |||||
| * | Constrain minimum stage size to 480 x 180 | jmoenig | 2014-02-13 | 3 | -10/+15 |
| | | |||||
| * | integrate Date block, thanks, Michael | jmoenig | 2014-02-11 | 2 | -2/+3 |
| | | |||||
| * | Merge pull request #288 from cycomachead/dateblock | Jens Mönig | 2014-02-11 | 3 | -6/+62 |
| |\ | | | | | Create a "Date" Block for Snap | ||||
| | * | jslint style fixes | Michael Ball | 2014-02-10 | 1 | -7/+7 |
| | | | |||||
| | * | use inputOption for dateblock update file date | Michael Ball | 2014-02-10 | 1 | -4/+6 |
| | | | |||||
| | * | remove lang file and incorporate fixes in blocks, opbjects | Michael Ball | 2014-02-06 | 4 | -17/+7 |
| | | | |||||
| | * | resolve merge conflicts; date problems only | Michael Ball | 2014-02-04 | 24 | -821/+1168 |
| | |\ | |||||
| | * | | Remove unecessary items and reorder dropdown | Michael Ball | 2014-01-26 | 1 | -5/+2 |
| | | | | |||||
| | * | | adjust block to no longer use strings, and remove unneeded code | Michael Ball | 2014-01-26 | 3 | -120/+17 |
| | | | | |||||
| | * | | date block work | Michael Ball | 2014-01-22 | 1 | -5/+3 |
| | | | | |||||
| | * | | fix typos in lang files. Translation works | Michael Ball | 2013-12-28 | 2 | -13/+13 |
| | | | | |||||
| | * | | Add style tweaks per Nathan's comments. | Michael Ball | 2013-12-28 | 3 | -35/+31 |
| | | | | |||||
| | * | | Add a 'get current DATE' block with various options, add some translations ↵ | Michael Ball | 2013-12-27 | 5 | -9/+184 |
| | | | | | | | | | | | | | to FR and DE | ||||
| * | | | Saving & Loading for arbitrary stage dimensions in the project data | jmoenig | 2014-02-11 | 2 | -2/+15 |
| | | | | |||||
| * | | | New Feature: Set stage dimensions arbitrarily | jmoenig | 2014-02-11 | 4 | -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-library | Jens Mönig | 2014-02-05 | 12 | -0/+0 |
| |\ \ \ | | | | | | | | | add sound library on git | ||||
| | * | | | add sound library on git | Claessens Simon | 2014-02-05 | 12 | -0/+0 |
| | | | | | |||||
| * | | | | Merge pull request #317 from snap-school/costumes-library | Jens Mönig | 2014-02-05 | 32 | -0/+0 |
| |\ \ \ \ | | | | | | | | | | | add costumes library to git | ||||
| | * | | | | add costumes library to git | Claessens Simon | 2014-02-05 | 32 | -0/+0 |
| | |/ / / | |||||
| * | | | | Merge pull request #315 from snap-school/backgrounds-library | Jens Mönig | 2014-02-05 | 12 | -0/+0 |
| |\ \ \ \ | |/ / / |/| | | | add backgrounds library to git | ||||
| | * | | | add backgrounds library to git | Claessens Simon | 2014-02-05 | 12 | -0/+0 |
| |/ / / | |||||
| * | / | One-stop-shopping for stage dimensions | jmoenig | 2014-02-05 | 3 | -11/+18 |
| | |/ |/| | | | | | | | changing the stage dimensions in line 3720 of objects.js takes care of everything | ||||
| * | | Integrate Portuguese and French translation updates | jmoenig | 2014-02-04 | 3 | -3/+5 |
| | | | |||||
| * | | Merge pull request #312 from gego51/patch-2 | Jens Mönig | 2014-02-04 | 1 | -1/+3 |
| |\ \ | | | | | | | Update lang-fr.js | ||||
| | * | | Update lang-fr.js | gego51 | 2014-01-26 | 1 | -1/+3 |
| | | | | | | | | | | add the french translation of the block "pause all" | ||||
