2716 Commits

Author SHA1 Message Date
Hixie
f2a60fa635 Fix test breakage (stocks test imports stocks app differently than a recent checkin expected). 2015-07-24 14:54:56 -07:00
Adam Barth
d9a68f99ce Merge pull request #274 from jimsimon/examples-as-libraries
Examples as libraries
2015-07-24 14:23:39 -07:00
Chinmay Garde
71d70fb708 Merge pull request #276 from chinmaygarde/mac
Make the Mac target deps look similar to iOS
2015-07-24 14:13:39 -07:00
Chinmay Garde
bb161eee1a Make the Mac target deps look similar to iOS
Fixes Mac builds
2015-07-24 13:54:35 -07:00
Viktor Lidholt
b15dd6ac7d Merge pull request #273 from vlidholt/master
Optimizations for Particle Systems
2015-07-24 13:04:34 -07:00
Viktor Lidholt
6a8e489875 Fixes formatting and abstraction in GameMath 2015-07-24 12:59:08 -07:00
Adam Barth
a2887a834a Merge pull request #265 from abarth/workbench
Create //sky/packages/workbench
2015-07-24 12:50:51 -07:00
Viktor Lidholt
8bf434a054 Optimizes ColorSequence 2015-07-24 12:39:02 -07:00
Jim Simon
5e341c21b4 Converted examples to libraries
Converted demo launcher example to library

Converted fitness example to library

Converted hello world example to library

Converted mine digger example to library

Converted stocks example to library
2015-07-24 12:27:27 -07:00
Jim Simon
c14b8a2716 Updated AUTHORS 2015-07-24 12:24:05 -07:00
Jim Simon
a499534621 Added .idea folder to gitignore 2015-07-24 12:24:05 -07:00
Viktor Lidholt
f7007aace2 Merge branch 'master' of github.com:domokit/sky_engine
Conflicts:
	sky/sdk/example/game/lib/particle_system.dart
2015-07-24 12:17:18 -07:00
Viktor Lidholt
4780a78af1 Optimizations to particle systems. Uses single instance of Random and faster atan2 function. 2015-07-24 12:14:22 -07:00
Eric Seidel
075b3e88e6 Merge pull request #271 from eseidelGoogle/draw_atlas
Use Skia's drawAtlas now that we've rolled to a newer Skia
2015-07-24 11:27:15 -07:00
Hans Muller
db822187c8 Merge pull request #270 from HansMuller/dismissable-backgrounds
Dismissable animation simplifications; added backgrounds to CardCollection cards
2015-07-24 11:17:00 -07:00
Hans Muller
c9d284f442 Dismissable animation simplifications; added backgrounds to CardCollection cards 2015-07-24 11:15:37 -07:00
Eric Seidel
b75deae7da Use Skia's drawAtlas now that we've rolled to a newer Skia
Roll was ff8bbe4e1674ae57f2ea3a2841a37a9c099beac8
This is another step in fixing #138

R=viktork@google.com
2015-07-24 11:11:30 -07:00
Eric Seidel
ff8bbe4e16 Merge pull request #269 from eseidelGoogle/skia_roll
Roll Skia to the latest revision to pick up drawAtlas fix
2015-07-24 11:10:14 -07:00
Eric Seidel
244cebd496 Roll Skia to the latest revision to pick up drawAtlas fix
R=chinmaygarde@google.com
2015-07-24 10:59:20 -07:00
Collin Jackson
00823e6e68 Merge pull request #268 from collinjackson/fitness_dialog
New item dialog for fitness app and other minor improvements

R=eseidel
2015-07-24 10:28:24 -07:00
Collin Jackson
48bc67971b Fix the new item dialog for fitness app 2015-07-24 10:27:16 -07:00
Adam Barth
e8c3ceb7da Create //sky/packages/workbench
The workbench package exists to pull in pub packages from both pub.dartlang.org
and from the source tree (using dependency overrides). The idea is that
workbench will reflect a typical Sky developer's environment so that we can use
the same tools as a typical sky developer by running them with the workbench as
the cwd.
2015-07-23 22:20:07 -07:00
Adam Barth
9f0105510e Remove stray .orig file 2015-07-23 21:00:16 -07:00
Adam Barth
24f0465b26 Merge pull request #264 from abarth/fix_icons
Teach skyx where the material design icons are
2015-07-23 20:14:53 -07:00
Adam Barth
421d625ee7 Merge pull request #263 from abarth/fix_deps
Add back some DEPS
2015-07-23 19:41:38 -07:00
Adam Barth
82838fb5fd Teach skyx where the material design icons are 2015-07-23 19:35:54 -07:00
Ian Hickson
e02ece3bfe Update CONTRIBUTING.md
clarify what is currently supported
2015-07-23 19:16:33 -07:00
Adam Barth
02dcb55d54 Add back some DEPS
Turns out if we don't have these deps, nothing builds these packages.
2015-07-23 19:07:20 -07:00
Eric Seidel
af454168fc Fix material_design_icons
TBR=abarth@google.com
2015-07-23 17:35:43 -07:00
Adam Barth
ce7ca2ccb0 Remove clean_sky_package.py
This script is unused.
2015-07-23 16:54:51 -07:00
Adam Barth
3b23f92f5f Merge pull request #261 from abarth/demagic_sky_package
Remove the magic from the Sky package
2015-07-23 16:52:50 -07:00
Ian Fischer
48ed96be66 Merge pull request #260 from iansf/ios_cmd_line
Make it possible to specify which sky app and sky server to use from the command line, overridding the Info.plist.
2015-07-23 16:52:49 -07:00
Adam Barth
62005770f8 Remove the magic from the Sky package
We now just symlink the lib directory into the packages directory in the output
directory.
2015-07-23 16:52:32 -07:00
Ian Fischer
88a936708e Command line options for launching a particular
Sky app in the simulator.
2015-07-23 16:41:51 -07:00
Adam Barth
af3e77fd04 Merge pull request #259 from abarth/symlink_icons
Symlink Material Design Icons into Dart packages in the out dir
2015-07-23 16:36:42 -07:00
Adam Barth
267410cb83 Symlink Material Design Icons into Dart packages in the out dir
Otherwise they won't be visible to the web server.
2015-07-23 16:34:11 -07:00
Adam Barth
67f9f687b6 Merge pull request #258 from abarth/rm_hacking_md
Remove outdated HACKING.md document
2015-07-23 16:21:07 -07:00
Adam Barth
4b218fb6de Remove outdated HACKING.md document
CONTRIBUTING.md has the current instructions.
2015-07-23 16:19:55 -07:00
Adam Barth
2e2d20e6bf Merge pull request #254 from abarth/sky_services
Add sky_services pub package
2015-07-23 16:05:57 -07:00
Adam Barth
f9c50e6022 Fix clean build
This script was erroring out due to some missing renames.
2015-07-23 16:03:36 -07:00
Adam Barth
45be398801 Add sky_services pub package
This package contains the mojom.dart files we generate from the sky_engine
repository.
2015-07-23 15:51:37 -07:00
Adam Barth
6f84de718f Merge pull request #250 from abarth/material_package
Move Material Design Icons to their own package
2015-07-23 14:57:52 -07:00
Adam Barth
47a582b794 Move Material Design Icons to their own package
After this patch, we use pub to manage versioning and fetching the material
design icons.
2015-07-23 14:54:59 -07:00
Viktor Lidholt
fb814cabf6 Merge pull request #249 from vlidholt/master
Adds test case for drawAtlas in games
2015-07-23 14:44:37 -07:00
Viktor Lidholt
3cb8769543 Adds test case for drawAtlas in games 2015-07-23 14:39:39 -07:00
Eric Seidel
cffc3f985d Merge pull request #248 from eseidelGoogle/target_cpu
Fix sky/tools/gn --ios --simulator to set the correct target_cpu
2015-07-23 14:33:02 -07:00
Eric Seidel
dfdc7327fb Fix sky/tools/gn --ios --simulator to set the correct target_cpu
Also fixed missing dependency from LocalDOMWindow.cpp on
mojo's navigation service.  Not sure why gn check missed that.

R=abarth@google.com
2015-07-23 14:30:49 -07:00
Ian Hickson
97911fb860 Merge pull request #244 from Hixie/focus
Add a dialog to the address book app to test scoped focus.
2015-07-23 14:19:42 -07:00
Adam Barth
3b32f3f3c6 Merge pull request #245 from abarth/sky_engine_package
Add a sky_engine package to contain the dart:sky SDK extensions
2015-07-23 14:18:05 -07:00
Adam Barth
b091dfbba9 Add a sky_engine package to contain the dart:sky SDK extensions 2015-07-23 14:17:35 -07:00