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: Animated tile support! #1930

Merged
merged 13 commits into from
Sep 23, 2022
Merged

feat: Animated tile support! #1930

merged 13 commits into from
Sep 23, 2022

Commits on Sep 23, 2022

  1. feat: Animated tile support!

    Tiled supports animated tiles, so should Flame.
    
    Fixes flame-engine#1914
    jtmcdole committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    8f4aae5 View commit details
    Browse the repository at this point in the history
  2. Fixes lint and markdown

    - markdownlint.yaml was invalid yaml(???!!) - but now works in vscode!
    - fixed my markdown
    jtmcdole committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    3383922 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    370f0e1 View commit details
    Browse the repository at this point in the history
  4. Fix sizes!

    jtmcdole committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    547cadb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    136a19c View commit details
    Browse the repository at this point in the history
  6. these are wrong

    I'm rendering 4x1 isometrics wrong - need to fix that before finishing
    jtmcdole committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    e91d939 View commit details
    Browse the repository at this point in the history
  7. Fixes:

    - isometric maps needed better shifting logic.
    - rstransform anchors - "fun".
    jtmcdole committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    86781f3 View commit details
    Browse the repository at this point in the history
  8. melos

    jtmcdole committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    5faa065 View commit details
    Browse the repository at this point in the history
  9. Perforamnce tweak - move time tracking to frames

    - Update animationFrames first, memoizing the frame tracking work
    - Then update the batch tiles if they were updated.
    jtmcdole committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    094794d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6e9d5b7 View commit details
    Browse the repository at this point in the history
  11. Reviewer comments

    jtmcdole committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    d094f33 View commit details
    Browse the repository at this point in the history
  12. Examples

    jtmcdole committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    6c17b95 View commit details
    Browse the repository at this point in the history
  13. Remove tap dector copy-pasta

    jtmcdole committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    fb92af3 View commit details
    Browse the repository at this point in the history