3938 Commits

Author SHA1 Message Date
James Robinson
3418bb480e Merge pull request #1001 from jamesr/remove_glx
Remove GLX code from //ui/gl, simplify build a bit
2015-09-02 10:32:31 -07:00
Adam Barth
fc9985d775 Merge pull request #1008 from abarth/improve_dart_sky
Fix typos in dart:sky
2015-09-01 23:23:38 -07:00
Adam Barth
73d29cfd36 Fix typos in dart:sky
We renamed lerpNum to lerpDouble and forgot to update these callers.
2015-09-01 23:21:35 -07:00
Adam Barth
dc318408a1 Merge pull request #1007 from abarth/travis_container
Use Travis container-based infrastructure
2015-09-01 22:29:45 -07:00
Adam Barth
e4481c7414 Use Travis container-based infrastructure 2015-09-01 22:28:00 -07:00
Adam Barth
9f3f7e187b Merge pull request #1006 from abarth/travis_passes
Make travis green
2015-09-01 22:24:41 -07:00
Adam Barth
7be7575282 Make travis green 2015-09-01 22:21:56 -07:00
Adam Barth
cd5b821ff6 Merge pull request #1005 from abarth/fix_travis
Fix typo in Travis script
2015-09-01 21:00:40 -07:00
Adam Barth
e0d44249cc Fix typo in Travis script 2015-09-01 20:44:39 -07:00
Adam Barth
c828dd8d77 Merge pull request #1004 from abarth/prebuilt_travis
Run unit test on Travis with a prebuilt sky_shell
2015-09-01 20:41:13 -07:00
Adam Barth
8507e8ab40 Run unit test on Travis with a prebuilt sky_shell 2015-09-01 20:39:51 -07:00
Adam Barth
4d46a0e0eb Rev pub package 2015-09-01 20:00:23 -07:00
Adam Barth
7e88cf2402 Rev pub spec 2015-09-01 19:54:33 -07:00
James Robinson
b2008eb540 Remove GLX code from //ui/gl, simplify build a bit
This removes the now unused GLX binding code from //ui/gl and simplifies
the build files a bit, removing unused configs and includes and such.
2015-09-01 17:02:43 -07:00
Viktor Lidholt
5f46ec9920 Merge pull request #999 from vlidholt/master
Adds support for labels in skysprites
2015-09-01 16:47:44 -07:00
Adam Barth
413612bde6 Merge pull request #998 from abarth/remove_filters
Remove a number of unneeded filters from skyanalyzer
2015-09-01 16:41:46 -07:00
Viktor Lidholt
5f0793ee2e Fixes sprite label so it doesn't use a fixed max width 2015-09-01 16:36:40 -07:00
James Robinson
ab188a8e38 Merge pull request #1000 from jamesr/include_build_config_for_checks
include build/build_config.h in gl_bindings.h for macro checks to work
2015-09-01 16:35:08 -07:00
James Robinson
7872f50465 include build/build_config.h in gl_bindings.h for macro checks to work 2015-09-01 16:33:58 -07:00
James Robinson
3fd0e32fa2 Merge pull request #997 from jamesr/restrict_khronos_header_use
Use //third_party/khronos headers only on linux+android
2015-09-01 16:17:07 -07:00
Viktor Lidholt
1cca29b3cd Adds level labels to demo game 2015-09-01 16:14:53 -07:00
Viktor Lidholt
42a79dd0b6 Initial support for labels in skysprites 2015-09-01 16:14:53 -07:00
Adam Barth
b04cb30609 Remove a number of unneeded filters from skyanalyzer
The dartanalyzer no longer emits these warnings (or the code has been cleaned
up).
2015-09-01 16:13:44 -07:00
James Robinson
c84cf45d66 Use //third_party/khronos headers only on linux+android 2015-09-01 16:10:57 -07:00
Viktor Lidholt
4ec88b06d8 Merge pull request #995 from vlidholt/master
Improves explosions in game
2015-09-01 16:01:57 -07:00
James Robinson
33ca871dd7 Merge pull request #996 from jamesr/fix_sky_viewer_rule
Only attempt to copy sky_viewer_library symbols on Linux and Android
2015-09-01 15:52:40 -07:00
James Robinson
8dcf72f0d1 Only attempt to copy sky_viewer_library symbols on Linux and Android 2015-09-01 15:48:08 -07:00
Viktor Lidholt
2291bd6d4c Adds small explosions to demo game 2015-09-01 15:34:43 -07:00
Viktor Lidholt
fcd47c4dc1 Speeds up explosions in demo game 2015-09-01 15:34:43 -07:00
James Robinson
fc40cce704 Merge pull request #989 from jamesr/rm_gl_fence
Remove unused Ozone and GLFence/GLImage abstractions
2015-09-01 14:40:40 -07:00
Adam Barth
2165150cc9 Merge pull request #994 from abarth/roll_dart_sdk
Update Dart SDK
2015-09-01 14:33:34 -07:00
Adam Barth
5cc686219d Update Dart SDK 2015-09-01 14:32:50 -07:00
Ian Hickson
28e097f489 Merge pull request #978 from Hixie/sync-removal
Still try to sync even if a node has been removed from the tree.
2015-09-01 14:08:23 -07:00
Ian Hickson
48a7506491 Merge pull request #992 from Hixie/skyanalyzer
Silence skyanalyzer's complaints about third-party packages.
2015-09-01 14:01:23 -07:00
Ian Fischer
019f260d80 Merge pull request #993 from iansf/sky_package_log
Log a warning when developers are using a dev build of the sky package
2015-09-01 14:01:22 -07:00
Adam Barth
3e6954b4ff Roll skia 2015-09-01 13:42:10 -07:00
Ian Fischer
051cf4b5f8 Log a warning when developers are using a dev build of the sky package. 2015-09-01 13:42:00 -07:00
Ian Fischer
c938128873 Merge pull request #990 from iansf/remove_required_arg
Don't require -p for ios_sim commands
2015-09-01 13:39:51 -07:00
Hixie
8f580207f8 Still try to sync even if a node has been removed from the tree.
This should handle a case like a stateful component inside a Container
inside another Container having one of those Containers removed while
still keeping that stateful component around with its state.

The problem of how to handle the Container then being reinserted is a
separate issue not handled by this patch.
2015-09-01 13:32:28 -07:00
Hixie
d96b1e84ca Silence skyanalyzer's complaints about third-party packages. 2015-09-01 13:22:44 -07:00
Adam Barth
e70448c179 Merge pull request #979 from abarth/render_object_docs
Add dartdocs for RenderObject
2015-09-01 12:25:04 -07:00
Adam Barth
dc671f272a Add dartdocs for RenderObject
... and other code in object.dart.
2015-09-01 12:24:27 -07:00
Ian Fischer
07c2379338 Don’t require specifying -p in ios_sim commands under normal circumstances. 2015-09-01 11:26:46 -07:00
James Robinson
47cf23f48a Merge pull request #988 from jamesr/linux_hardcode_osmesa
Link sky_shell on linux statically against osmesa instead of dynamically
2015-09-01 11:26:40 -07:00
James Robinson
1785ea4a45 Remove unused Ozone and GLFence/GLImage abstractions 2015-09-01 11:23:45 -07:00
James Robinson
519e7b25a2 Link sky_shell on linux statically against osmesa instead of runtime switch 2015-09-01 11:09:11 -07:00
Ian Fischer
9e6d39f358 Merge pull request #985 from iansf/fix_non_local_builds
Fix non-local builds
2015-09-01 10:52:01 -07:00
Ian Fischer
6512b8d7a0 Merge pull request #986 from domokit/iansf-sky_tool-docs
Document --release flag and install command for sky_tool
2015-09-01 10:46:38 -07:00
Ian Fischer
4349c6f47b Document --release flag and install command for sky_tool 2015-09-01 10:45:06 -07:00
Ian Fischer
33470ab2e7 Refactor sky_tool install slightly and fix non-local builds. 2015-09-01 10:37:27 -07:00