| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | merge upstream | Gubolin | 2015-05-06 | 7 | -17/+137 |
| |\ | |||||
| | * | update history | Jens Mönig | 2015-05-01 | 1 | -0/+8 |
| | * | parameters for embedding projects | Jens Mönig | 2015-05-01 | 1 | -2/+15 |
| | * | hide “save to disk” option behind shift-click again (has issues in Chrome) | Jens Mönig | 2015-05-01 | 1 | -7/+10 |
| | * | return empty string when querying first letter of a list | Jens Mönig | 2015-05-01 | 1 | -1/+4 |
| | * | indicate numeric inputs in the block prototype with the # sign | Jens Mönig | 2015-05-01 | 1 | -2/+8 |
| | * | select all text when first clicking an input slot | Jens Mönig | 2015-05-01 | 1 | -1/+10 |
| | * | Morphic: event hook for first mouse click on editable text | Jens Mönig | 2015-05-01 | 1 | -1/+4 |
| | * | OOP: Prototypal inheritance of sprite-local custom blocks (palette only) | Jens Mönig | 2015-04-17 | 2 | -2/+48 |
| | * | fixed #770 | Jens Mönig | 2015-04-15 | 2 | -4/+27 |
| | * | flush Stage>>keysPressed when prompting the user | Jens Mönig | 2015-04-15 | 2 | -1/+7 |
| * | | Merge OOP | Gubolin | 2015-04-01 | 2 | -2/+5 |
| |\| | |||||
| | * | OOP: integrated and adjusted fix for #752 and #745 | Jens Mönig | 2015-03-25 | 2 | -4/+20 |
| * | | Merge master | Gubolin | 2015-04-01 | 2 | -4/+17 |
| |\ \ | |||||
| | * | | fixed #752 and #745 | Jens Mönig | 2015-03-25 | 2 | -6/+19 |
| * | | | Merge branch 'mobileapp' into development | Gubolin | 2015-03-24 | 6 | -1220/+14 |
| |\ \ \ | |||||
| | * | | | support cloud projectsmobileapp | Gubolin | 2015-03-04 | 1 | -5/+13 |
| | * | | | drop "binary mode" support (too difficult to mantain) | Gubolin | 2015-03-04 | 2 | -1108/+4 |
| | * | | | I just lost my git repository the second time. | Gubolin | 2015-03-04 | 1 | -2/+0 |
| | * | | | Merge branch 'master' into mobileapp | Gubolin | 2015-03-04 | 2 | -1/+15 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge branch 'master' into mobileapp | Gubolin | 2015-03-01 | 10 | -39/+171 |
| | |\ \ \ \ | |||||
| | * | | | | | remove language and location blocks | Gubolin | 2015-03-01 | 4 | -108/+0 |
| * | | | | | | merge branch p2p | Gubolin | 2015-03-24 | 3 | -53/+43 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | create one peer per IDEp2p | Gubolin | 2015-03-20 | 3 | -40/+38 |
| | * | | | | | | solve connection issues | Gubolin | 2015-03-08 | 1 | -10/+4 |
| | * | | | | | | another attempt to fix disconnect issues | Gubolin | 2015-03-08 | 2 | -13/+6 |
| | * | | | | | | destroy old peers properly | Gubolin | 2015-03-08 | 1 | -5/+3 |
| | * | | | | | | speed up connections to self | Gubolin | 2015-03-08 | 1 | -2/+8 |
| * | | | | | | | merge branch OOP | Gubolin | 2015-03-24 | 9 | -85/+405 |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| | * | | | | | | tweak inherited variable watcher slider deserialization | Jens Mönig | 2015-03-24 | 4 | -22/+28 |
| | * | | | | | | fix (part of) "show variable" primitive for inheritance | Jens Mönig | 2015-03-23 | 1 | -1/+1 |
| | * | | | | | | OOP: Fix variable watcher slider functionality | Jens Mönig | 2015-03-23 | 1 | -1/+5 |
| | * | | | | | | OOP: Tweaks for scope conflicts when adding / removing vars | Jens Mönig | 2015-03-23 | 4 | -21/+59 |
| | * | | | | | | Prototypal inheritance of sprite-local variables | Jens Mönig | 2015-03-21 | 9 | -63/+335 |
| | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | | Merge branch 'master' into development | Gubolin | 2015-03-20 | 5 | -20/+30 |
| |\| | | | | | |||||
| | * | | | | | switch from beta to release candidate | Jens Mönig | 2015-03-15 | 3 | -3/+4 |
| | * | | | | | fixed #743 | Jens Mönig | 2015-03-15 | 2 | -2/+7 |
| | * | | | | | Only enable input caching for blocks | Jens Mönig | 2015-03-09 | 2 | -13/+6 |
| | * | | | | | fixed #738 | Jens Mönig | 2015-03-09 | 2 | -3/+14 |
| * | | | | | | Merge remote-tracking branch 'upstream/master' into development | Gubolin | 2015-03-08 | 2 | -2/+30 |
| |\| | | | | | |||||
| | * | | | | | fixed #736 | Jens Mönig | 2015-03-06 | 2 | -2/+30 |
| | | |_|_|/ | |/| | | | |||||
| * | | | | | Merge branch p2p into development | Gubolin | 2015-03-08 | 6 | -0/+2904 |
| |\ \ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | | fix localization bug; accept lists as peer message receiver | Gubolin | 2015-03-08 | 2 | -4/+13 |
| | * | | | | translate peer blocks | Gubolin | 2015-03-08 | 1 | -0/+13 |
| | * | | | | rewrite peering flow; add peer id blocks | Gubolin | 2015-03-08 | 3 | -59/+126 |
| | * | | | | add Todo with workaround | Gubolin | 2015-03-07 | 1 | -0/+6 |
| | * | | | | send lists and blocks via "send" | Gubolin | 2015-03-07 | 1 | -4/+23 |
| | * | | | | first working version of p2p cloud variables | Gubolin | 2015-03-06 | 3 | -0/+2791 |
| | |/ / / | |||||
| * | | | | Merge branch 'master' into development | Gubolin | 2015-03-04 | 2 | -1/+15 |
| |\| | | | |||||
| | * | | | fixed #730 | Jens Mönig | 2015-03-02 | 2 | -1/+15 |
| | | |/ | |/| | |||||
