Al Marks
Al Marks
See #296
bridgesim was chosen without much thought because the repo needed a name. But it's kind of weird to use a name that refers to the whole genre (see bridgesim.net). Maybe...
An object moving quickly can jump through another object instead of colliding with it, since we only check for collisions by looking at bounding box positions each tick. It currently...
You can currently just fly around the whole map really fast using regular thrusters. We need to tweak various parameters until it feels good. Probably it should take a _really_...
Polymer 2 preview is out: https://www.polymer-project.org/1.0/blog/2016-09-09-polymer-2.0 There's also a pending PR to add TypeScript decorators to the main branch! https://github.com/Polymer/polymer/pull/3954
- Display a deprecation warning on each launch - Switch from Travis/AppVeyor to GitHub Actions - Bump dependencies - Release v1.4.3 On NPM install: On each launch:
The Sauce video shows that Safari is passing 100% of tests, but the test is still considered a failure by easy-sauce. Seems to be some yet unknown issue with Safari/Sauce/easy-sauce.
This is DRAFT because it's not fully building; need to do a couple things first: - The build package's `kit` function isn't yet compatible with being imported into boards made...