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

Containerplus2 #30

Merged
merged 8 commits into from
Aug 2, 2020
Merged

Containerplus2 #30

merged 8 commits into from
Aug 2, 2020

Commits on Jul 23, 2020

  1. Upload changes on the container structure. Yet to change the methods …

    …to retrieve the structures.
    faturita committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    024b0c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Configuration menu
    Copy the full SHA
    7cbc896 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2020

  1. Fixed an issue with launchers that were throwing thousands of missile…

    …s because a missing return in a method of the l auncher. This was one of the cause of the fps problems that I was seeing. A new alternative method to access quickly entities on the collision detection is implemented based on ODE's Geoms. This will be very hard to port to other dynamic engine.
    faturita committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    1a735e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Merge the unit test.

    faturita committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    9ee68d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6314bf View commit details
    Browse the repository at this point in the history
  3. The new container reduces by half the time of the step in ODE (25k to…

    … 12k) and improves in 15 the fps up to 60. However, there are a few shots when the fps goes suddenly down which is not good from the game perspective.
    faturita committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    1a2744d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2020

  1. Configuration menu
    Copy the full SHA
    b9cecf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88b12dd View commit details
    Browse the repository at this point in the history