summaryrefslogtreecommitdiff
path: root/byob.js
Commit message (Collapse)AuthorAgeFilesLines
* Revert to "new" for object creationjmoenig2015-06-251-14/+14
| | | | and prepare for new release
* Use Object.create(…) instead of new …() for inheritance (faster)Nathan Dinsmore2015-06-171-13/+13
|
* fix block library export encoding glitchJens Mönig2015-05-231-3/+3
|
* Fix encoding for exported libraries of global blocksJens Mönig2015-05-211-2/+4
|
* indicate numeric inputs in the block prototype with the # signJens Mönig2015-05-011-2/+8
|
* fixed #730Jens Mönig2015-03-021-1/+11
| | | | caching is evil, haha!
* fixed #716Jens Mönig2015-02-281-2/+2
|
* Generate ScriptsPaneTexture programmaticallyjmoenig2015-01-211-2/+2
|
* fixed #702jmoenig2015-01-131-8/+10
|
* integrate percent sign fix for JSLintjmoenig2014-11-201-3/+3
|
* Fixed percent symbols in custom blocksnatashasandy2014-10-211-1/+2
| | | This fixes issue #476
* updated historyjmoenig2014-09-301-1/+1
|
* allow percent symbols in custom block texts (fix #361)Gubolin2014-08-021-2/+2
|
* relabelling custom blocks (experimental)jmoenig2014-06-061-1/+48
|
* BYOB: new scriptsPicture() method for custom block definitionsjmoenig2014-06-041-1/+38
|
* fixed #407 (custom-block coloring w/ zebra off)jmoenig2014-05-021-5/+6
|
* partial fix for #407jmoenig2014-04-301-0/+3
| | | | the label still is wrong
* integrate localisation changesjmoenig2014-04-301-2/+5
|
* Add localization support for SymbolMorph menu items.Manuel Menezes de Sequeira2014-03-091-1/+1
|
* Fixed #291 (readonly custom menus become non-readonly when block is edited)jmoenig2014-01-101-1/+1
|
* Fixed #292 (pulldowns loose lines when exported as library)jmoenig2014-01-101-3/+3
|
* validated all source files against the latest JSLint versionjmoenig2014-01-091-2/+2
| | | | and pushed to this date
* Localization updatejmoenig2013-11-261-1/+1
|
* Add localization to Edit Slot Options text.Manuel Menezes de Sequeira2013-11-221-2/+2
|
* „read-only“ option for editable custom block input slotsjmoenig2013-11-151-6/+41
| | | | | also custom block input slots reverting to default now show their default value (useful in combination with the new "read-only" option
* customizable drop-down menus for input slotsjmoenig2013-11-121-47/+68
|
* customizable drop-down menus for input slotsjmoenig2013-11-041-0/+42
| | | | | still experimental and incomplete and therefore commented out (inactive) for now
* only show symbol menu for label fragmentsjmoenig2013-11-041-2/+4
| | | | in InputSlotDialog
* enable Symbols in InputSlotDialog Morph’s drop down menujmoenig2013-10-251-0/+18
|
* Symbol selection menu for BlockLabelFragmentMorphsjmoenig2013-10-251-2/+30
|
* "plain block prototype labels" preference settingjmoenig2013-10-041-1/+10
| | | | hide / show the (+) symbols in the block editor
* Prevent local custom blocks in global custom block definitionsjmoenig2013-09-181-3/+29
| | | | fixes #167 for future projects
* Codification (blocks to text) support completejmoenig2013-07-041-1/+2
| | | | | text code mapping and block header support, both via GUI and primitives, for built-in blocks and for custom ones.
* "flat" design enhancements for blocks and watchersjmoenig2013-06-201-1/+3
|
* Code mappingjmoenig2013-06-181-1/+2
| | | | generating text code from blocks, first experimental iteration
* BYOB: Newly created custom reporters now have an initial default REPORT ↵jmoenig2013-06-061-2/+12
| | | | block as definition body
* "Flat" GUI design preferencejmoenig2013-05-161-7/+11
| | | | in the IDE's settings menu
* Fine-tune multiple dialog instance handlingjmoenig2013-04-241-5/+5
| | | | | | prevent multiple block editors on the same block definition, allow multiple dialogs on different objects, handle dialog instances in DialogBoxMorph.prototype
* Release clean-ups & translation updatejmoenig2013-04-231-1/+1
|
* Fixed #23Nathan Dinsmore2013-04-211-16/+16
| | | | | | Only one of each kind of dialog can now be open at any given time. You can still open multiple dialogs for editing a costume and editing a block.
* Tooltips for custom block templates (sitting in the palette)jmoenig2013-04-121-2/+67
| | | | | mousing over a custom block in the palette pops up its definition hat comment in a comment-colored speech bubble
* Switched to UTF-8Nathan Dinsmore2013-04-081-2/+2
| | | | This fixes some encoding issues
* Revert "Fixed an encoding issue"Nathan Dinsmore2013-04-081-2/+2
| | | | This reverts commit 4d37845b2e4de02ffa5a2e8a37812cca98e206d8.
* Fixed an encoding issueNathan Dinsmore2013-04-081-2/+2
|
* Fixed a number of whitespace inconsistenciesNathan Dinsmore2013-04-081-10/+10
|
* Fix: Make Comments Detachable from Prototype Hatsjmoenig2013-04-041-1/+3
|
* PrototypeHatBlocks accept anchored commentsjmoenig2013-04-031-2/+13
| | | | | You can now "stick" comments to the prototype hat block in the block editor
* Anchored Comments Enhancementsjmoenig2013-04-021-3/+10
| | | | | | | * the Block Editor now allows anchored comments, * duplicating a block / script / sprite now also duplicates anchored comments, * deleting a block / script now also deletes anchored comments
* Scalable blocks and scriptsjmoenig2013-03-181-8/+10
| | | | | | | Shift-clicking on the settings menu lets you specify a fraction, by which blocks and scripts are scaled, allowing you to e.g. export poster-sized hi-res script pics, or to present Snap! live on hi-res screens and projectors
* Creationjmoenig2013-03-161-0/+3017