| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge pull request #229 from MMSequeira/patch-1 | Jens Mönig | 2013-11-12 | 1 | -4/+4 | |
| |\ | | | | | Improve translation of 'stop script', 'create a clone...', and 'myself'. | |||||
| | * | Improve translation of 'stop script', 'create a clone...', and 'myself'. | Manuel Menezes de Sequeira | 2013-11-12 | 1 | -4/+4 | |
| |/ | ||||||
| * | left-align multi-line text in value-bubbles | jmoenig | 2013-11-12 | 2 | -20/+5 | |
| | | ||||||
| * | fixed wrong NaN display for variable watchers | jmoenig | 2013-11-12 | 2 | -2/+3 | |
| | | | | | Thanks, Brian, for catching this glitch! | |||||
| * | customizable drop-down menus for input slots | jmoenig | 2013-11-12 | 4 | -61/+106 | |
| | | ||||||
| * | cloud project saving transmission integrity check | jmoenig | 2013-11-07 | 3 | -5/+15 | |
| | | | | | | | includes the sizes of the sent project components in the transmision, so the cloud backend can check if the whole of them have been transmitted before comitting to the database | |||||
| * | customizable drop-down menus for input slots | jmoenig | 2013-11-04 | 2 | -0/+43 | |
| | | | | | | still experimental and incomplete and therefore commented out (inactive) for now | |||||
| * | only show symbol menu for label fragments | jmoenig | 2013-11-04 | 2 | -2/+5 | |
| | | | | | in InputSlotDialog | |||||
| * | filter quotation marks from project names | jmoenig | 2013-11-04 | 2 | -2/+6 | |
| | | | | | (for backend index) | |||||
| * | enable Symbols in InputSlotDialog Morph’s drop down menu | jmoenig | 2013-10-25 | 2 | -0/+19 | |
| | | ||||||
| * | enable Symbols in InputField drop down menus | jmoenig | 2013-10-25 | 2 | -7/+14 | |
| | | ||||||
| * | Portuguese translation update | jmoenig | 2013-10-25 | 3 | -3/+4 | |
| | | ||||||
| * | Merge pull request #219 from MMSequeira/master | Jens Mönig | 2013-10-25 | 1 | -3/+3 | |
| |\ | | | | | Correct Portuguese translation of 'When I receive' hat block. | |||||
| | * | Correct capitalization of default costume/backdrop names. | Manuel Menezes de Sequeira | 2013-10-25 | 1 | -2/+2 | |
| | | | ||||||
| | * | Correct translation of 'When I receive' hat block. | Manuel Menezes de Sequeira | 2013-10-24 | 1 | -1/+1 | |
| | | | ||||||
| * | | Symbol selection menu for BlockLabelFragmentMorphs | jmoenig | 2013-10-25 | 2 | -3/+32 | |
| | | | ||||||
| * | | enable symbols as custom block label parts | jmoenig | 2013-10-25 | 2 | -6/+382 | |
| |/ | | | | | as well as enabling Costumes to become Symbols, and additional symbols (speech bubble, arrows, robot) | |||||
| * | fixed #213 - Empty else block breaks return to caller | jmoenig | 2013-10-17 | 2 | -1/+7 | |
| | | | | | Thanks, Art, for reporting this bug! | |||||
| * | Condense damage list even more | jmoenig | 2013-10-15 | 2 | -3/+15 | |
| | | | | | | by merging nearby rectangles, thanks, Craxic, for the idea for this in #192 | |||||
| * | Portuguese translation update integration | jmoenig | 2013-10-14 | 3 | -4/+5 | |
| | | ||||||
| * | Merge pull request #205 from MMSequeira/master | Jens Mönig | 2013-10-14 | 1 | -0/+6 | |
| |\ | | | | | Update Portuguese translation. | |||||
| | * | Correct typo. | Manuel Menezes de Sequeira | 2013-10-11 | 1 | -1/+1 | |
| | | | ||||||
| | * | Add Portuguese translation for three new strings (simple block prototype ↵ | Manuel Menezes de Sequeira | 2013-10-10 | 1 | -0/+6 | |
| | | | | | | | | | labels). | |||||
| * | | Increase maximum clone count from 128 to 300 | jmoenig | 2013-10-14 | 2 | -2/+3 | |
| | | | ||||||
| * | | Condense damage list by merging overlapping dirty rectangles | jmoenig | 2013-10-14 | 2 | -1/+40 | |
| |/ | | | | thanks, Craxic, for suggesting the idea for this optimization in #192 ! | |||||
| * | "sanity check" for cloud-saving mechanism | jmoenig | 2013-10-10 | 2 | -1/+23 | |
| | | | | | | | | errors if the serialized project data is corrupt and cannot be parsed as XML, addresses #203, #200, #171. I'm hoping that this might provide us a clue whether the corruption is happening in Snap's marshalling or on the backend side | |||||
| * | MAP primitive variant for linked lists | jmoenig | 2013-10-09 | 2 | -9/+59 | |
| | | ||||||
| * | fixed #199 | jmoenig | 2013-10-08 | 2 | -2/+4 | |
| | | | | | "can't delete reporter with attached comment via context menu" | |||||
| * | experimental MAP primitive reporter | jmoenig | 2013-10-08 | 3 | -3/+55 | |
| | | | | | in lists category, visible in dev mode for now | |||||
| * | fixed type-issue for linked list indices | jmoenig | 2013-10-08 | 2 | -4/+8 | |
| | | | | | thanks, Nate, for reporting this issue | |||||
| * | "plain block prototype labels" preference setting | jmoenig | 2013-10-04 | 5 | -7/+46 | |
| | | | | | hide / show the (+) symbols in the block editor | |||||
| * | Keep watchers onstage when hiding/showing them, fixes #195 | jmoenig | 2013-10-04 | 2 | -0/+5 | |
| | | ||||||
| * | Prevent watcher cells from growing wider as their contents becomes taller | jmoenig | 2013-10-04 | 2 | -2/+4 | |
| | | ||||||
| * | Type-check the SPLIT block's input before eval'ing it | jmoenig | 2013-10-04 | 2 | -2/+16 | |
| | | ||||||
| * | smooth numerical values displayed in watchers | jmoenig | 2013-10-01 | 2 | -4/+11 | |
| | | ||||||
| * | fixed #186 (can't duplicate blocks with anchored comments) | jmoenig | 2013-09-30 | 2 | -8/+11 | |
| | | ||||||
| * | fixed #172, IF ON EDGE, BOUNCE | jmoenig | 2013-09-20 | 2 | -3/+7 | |
| | | | | | Morphic: Rectangle.amountToTranslateWithin() | |||||
| * | fixed #146 | jmoenig | 2013-09-19 | 3 | -2/+4 | |
| | | | | | filter out empty costumes | |||||
| * | fixed #169 | jmoenig | 2013-09-19 | 2 | -4/+9 | |
| | | ||||||
| * | Prevent local custom blocks in global custom block definitions | jmoenig | 2013-09-18 | 2 | -3/+30 | |
| | | | | | fixes #167 for future projects | |||||
| * | prevent costumes with imported CORS-tainted canvases | jmoenig | 2013-09-18 | 3 | -2/+37 | |
| | | | | | expected to fix #155, #154, #151, #148, #147, #127 for future projects | |||||
| * | fixed part of #154 - prevent costumes from being drawn while they are loading | jmoenig | 2013-09-17 | 3 | -4/+21 | |
| | | | | | | | prevents an occasional DOM error saying "an attempt was made to use an object that is not, or is no longer, usable" when loading a project that has costumes | |||||
| * | Merge pull request #163 from MMSequeira/master | Jens Mönig | 2013-09-17 | 1 | -1/+13 | |
| |\ | | | | | Portuguese translation update | |||||
| | * | Correct "message" reporter translation and add translations for new split block. | Manuel Menezes de Sequeira | 2013-09-16 | 1 | -1/+13 | |
| | | | ||||||
| * | | fixed #119, #149 | jmoenig | 2013-09-17 | 3 | -5/+28 | |
| |/ | | | | | accessing a shared projects requires lowercasing the username - this is now automatically taken care of | |||||
| * | fixed #115 | jmoenig | 2013-09-16 | 2 | -0/+2 | |
| | | | | | prevent loading several instances of the same block definition | |||||
| * | Updated revision history | jmoenig | 2013-09-16 | 1 | -0/+15 | |
| | | ||||||
| * | Example projects in project dialog | jmoenig | 2013-09-16 | 1 | -62/+108 | |
| | | | | | | | thanks, Brian. Also, this changeset contains improvements and simplifications for synchronous HTTP calls which are used for fetching libraries and example projects | |||||
| * | German translation update | jmoenig | 2013-09-16 | 2 | -5/+39 | |
| | | | | | | for new SPLIT primitive, as well as translation integration update for others | |||||
| * | New SPLIT primitive reporter activated | jmoenig | 2013-09-16 | 1 | -9/+9 | |
| | | | | | | this should come in handy when importing text files that should be converted to lists, as in the hangman lab | |||||
