Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaces Guava's Predicate by Java 8 Predicate (issue #13) | Julien Gouesse | 2019-05-26 | 1 | -2/+2 |
| | |||||
* | Merges several Renanse's commits | Julien Gouesse | 2018-01-27 | 10 | -293/+440 |
|\ | |||||
| * | Updated interact widget mouseover code to pass through Canvas and provided a ↵ | Joshua Slack | 2018-01-15 | 9 | -22/+162 |
| | | | | | | | | | | | | | | callback for mouse over/out. Added simple cursor setting callbacks to the basic interact classes. Added a few cursor graphics that may be used with InteractWidgets | ||||
| * | Fixed a highlight bug when mouseover moves between multiple rings without ↵ | Joshua Slack | 2018-01-06 | 2 | -12/+13 |
| | | | | | | | | | | | | mousedepart. Changed RotateWidget mouseover blend effect to be more subtle. | ||||
| * | Small tweak to help with mouseovers in compound widget | Joshua Slack | 2018-01-05 | 1 | -5/+11 |
| | | |||||
| * | Made these public to allow for access from compound widget style classes. | Joshua Slack | 2017-10-31 | 1 | -2/+2 |
| | | |||||
| * | Added the concept of mouseEntered/Departed to InteractWidgets and applied ↵ | Joshua Slack | 2017-10-30 | 7 | -256/+262 |
| | | | | | | | | the state to our basic widgets. | ||||
| * | Fixed some redundant scaling code and pulled widget scale calculation out ↵ | Joshua Slack | 2017-10-27 | 6 | -39/+33 |
| | | | | | | | | into a place easily extended by subclasses. | ||||
* | | Fixes a bug in the PLY importer: some already present element keywords ↵ | Julien Gouesse | 2018-01-27 | 1 | -5/+10 |
| | | | | | | | | weren't detected | ||||
* | | Fixes some warnings | Julien Gouesse | 2018-01-27 | 1 | -0/+9 |
| | | |||||
* | | Fixes some warnings | Julien Gouesse | 2018-01-27 | 1 | -3/+3 |
| | | |||||
* | | Merge commit '1aae3c9d22835dded3f6cc6ba0d2e9cc040a92aa' | Julien Gouesse | 2018-01-27 | 3 | -3/+79 |
|\| | |||||
| * | Added a way for update logic to be attached to, and run by, InteractManager | Joshua Slack | 2017-09-19 | 3 | -4/+81 |
| | | |||||
* | | Merge commit 'cbc61566689660d39f469efe4c429f8adf5b239e' | Julien Gouesse | 2018-01-27 | 2 | -13/+7 |
|\| | |||||
| * | Updates to allow overriding SpatialState in InteractManager. | Joshua Slack | 2017-06-02 | 2 | -13/+7 |
| | | | | | | | | | | Updates to allow easier overriding of input flow in UIHud. Added new example tying together UI and Interact | ||||
* | | Merges Renanse's commit 67d620baf5eaf5b0ce66800e468719a9ef79ef25 | Julien Gouesse | 2018-01-27 | 2 | -1/+6 |
|\| | |||||
| * | Added code to ensure margin and border use considers possibility of null. ↵ | Joshua Slack | 2017-05-31 | 2 | -1/+6 |
| | | | | | | | | Added copying of userData in SpatialState | ||||
* | | Merges Renanse's commit 240660efaeb9117a50f2e9cca0a7153e500490b3 | Julien Gouesse | 2018-01-27 | 2 | -1/+18 |
|\| | |||||
| * | fixed missing calls to received/lost control on interact widgets. | Joshua Slack | 2017-05-30 | 2 | -3/+20 |
| | | | | | | | | added tracking of userdata to SpatialState to allow setting/applying other elements via interact widgets | ||||
| * | Made GeometryTool effectively into a static class | Joshua Slack | 2017-04-27 | 2 | -32/+11 |
| | | |||||
* | | Merges mallanmba's commit 8ea0c83909327832f6ec575b752153b5ed6366fb | Julien Gouesse | 2018-01-26 | 13 | -46/+156 |
|\| | |||||
| * | Contributions from mallanmba regarding improvements and fixes to the Ardor3D ↵ | mallanmba | 2017-04-19 | 13 | -41/+150 |
| | | | | | | | | interact system. | ||||
| * | replace Java7 construct | mallanmba | 2016-01-27 | 1 | -2/+2 |
| | | |||||
* | | Avoids keeping a useless stream opened in the PLY importer | Julien Gouesse | 2016-08-23 | 1 | -275/+296 |
| | | |||||
* | | Adds the support of texture coordinates contained by the vertices into the ↵ | Julien Gouesse | 2016-08-23 | 3 | -5/+42 |
| | | | | | | | | PLY importer | ||||
* | | Fixes the support of textures in the PLY importer | Julien Gouesse | 2016-08-21 | 1 | -1/+12 |
| | | |||||
* | | Adds the support of binary files into the PLY importer | Julien Gouesse | 2016-08-21 | 1 | -117/+224 |
| | | |||||
* | | No longer relies on the file helper to determine whether a PLY file is in ↵ | Julien Gouesse | 2016-08-21 | 1 | -173/+125 |
| | | | | | | | | ASCII, relies on the format in the header | ||||
* | | Reads the header of the binary file in the PLY importer | Julien Gouesse | 2016-08-20 | 1 | -290/+280 |
| | | |||||
* | | Adds the support of edges into the PLY importer | Julien Gouesse | 2016-08-20 | 1 | -3/+46 |
| | | |||||
* | | Adds the support of quads and several index modes into the PLY importer | Julien Gouesse | 2016-08-20 | 1 | -15/+68 |
| | | |||||
* | | First blueprint of the PLY importer, work in progress | Julien Gouesse | 2016-08-20 | 6 | -0/+1922 |
| | | |||||
* | | Extracts the most common model properties of a material into a separate class | Julien Gouesse | 2016-08-17 | 5 | -125/+398 |
| | | |||||
* | | Drives the STL importer more robust, support 'endsolid' and 'end solid', ↵ | Julien Gouesse | 2016-08-17 | 1 | -243/+232 |
| | | | | | | | | simplifies the conditions | ||||
* | | Initializes the fields of the data stores in their respective constructors | Julien Gouesse | 2016-08-13 | 4 | -13/+31 |
| | | |||||
* | | Improves a warning message displayed when a model in a STL file has no name ↵ | Julien Gouesse | 2016-08-13 | 1 | -1/+1 |
| | | | | | | | | as it's optional | ||||
* | | Updates the copyright headers and templates | Julien Gouesse | 2016-08-07 | 50 | -50/+50 |
| | | |||||
* | | Removes any method chaining from ObjImporter | Julien Gouesse | 2016-07-07 | 1 | -13/+7 |
| | | |||||
* | | Adds a STL importer into ardor3d-extras | Julien Gouesse | 2016-07-07 | 4 | -0/+734 |
| | | |||||
* | | Adds a utility to check whether a file contains only US ASCII characters ↵ | Julien Gouesse | 2016-06-30 | 1 | -0/+74 |
| | | | | | | | | into ardor3d-extras | ||||
* | | Switches from Java 1.6 to Java 1.7 and fixes numerous warnings | Julien Gouesse | 2016-06-30 | 22 | -323/+291 |
| | | |||||
* | | Stops using Guava to create the lists, the sets and the maps except when it ↵ | Julien Gouesse | 2014-09-24 | 14 | -72/+69 |
| | | | | | | | | is really necessary | ||||
* | | Implements the hashCode() method of ShaderVariable | Julien Gouesse | 2014-08-08 | 1 | -1/+2 |
| | | |||||
* | | Removes tons of warnings | Julien Gouesse | 2014-08-08 | 1 | -0/+2 |
| | | |||||
* | | Drives the source code compatible with Java 1.6 anew (I thank Matt Eskridge ↵ | Julien Gouesse | 2014-08-08 | 1 | -2/+9 |
| | | | | | | | | for reminding me my mistake) | ||||
* | | Does no longer use the default texture when loading a MD2 model so that the ↵ | Julien Gouesse | 2014-07-13 | 1 | -23/+13 |
| | | | | | | | | importer correctly loops on all skins | ||||
* | | Uses a temporary dirty kludge to prevent the import of a MD2 model from ↵ | Julien Gouesse | 2014-07-13 | 1 | -15/+25 |
| | | | | | | | | failing when Ardor3D fails to load the default texture which is not supported yet by JOGL because of its bug 982 | ||||
* | | Drives the WaveFront OBJ exporter more robust when manipulating a texture key | Julien Gouesse | 2014-07-13 | 1 | -15/+20 |
| | | |||||
* | | Fixes a regression found by the JGO member orange451 ↵ | Julien Gouesse | 2014-03-20 | 1 | -7/+9 |
| | | | | | | | | http://www.java-gaming.org/index.php?action=profile;u=49424 The tags of all frames weren't loaded, only 'numTags' tags were loaded | ||||
* | | Fixes a spelling mistake in a for loop causing an ↵ | Julien Gouesse | 2014-02-11 | 1 | -1/+37 |
| | | | | | | | | ArrayIndexOutOfBoundsException when parsing the texture coordinates of a MD3 model |