FlixelCommunity / Flixel-Power-Tools

The Flixel Power Tools are a package of classes designed to provide extra functionality to your Flixel games. Originally created by Richard Davey (Photon Storm), this is the Flixel Community fork of the library, striving to keep the library living and up to date with the latest version of Flixel.
http://www.photonstorm.com/flixel-power-tools
Other
8 stars 3 forks source link

[CLOSED] Repository structure #12

Closed FlixelCommunityBot closed 10 years ago

FlixelCommunityBot commented 10 years ago

Issue by IQAndreas from Tuesday Dec 27, 2011 at 21:47 GMT Originally opened as https://github.com/photonstorm/Flixel-Power-Tools/issues/12


Just a few issues I have regarding the structure of the repository.

I can't seem to find the actual "code" for Flixel Power Tools other than in the pre-compressed ZIP (which defies the whole purpose of having version control, no? ;) This also makes forks or pull requests impossible.

Why are the Flixel libraries included? Do they have any changes made to them in order to work with some parts of the power tools? It may be easier including them as a SWC instead, but that's just a personal preference.

FlixelCommunityBot commented 10 years ago

Comment by michaelbartnett from Saturday Jan 21, 2012 at 04:13 GMT


It's in Flixel-Power-Tools/Test Suite/src/org/flixel/plugin/photonstorm

I agree, it's kinda weird. Doesn't prevent me from setting things up how I want to, was just confusing having to dig down through all those directories to find the real photonstorm folder.

FlixelCommunityBot commented 10 years ago

Comment by alteveer from Monday Jul 02, 2012 at 15:29 GMT


There is also no need to put a zip file in there, this link is that: https://github.com/photonstorm/Flixel-Power-Tools/downloads

I recommend moving that src/ dir to the root of your repo.