Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Locator: Proper package location after reloc from JOGL | Sven Gothel | 2011-06-08 | 1 | -178/+0 |
| | |||||
* | Locator Util: Clarify API doc a bit | Sven Gothel | 2011-06-08 | 1 | -14/+14 |
| | |||||
* | Fix/Add: Locator (Handle JarURLConnection and ..) | Sven Gothel | 2011-06-08 | 1 | -16/+59 |
| | | | | | | | | | new: 'public static String getRelativeOf(URL baseLocation, String relativeFile)', capable of handling a JAR file/url. Using File based relative locator, allowing better utilization in code: old public static String getRelativeOf(String absoluteFileLocation, String relativeFile) new public static String getRelativeOf(File baseLocation, String relativeFile) | ||||
* | Fix TAB: Replace all TAB with 4 spaces | Sven Gothel | 2011-06-08 | 1 | -1/+1 |
| | |||||
* | ShaderCode: Remove redundant code (Use proper Locator variant) | Sven Gothel | 2011-06-08 | 1 | -2/+0 |
| | |||||
* | refactoring: renamed com.sun.opengl -> com.jogamp.opengl. | Michael Bien | 2011-06-08 | 1 | -0/+137 |