Commit Graph

  • de105aa013 Adds star field to game start screen Viktor Lidholt 2015-07-28 17:34:39 -07:00
  • 6dc4bc32ff Merge pull request #345 from vlidholt/master Viktor Lidholt 2015-07-28 17:34:02 -07:00
  • fbb645bb92 Fixes compilation error in demo game and adds auto scrolling star field Viktor Lidholt 2015-07-28 17:21:06 -07:00
  • 8b4d02018e Fixes compilation errors in sprites Viktor Lidholt 2015-07-28 17:19:56 -07:00
  • 947d505cba Merge pull request #343 from abarth/fix_analyzer Adam Barth 2015-07-28 17:06:11 -07:00
  • b9a820f2b7 Fix analyzer warnings Adam Barth 2015-07-28 17:05:30 -07:00
  • 7af3a32eed Animated selected tab indicator Hans Muller 2015-07-28 16:02:00 -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
  • cada9213c0 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
  • 0d7156fc03 Merge pull request #315 from vlidholt/master Viktor Lidholt 2015-07-28 12:06:38 -07:00
  • b79a73136a Refactor AnimationContainer to support drop-in Intentions. Matt Perry 2015-07-23 18:28:45 -04: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
  • 54803998a8 Move sky package into sky/packages/sky Adam Barth 2015-07-28 08:39:37 -07:00
  • c20659024e 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
  • 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
  • 6d717593bd Pull a newer mojo_services Adam Barth 2015-07-27 14:04:37 -07:00
  • ff1f08333f Merge pull request #297 from abarth/network_nits Adam Barth 2015-07-27 14:04:08 -07:00
  • b9e74071d8 Cleanups to network service Adam Barth 2015-07-27 13:38:37 -07:00
  • 7cf81c81ce Merge pull request #294 from abarth/big_red_button Adam Barth 2015-07-27 12:22:18 -07:00
  • b96512ccef Teach big_red_button how to publish sky, sky_engine, sky_services Adam Barth 2015-07-27 11:07:26 -07:00
  • 65caad4703 Enable fling scrolling in TabBar Hans Muller 2015-07-27 08:31:53 -07:00
  • 2c09a98299 Update Sky package version Adam Barth 2015-07-27 10:07:41 -07:00
  • 378b9c2ff5 Merge pull request #292 from abarth/fix_sky_tools Adam Barth 2015-07-27 10:06:53 -07:00
  • c420d2c3f4 Fix sky_tool's installing of SkyShell.apk Adam Barth 2015-07-27 10:05:16 -07:00
  • d1f0a8d1e9 Rev package version Adam Barth 2015-07-27 10:04:07 -07:00
  • b45a6442c5 Turn off gzip Adam Barth 2015-07-27 10:03:22 -07:00
  • ef600e145e Update README.md Adam Barth 2015-07-27 09:47:29 -07:00
  • 623bc3efd6 Rev Sky package Adam Barth 2015-07-27 09:13:01 -07:00
  • 7c8bf7e05e Merge pull request #3 from HansMuller/add-bounded-friction-simulation Hans Muller 2015-07-27 09:11:25 -07:00
  • ea1a8ee3c2 added BoundedFrictionSimulation Hans Muller 2015-07-27 09:07:06 -07:00
  • 60177a71ab Scoped focus, so you can have a dialog with input controls and not lose your focus in the background. Hixie 2015-07-23 17:05:17 -07:00
  • f13f8894e4 Fix review feedback from previous checkin. Hixie 2015-07-24 18:08:04 -07:00
  • 1b7aa1153e Fix the lerp the RIGHT way. Hixie 2015-07-24 18:05:14 -07:00
  • 4f9f5656c7 Merge pull request #281 from Hixie/buttons Ian Hickson 2015-07-24 17:55:13 -07:00
  • be5545cf28 Fix the crash for buttons. Hixie 2015-07-24 17:38:07 -07:00
  • df7fdb5b12 pushDialog(navigator, (navigator) => new Dialog(...)).then((result) => process(result)); Hixie 2015-07-24 17:13:22 -07:00
  • 66f064eabf spring can be null drag must not be Hans Muller 2015-07-24 15:51:33 -07:00
  • 82f5f14b98 Move dialog into its own class Collin Jackson 2015-07-24 15:16:40 -07:00
  • 6c639ee389 optional spring description Hans Muller 2015-07-24 15:15:19 -07:00
  • 051655fa6d Merge pull request #278 from Hixie/nav-dialogs Ian Hickson 2015-07-24 15:02:20 -07:00
  • db63850e42 Fix test breakage (stocks test imports stocks app differently than a recent checkin expected). Hixie 2015-07-24 14:42:36 -07:00
  • ac6342ab8a Use the navigator to stack dialogs. Hixie 2015-07-24 14:26:31 -07:00
  • c6fe01eda3 Merge pull request #274 from jimsimon/examples-as-libraries Adam Barth 2015-07-24 14:23:39 -07:00
  • 80f8435916 Merge pull request #273 from vlidholt/master Viktor Lidholt 2015-07-24 13:04:34 -07:00
  • 45399c7a53 Fixes formatting and abstraction in GameMath Viktor Lidholt 2015-07-24 12:59:08 -07:00
  • 544e19d48c Merge pull request #265 from abarth/workbench Adam Barth 2015-07-24 12:50:51 -07:00
  • ab2b791866 Optimizes ColorSequence Viktor Lidholt 2015-07-24 12:39:02 -07:00
  • 3089686eeb Converted examples to libraries Jim Simon 2015-07-24 10:53:34 -07:00
  • 2e2331ab5e Merge branch 'master' of github.com:domokit/sky_engine Viktor Lidholt 2015-07-24 12:17:18 -07:00
  • 53c66a5f4c Optimizations to particle systems. Uses single instance of Random and faster atan2 function. Viktor Lidholt 2015-07-24 12:14:22 -07:00
  • 4f8de2ee82 Merge pull request #271 from eseidelGoogle/draw_atlas Eric Seidel 2015-07-24 11:27:15 -07:00
  • 9ac347da62 Dismissable animation simplifications; added backgrounds to CardCollection cards Hans Muller 2015-07-23 09:17:59 -07:00
  • 7a1e3bb389 Use Skia's drawAtlas now that we've rolled to a newer Skia Eric Seidel 2015-07-24 11:11:30 -07:00
  • 9f6fc78ceb Fix the new item dialog for fitness app Collin Jackson 2015-07-24 10:12:26 -07:00
  • a3b44a566c Create //sky/packages/workbench Adam Barth 2015-07-23 22:20:07 -07:00
  • 08a64a92f8 Roll version Adam Barth 2015-07-23 21:46:26 -07:00
  • bb2f54bb91 Use shelf instead of http_server Adam Barth 2015-07-23 19:51:03 -07:00
  • cb8e1b58cb Add back some DEPS Adam Barth 2015-07-23 19:07:20 -07:00
  • edd9ddccb4 Remove the magic from the Sky package Adam Barth 2015-07-23 16:49:53 -07:00
  • 40913d0363 Add sky_services pub package Adam Barth 2015-07-23 15:51:37 -07:00
  • e2db025317 Merge pull request #250 from abarth/material_package Adam Barth 2015-07-23 14:57:52 -07:00
  • 1892149897 Move Material Design Icons to their own package Adam Barth 2015-07-23 14:54:59 -07:00
  • 2bccb1890d Merge pull request #249 from vlidholt/master Viktor Lidholt 2015-07-23 14:44:37 -07:00
  • f3e51d9f05 Adds test case for drawAtlas in games Viktor Lidholt 2015-07-23 14:39:39 -07:00
  • 9ac6830770 Merge pull request #244 from Hixie/focus Ian Hickson 2015-07-23 14:19:42 -07:00
  • 1570b17237 Merge pull request #245 from abarth/sky_engine_package Adam Barth 2015-07-23 14:18:05 -07:00
  • dfce6c7191 Add a sky_engine package to contain the dart:sky SDK extensions Adam Barth 2015-07-23 14:11:09 -07:00
  • 2694d67551 Add a dialog to the address book app to test scoped focus. Hixie 2015-07-23 14:05:46 -07:00
  • 8a64baca3d Merge pull request #241 from abarth/sky_shell_apk Adam Barth 2015-07-23 13:32:15 -07:00
  • 765881f264 Merge pull request #223 from vlidholt/master Viktor Lidholt 2015-07-23 13:30:25 -07:00
  • 9a834384f1 Adds custom play button with texture to demo game Viktor Lidholt 2015-07-22 16:52:09 -07:00
  • c14ba33667 Create a SkyShell.apk Adam Barth 2015-07-23 13:26:01 -07:00
  • 4e2893802d Remove the scheduleBuild() API. Hixie 2015-07-23 12:52:13 -07:00
  • eb90899aab Track global keys globally. Assert that there are no duplicates. Export GlobalKey from basic.dart, so that people don't have to import widgets.dart just for that. Fix the "initialFocus" feature which actually didn't work. Hixie 2015-07-23 10:55:00 -07:00
  • 7224089c9f Merge pull request #230 from abarth/use_dart_http_server Adam Barth 2015-07-23 09:28:40 -07:00
  • 8998132d94 Add C++ based support for drawAtlas Eric Seidel 2015-07-22 14:53:25 -07:00
  • 144fe36e25 RenderConstrainedBox was ignoring its additional constraints for its intrinsic size logic when it had no child. Hixie 2015-07-23 09:05:57 -07:00
  • 5aeff1ac1d Merge pull request #233 from abarth/fix_analyzer Adam Barth 2015-07-23 08:56:10 -07:00
  • 59798b982e Fix analyzer warnings Adam Barth 2015-07-23 08:54:51 -07:00
  • 3aa0437ff2 Rename defaultFocus to initialFocus. Hixie 2015-07-23 08:43:29 -07:00
  • 4da276710f Focus support. Eric Seidel 2015-07-21 10:55:24 -07:00
  • 3331d44f2d Don't try to access the network in Stocks test Adam Barth 2015-07-23 08:39:42 -07:00
  • 278e0ab29d Switch sky_tool to use a Dart-based HTTP server Adam Barth 2015-07-23 00:22:41 -07:00
  • 6d8255ff04 Roll version Adam Barth 2015-07-23 00:14:16 -07:00
  • 0365fefaca Let sky_server follow links outside of the current directory Adam Barth 2015-07-23 00:13:51 -07:00
  • 470186cea5 A little bit more README text Adam Barth 2015-07-22 23:46:27 -07:00
  • 386f6c545b Add an environment dependency Adam Barth 2015-07-22 23:45:05 -07:00
  • 041275e80c Add a basic HTTP server for Sky Adam Barth 2015-07-22 23:42:22 -07:00
  • 3d41fb8a89 Merge pull request #215 from Hixie/crash-settings Ian Hickson 2015-07-22 18:16:08 -07:00