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

20 Коммитов

Автор SHA1 Сообщение Дата
Richard Knoll 7453b3c881
consume pxteditor changes and upgrade code (#6343) 2024-02-06 13:48:43 -08:00
Richard Knoll 8a224bfd0a
exclude type roots from editor build (#6274)
* exclude type roots from editor build

* bump sim
2023-12-12 12:53:24 -08:00
Joey Wunderlich fcc1d6d508
upgrade rule to fix invalid translations in hot fix (#5996)
* es-ES fixes

* more language fixes

* extract 'swap these two fields back' logic to helper fn

* remove extra comment

* didn't save my file when fixing typo
2023-07-20 13:56:03 -07:00
Eric Anderson 12d559d813
[pxt-arcade] Fix deprecation of "out" option in tsconfigs (#5882)
* Fix deprecation warning in tsconfigs

* Bump pxt-core 8.6.32, pxt-common-packages 10.4.9, pxt-arcade-sim 0.11.3

* Update sim version in jobs
2023-05-02 15:49:42 -07:00
Joey Wunderlich f0a888c28b
Bump to ES2017 emit, drop bluebird (#3276)
* drop bbird

* bump refs to versions with bbird changes

* Update pxt-buildmain.yml

* Update pxt-buildpush.yml

* bump versions and es2017->esnext

* bump pxt-core -> 6.10.3

* es2017 for edge, es5 for sts; bump pxt/ pxt common packages

* common packages bump

* bump to released versions, make pxt-arcade-sim point at release again

* Bump sim versions in workflows
2021-03-15 18:14:30 -07:00
Joey Wunderlich 1fa562f377
fix upgrade rule for spritekind enums (#2243)
* fix upgrade rule for spritekind enums

* check regex result is truthy

This won't matter unless the blocks were already invalid / kind was
already messed up, but always feel better being safe anyways
2020-07-23 09:39:36 -07:00
Joey Wunderlich ad8ad3fd43
upgrade rules for tilemap extension (#2197)
* start upgrade rules for tilemap extension

* add upgrade to force min version

* new minor version for tilemaps

* should upgrade xy enum

* upgrade=>upgrades

* missed an exposed enum b/c it was deprecated

* only update the xy enum field, locationXY blockid fixed in pkg

* one more bump to guarantee above version with fixed blockIds

* fix semver to map to first version w/ jres changes
2020-07-21 17:35:37 -07:00
Joey Wunderlich 8b4754edaa
add upgrade rule for sprite hit wall block (#2075)
* add upgrade rule for sprite hit wall block

* bump common

* update generated file

* fix version this update applies to
2020-07-09 18:11:45 -07:00
Joey Wunderlich 581bcd5df5
fix user enums upgrade (SpriteKind -> SpriteKind.Legacy) (#1022) 2019-06-03 14:19:48 -07:00
Joey Wunderlich a4ad7a879c Upgrade rule for game.over win/lose toggle (#890)
* add upgrade rules for win / lose toggle

* update blocks examples to include lose on game over block

* refactor common code to function

* use target version to upgrade instead of param name

* bump minor

* actually update minor, not patch
2019-04-17 21:17:50 -07:00
Richard Knoll d762021435
Adding upgrade rule for gamesettile (#766) 2019-02-22 17:26:17 -08:00
Guillaume Jenkins 8feddddad1
Reporter upgrade (#486)
* Add blocks upgrade logic for argument reporters

* Remove logging
2018-12-21 12:12:48 -05:00
Peli de Halleux 40696486b6 upgrading to pxt 3.9.1 2018-04-13 20:14:41 -07:00
Michał Moskal 0080104726 JRes images and palette (#78)
* Using common palette

* Use appTarget.palette

* Adding sample sprites

* Add __imagePicker voodoo

* bumping pxt
2018-04-04 22:04:39 -07:00
Richard Knoll c1118db81e Adding options to the sprite editor (#77) 2018-04-04 21:55:32 -07:00
Richard Knoll a3f768928f More sprite editor improvements (#66)
* Bigger editor, toolbar options, redoing gestures

* Tooltips and imprvements to line and rectangle tools

* Cursor fixes, fill refactor, reporter bar

* Add disabled/enabled state to undo/redo buttons

* Forgot to enable buttons by default

* Fixing an off-by-one error in the line tool

* Fix paint when grid size changes

* The usual post-opening-pr fixes
2018-03-27 21:07:34 -07:00
Richard Knoll ff95bf3f7d More sprite editor improvements (#57)
* Resizing support

* More resizing changes

* Fixing icons, preview, and sizing of editor

* More tools and options

* Fixing UI bug in the GIF I just uploaded
2018-03-22 17:00:00 -07:00
Richard Knoll 9c984543ac Sprite editor toolbar (#46)
* Smaller block and alpha background

* Sprite editor toolbar and other improvements

* Fixing palette and reducing margin

* Styling improvements
2018-03-20 07:08:02 -07:00
Peli de Halleux 7e5a879a84
Swap white black in palette (#36)
* moving balck to position 2

* updated palette example

* another palette

* a few mono fixes
2018-03-16 10:35:23 -07:00
Richard Knoll 877f7c6368
Sprite editor (#25)
* Add/remove border when focus is received/lost

* Sprite editor

* Making it prettier

* Connecting the editor and field properly

* Actually create sprites

* Removing duplicate file

* Style changes and blockly events

* Sprite create block

* Bumping pxt-core
2018-03-15 14:28:05 -07:00