Ian Hickson
1b9cd52081
Enable ALL THE LINTS
...
Well, all the easy ones, anyway.
For some reason `// ignore:` isn't working for me so I've disabled
lints that need that. Also disabled those that require a ton of work
(which I'm doing, but not in this PR, to keep it reviewable).
This adds:
- avoid_init_to_null
- library_names
- package_api_docs
- package_names
- package_prefixed_library_names
- prefer_is_not_empty
- sort_constructors_first
- sort_unnamed_constructors_first
- unnecessary_getters_setters
2016-03-10 23:15:31 -08:00
Hixie
c7339de6bc
Enable always_declare_return_types lint
...
And fix a zillion omissions this uncovered.
2016-03-09 17:57:39 -08:00
Ian Hickson
5996d381a7
Check for cycles in our various tree structures.
2015-12-10 19:30:46 -08:00
Ian Hickson
2965dcb61f
Cleanup for the Pointer changes.
2015-12-05 00:31:27 -08:00
Adam Barth
abf0359569
Remove PaintingCanvas
...
We can just use Canvas now. The two are the same thing.
2015-12-04 20:26:08 -08:00
Viktor Lidholt
567b0cf293
Adds API documentation to sprite physics and renames a few private variables for clarity.
2015-10-28 16:51:00 -07:00
Viktor Lidholt
ac2a8a6601
sprite nodes now caches inverse transforms
2015-10-26 13:53:01 -07:00
Hixie
a6c473ea95
Strong modeify the examples
...
This makes skyanalyzer also check the examples, and fixes everything it
found there.
2015-10-23 18:13:25 -07:00
Viktor Lidholt
1dbf9bc891
Fixes issue in sprite node
2015-10-23 16:42:27 -07:00
Viktor Lidholt
68be30e0ec
Removes debug printouts in sprite physics
2015-10-23 13:46:19 -07:00
Viktor Lidholt
3708667308
Fixes sprite physics to work correctly with the node graph
...
Teleportation for physics bodies works again
2015-10-23 13:31:13 -07:00
Viktor Lidholt
ca724ae151
Adds support for scaling sprite physics groups
2015-10-20 10:47:58 -07:00
Viktor Lidholt
4187bcf90c
Adds sprite physics groups
2015-10-20 10:35:40 -07:00
Viktor Lidholt
6bd4fb8515
Renames PhysicsNode to PhysicsWorld
2015-10-19 13:27:32 -07:00
Viktor Lidholt
1e228618eb
Makes sprite physics bodies scalable
2015-10-19 12:13:00 -07:00
Viktor Lidholt
23bae33077
Adds teleporting methods for moving sprite kinematic physics bodies without assigning velocities
2015-10-16 10:19:25 -07:00
Adam Barth
a88a85e695
Rename skysprites to flutter_sprites
2015-10-13 16:34:01 -07:00