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

Many enhancements and some needed fixes. #31

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

Conversation

stvoidmain
Copy link

Most important: Added 'loadGraphics', function to autoload all tileset graphics in specified layers without the need to pass tilesheet path and, optionally, collision info to generate masks.

stvoidmain added 10 commits May 20, 2014 16:24
…Tiled

Fixed 'y': Tiled uses wrong row number when object has tile association.
Added autoloading of tile image when set has its image loaded.
Fixed type when object hast tile association (can be set in tile)
Added Polygon to masks.
Added autoLoadImage.
Added loading of external tileset (need to configure the assets prefix in TmxMap)
Added parsing of object collisions that can be set up in Tiled "Tile Collision editor".
Added image autoloading.
Fixed getRect, was returning 0 width/height.
…ecified layers and, optionally, collision info to generate masks.
@stvoidmain stvoidmain closed this May 20, 2014
@stvoidmain stvoidmain reopened this May 20, 2014
@ShedoSurashu
Copy link

Hi! Will you be able to provide a README for your fork of this repo? I tried to overwrite my old copy (from this one) with yours and it produced a good amount of errors. Thanks!

@stvoidmain
Copy link
Author

I don't understand why that happens to you, are you able to replace your copy with master branch from original project? Because nothing introduced here shoud produce errors...

@ibilon
Copy link
Contributor

ibilon commented May 30, 2014

@ShedoSurashu Could you post the errors you get?

@ShedoSurashu
Copy link

@ibilon Here you go:

http://i.imgur.com/o0t8Ef0.png

@stvoidmain
Copy link
Author

Well, that explains it, you're not using latest HaxePunk...

@ShedoSurashu
Copy link

@stvoidmain I just got what was on the website available for download.

@stvoidmain
Copy link
Author

I did the update against HaxePunk from git, that should explain why the
missing methods.

2014-05-30 14:53 GMT-03:00 Shedo Chung-Hee Surashu <[email protected]

:

@stvoidmain https://github.com/stvoidmain I just got what was on the
website available for download.

Reply to this email directly or view it on GitHub
#31 (comment).

@ShedoSurashu
Copy link

Umm okay, so what do I need to do then? (Pretty new to HaXe and HaxePunk in general)

@stvoidmain
Copy link
Author

http://haxepunk.com/documentation/tutorials/getting-started/
Check the gitHub section there, that should get you started.

2014-05-30 14:59 GMT-03:00 Shedo Chung-Hee Surashu <[email protected]

:

Umm okay, so what do I need to do then? (Pretty new to HaXe and HaxePunk
in general)

Reply to this email directly or view it on GitHub
#31 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants