Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into dependencies | neothemachine | 2013-02-11 | 7 | -39/+43 |
|\ | |||||
| * | 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 |
| |/ | |||||
* | | Changed Maven phase of natives extraction from (default) "package" to | neothemachine | 2013-02-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | "generate-resources" (this makes more sense as you then have a functional project when you run the compile goal manually outside m2e) Note: The automatic extraction of natives in Eclipse (without relying on on the maven natives eclipse plugin) is covered by the lifecycle mappings of the maven natives plugin (which are set to "runOnConfiguration" meaning that natives get extracted on project import and on configuration update) | ||||
* | | fixed Netbeans run configs (native lib path) | neothemachine | 2013-01-17 | 9 | -17/+17 |
| | | |||||
* | | 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) | ||||
* | | fixed assembly.xml of examples project (to make jogl use its own native | neothemachine | 2012-12-05 | 1 | -1/+15 |
| | | | | | | | | lib loading) added /target to .gitignore | ||||
* | | Merge branch 'kill_trunk' into dependencies | neothemachine | 2012-12-05 | 5 | -170/+43 |
|/ | |||||
* | move all files from trunk to root folder | neothemachine | 2012-12-05 | 296 | -0/+91994 |