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
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
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
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 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
Bartosz Leper
be9c890284
Still translating section I.D
2015-07-08 23:01:46 +02:00
Bartosz Leper
9bd8f5285f
Correct Polish translations of "Hello!" and "hello world"
2015-07-08 19:12:28 +02:00
Bartosz Leper
aa5dcf3e1d
Translating section I.D of the manual (WIP)
2015-07-08 19:07:48 +02:00
Bartosz Leper
df3ab6c863
Merge branch 'master' into cancel
2015-07-08 18:54:07 +02:00
Bartosz Leper
583151e623
Get rid of unnecessary minipages in the manual
2015-07-08 18:49:29 +02:00
Bartosz Leper
7bcc07e0c5
Finish translating of section I.C of the manual.
2015-07-08 13:29:53 +02:00
Bartosz Leper
2a21fb589c
Translating section I.C of the manual - WIP
2015-07-07 16:49:26 +02:00
Bartosz Leper
9227760ba3
Translate section I.B of the manual
2015-07-06 17:11:38 +02:00
Michael Ball
17caaa16f0
Fix a rather stupid and glaring typo in project sharing
2015-07-06 00:11:56 -07:00
Bartosz Leper
94ebaa57e8
Merge branch 'manual-2' into manual-3
2015-07-02 16:10:54 +02:00
Bartosz Leper
486a5316c5
Correct a typo in Polish translation: 'Ę' -> 'ę'
2015-07-02 16:03:51 +02:00
Bartosz Leper
1c138b9a36
Finish translating section I.A
2015-07-02 15:55:42 +02:00
Bartosz Leper
5d09785895
Improve the Polish translation of the world "turtle"
...
Previously, it the same as the translation of the word "sprite".
2015-06-29 12:46:29 +02:00
Bartosz Leper
d59604a095
Update picture
2015-06-29 12:44:42 +02:00
Bartosz Leper
3d3def1271
Translating section I.A - work in progress
2015-06-29 12:15:11 +02:00
Bartosz Leper
d06a18c23a
Merge branch 'manual' into manual-2
2015-06-26 21:12:53 +02:00
Bartosz Leper
782c57af34
Change the Polish translation of "Cancel" to something more appropriate
2015-06-26 21:04:26 +02:00
Bartosz Leper
12671a1fbd
Polish translations of other pictures
2015-06-26 20:29:21 +02:00
jmoenig
53068ea259
update version history
2015-06-26 14:16:20 +02:00
jmoenig
7d1db3dfe9
update Morphic
...
to the latest version
2015-06-26 13:04:27 +02:00
Bartosz Leper
f35e6f1922
Polish version of the widnow regions drawing
2015-06-26 01:36:34 +02:00