Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added some additional caps detection + divorced UIContainer standin texture ↵ | Joshua Slack | 2017-10-16 | 1 | -20/+53 |
| | | | | size from camera. This should help in serveral situations such as window size being tiny during init, or different contexts having different window sizes. | ||||
* | Added centerOn method to UIComponent to make it simpler to center a ↵ | Joshua Slack | 2017-09-29 | 2 | -12/+24 |
| | | | | | | | component on another component or the hud. Fixed issue in sliders when min value is not 0. Clean up warnings. | ||||
* | Experimental conversion to gradle | Joshua Slack | 2017-09-19 | 1 | -0/+6 |
| | |||||
* | Updates to Disk to allow for hole in center. | Joshua Slack | 2017-09-06 | 1 | -49/+142 |
| | |||||
* | Add a local rotation to BillboardNode that is applied post orientation. This ↵ | mallanmba | 2017-06-14 | 1 | -5/+29 |
| | | | | is to allow consistency between Y up and Z up conventions - i.e. when we change state of the Billboard behavior, we should not have to transform the Billboard children for things to make sense. Also, AxialZ was rotated 180 degrees so that switching back and forth between ScreenAligned and AxialZ (with a 90 degree rotation around X) is consistent. | ||||
* | Made GeometryTool effectively into a static class | Joshua Slack | 2017-04-27 | 1 | -10/+10 |
| | |||||
* | Added a new 9-slice capable BMTextBackground to use with BMText/BasicText ↵ | Joshua Slack | 2017-04-21 | 1 | -0/+308 |
| | | | | and added it to the ShapesExample. | ||||
* | Added a way to set default color by float values to Mesh. | Joshua Slack | 2017-04-21 | 2 | -19/+39 |
| | |||||
* | Cleaned up various warnings | Joshua Slack | 2017-04-20 | 3 | -98/+121 |
| | |||||
* | Updated target to Java 1.7 | Joshua Slack | 2017-04-20 | 1 | -4/+8 |
| | |||||
* | Contributions from mallanmba offering improvements to bmfont and bmtext, ↵ | mallanmba | 2017-04-20 | 28 | -72/+2295 |
| | | | | including switching from triangles to quads, a simple font manager, change listeners for text and additional fonts. CR and tweaks to follow convention by renanse. | ||||
* | Small tweaks to Box and NormalGenerator | Joshua Slack | 2017-04-20 | 2 | -44/+19 |
| | |||||
* | Fixed BillboardNode for better usage in camera setups other than Y-up. ↵ | Joshua Slack | 2017-04-20 | 2 | -74/+124 |
| | | | | Added AxialX and None as alignment types. Revamped example to better illustrate billboard action. Added a Z-Up version of the example. | ||||
* | Fix problem with billboard stretching when rotating around z axis | Saeid | 2015-03-17 | 1 | -2/+3 |
| | |||||
* | Fix typos in Javadoc comments. | Vincent Cantin | 2014-01-02 | 8 | -16/+16 |
| | |||||
* | Allows to override GeometryTool | Julien Gouesse | 2013-11-18 | 1 | -5/+9 |
| | |||||
* | Fixes the texture coordinates and adds a warning about the flipped textures ↵ | Julien Gouesse | 2013-11-15 | 1 | -6/+6 |
| | | | | into the exporter | ||||
* | Adds getPrimitiveTextureCoords into MeshData | Julien Gouesse | 2013-11-11 | 1 | -0/+49 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | neothemachine | 2013-07-23 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release v0.9v0.9 | neothemachine | 2013-07-23 | 1 | -1/+1 |
| | |||||
* | Adds the support of 9 mouse buttons into the JOGL 2.0 NEWT backend | Julien Gouesse | 2013-06-18 | 1 | -1/+1 |
| | |||||
* | Allows to control the creation of the renderer in the canvas renderer | Julien Gouesse | 2013-04-26 | 1 | -0/+7 |
| | |||||
* | Cleaned up and fixed the pom.xml files. | Vincent Cantin | 2013-04-07 | 1 | -43/+17 |
| | |||||
* | Fixes the regression introduced by my previous commit | Julien Gouesse | 2013-04-03 | 19 | -24/+36 |
| | |||||
* | Allows the use of clip planes with OpenGL-ES1 | Julien Gouesse | 2013-04-02 | 2 | -3/+28 |
| | |||||
* | Gets Renanse's changes | Julien Gouesse | 2013-03-27 | 1 | -113/+113 |
| | |||||
* | Merge pull request #30 from gouessej/master | Joshua Slack | 2013-03-27 | 5 | -6/+50 |
|\ | | | | | Fixes + enhancements | ||||
| * | Adds OpenGL-ES 2.0 support, prepares the use of PMVMatrix (work in progress) | Julien Gouesse | 2013-03-22 | 1 | -1/+6 |
| | | |||||
| * | Uses the proper buffer size when using ScreenExporter with JOGL 2.0 | Julien Gouesse | 2013-03-09 | 3 | -3/+40 |
| | | |||||
| * | Merge branch 'master' of git://github.com/Renanse/Ardor3D | Julien Gouesse | 2013-03-09 | 1 | -1/+1 |
| |\ | |||||
| * | | Fixes GeneratedTexturesExample (several rewind() calls were missing in the API) | Julien Gouesse | 2013-03-09 | 1 | -2/+4 |
| | | | |||||
* | | | Fix to primitive construction | Renanse | 2013-03-25 | 1 | -1/+1 |
| | | | |||||
* | | | Merge remote-tracking branch 'origin/master' | Renanse | 2013-03-25 | 2 | -0/+34 |
|\ \ \ | |||||
| * | | | Added support for handling ExecutionExceptions that happen when a | neothemachine | 2013-03-19 | 2 | -0/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | GameTaskQueue executes GameTasks/Callables. This is useful when the client code doesn't retrieve the result of a GameTask with get() but still wants to know when an exception occured while computing the result. | ||||
* | | | | Small update for lwjgl vbo, using their no arg vbo buffer creation | Renanse | 2013-03-25 | 1 | -1/+1 |
|/ / / | | | | | | | method to reduce nio buffer creation. | ||||
* | | | Allow injecting of GameTask directly. | Renanse | 2013-03-15 | 1 | -0/+10 |
| | | | |||||
* | | | Fields are now protected. | Renanse | 2013-03-14 | 1 | -9/+12 |
| | | | | | | | | | | | | cancel now uses isDone() to determine if task already ran since result may be null at end of some tasks. | ||||
* | | | Merge remote-tracking branch 'origin/master' | Renanse | 2013-03-14 | 109 | -8632/+8705 |
|\ \ \ | | |/ | |/| | | | | | | | Conflicts: ardor3d-collada/src/main/java/com/ardor3d/extension/model/collada/jdom/data/DataCache.java | ||||
| * | | removed debug boolean and attempt to reduce object creation in | renanse | 2013-02-24 | 1 | -1/+1 |
| |/ | | | | | boundingsphere. | ||||
| * | normalized line endings | neothemachine | 2013-02-21 | 77 | -8416/+8416 |
| | | | | | | | | | | | | see http://www.hanselman.com/blog/YoureJustAnotherCarriageReturnLineFeedInTheWall.aspx and https://help.github.com/articles/dealing-with-line-endings | ||||
| * | Merge branch 'master' into dependencies | neothemachine | 2013-02-11 | 34 | -149/+346 |
| |\ | |||||
| | * | Added detection of MSAA FBO and FBO blit. | renanse | 2013-02-03 | 1 | -0/+16 |
| | | | | | | | | | | | | Fixed multisample support on LwjglHeadlessCanvas - still needs fixing in FBO texture rendering. | ||||
| | * | Dropped uses of getIndexBuffer | renanse | 2013-01-20 | 12 | -52/+52 |
| | | | |||||
| | * | Switched more code to using more efficient index buffers. | renanse | 2013-01-20 | 9 | -13/+105 |
| | | | |||||
| | * | Update ardor3d-core/src/main/java/com/ardor3d/scenegraph/MeshData.java | Joshua Slack | 2012-12-20 | 1 | -0/+1 |
| |/ |/| | | | replace missing refreshInterleaved(); | ||||
| * | let eclipse remove timestamps out of .prefs files | neothemachine | 2012-12-05 | 2 | -2/+1 |
| | | | | | | | | | | | | (these aren't written since eclipse 3.7.2, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=342709 and https://bugs.eclipse.org/bugs/show_bug.cgi?id=363836) | ||||
| * | removed some remaining binaries | neothemachine | 2012-12-05 | 5 | -0/+0 |
| | | |||||
| * | Merge branch 'kill_trunk' into dependencies | neothemachine | 2012-12-05 | 3 | -35/+0 |
| | | |||||
* | | Suggested tweak from Julien Gouesse | Renanse | 2012-12-20 | 1 | -4/+7 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' | renanse | 2012-12-19 | 5 | -12/+100 |
|\ \ |