Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds an entity editor to the Testbed for live updating and observation of PlayRho entities #188

Merged
merged 2 commits into from
Nov 4, 2017

Conversation

louis-langholtz
Copy link
Owner

@louis-langholtz louis-langholtz commented Nov 4, 2017

Description - What's this PR do?

  • Adds an entity editor to the Testbed for live updating and observation of PlayRho entities.
  • Fixes assertion code in the math Cross function.
  • Adds defensive code to CalcGravitationalAcceleration to avoid division by zero.
  • Adds a couple more unit entries to facilitate usage of units.
  • Adds mutable Joint visitation.
  • Adds ==, != support to Filter class.
  • Refactors joint methods that took Frequency input into methods that returned member data and free functions that used them along with the Frequency as free function substitutes for the former.
  • Moves entity based UI code out from Test and into main.cpp.
  • Adds lots more entity UI code into main.cpp to provide the new Entities Editor window to the Testbed.

Screenshot

Here's a screenshot of the editor in action for the Joints Overview test...
entitieseditoronjointsoverview

@louis-langholtz louis-langholtz added the Enhancement For suggestions or changes that enhance any part of the project and isn't a bug. label Nov 4, 2017
@louis-langholtz louis-langholtz added this to the Beta Launch milestone Nov 4, 2017
@louis-langholtz louis-langholtz self-assigned this Nov 4, 2017
@coveralls
Copy link

coveralls commented Nov 4, 2017

Coverage Status

Coverage decreased (-0.2%) to 93.682% when pulling 0153dcd on enhancements-for-testbed into c21d454 on master.

Fixes bug found in copy construction of World with MouseJoint.
@coveralls
Copy link

coveralls commented Nov 4, 2017

Coverage Status

Coverage increased (+1.3%) to 95.253% when pulling a00501e on enhancements-for-testbed into c21d454 on master.

@louis-langholtz louis-langholtz merged commit 4045f52 into master Nov 4, 2017
@louis-langholtz louis-langholtz deleted the enhancements-for-testbed branch November 4, 2017 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For suggestions or changes that enhance any part of the project and isn't a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants