- 29 Jul, 2015 12 commits
-
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Chinmay Garde authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
Adds star field to game start screen
-
Viktor Lidholt authored
-
Viktor Lidholt authored
Fixes analyzer warnings in sprites
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Adam Barth authored
Fix analyzer warnings
-
Adam Barth authored
-
Hans Muller authored
-
- 28 Jul, 2015 15 commits
-
-
Matt Perry authored
-
Matt Perry authored
SnackBar, and PopupMenu instead of custom statuses.
-
Adam Barth authored
Move build() off microtasks
-
Adam Barth authored
Rather than using a microtask to schedule component build functions, instead use the scheduler. We now tread building just like layout and painting as a visual update.
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
Optimizations for sprite code
-
Matt Perry authored
This lets us be flexible in how to animate the properties of the container. Currently used by SnackBar with a SlideIn intention.
-
Hans Muller authored
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. Added an optional duration: to Scrollable.scrollTo(newOffset, duration: d) which animates the scroll to newOffset. Refactored the Scrollable implementation a little to make the roles of the "toEnd" and "toOffset" animations clearer. _handlePointerDown() now stops both animations. Similarly, we only call settleScrollOffset() from the cancel gesture handlers if the animations aren't already running.
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Viktor Lidholt authored
-
Adam Barth authored
This patch makes the sky package match the structure we've adopted for the other Dart packages we produce from this repo.
-
Adam Barth authored
Remove DEPS-managed Dart packages
-
- 27 Jul, 2015 13 commits
-
-
Adam Barth authored
Instead, use Platform.executable, which is the path to the current `dart` executable.
-
Adam Barth authored
We now use `pub` to manage Dart packages.
-
Viktor Lidholt authored
Optimizations for Particle Systems
-
Viktor Lidholt authored
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
-
Adam Barth authored
This patch picks up a new url_loader.mojom interface that is needed to access the network in production.
-
Adam Barth authored
Cleanups to network service
-
Adam Barth authored
This patch contains some minor improvements to the network service: - We now cache the connection to the network service so we don't need to spin it up for each request. - We now manage the lifetime of NetworkServiceImpl in the same way as other services. Also, update the workbench sky_tools dependency to the latest version.
-
Adam Barth authored
Teach big_red_button how to publish sky, sky_engine, sky_services
-
Adam Barth authored
This CL makess big_red_button.py work for the sky, sky_engine, sky_services packages.
-
Hans Muller authored
-
Adam Barth authored
We need to pull in an updated version of sky_tools to get a version that doesn't try to gzip everything.
-
Adam Barth authored
Fix sky_tool's installing of SkyShell.apk
-
Adam Barth authored
We were walking over to the realdir too quickly, which meant we lost which version of the sky_engine package we were supposed to use.
-