Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed some remaining binaries | neothemachine | 2012-12-05 | 1 | -109/+0 |
| | |||||
* | Merge branch 'kill_trunk' into dependencies | neothemachine | 2012-12-05 | 1323 | -279117/+0 |
|\ | |||||
| * | move all files from trunk to root folder | neothemachine | 2012-12-05 | 1450 | -280479/+0 |
| | | |||||
* | | removed .classpath, .project, and org.eclipse.core.resources.prefs files | neothemachine | 2012-12-05 | 39 | -407/+389 |
| | | | | | | | | and added them to .gitignore | ||||
* | | removed all remaining binaries of libraries | neothemachine | 2012-12-05 | 91 | -1247/+48 |
| | | | | | | | | | | switched versions to Maven Central (except SWT) adapted some poms (mainly ardor3d-examples) | ||||
* | | removed jdom jar files and added jdom2/jaxen central dependency | neothemachine | 2012-12-05 | 17 | -141/+105 |
|/ | | | | works, but uses deprecated XPath class | ||||
* | Small bug fixes to TransformData and JointChannel where there was a | Renanse | 2012-12-05 | 4 | -14/+9 |
| | | | wrong target copied into. Some other small cleanup. | ||||
* | Normalize required for cross product of non-orthogonal vectors. | Renanse | 2012-12-04 | 1 | -1/+1 |
| | |||||
* | Added missing depth formats | Renanse | 2012-12-03 | 1 | -1/+1 |
| | |||||
* | Merge pull request #10 from ricardolpd/pull_request_Branch | Joshua Slack | 2012-12-03 | 5 | -4/+18 |
|\ | | | | | Adds AnimationClipInstance parameter to AnimationListener, to know what clipInstance finished | ||||
| * | - Adds an AnimationClipInstance parameter to AnimationListener.java to allow ↵ | ricardolpd | 2012-12-03 | 5 | -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. | Renanse | 2012-11-29 | 1 | -5/+10 |
| | | |||||
* | | Small tweak to previous pull. | Renanse | 2012-11-29 | 2 | -6/+8 |
| | | |||||
* | | Merge pull request #7 from ricardolpd/pull_request_Branch | Joshua Slack | 2012-11-29 | 2 | -11/+85 |
|\| | | | | | Adds resetOnStop flag to reset animation automatically once its stopped | ||||
| * | - Updated AnimationStateExample to allow automatic reset when current state ↵ | ricardolpd | 2012-11-28 | 1 | -3/+29 |
| | | | | | | | | | | | | is the stop state. - Updated AnimationStateExample with JOGL2.0rc11. | ||||
| * | Changed AnimationManager to support automatic reset once the current state ↵ | ricardolpd | 2012-11-28 | 1 | -9/+42 |
| | | | | | | | | is stop. | ||||
| * | Removed comment left behind from debugging. | ricardolpd | 2012-11-28 | 1 | -1/+0 |
| | | |||||
| * | -Updates stop state when setting AnimatioUpdateState.stop in current state. | ricardolpd | 2012-11-28 | 1 | -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. | Renanse | 2012-11-28 | 1 | -0/+5 |
|/ | | | Added removeRenderContext call to cleanup. | ||||
* | Refactored the previous pull request to require less work during | Renanse | 2012-11-28 | 6 | -62/+140 |
| | | | animation update. | ||||
* | Merge pull request #6 from ricardolpd/pull_request_Branch | Joshua Slack | 2012-11-28 | 5 | -0/+523 |
|\ | | | | | Add animation states in the AnimationManager | ||||
| * | -Fixed issue with boolean return in updateLayersForAnimationState since ↵ | ricardolpd | 2012-11-25 | 1 | -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 ↵ | ricardolpd | 2012-11-15 | 1 | -0/+3 |
| | | | | | | | | allowing animation to happen. | ||||
| * | Added to AnimationManager the following states play/pause/stop during animation. | ricardolpd | 2012-11-15 | 5 | -0/+529 |
| | | |||||
* | | Merge pull request #5 from gouessej/master | Joshua Slack | 2012-11-23 | 19 | -35/+183 |
|\ \ | | | | | | | Sets the background color in a queued task | ||||
| * | | Sets the background color in a queued task | Julien Gouesse | 2012-11-21 | 19 | -35/+183 |
| | | | |||||
* | | | Make renderer choice more explicit about the type of renderer used. | Renanse | 2012-11-19 | 2 | -6/+13 |
| | | | |||||
* | | | Fixed jogl2-based texture utils to contain values for a few dozen types. | Renanse | 2012-11-19 | 16 | -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 port | Julien Gouesse | 2012-11-16 | 113 | -1175/+2278 |
|/ | | | was hosted on http://sourceforge.net/projects/ardor3d-jogl2/ | ||||
* | Fixed issues with tint color - was not copied by copy constructor; was | Renanse | 2012-11-14 | 1 | -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 updated | Renanse | 2012-11-14 | 1 | -0/+1 |
| | |||||
* | Also apply extra plguins to profile/extra | Renanse | 2012-11-14 | 1 | -2/+10 |
| | |||||
* | Quick stab at a plugin system for processing extra tags. Presently only | Renanse | 2012-11-12 | 4 | -20/+102 |
| | | | called for effect extras. | ||||
* | removed child module | Renanse | 2012-11-12 | 1 | -1/+0 |
| | |||||
* | Removed archetype as it is not something I actively support or develop | Renanse | 2012-11-12 | 6 | -208/+0 |
| | | | and may be misleading (and is not really fully featured anyhow.) | ||||
* | pom updates | Renanse | 2012-11-12 | 2 | -3/+3 |
| | |||||
* | update to 0.9-SNAPSHOT | Renanse | 2012-11-12 | 15 | -15/+15 |
| | |||||
* | [maven-release-plugin] prepare release ardor3d-0.8v0.8 | Renanse | 2012-11-12 | 16 | -1275/+1275 |
| | |||||
* | code loc | Renanse | 2012-11-12 | 1 | -1/+1 |
| | |||||
* | Tweaks to prevent scale issues when drawing debug skeletons. | Renanse | 2012-11-11 | 1 | -4/+7 |
| | |||||
* | Added example of cleaning up headless canvas. | Renanse | 2012-11-09 | 1 | -3/+35 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | Renanse | 2012-11-09 | 2 | -1/+101 |
|\ | |||||
| * | Merge remote-tracking branch 'origin/master' | Renanse | 2012-11-07 | 16 | -164/+394 |
| |\ | |||||
| * | | Added simple method to SkinnedMesh useful for reducing the number of | Renanse | 2012-11-07 | 2 | -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 cleanup | Renanse | 2012-11-09 | 3 | -10/+10 |
| | | | |||||
* | | | Updates to headless canvas to allow for cleanup and extension. | Renanse | 2012-11-09 | 1 | -6/+36 |
| |/ |/| | |||||
* | | removed debug | Renanse | 2012-11-05 | 1 | -1/+0 |
| | | |||||
* | | Updates to normalmap generator. This cleans up some inconsistencies but | Renanse | 2012-11-05 | 5 | -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. | Renanse | 2012-11-05 | 1 | -10/+12 |
| | | |||||
* | | Fix for init flag never being set. | Renanse | 2012-11-01 | 1 | -1/+2 |
| | |