Wykres commitów

150 Commity (master)

Autor SHA1 Wiadomość Data
Michael 50231e1205 backport app check (nagging dialog), reenable hide 2023-05-10 20:04:42 +02:00
Michael 3e3db7e9cd also deactivate hiding blocks (for now) 2023-03-03 14:35:45 +01:00
Michael 4c0260d5ff deactivate custom category creation via menu for now 2023-03-01 21:54:53 +01:00
Michael 6423c64219 one more typo fix 2023-02-20 18:57:49 +01:00
Michael afabba0e95 fix typo in variable check (color changes) 2023-02-14 10:42:58 +01:00
Michael c345cc0050 catch infinity and throw errors 2022-12-01 18:36:13 +01:00
Michael 8c5adb6433 fix typo issues #125 2022-10-31 15:25:00 +01:00
Michael 354d1fd7a8 don't do arc for zero 2022-08-25 15:42:09 +02:00
Michael 0a38192b3d fix bug in arc, (and palette appearance) 2022-08-25 10:16:35 +02:00
Michael 6135ce8a81 remove double instances of makeablock 2022-07-26 11:38:20 +02:00
Michael afc850bfaf make background image half opacity 2022-02-24 12:08:34 +01:00
Michael 4ae5d4a9af change name 2022-02-24 09:55:40 +01:00
Michael b050fd22e8 loading images 2022-02-24 09:49:49 +01:00
Michael 4f8f231961 show error with non positive degrees. fix bug in tatami 2022-02-21 23:02:09 +01:00
Michael 367dd16075 fix spelling 2022-02-21 17:11:52 +01:00
Michael bf38e8352b fix variable names 2022-02-21 17:00:57 +01:00
Michael 18aa8d7030 arc blocks 2022-02-21 16:41:38 +01:00
Michael 863969c99f remove pickHue block (currently not working) 2022-01-03 13:19:28 +01:00
Michael Aschauer 399acff55a
Merge pull request #106 from Simon-Mong/patch-27
replace 'glide' with 'reportRandomPosition'
2021-09-16 10:53:44 +02:00
Simon-Mong 32ba70b59c
replace 'glide' with 'reportRandomPosition'
replace 'glide' with 'reportRandomPosition'
2021-09-08 19:23:27 +08:00
Simon-Mong 6925603749
Update objects.js 2021-09-08 14:27:20 +08:00
Simon-Mong 6df757fdf5
Update objects.js
Though the grey areas are automatically covered by last update there is still an anoying white area follow the sprite only in app mode and following the key event. I found it is the canvas of the sprite image. As you press the key it flashes there sometimes(not always). Make the sprite scale to 0.1 to make the canvas small and not easy to be feel. It can't be set to smaller size or the  line drawn with the move block would be biased.  Anyway very few people use keyboard to drive the sprite in  app mode(using the mouse doesn't trigger this problem). Maybe we could make it better in future versions.
2021-09-08 13:20:15 +08:00
Michael 3058111f9a fix illegal char and missing bracket 2021-08-28 13:04:28 +02:00
Michael Aschauer 16d313c247
Merge pull request #98 from Simon-Mong/patch-21
enhance the bounce at edge block
2021-08-28 12:42:45 +02:00
Michael Aschauer fdde49b34e
Merge pull request #96 from Simon-Mong/patch-19
fix the wrong report of X and Y of mousepointer.
2021-08-28 12:36:33 +02:00
Simon-Mong 11654cd38a
enhance the bounce at edge block
enable the turtle to bounce back at the edge in any scale or zoomFactor.
2021-08-23 22:29:53 +08:00
Simon-Mong 387d3773b6
fix the wrong report of X and Y of mousepointer.
When the scale of stage is greater than 1 , if zoom the stage the report of X and Y value of the mousepointer is wrong. Now it is fixed. It also works in customized stage size. Now we can draw images by hand in app mode stage.
2021-08-21 22:03:35 +08:00
Simon-Mong c76b643e51
Update objects.js
Enable negtive input for move block. 
Change the jump line to a straight line when the pen is up in running mode.
2021-08-17 23:13:42 +08:00
Michael c9350e5a71 hackish attempt to get rid of the gray rectangle render error 2021-07-31 12:16:56 +02:00
Michael 8c34d67cf3 include turtle model and font as javascript objects (works also local) 2021-07-30 12:49:40 +02:00
Michael f7cad3ed3e more on app mode 2021-07-13 11:43:07 +02:00
Michael cfe3446513 revert to old three (for now) 2021-07-12 15:57:32 +02:00
Michael 86c36be34c change link 2021-07-08 18:25:00 +02:00
Michael 3187cf99fe bring back reset 2021-07-08 17:17:09 +02:00
Michael a1fc710adb remove tools library and merge Snap's new blocks 2021-07-08 16:54:16 +02:00
Michael 820c2bbc65 remove unused loaders 2021-07-08 15:40:35 +02:00
Michael fcb13b85d1 three upgrade fixes 2021-07-08 15:24:16 +02:00
Michael 9ff1b97cef upgrade three to r-124 2021-07-08 15:22:55 +02:00
Michael fcced76319 updates for Snap 6 2021-07-08 11:39:09 +02:00
Michael 9185b9b490 add comment 2020-12-10 09:02:10 -08:00
Michael 32b8635087 don't add zero length (correction?) stitches 2020-12-10 08:38:08 -08:00
Michael Aschauer 7fc654b5c0 activate reportPower 2020-03-19 07:22:46 -07:00
Michael Aschauer 847e366275 convert text to string it is a number before drawing text. 2020-03-16 15:36:20 -07:00
Michael Aschauer 3c38be55bd fixed issues:
* with svg export (inital color changes, initial pen size changes caused corrupted tag ending)
* initial pen sizes and colors that diverged from default
* reset now also resets pensize
2019-07-31 16:27:05 -07:00
Michael Aschauer c181bd46c6 fix spaces and trin 2019-02-04 23:43:19 -08:00
Michael Aschauer 4ee307e2be language updates (german) 2019-01-17 10:37:33 -08:00
Michael Aschauer 1db69bd4a1 correct display of XRay checkbox 2019-01-16 22:47:24 -08:00
Michael Aschauer 6bd731b4b6 remove log message 2019-01-16 16:40:30 -08:00
Michael Aschauer a42aa51546 fix bugs with stage scales (applied to forwad, mouse positions)
and bugs in tatami stitches
2019-01-16 16:35:47 -08:00
Michael Aschauer 0fc1644036 update xray 2019-01-16 15:22:29 -08:00