Граф коммитов

3520 Коммитов

Автор SHA1 Сообщение Дата
Michal Moskal d38baef451 Add tickFilter in cloud settings 2015-11-06 13:14:42 -08:00
Michal Moskal b8cba85aa6 Merge branch 'master' of github.com:Microsoft/TouchDevelop 2015-11-06 12:13:02 -08:00
Michal Moskal 8cb33fc840 Don't include host name in worker.js 2015-11-06 12:12:56 -08:00
Peli de Halleux dbf9f49b9e loc issue 2015-11-06 11:31:44 -08:00
Peli de Halleux 8aa3d37af7 Merge branch 'master' of https://github.com/Microsoft/TouchDevelop 2015-11-06 11:03:26 -08:00
Peli de Halleux 457e8a54a5 enable uservoice linking in editor 2015-11-06 11:03:19 -08:00
Michal Moskal e15450ecb4 Merge branch 'master' of github.com:Microsoft/TouchDevelop 2015-11-06 10:57:56 -08:00
Michal Moskal 5d36d5f940 Search should go through our cloud in all lite, not only restricted 2015-11-06 10:57:50 -08:00
Peli de Halleux 8901f189de updated favicon.ico 2015-11-06 10:49:39 -08:00
Peli de Halleux 915205bfc0 updating stop animation behavior. fix for bbc/microbit-extras#2377 2015-11-06 09:22:01 -08:00
Peli de Halleux e590091404 queing animation. fix for bbc/microbit-extras#2377 2015-11-06 08:56:34 -08:00
Michal Moskal fa5e07ce87 Use postPrivateApiAsync(), not custom-made httpPostTextAsync. 2015-11-05 23:53:56 -08:00
Jonathan Protzenko 7be8040caa Support for uBit.display.stopAnimation() in bitvm 2015-11-05 17:42:03 -05:00
Peli de Halleux 3b289a353d cancel button color issues. fix for bbc/microbit-extras#2344 2015-11-05 14:09:19 -08:00
Peli de Halleux 5a73b16b3c Merge branch 'master' of https://github.com/Microsoft/TouchDevelop 2015-11-05 12:59:34 -08:00
Peli de Halleux 0d9fe66e8c updated sign in message. fix for bbc/microbit-extras#1708 2015-11-05 12:59:28 -08:00
Michal Moskal 6102b72d1d Merge branch 'master' of github.com:Microsoft/TouchDevelop 2015-11-05 12:55:26 -08:00
Michal Moskal 512b160094 Force account migration on 442 response from the server 2015-11-05 12:55:21 -08:00
Peli de Halleux ce43df5c54 don't show arrow in phone mode in calculator buttons fix for bbc/microbit-extras#1819 2015-11-05 12:50:41 -08:00
Peli de Halleux 552f267a19 removed "download .hex file" button 2015-11-05 12:46:15 -08:00
Peli de Halleux a81e6e29de Merge branch 'master' of https://github.com/Microsoft/TouchDevelop 2015-11-05 12:33:14 -08:00
Tom Ball d28a573417 text change: publishing unsuccessful 2015-11-05 11:23:27 -08:00
Peli de Halleux 2bc300661b don't show "BBC micro:bit" in create code button 2015-11-05 06:43:46 -08:00
Peli de Halleux ad4e67acb0 updated translations 2015-11-05 06:30:03 -08:00
Peli de Halleux 6f5dfe5d9f Merge branch 'master' of https://github.com/Microsoft/TouchDevelop 2015-11-04 20:40:05 -08:00
Peli de Halleux 7da643e0da add button to create pointer 2015-11-04 20:37:33 -08:00
Michal Moskal 5c81623634 Log errors in ApiCacheMgr; don't try to fetch hearts when not logged in 2015-11-04 18:11:52 -08:00
Michal Moskal e2ff01e40b Merge branch 'master' of github.com:Microsoft/TouchDevelop 2015-11-04 16:53:12 -08:00
Michal Moskal 607b2c3c10 More encryption support in shell 2015-11-04 16:53:03 -08:00
Jonathan Protzenko 2b08cefd1f C++ compiler: proper support for Action and Action1. 2015-11-04 16:12:41 -08:00
Michal Moskal a479dfe7d7 Add encryption support in shell 2015-11-04 15:56:51 -08:00
Jonathan Protzenko 6cc818486a C++ emitter: improvements in the readability of generated code (4) 2015-11-04 15:51:05 -08:00
Jonathan Protzenko 8ceba04407 Revert "C++ emitter: improvements in the readability of generated code (2)."
This reverts commit db85b80dbb.

Also bump the glue layer.
2015-11-04 15:44:52 -08:00
Jonathan Protzenko e7139dab58 Big hack: render the outparam name as "returns" and disable edits.
That's good enough to fix bbc/microbit-extras#496
2015-11-04 15:18:17 -08:00
Jonathan Protzenko 72cf6aced2 Change the rendering of the return type.
This partly fixes bbc/microbit-extras#496.

The behavior is still incorrect when editing the return type itself (the fake
parameter name is still shown).
2015-11-04 14:52:35 -08:00
Jonathan Protzenko 73c32397ba C++ emitter: improvements in the readability of generated code (3).
Always initialize user-defined object types (even globals). This is a departure
from the TouchDevelop semantics but allows me to get rid of that atrocious
ternary operator hack that was generated everytime I dereferenced a field.
2015-11-04 14:23:29 -08:00
Jonathan Protzenko db85b80dbb C++ emitter: improvements in the readability of generated code (2). 2015-11-04 13:52:26 -08:00
Jonathan Protzenko e5609f87d6 C++ emitter: improvements in the readability of generated code. 2015-11-04 13:52:25 -08:00
Jonathan Protzenko bc6545f585 A better error message for return parameters. 2015-11-04 13:52:24 -08:00
Michal Moskal efe9a4d773 The Embedded.mangle no longer treats operators specially - renamed functions in .hex file 2015-11-04 13:41:35 -08:00
Michal Moskal 490c635c73 conversion script for docs 2015-11-04 12:49:11 -08:00
Jonathan Protzenko 858654b4c2 The bitvm compiler still needs these functions. 2015-11-04 14:57:11 -05:00
Peli de Halleux ee9c994503 enable channels in pro/coder / lite 2015-11-04 11:46:25 -08:00
Jonathan Protzenko 5fc69f1abc Bump glue layer. 2015-11-04 14:34:26 -05:00
Jonathan Protzenko 80f085fa59 Remove references to number and boolean operators. 2015-11-04 11:19:48 -08:00
Jonathan Protzenko 565885dd88 C++ emitter: use proper operators.
- Implement precedence in the emitter.

This fixes bbc/microbit-extras#2123
2015-11-04 11:06:07 -08:00
Peli de Halleux 6e5070a2cf Merge branch 'master' of https://github.com/Microsoft/TouchDevelop 2015-11-04 10:42:13 -08:00
Peli de Halleux 1191581892 updated import icons. fix for bbc/microbit-extras#2222 2015-11-04 10:41:52 -08:00
Tom Ball 643ba05177 change report/delete message
remove :( and capitalize
2015-11-04 08:52:28 -08:00
Michal Moskal cad13a8aee Merge remote-tracking branch 'origin/cdntweak' 2015-11-04 07:59:28 -08:00