0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
May 27, 2023 — May 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add new demos; add Shape.glContextStandardSetup; documentation More... over 11 years ago
add color swatches to Javadocs More... over 11 years ago
documentation More... over 11 years ago
instantiating LibShapeDraw with a null ownerId should not throw an exception More... over 11 years ago
documentation More... over 11 years ago
mavenize javadoc generation More... over 11 years ago
fix Javadocs More... over 11 years ago
fix invalid @links in Trident so Javadocs can be generated More... over 11 years ago
document how OpenGL's deprecation of the fixed function pipeline impacts Minecraft (i.e., it doesn't yet but might in 1.5); add convenience method to ShapeRotate More... over 11 years ago
documentation; improve test cases More... over 11 years ago
null timelines when possible More... over 11 years ago
documentation More... over 11 years ago
add LibShapeDraw.getMinecraftAccess; documentation More... over 11 years ago
document canOpenUrl hack More... over 11 years ago
rename Animateable to Animates More... over 11 years ago
add LineStyle.isAnimating More... over 11 years ago
fix issue with line width inconsistency; add Shape.onPreRender and onPostRender; include origin in Shape.toString; documentation More... over 11 years ago
fix url opening bug; documentation More... over 11 years ago
fix urls More... over 11 years ago
overhaul demos More... over 11 years ago
define Animateable interface; add it to Vector3; add Vector3.glApply* methods; add Color.convertARGBtoRGBA methods More... over 11 years ago
documentation; add convenience constructor to ShapeRotate using new Axis enum More... over 11 years ago
add Axis enum and associated convenience methods to Vector3 More... over 11 years ago
add XrayShape interface More... over 11 years ago
no longer use checked collections as they're redundant with unmodifiable collections More... over 11 years ago
documentation More... over 11 years ago
no longer throw NPEs and ensure every IAE has a string. See: http://stackoverflow.com/questions/3881/illegalargumentexception-or-nullpointerexception-for-a-null-parameter More... over 11 years ago
Shape.onAdd/onRemove must only be called if they were actually added/removed More... over 11 years ago
added Shape.onAdd and Shape.onRemove methods to eventually support VBOs. To ensure these methods are always called, also changed LibShapeDraw.getShapes to return a read-only view. Finally for consistency's sake, changed LibShapeDraw.getEventListeners and Shape.getTransforms to return read-only views as well. More... over 11 years ago
implement equals/hashCode for Color/LineStyle; testing and documentation More... over 11 years ago