aboutsummaryrefslogtreecommitdiffstats
path: root/trunk
Commit message (Collapse)AuthorAgeFilesLines
* removed some remaining binariesneothemachine2012-12-051-109/+0
|
* Merge branch 'kill_trunk' into dependenciesneothemachine2012-12-051323-279117/+0
|\
| * move all files from trunk to root folderneothemachine2012-12-051450-280479/+0
| |
* | removed .classpath, .project, and org.eclipse.core.resources.prefs filesneothemachine2012-12-0539-407/+389
| | | | | | | | and added them to .gitignore
* | removed all remaining binaries of librariesneothemachine2012-12-0591-1247/+48
| | | | | | | | | | switched versions to Maven Central (except SWT) adapted some poms (mainly ardor3d-examples)
* | removed jdom jar files and added jdom2/jaxen central dependencyneothemachine2012-12-0517-141/+105
|/ | | | works, but uses deprecated XPath class
* Small bug fixes to TransformData and JointChannel where there was aRenanse2012-12-054-14/+9
| | | wrong target copied into. Some other small cleanup.
* Normalize required for cross product of non-orthogonal vectors.Renanse2012-12-041-1/+1
|
* Added missing depth formatsRenanse2012-12-031-1/+1
|
* Merge pull request #10 from ricardolpd/pull_request_BranchJoshua Slack2012-12-035-4/+18
|\ | | | | Adds AnimationClipInstance parameter to AnimationListener, to know what clipInstance finished
| * - Adds an AnimationClipInstance parameter to AnimationListener.java to allow ↵ricardolpd2012-12-035-4/+18
| | | | | | | | | | | | | | | | to track the ClipInstance Source. - Made a getMethod in AnimationManager.java to access _clipInstances. - Updated Examples accordingly.
* | Small tweak to improve camera setting order.Renanse2012-11-291-5/+10
| |
* | Small tweak to previous pull.Renanse2012-11-292-6/+8
| |
* | Merge pull request #7 from ricardolpd/pull_request_BranchJoshua Slack2012-11-292-11/+85
|\| | | | | Adds resetOnStop flag to reset animation automatically once its stopped
| * - Updated AnimationStateExample to allow automatic reset when current state ↵ricardolpd2012-11-281-3/+29
| | | | | | | | | | | | is the stop state. - Updated AnimationStateExample with JOGL2.0rc11.
| * Changed AnimationManager to support automatic reset once the current state ↵ricardolpd2012-11-281-9/+42
| | | | | | | | is stop.
| * Removed comment left behind from debugging.ricardolpd2012-11-281-1/+0
| |
| * -Updates stop state when setting AnimatioUpdateState.stop in current state.ricardolpd2012-11-281-3/+19
| | | | | | | | - Allows a last update to so stop state can be set (in Layers which contains states with ClipSource and layer which contain ManagedTransformSource) also
* | Added releaseContext method.Renanse2012-11-281-0/+5
|/ | | Added removeRenderContext call to cleanup.
* Refactored the previous pull request to require less work duringRenanse2012-11-286-62/+140
| | | animation update.
* Merge pull request #6 from ricardolpd/pull_request_BranchJoshua Slack2012-11-285-0/+523
|\ | | | | Add animation states in the AnimationManager
| * -Fixed issue with boolean return in updateLayersForAnimationState since ↵ricardolpd2012-11-251-13/+4
| | | | | | | | deciding the state of ManagedControlSource objects is bad idea since it gets update somewhere else.
| * Fixed issue when there is no AnimationClipInstances in clipInstances, by ↵ricardolpd2012-11-151-0/+3
| | | | | | | | allowing animation to happen.
| * Added to AnimationManager the following states play/pause/stop during animation.ricardolpd2012-11-155-0/+529
| |
* | Merge pull request #5 from gouessej/masterJoshua Slack2012-11-2319-35/+183
|\ \ | | | | | | Sets the background color in a queued task
| * | Sets the background color in a queued taskJulien Gouesse2012-11-2119-35/+183
| | |
* | | Make renderer choice more explicit about the type of renderer used.Renanse2012-11-192-6/+13
| | |
* | | Fixed jogl2-based texture utils to contain values for a few dozen types.Renanse2012-11-1916-148/+192
|/ / | | | | | | | | Fixed headers. Fixed pom files to remove old references to jogl1 and to reference jogl2 in the same way we reference other libs in trunk pom.
* / Switch to JOGL 2.0 Release Candidate 11. The original code of this portJulien Gouesse2012-11-16113-1175/+2278
|/ | | was hosted on http://sourceforge.net/projects/ardor3d-jogl2/
* Fixed issues with tint color - was not copied by copy constructor; wasRenanse2012-11-141-2/+18
| | | | | | not copied into Character Descriptor, allowing for unintended modification. Added ability to modify just tint alpha without knowing/modifying tint color (idea from forum user rabitH5)
* ignores updatedRenanse2012-11-141-0/+1
|
* Also apply extra plguins to profile/extraRenanse2012-11-141-2/+10
|
* Quick stab at a plugin system for processing extra tags. Presently onlyRenanse2012-11-124-20/+102
| | | called for effect extras.
* removed child moduleRenanse2012-11-121-1/+0
|
* Removed archetype as it is not something I actively support or developRenanse2012-11-126-208/+0
| | | and may be misleading (and is not really fully featured anyhow.)
* pom updatesRenanse2012-11-122-3/+3
|
* update to 0.9-SNAPSHOTRenanse2012-11-1215-15/+15
|
* [maven-release-plugin] prepare release ardor3d-0.8v0.8Renanse2012-11-1216-1275/+1275
|
* code locRenanse2012-11-121-1/+1
|
* Tweaks to prevent scale issues when drawing debug skeletons.Renanse2012-11-111-4/+7
|
* Added example of cleaning up headless canvas.Renanse2012-11-091-3/+35
|
* Merge remote-tracking branch 'origin/master'Renanse2012-11-092-1/+101
|\
| * Merge remote-tracking branch 'origin/master'Renanse2012-11-0716-164/+394
| |\
| * | Added simple method to SkinnedMesh useful for reducing the number ofRenanse2012-11-072-1/+101
| | | | | | | | | | | | weights per vertex a model has. This is done by grabbing the joints with the highest weighting and rebalancing the weight to 1.0.
* | | small cleanupRenanse2012-11-093-10/+10
| | |
* | | Updates to headless canvas to allow for cleanup and extension.Renanse2012-11-091-6/+36
| |/ |/|
* | removed debugRenanse2012-11-051-1/+0
| |
* | Updates to normalmap generator. This cleans up some inconsistencies butRenanse2012-11-055-31/+67
| | | | | | | | also required a param shuffle to prevent existing users from accidently using improper values. See new javadoc for more.
* | Added accessor for Camera.Renanse2012-11-051-10/+12
| |
* | Fix for init flag never being set.Renanse2012-11-011-1/+2
| |