e2a784e3b5
add --fatal-warnings to dartanalyzer command line
Hans Muller
2015-07-28 14:34:54 -07:00
3b4093e14e
Merge remote-tracking branch 'upstream/master' into performance
Matt Perry
2015-07-28 17:23:42 -04:00
09dc392945
Add an AnimationStatus to AnimationPerformance, and use that in Drawer, SnackBar, and PopupMenu instead of custom statuses.
Matt Perry
2015-07-28 15:23:12 -04:00
f4750a7d0a
Merge pull request #328 from abarth/schedule_build
Adam Barth
2015-07-28 14:06:01 -07:00
5d15bb5126
Move build() off microtasks
Adam Barth
2015-07-28 13:44:48 -07:00
2ed083d265
Move the game Info.plist to the packages directory
Chinmay Garde
2015-07-28 13:32:53 -07:00
ba51fa22ff
Address PR feedback on updates for SkyX for iOS
Chinmay Garde
2015-07-28 12:57:53 -07:00
cada9213c0
Load SkyX files on iOS where available
Chinmay Garde
2015-07-28 09:03:11 -07:00
c79db8c41e
Load SkyX files on iOS where available
Chinmay Garde
2015-07-28 09:03:11 -07:00
01ac0095e8
Updates startled in game demo to use drawAtlas
Viktor Lidholt
2015-07-28 12:49:36 -07:00
03bcbe7731
Merge pull request #319 from HansMuller/fix-skyanalyzer
Hans Muller
2015-07-28 12:37:48 -07:00
2a623397c7
specify --package-root
Hans Muller
2015-07-28 12:35:15 -07:00
0d7156fc03
Merge pull request #315 from vlidholt/master
Viktor Lidholt
2015-07-28 12:06:38 -07:00
bcb7056319
Merge pull request #272 from iansf/T262
Ian Fischer
2015-07-28 12:06:33 -07:00
4cc17806cf
Merge pull request #317 from eseidelGoogle/mac_testing
Eric Seidel
2015-07-28 12:05:40 -07:00
6a80f886f3
Automatically launch the iOS simulator if it isn’t already running.
Ian Fischer
2015-07-24 11:35:25 -07:00
d5b8134c84
Make test_sky work on Mac!
Eric Seidel
2015-07-28 11:31:42 -07:00
58af5099b3
Merge pull request #314 from asankah/asankah-fix-readme-typo
Eric Seidel
2015-07-28 11:12:27 -07:00
b79a73136a
Refactor AnimationContainer to support drop-in Intentions.
Matt Perry
2015-07-23 18:28:45 -04:00
32b25a2c83
Fix typos
Adam Barth
2015-07-28 11:04:27 -07:00
6a17d1806d
When the selected tab changes in a TabBar for which isScrollable:true, animate the selected tab to the center of the viewport, if that's possible.
Hans Muller
2015-07-27 14:02:02 -07:00
b71d0dfbaf
Optimizes sprite performance by minimizing the number of calls to action controllers
Viktor Lidholt
2015-07-28 10:14:16 -07:00
bc49645960
Optimizes sprite performance by reusing Paint objects
Viktor Lidholt
2015-07-28 09:36:21 -07:00
0041182dc8
Optimizes sprites by replacing save/restore by caching the total matrix
Viktor Lidholt
2015-07-27 16:36:42 -07:00
73ca5f52df
Fix typo in README.md
Asanka Herath
2015-07-28 13:05:20 -04:00
da78083fcf
Merge pull request #313 from abarth/mv_sky_package
Adam Barth
2015-07-28 08:48:13 -07:00
54803998a8
Move sky package into sky/packages/sky
Adam Barth
2015-07-28 08:39:37 -07:00
92b4a5ca5e
Move sky package into sky/packages/sky
Adam Barth
2015-07-28 08:39:37 -07:00
9e78f437a2
Merge pull request #312 from abarth/fix_analyzer
Adam Barth
2015-07-27 21:18:09 -07:00
7538380b05
Teach skyanalyzer about workbench
Adam Barth
2015-07-27 20:54:19 -07:00
d501d24ea3
Merge pull request #311 from abarth/more_sky_init
Adam Barth
2015-07-27 20:39:13 -07:00
f48a6cc560
Run sky:init before creating a snapshot
Adam Barth
2015-07-27 18:19:24 -07:00
445003b061
Merge pull request #310 from tonygentilcore/roll
Tony Gentilcore
2015-07-27 17:59:22 -07:00
4aa28b0d08
Fix compilation
Tony Gentilcore
2015-07-27 17:33:48 -07:00
c20659024e
Merge pull request #308 from abarth/rm_dart_pkg
Adam Barth
2015-07-27 17:07:54 -07:00
3983bffeef
Merge pull request #308 from abarth/rm_dart_pkg
Adam Barth
2015-07-27 17:07:54 -07:00
be52cb8690
Improve init.dart not to assume dart is in your PATH
Adam Barth
2015-07-27 16:56:18 -07:00
30648059aa
Remove DEPS-managed Dart packages
Adam Barth
2015-07-27 16:54:30 -07:00
47d44ef5b6
Remove DEPS-managed Dart packages
Adam Barth
2015-07-27 16:54:30 -07:00
9e79869ac3
Merge pull request #307 from eseidelGoogle/pub_get_banana_pants
Eric Seidel
2015-07-27 16:36:46 -07:00
b1f1fd57ae
Work around pub get going crazy
Eric Seidel
2015-07-27 16:35:04 -07:00
55e4d315ce
Merge pull request #305 from abarth/rm_go
Adam Barth
2015-07-27 16:12:41 -07:00
b1ee1648ae
Remove skygo
Adam Barth
2015-07-27 16:11:15 -07:00
09cfb05908
Merge pull request #300 from vlidholt/master
Viktor Lidholt
2015-07-27 15:42:50 -07:00
59b0e328e7
Refactors randomizations of color sequences and optimizes particle systems (uses single Paint instance, doesn't compute accelerations unless used, reduces number of created objects, faster color calculations) Fixes indentation Optimizes lookup in fast version of atan2 (toInt is faster than floor) Removes frame rate printout and adds assert
Viktor Lidholt
2015-07-27 13:33:03 -07:00
fe3e5344a2
Break the dependency on Go-based sky_server
Adam Barth
2015-07-27 15:38:42 -07:00
f372e07b47
Merge pull request #302 from abarth/gclient_pub
Adam Barth
2015-07-27 14:58:18 -07:00
d057b7546d
Teach gclient to run pub in more directories
Adam Barth
2015-07-27 14:54:09 -07:00