4002 Commits

Author SHA1 Message Date
Adam Barth
ed80ffdc2b Disable reparent during sync
This feature is causing a bug because the widget tree isn't correctly
synchronized with the render tree.
2015-09-03 10:59:26 -07:00
Adam Barth
f43025b02c Merge pull request #1039 from abarth/fix_raw_examples
Actually make the raw examples work again
2015-09-03 09:41:26 -07:00
Ian Fischer
a47678a83f Merge pull request #1037 from iansf/add_clear_flag
Add --clear flag to sky_tool logs
2015-09-03 09:39:54 -07:00
Adam Barth
d341bedd64 Actually make the raw examples work again
In my previous patch, I forgot to fill in the other diagonal entries in the
device transform matrix.
2015-09-03 09:39:45 -07:00
Ian Fischer
db90b23721 Add a clear flag for sky_tool logs on Android. 2015-09-03 09:36:15 -07:00
Chinmay Garde
c4f2e4e976 Merge pull request #1028 from sethladd/sethladd-patch-1
Slightly clarify contribution workflow
2015-09-03 00:52:28 -07:00
Adam Barth
43331b7788 Merge pull request #1034 from abarth/rm_view_picture
Remove all clients of sky.view.picture
2015-09-03 00:26:15 -07:00
Adam Barth
bdefa0438d Merge pull request #1035 from abarth/null_aware
Use null-aware operators in package:sky
2015-09-03 00:25:12 -07:00
Adam Barth
4b36d7f76e Use null-aware operators in package:sky 2015-09-03 00:03:00 -07:00
Adam Barth
e845755729 Remove all clients of sky.view.picture
Everyone uses sky.view.scene now. This patch also cleans up the raw examples
and makes them follow a consistent pattern.
2015-09-02 23:35:29 -07:00
Ian Fischer
0228634a6d Merge pull request #1032 from iansf/fix_ios_logs
Guard IOSDevice logs
2015-09-02 21:34:39 -07:00
Adam Barth
735890c6f8 Merge pull request #1031 from abarth/sky_scene_compositor
SceneBuilder should build a tree of layers
2015-09-02 18:27:32 -07:00
Adam Barth
0b98d8869c Update README.md 2015-09-02 18:26:49 -07:00
Adam Barth
d2f6457c78 Update README.md 2015-09-02 18:26:18 -07:00
Adam Barth
bc8f7a096e SceneBuilder should build a tree of layers
We now build a layer tree before squashing the draw command down to an
SkPicture.
2015-09-02 18:23:01 -07:00
Ian Fischer
c94b99a574 Guard sky_tool logs against failures due to missing idevicesyslog 2015-09-02 17:08:32 -07:00
Chinmay Garde
ac01e5994a Merge pull request #1030 from chinmaygarde/master
Fix build failure due to incorrect header import of picture_serializer.h
2015-09-02 17:00:08 -07:00
Chinmay Garde
2daa2e9618 Fix build failure due to incorrect header import of picture_serializer.h 2015-09-02 16:58:28 -07:00
Ian Fischer
9ece90547d Merge pull request #1027 from iansf/sky_tool_logs
Add sky_tool logs command
2015-09-02 16:54:15 -07:00
Viktor Lidholt
b70841f2a5 Merge pull request #1029 from vlidholt/master
Initial boss fight in demo game
2015-09-02 16:51:51 -07:00
Viktor Lidholt
ee7023531c Initial boss fight in demo game 2015-09-02 16:49:36 -07:00
Chinmay Garde
a0fe78ba3b Merge pull request #1025 from chinmaygarde/master
Add hooks to save skp file of current frame to the documents directory
2015-09-02 16:12:02 -07:00
Chinmay Garde
cff629460e Rename: SaveFrameToSkp -> SaveFrameToSkPicture 2015-09-02 16:11:21 -07:00
Hans Muller
095d551bbf Merge pull request #1026 from HansMuller/toggle-item-wraps
Enable dynamic changes to itemsWrap in PageableList
2015-09-02 16:01:45 -07:00
Hans Muller
953bb509d0 Enable dynamic changes to itemsWrap in PageableList 2015-09-02 16:00:53 -07:00
Seth Ladd
8c100d7a02 Slightly clarify contribution workflow 2015-09-02 15:59:58 -07:00
Ian Fischer
ddcdbb2f9f Expose logs for Sky apps running on connected devices with sky_tool logs. 2015-09-02 15:42:27 -07:00
Chinmay Garde
544f6499ed Add hooks to save skp file of current frame to the documents directory 2015-09-02 15:18:23 -07:00
Viktor Lidholt
6d00028d94 Merge pull request #1024 from vlidholt/master
Improvements to demo game
2015-09-02 15:18:22 -07:00
Viktor Lidholt
e8fbb4f133 Adds speed boost power up to demo game 2015-09-02 15:14:22 -07:00
Adam Barth
58c98f8aaf Merge pull request #1021 from domokit/krisgiesing-patch-1
Update CONTRIBUTING.md
2015-09-02 14:56:48 -07:00
Adam Barth
ab37c76d14 Merge pull request #1023 from abarth/texture_layer
Rename sky::Layer to sky::TextureLayer
2015-09-02 14:52:56 -07:00
Adam Barth
860f939e87 Rename sky::Layer to sky::TextureLayer 2015-09-02 14:50:45 -07:00
Viktor Lidholt
b5ffee2b25 Improves laser upgrade in demo game 2015-09-02 14:47:54 -07:00
Hans Muller
4e8bfecf04 Merge pull request #1022 from HansMuller/fix-vertical-pageable-list
fix typos in GestureDetector syncConstructorArguments
2015-09-02 14:27:50 -07:00
krisgiesing
5a125b1dbc Update CONTRIBUTING.md 2015-09-02 14:21:12 -07:00
Hans Muller
305776d36c fix typos in GestureDetector syncConstructorArguments 2015-09-02 14:05:22 -07:00
Adam Barth
f0bdd4c590 Rev pub package 2015-09-02 13:49:34 -07:00
Alhaad Gokhale
c5931dda3e Merge pull request #1019 from alhaad/skyx_fix
Fix a type error being triggered when this is being run as a snapshot.
2015-09-02 13:45:04 -07:00
Adam Barth
becef0155a Merge pull request #1018 from abarth/mv_src
Move widgets and rendering inside src
2015-09-02 13:41:25 -07:00
Alhaad Gokhale
51189135da Fix a type error being triggered when this is being run as a snapshot. 2015-09-02 13:40:20 -07:00
Viktor Lidholt
38c2307680 Merge pull request #1017 from vlidholt/master
Improves on demo game balance and adds levels for lasers
2015-09-02 13:39:43 -07:00
Adam Barth
0045b65996 Move widgets and rendering inside src
Code outside of package:sky should import this code using

package:sky/rendering.dart
package:sky/widgets.dart

Moving this code into the "src" directory is a convention that signifies that
and it cleans up the generated dartdoc because the libraries in the src
directory aren't included in the generated documentation. Instead, the classes
are documented in the widgets.dart and rendering.dart libraries.
2015-09-02 13:38:00 -07:00
Viktor Lidholt
cbce3da61a Improves on demo game balance and adds levels for lasers 2015-09-02 13:34:02 -07:00
Adam Barth
1cabd76678 Update dependency on material_design_icons 2015-09-02 13:25:11 -07:00
Adam Barth
9983b13c84 Merge pull request #1016 from abarth/clean_icons
Remove unused icons from the material design icons package
2015-09-02 13:20:52 -07:00
Adam Barth
ee284467d7 Rev pub package 2015-09-02 13:20:32 -07:00
Adam Barth
cc54440aa3 Remove unused icons from the material design icons package
We only use the "drawable" version of the icons.
2015-09-02 13:18:41 -07:00
mpcomplete
c780e0cb13 Merge pull request #991 from mpcomplete/update.service
Introduce an UpdateService for android
2015-09-02 15:44:24 -04:00
Adam Barth
f2727a3c90 Merge pull request #1015 from abarth/remove_domurl
Remove dead code
2015-09-02 12:38:26 -07:00