1
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Jun 19, 2024 — Jun 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added clarifying inline documentation in TiledImageLayer and SurfaceImage More... about 9 years ago
Removed the unused DrawablePlacemark class More... about 9 years ago
Separated Placemark icon and leader line Drawables More... about 9 years ago
Updated WorldWindow to add and remove itself from the WorldWind.messageService when the surface is created and destroyed, respectively. - resolves a big memory leak; - improves the behavior of WorldWind.requestRender(),as it now only broadcasts messages to active WorldWindow objects (those with attached surfaces). More... about 9 years ago
Changed BoundingBox implementation members from protected to private access. More... about 9 years ago
Modified Drawable object construction to use object pools attached to the DrawContext More... about 9 years ago
Merge remote-tracking branch 'remotes/origin/feature/threaded-rendering' into develop More... about 9 years ago
Removed the unused method Terrain.applyTexCoordTransform More... about 9 years ago
Removed the SurfaceTile interface and associated classes More... about 9 years ago
Updated the ShaderProgram class documentation More... about 9 years ago
Merge remote-tracking branch 'remotes/origin/develop' into feature/threaded-rendering More... about 9 years ago
Reduced unnecessary allocation in frequently called rendering code More... about 9 years ago
Updated BasicFrameController to complete the separation of render and draw phases More... about 9 years ago
Modified AtmosphereLayer to use the Drawable interface More... about 9 years ago
Modified ShowTessellationLayer to use the Drawable interface More... about 9 years ago
Modified TiledImageLayer and SurfaceImage to use the Drawable interface More... about 9 years ago
Modified DrawablePlacemark to store instances in an object pool More... about 9 years ago
Modified DrawableQueue to use a more adaptive approach to array growth More... about 9 years ago
Extracted the interface and classes in Pool More... about 9 years ago
Updated Placemark JavaDocs More... about 9 years ago
Removed unnecessary construction arguments from the object pool utility classes More... about 9 years ago
Modified DrawableQueue and DrawContext to clarify drawable ordering More... about 9 years ago
Modified AbstractRetriever to use the World Wind object pool utility More... about 9 years ago
Refactored Pools to clarify the BasicPool implementation More... about 9 years ago
Updated log messages in LruMemoryCache More... about 9 years ago
Added a utility class for working with object pools More... about 9 years ago
Updated the project code style settings to place interfaces and enums above static methods More... about 9 years ago
Removed the OrderedRenderable interface, which as been replaced by Drawable More... about 9 years ago
Merge remote-tracking branch 'remotes/origin/feature/threaded-rendering' into develop More... about 9 years ago
Added inline documentation to DrawablePlacemark's GL calls More... about 9 years ago