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

reorganzied/renamed folder structure to follow ofxAddonTemplate, generated projects #34

Merged
merged 6 commits into from Jul 12, 2013

Conversation

danomatika
Copy link
Contributor

Changes:

  • reorganzied/renamed folder structure to follow ofxAddonTemplate
  • ofxBox2d now works with the OF ProjectGenerator
  • generated project files for OSX, Win VS, and Linux CB
  • updated readme, gitignore, and install.xml

Also, I found your commits which coincided with version updates (0062-007, 007-0071) and tagged them. There is info in the readme so people know to get a tag if they are using an older version of OF. All you have to do is make a new tag when you are updating for a new OF version in the future.

I don't think this will be part of the Pull Request, so you can tag them manually:

I did it like this:

git checkout 793635fe0fe23415e5dddade6755d69431ddb353
git tag 0062
git checkout a578ccfb2439812df3e73c7b6963aa2ac6c4cbb6
git tag 007
git checkout master
git push --tags  

…ox2d now works with the OF ProjectGenerator; generated projec files for OSX, Win VS, and Linux CB; udpated readme, gitignore, and install.xml
@danomatika
Copy link
Contributor Author

Woops, I had the wrong commit for 007. Just updated the above post.

@danomatika
Copy link
Contributor Author

Also, I renamed ofxBox2dExample to example-Bodies.

@danomatika
Copy link
Contributor Author

The last commit fixes a missing define in the triangle lib on Win32 as noted in #22. It should build fine now.

@danomatika
Copy link
Contributor Author

@vanderlin Haven't heard form you .... ping

…ts aren't inited; added warning prints when objects aren't inited (not complete but better then before); removed ofxBox2d:bWorldCreated as it wasn't being used
@vanderlin vanderlin merged commit 0f43ee5 into vanderlin:master Jul 12, 2013
@danomatika
Copy link
Contributor Author

Thanks

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.

None yet

2 participants