Wykres commitów

1386 Commity (ee1f01d48dfaab07dd6784b8c30d72d477afb51f)

Autor SHA1 Wiadomość Data
Jens Mönig a4155e3849 Merge pull request #860 from bl-nero/hello
Correct Polish translations of "Hello!" and "hello world"
2015-07-26 21:33:58 +02:00
Jens Mönig 5c54838716 Merge pull request #851 from bl-nero/typo
Correct a typo in Polish translation: 'Ę' -> 'ę'
2015-07-26 21:33:42 +02:00
Jens Mönig 547dd54b66 Merge pull request #849 from bl-nero/turtle2
Improve the Polish translation of the world "turtle"
2015-07-26 21:33:27 +02:00
Jens Mönig 929bc5ea12 Merge pull request #848 from bl-nero/cancel
Change the Polish translation of "Cancel" to something more appropriate
2015-07-26 21:33:15 +02:00
Jens Mönig ef2a3d6cc8 Merge pull request #888 from cycomachead/sbe-update
Keeping Snap! up to date with s.b.e
2015-07-26 21:32:46 +02:00
Jens Mönig ffd3aafc9d Merge pull request #869 from cycomachead/list-add-fix
Fix type issue when adding blanks to lists
2015-07-26 21:32:13 +02:00
Jens Mönig 536f92df70 Merge pull request #866 from cycomachead/url-fix
Fix URL bug in #821, and fix #864
2015-07-26 21:31:15 +02:00
Jens Mönig fac3545ee0 Merge pull request #855 from cycomachead/shared-url-fix
Fix a rather stupid and glaring typo in project sharing
2015-07-26 21:29:31 +02:00
Bartosz Leper 23cc8bbc18 Section II.B complete and translated to Polish 2015-07-26 21:18:39 +02:00
Bartosz Leper 2f0ab68faf Add missing Polish translations of the file manager 2015-07-25 15:52:40 +02:00
Bartosz Leper fba071be9d Chapter II.B almost translated 2015-07-24 23:04:04 +02:00
Michael Ball 042b2595a7 Fix the libraries name 2015-07-24 03:16:01 -07:00
Michael Ball 8b52f7c240 Add the new libraries files for cases and leap motion 2015-07-24 03:15:08 -07:00
Michael Ball 178de313cf Update LIBRARIES to be current with s.b.e 2015-07-24 03:14:49 -07:00
Michael Ball e05fee4c65 Update the Snap Manual to be the most recent version 2015-07-24 03:11:25 -07:00
Michael Ball 87acd9ff79 Add `ask` and `tell` blocks to the tools library
See the screenshots in #700 for implementations but these are very
simple blocks which will make basic OOP (zombification) easier.

`ask` takes in a reporter and a string and will call that reporter on
the requested sprite.
`tell` takes in a script and a string and runs the script on the sprite.

These are sensing blocks and there are two differences from the BYOB
tool sprite:
* These use string and not "objects" since that doesn't exist yet.
* I did not (yet) implement the "input list" versions because I'm not
sure they will be used as frequently, though I do think they could be
in some library.
2015-07-24 03:04:10 -07:00
Bartosz Leper 331038dd62 Translate other cloud dialogs to Polish 2015-07-23 23:17:47 +02:00
Bartosz Leper 1515076f8c Chapter II, still WIP 2015-07-23 23:05:46 +02:00
Bartosz Leper 5bf1484651 Translate the cloud sign-up dialog to Polish 2015-07-22 01:02:31 +02:00
Bartosz Leper ed93f6e379 Chapter II - WIP 2015-07-22 00:59:45 +02:00
Michael Aschauer 5c7194799e fix the fix 2015-07-21 20:03:57 +02:00
Michael Aschauer 5d65fd0d49 fix baseUrl (filter out urlanchors) 2015-07-21 15:06:54 +02:00
Bartosz Leper 98a1175903 Merge branch 'manual-2' into manual-3 2015-07-21 13:14:40 +02:00
Bartosz Leper 403f2c7ac9 Revert "Correct a typo in Polish translation: 'Ę' -> 'ę'"
This reverts commit 486a5316c5.
2015-07-21 13:11:28 +02:00
Bartosz Leper 57c005dce0 II.A almost done 2015-07-21 13:09:15 +02:00
Bartosz Leper 033080f384 Merge branch 'manual-2' into manual-3 2015-07-21 09:57:21 +02:00
Bartosz Leper 673d606199 Rename the manual folder 2015-07-21 09:47:29 +02:00
Bartosz Leper 258507a0da Merge branch 'master' into manual-2 2015-07-21 09:44:52 +02:00
Bartosz Leper 53cae3bf90 Chapter II - WIP 2015-07-21 09:36:52 +02:00
Brian Harvey 40b1d4910c Merge pull request #847 from bl-nero/manual
First batch of the LaTeX version of the manual and its Polish translation
2015-07-20 21:53:45 -07:00
Bartosz Leper 81476aa588 Merge branch 'master' into manual 2015-07-20 21:33:33 +02:00
Bartosz Leper 3ac3194249 Prevent page breaking before pictures when necessary 2015-07-20 16:33:24 +02:00
Bartosz Leper a03466650e Use A4 paper for the Polish manual 2015-07-20 15:13:25 +02:00
Bartosz Leper facda70435 Internationalize the title page 2015-07-20 15:08:24 +02:00
Michael Aschauer a2f1713cf4 ignore draw statements from gotoXY (jumps) less than 1.1 points in x or y. 2015-07-20 13:51:55 +02:00
Bartosz Leper 4f5835a957 Tweak the title page 2015-07-19 20:48:00 +02:00
Bartosz Leper f8451f68b6 Pretty title page for English version 2015-07-18 21:05:50 +02:00
Bartosz Leper ccbacf3edf No boxes around links 2015-07-16 18:09:10 +02:00
Bartosz Leper 3e853152ab Chapter I complete 2015-07-16 16:56:33 +02:00
Bartosz Leper 6203ec2eee WIP 2015-07-15 16:21:29 +02:00
Michael Ball aa62a6c7d4 Fix type issue when adding blanks to lists
This is one small change that will need to be tested!
This makes the add function behaves like `in front of` and
uses a call to `isNil()`. Only values that are `nil` will be
added  to the list as `null` (in JS). This is more consistent with
Snap! so that values like the empty string are handled correctly.

This fixes #863. Contains will properly handle empty inputs and
when re-loading a list with blank elements added, they will no
longer be converted to 0's.
2015-07-14 21:33:34 -07:00
Bartosz Leper 45c1b17b4d WIP 2015-07-14 23:22:37 +02:00
Michael Aschauer 4b06a69048 fix login 2015-07-13 21:20:32 +02:00
Bartosz Leper d9c7a66eb0 Section I.D translated 2015-07-13 19:50:54 +02:00
Bartosz Leper 4203dbe38d Translating, WIP 2015-07-13 19:25:39 +02:00
Michael Aschauer 9c9faeb063 adding jquery, cloud and upload fixes (now with name) 2015-07-13 19:12:38 +02:00
Michael Aschauer aa1df6183c add save project to disc 2015-07-13 13:12:08 +02:00
Michael Ball 1fc6cd7910 Fix URL bug in #821, and fix #864 2015-07-10 04:09:40 -07:00
Bartosz Leper 694095a5b6 Insert kerns between inline pictures and puncutation 2015-07-10 12:21:35 +02:00
mash 5e82c925c6 adding cloud functions (login/logout) 2015-07-09 23:59:59 +02:00