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

Added ellipses, change how ordering is done for tiled objects and fixed some bugs. #28

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jan 26, 2013

  1. Configuration menu
    Copy the full SHA
    916f6f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bb23b9 View commit details
    Browse the repository at this point in the history
  3. Added support for drawing ellipse objects. The segments property of t…

    …he object is used to determine how many segments it will be drawn with.
    
    Changed the threshold for drawing small rectangles as larger ones from 20 pixels to 5 pixels. The undersized dimension will be overridden to 20 pixels.
    bugfix: Tile objects were not correctly calculating the bounding box for orthogonal objects.
    Tile objects now use the bottom edge to determine sort order. The property 'z' of the object (or the tile itself if not found) is used to adjust the sort order. 'z' is effectively how many pixels above the ground the tile object is.
    xenodora committed Jan 26, 2013
    Configuration menu
    Copy the full SHA
    b05cd85 View commit details
    Browse the repository at this point in the history
  4. Added a detailed error message for when it can't make a directory whi…

    …le saving a map.
    
    Ellipse objects added to the saving process.
    bugfix: Call to _compactProperties from _compactObject() had somehow lost its '_'.
    xenodora committed Jan 26, 2013
    Configuration menu
    Copy the full SHA
    e949802 View commit details
    Browse the repository at this point in the history