Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes a comment in the STL importer | Julien Gouesse | 2016-08-17 | 1 | -1/+1 |
| | |||||
* | Updates the copyright headers and templates | Julien Gouesse | 2016-08-07 | 108 | -108/+108 |
| | |||||
* | Adds an example using the STL importer | Julien Gouesse | 2016-08-07 | 3 | -0/+2677 |
| | |||||
* | Switches from Java 1.6 to Java 1.7 and fixes numerous warnings | Julien Gouesse | 2016-06-30 | 20 | -100/+89 |
| | |||||
* | Drops applet support: http://github.com/gouessej/Ardor3D/issues/22 | Julien Gouesse | 2016-02-23 | 2 | -408/+0 |
| | |||||
* | Fixes the long standing bug occurring when exiting the demos, the OpenGL ↵ | Julien Gouesse | 2015-09-21 | 2 | -13/+42 |
| | | | | cleanup failed because it was started after the destruction of the OpenGL context, far too late | ||||
* | Uses some less misleading package names in ardor3d-jogl-awt and ↵ | Julien Gouesse | 2015-09-20 | 7 | -8/+7 |
| | | | | ardor3d-jogl-swt, renames JoglCanvas JoglAwtWindow | ||||
* | Uses JOGL 2.3.0 RC 20150205 | Julien Gouesse | 2015-02-09 | 1 | -1/+1 |
| | |||||
* | Fixes the texts of the examples and adds a thumbnail into the mountain ↵ | Julien Gouesse | 2014-11-27 | 6 | -13/+25 |
| | | | | shadow terrain example | ||||
* | Uses the JOGL NEWT image loader in JoglBasicExample | Julien Gouesse | 2014-11-25 | 1 | -6/+6 |
| | |||||
* | Stops using Guava to create the lists, the sets and the maps except when it ↵ | Julien Gouesse | 2014-09-24 | 6 | -17/+18 |
| | | | | is really necessary | ||||
* | Removes the unused thumbnails from ardor3d-examples | Julien Gouesse | 2014-09-02 | 4 | -0/+0 |
| | |||||
* | Ports the JOGL bubble mark example to NEWT | Julien Gouesse | 2014-08-15 | 1 | -4/+2 |
| | |||||
* | Ports the JOGL basic example to NEWT | Julien Gouesse | 2014-08-15 | 1 | -4/+4 |
| | |||||
* | Renames the variable of the directional light in order to avoid name shadowing | Julien Gouesse | 2014-08-08 | 1 | -1/+1 |
| | |||||
* | Removes tons of warnings | Julien Gouesse | 2014-08-08 | 3 | -24/+23 |
| | |||||
* | Removes tons of warnings | Julien Gouesse | 2014-08-08 | 59 | -13/+201 |
| | |||||
* | Uses ImageLoaderUtil instead of invoking directly the JOGL image loader | Julien Gouesse | 2014-08-01 | 3 | -22/+26 |
| | |||||
* | Switches to JOGL 2.2.0-rc-20140731 | Julien Gouesse | 2014-07-31 | 1 | -2/+21 |
| | |||||
* | Keeps only the JogAmp backend | Julien Gouesse | 2014-05-28 | 12 | -1455/+29 |
| | |||||
* | Adds a working example for the MD3 importer | Julien Gouesse | 2014-02-11 | 4 | -0/+82 |
| | |||||
* | Exits even though the cleanup has just failed in ExampleBase | Julien Gouesse | 2014-02-11 | 1 | -3/+5 |
| | |||||
* | Adds an example using the Swing canvas | Julien Gouesse | 2014-02-05 | 1 | -0/+216 |
| | |||||
* | Adds an example using JoglNewtSwtCanvas | Julien Gouesse | 2014-02-04 | 1 | -0/+307 |
| | |||||
* | Adds some missing override annotations, removes the useless AWT dependencies ↵ | Julien Gouesse | 2014-02-04 | 5 | -41/+61 |
| | | | | from NEWT and SWT examples, uses the heavyweight SWT GLCanvas of JOGL instead of Eclipse SWT canvas (which is unmaintained) and adds an example using JoglNewtSwtCanvas | ||||
* | Modifies the few classes using NEWT to fix compile errors caused by API ↵ | Julien Gouesse | 2013-05-09 | 1 | -8/+7 |
| | | | | changes in JOGL 2.0 build 987 | ||||
* | fixes for recent package change. | renanse | 2013-04-03 | 34 | -42/+42 |
| | |||||
* | Applet support for the JOGL renderer (first attempt) | Julien Gouesse | 2013-03-18 | 1 | -26/+33 |
| | |||||
* | Applet support for the JOGL renderer (first attempt) | Julien Gouesse | 2013-03-17 | 1 | -0/+322 |
| | |||||
* | Adds JoglNewtAwtExample | Julien Gouesse | 2013-03-09 | 1 | -0/+213 |
| | |||||
* | Merge branch 'master' of git://github.com/Renanse/Ardor3D | Julien Gouesse | 2013-03-09 | 1 | -0/+42910 |
|\ | |||||
| * | missing picher added | Renanse | 2013-03-02 | 1 | -0/+42910 |
| | | |||||
* | | Uses JOGL 2.0 RC11 post build 06 | Julien Gouesse | 2013-02-22 | 50 | -17081/+17081 |
|\| | |||||
| * | normalized line endings | neothemachine | 2013-02-21 | 49 | -17071/+17071 |
|/ | | | | | | see http://www.hanselman.com/blog/YoureJustAnotherCarriageReturnLineFeedInTheWall.aspx and https://help.github.com/articles/dealing-with-line-endings | ||||
* | Added detection of MSAA FBO and FBO blit. | renanse | 2013-02-03 | 1 | -1/+2 |
| | | | | Fixed multisample support on LwjglHeadlessCanvas - still needs fixing in FBO texture rendering. | ||||
* | Switched more code to using more efficient index buffers. | renanse | 2013-01-20 | 3 | -27/+29 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | renanse | 2012-12-19 | 1 | -1/+1 |
|\ | |||||
| * | Small tweaks, spelling, unnecessary checks, etc. | Renanse | 2012-12-18 | 1 | -1/+1 |
| | | |||||
* | | Various audit cleanup suggestions. | renanse | 2012-12-19 | 2 | -10/+11 |
|/ | |||||
* | move all files from trunk to root folder | neothemachine | 2012-12-05 | 279 | -0/+90831 |