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

FlxCamera: fix object visibility for zoom < 1, closes #292 #2003

Merged
merged 35 commits into from
May 21, 2017
Merged

Commits on Nov 15, 2016

  1. initial work based on my previous work and work by @starry-abyss

    FlxSprites and tilemaps are working.
    This work isn't finished and needs documentation
    Beeblerox committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    fa0f006 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2016

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

Commits on Nov 17, 2016

  1. Configuration menu
    Copy the full SHA
    b4c0a70 View commit details
    Browse the repository at this point in the history
  2. i just can't make discrete zooming to work, so let it be just contini…

    …ous (which is much more perfomance intensive)
    Beeblerox committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    802f17a View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2016

  1. Configuration menu
    Copy the full SHA
    9594425 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1a8514 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74a2a70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a9f73d View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2016

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

Commits on Nov 21, 2016

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

Commits on Nov 22, 2016

  1. 3 Configuration menu
    Copy the full SHA
    ac6359e View commit details
    Browse the repository at this point in the history
  2. fixed checkDirty() logic.

    Thanks @MSGhero for pointing it
    Beeblerox committed Nov 22, 2016
    1 Configuration menu
    Copy the full SHA
    901a40d View commit details
    Browse the repository at this point in the history
  3. no need to set dirty again here.

    damn, i need to sleep more
    Beeblerox committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    24a8964 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2016

  1. another way of handling camera zoom < 1

    scale objects down, not the buffer
    Beeblerox committed Nov 23, 2016
    Configuration menu
    Copy the full SHA
    0258561 View commit details
    Browse the repository at this point in the history
  2. little cleanup and fixes

    Beeblerox committed Nov 23, 2016
    Configuration menu
    Copy the full SHA
    061584f View commit details
    Browse the repository at this point in the history
  3. start fixing debug draw

    Beeblerox committed Nov 23, 2016
    Configuration menu
    Copy the full SHA
    f52df2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43e9e49 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2016

  1. i feel that rounding makes zooming smoother in blit render mode

    Maybe this feeling is wrong
    Beeblerox committed Nov 24, 2016
    Configuration menu
    Copy the full SHA
    62f3459 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f33d826 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2016

  1. Configuration menu
    Copy the full SHA
    0ae75c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4b602e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fd7d1c View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2016

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

Commits on Dec 1, 2016

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

Commits on Dec 10, 2016

  1. Configuration menu
    Copy the full SHA
    723b0a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e4f96f View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2016

  1. fix for tearing problem on flash target for zoom values greater than 1.0

    But i can't find solution for zoom values less than 1.0 yet
    Beeblerox committed Dec 19, 2016
    Configuration menu
    Copy the full SHA
    2ad6d27 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. Merge remote-tracking branch 'refs/remotes/origin/dev' into camera-sc…

    …aling
    
    # Conflicts:
    #	flixel/FlxObject.hx
    Beeblerox committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    0e73f17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4457de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc319a8 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2017

  1. Remove viewOffsetFloored vars

    Gama11 committed May 21, 2017
    Configuration menu
    Copy the full SHA
    2ae73fb View commit details
    Browse the repository at this point in the history
  2. Typo fixes

    [skip ci]
    Gama11 committed May 21, 2017
    Configuration menu
    Copy the full SHA
    69c7857 View commit details
    Browse the repository at this point in the history
  3. Minor rename

    Gama11 committed May 21, 2017
    Configuration menu
    Copy the full SHA
    89daefe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8a6fc1 View commit details
    Browse the repository at this point in the history
  5. These can be private too

    Gama11 committed May 21, 2017
    Configuration menu
    Copy the full SHA
    6ba4c2a View commit details
    Browse the repository at this point in the history