aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Switches to JOGL 2.0 build 896Julien Gouesse2013-01-1742-38/+38
|
* Improves the creation of GLCapabilitiesJulien Gouesse2013-01-161-0/+13
|
* Fixes the previous commitJulien Gouesse2013-01-151-1/+3
|
* Workaround for the deadlock occurring with Intel 3000HD under WindowsJulien Gouesse2013-01-143-93/+119
| | | | when realizing a drawable and creating a context outside the AWT-EDT whereas the drawable is an heavyweight AWT GLCanvas
* fixed erroneous javadocRenanse2013-01-141-3/+0
|
* Make better use of the AWT dispatch thread.Renanse2013-01-041-11/+32
|
* Update ardor3d-core/src/main/java/com/ardor3d/scenegraph/MeshData.javaJoshua Slack2012-12-201-0/+1
| | | replace missing refreshInterleaved();
* Suggested tweak from Julien GouesseRenanse2012-12-201-4/+7
|
* Merge remote-tracking branch 'origin/master'renanse2012-12-199-16/+104
|\
| * Small tweaks, spelling, unnecessary checks, etc.Renanse2012-12-185-6/+4
| |
| * Added "asType(Type)" method to BoundingVolume.Renanse2012-12-184-10/+100
| |
* | Various audit cleanup suggestions.renanse2012-12-1926-137/+135
|/
* null checksrenanse2012-12-171-3/+6
|
* fixed cobertura version norenanse2012-12-121-2/+2
|
* another tweak for javadoc purposes.renanse2012-12-121-2/+1
|
* updated junit section to reduce warningsrenanse2012-12-121-2/+1
|
* Merge pull request #11 from neothemachine/kill_trunkJoshua Slack2012-12-051450-0/+0
|\ | | | | Move all files from trunk to root folder
| * move all files from trunk to root folderneothemachine2012-12-051450-0/+0
|/
* 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-293-11/+86
|\| | | | | Adds resetOnStop flag to reset animation automatically once its stopped
| * added gitIgnore for bin folders.ricardolpd2012-11-281-0/+1
| |
| * - 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.
| * deleted exp.txt used to test branchesricardolpd2012-11-151-0/+0
| |
| * experimentricardolpd2012-11-151-0/+0
| |
| * 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.
* | | Merge pull request #4 from gouessej/masterJoshua Slack2012-11-19113-1175/+2278
|\| | | |/ |/| Switch to JOGL 2.0
| * 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
|