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

feat: Add a method to adapt the camera bounds to the world #2769

Merged
merged 29 commits into from
Nov 8, 2023
Merged

feat: Add a method to adapt the camera bounds to the world #2769

merged 29 commits into from
Nov 8, 2023

Commits on Sep 24, 2023

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

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    19e8610 View commit details
    Browse the repository at this point in the history
  2. Added _calculateViewportAwareBounds.

    This method allows to support various other viewport shapes.
    Skyost committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    0f04f02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5140209 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2693e2a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Merge branch 'main' into main

    Skyost authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    eb45480 View commit details
    Browse the repository at this point in the history
  2. Fixed imports.

    Skyost committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    85cecaa View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Merge branch 'main' into main

    Skyost authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    e357e48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    367cb74 View commit details
    Browse the repository at this point in the history
  3. Initial attempt of a component that updates the camera bounds accordi…

    …ng to the current viewport.
    Skyost committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    54513b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Merge branch 'main' into main

    Skyost authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    e5f3e0e View commit details
    Browse the repository at this point in the history
  2. Now updating the bounds of the ViewportAwareBoundsBehavior when the…

    … visible world rectangle has changed.
    Skyost committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    b4af2be View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Merge branch 'main' into main

    Skyost authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    ba31084 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f5329a View commit details
    Browse the repository at this point in the history
  3. The Viewport class now holds the transform field which allows it …

    …to be listened by `ViewportAwareBoundsBehavior`.
    Skyost committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    d24b7ec View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Removed an unused import.

    Skyost committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    276a0ea View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into main

    Skyost authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    e144bae View commit details
    Browse the repository at this point in the history
  3. Added various optimizations.

    Skyost committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    dcf554f View commit details
    Browse the repository at this point in the history
  4. Fixed a lint warning.

    Skyost committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    d2a943d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

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

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    a41965c View commit details
    Browse the repository at this point in the history
  2. Preparing to add some tests.

    Skyost committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    56035cc View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    a0e63df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d01ba2 View commit details
    Browse the repository at this point in the history
  3. Ran dart format.

    Skyost committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    842c4e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Turned getBounds into _getBounds.

    Co-authored-by: Lukas Klingsbo <lukas.klingsbo@gmail.com>
    Skyost and spydon authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    3c98983 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2754533 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b506260 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e6c9b2 View commit details
    Browse the repository at this point in the history