3670 Commits

Author SHA1 Message Date
Adam Barth
a97aef8d86 Merge pull request #849 from abarth/physical_size
Plumb physical size along with SkPicture
2015-08-26 09:30:40 -07:00
Adam Barth
795df1327b Plumb physical size along with SkPicture
Previously we were using the cull rect of the SkPicture to size the GPU buffer,
but Skia is too smart and shrinkwraps the cull rect, which meant we weren't
sizing the GPU buffer to the right size.

Fixes #814
2015-08-26 09:26:51 -07:00
Ian Hickson
3b5dec7768 Merge pull request #848 from Hixie/flex-part3
Replace Flex to Row and Column in tests and examples.
2015-08-26 09:13:52 -07:00
Hixie
71e6f53a57 Replace Flex to Row and Column in tests and examples.
This still leaves Flex and FlexDirection available. At some point once
people have transitioned to Row/Column we should rename Flex to _Flex
and stop reexporting FlexDirection from basic.dart.
2015-08-26 09:05:14 -07:00
Adam Barth
b5f930ead9 Rev pub package 2015-08-26 08:59:09 -07:00
John McCutchan
6a39f279f3 Merge pull request #845 from johnmccutchan/roll_dart_2
Update Dart
2015-08-26 07:21:29 -07:00
John McCutchan
b2b211ccc2 Update Dart 2015-08-26 06:52:07 -07:00
Adam Barth
b4d8a1cd3a Merge pull request #844 from abarth/missing_dep
Add missing dependency
2015-08-25 20:49:37 -07:00
Adam Barth
c7b8d482a8 Add missing dependency 2015-08-25 19:59:52 -07:00
Adam Barth
374f9d6c2b Merge pull request #842 from abarth/test_mimic
Add a basic test for Mimic tree movement
2015-08-25 17:26:09 -07:00
Adam Barth
f44e4c0615 Add a basic test for Mimic tree movement 2015-08-25 16:50:44 -07:00
Ian Fischer
ed7c2d00c2 Merge pull request #840 from iansf/change_fitness_app_id
Change Fitness app id
2015-08-25 16:40:10 -07:00
Viktor Lidholt
80f9495578 Merge pull request #841 from vlidholt/master
Adds license file and required fields to pubspec
2015-08-25 16:36:40 -07:00
Viktor Lidholt
ca7adecdd4 Adds license file and required fields to pubspec 2015-08-25 16:35:05 -07:00
Viktor Lidholt
3ee8259b0c Merge pull request #837 from vlidholt/master
Updates skysprites readme
2015-08-25 16:34:39 -07:00
James Robinson
207ec53e30 Merge pull request #839 from jamesr/deps_mojo_devtools
Pull in mojo/devtools via DEPS
2015-08-25 16:31:56 -07:00
Ian Fischer
80658a1585 Change Fitness bundle id to be compatible with signing with Google’s keys. 2015-08-25 16:24:28 -07:00
James Robinson
586544fd2d Pull in mojo/devtools via DEPS 2015-08-25 16:18:50 -07:00
Viktor Lidholt
1c87527c54 Updates skysprites readme 2015-08-25 16:14:58 -07:00
Adam Barth
90581e0beb Merge pull request #836 from abarth/test_align_bug
Add a test for #833
2015-08-25 16:14:29 -07:00
Adam Barth
f16249adcd Add a test for #833
This test just exercises Align to make sure it can sync.
2015-08-25 16:13:33 -07:00
Viktor Lidholt
c46ff6f2f3 Merge pull request #835 from vlidholt/master
Moves sky sprites to its own package
2015-08-25 16:12:30 -07:00
Viktor Lidholt
872a1cbfa4 Moves sky sprites to its own package 2015-08-25 16:08:46 -07:00
Ian Hickson
ba21befce4 Merge pull request #833 from Hixie/align
Fix signature of Align.syncRenderObject()
2015-08-25 16:04:43 -07:00
Hixie
340296505e Fix signature of Align.syncRenderObject() 2015-08-25 16:04:01 -07:00
Adam Barth
fb9a3982c5 Rev pub package 2015-08-25 15:49:27 -07:00
Adam Barth
42fcc36407 Rev pub packages 2015-08-25 15:42:20 -07:00
Adam Barth
5e46a0f49a Update dart SDK 2015-08-25 15:41:26 -07:00
Adam Barth
dff1bd031c Merge pull request #832 from Hixie/positioner
Introduce Align widget for aligning children.
2015-08-25 15:37:43 -07:00
Adam Barth
7b265cb08a Merge pull request #831 from abarth/track_mimic
Properly track mimics that move in the tree
2015-08-25 15:36:59 -07:00
Hixie
9352213766 Introduce Align widget for aligning children. 2015-08-25 15:35:20 -07:00
Adam Barth
1031c0ed60 Properly track mimics that move in the tree
We weren't telling the new mimicable that we wanted to start mimicing it.
2015-08-25 15:33:52 -07:00
Viktor Lidholt
51f3f7ea04 Merge pull request #826 from vlidholt/master
Updates to demo game
2015-08-25 15:33:49 -07:00
Viktor Lidholt
40e2693bf8 Fixes nits 2015-08-25 15:30:45 -07:00
Eric Seidel
c1a8b22611 Merge pull request #830 from eseidelGoogle/apk_version
Roll APK versions in preparation for releases
2015-08-25 15:13:34 -07:00
Eric Seidel
909671106e Roll APK versions in preparation for releases
@abarth
fitness_apk_4 demo_apk_24
2015-08-25 15:12:38 -07:00
Adam Barth
412a4a9e27 Merge pull request #827 from jamesr/mojo_roll_d259eb58aa59e14a13d5e0dc3984b855b475ba09
Update to mojo d259eb58aa59e14a13d5e0dc3984b855b475ba09
2015-08-25 15:02:52 -07:00
James Robinson
c8eff5e44f Update to mojo d259eb58aa59e14a13d5e0dc3984b855b475ba09
This updates to mojo commit d259eb58aa59 and limits the roll script to
only pull in the parts of //mojo that are currently being used. More
stuff will be dropped in the future.
2015-08-25 14:56:25 -07:00
Adam Barth
c3fb88fbff Merge pull request #813 from abarth/device_pixel_ratio
Don't freeze devicePixelRatio at startup
2015-08-25 14:55:01 -07:00
Viktor Lidholt
ec4aaf2efd Adds swarms of enemies to demo game 2015-08-25 14:49:54 -07:00
Viktor Lidholt
0d0ee255fa Adds constraint for rotating a node towards another node 2015-08-25 14:47:56 -07:00
Adam Barth
29705868ad Merge pull request #822 from abarth/focus_assert
Fix global key error while using fitness app
2015-08-25 14:45:57 -07:00
Adam Barth
c25e7ffd5d Merge pull request #817 from abarth/test_sky_analyzer
test_sky shouldn't run skyanalyzer
2015-08-25 14:45:45 -07:00
Viktor Lidholt
dbe555a42a Makes the spline tension editable in sprites 2015-08-25 14:45:44 -07:00
Adam Barth
b2d3435d8e Fix global key error while using fitness app
We were making local copies of the listener maps, but we were actually
iterating the underlying sets. Now we make local copies of the sets.

Fixes #803
2015-08-25 14:45:18 -07:00
Adam Barth
0f5e9b2a5e test_sky shouldn't run skyanalyzer
If we want to run the analyzer, we should do that as a separate step.
2015-08-25 14:20:40 -07:00
Adam Barth
fd3e989c98 Merge pull request #815 from abarth/build_fix
Fix build
2015-08-25 14:12:54 -07:00
Adam Barth
99768c9349 Fix build
I removed these functions by mistake in my previous patch.
2015-08-25 14:10:32 -07:00
Adam Barth
24d02b3312 Don't freeze devicePixelRatio at startup
When we start, we might not have initialized the devicePixelRatio value. The
value will be initialized by the time we paint, so now we update the value
every time we paint.
2015-08-25 14:06:53 -07:00
Adam Barth
ec232fffe8 Merge pull request #809 from abarth/scene_builder
Use sky.SceneBuilder to upload Layer tree to C++
2015-08-25 13:59:52 -07:00