1
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Jun 12, 2024 — Jun 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactored Texture to provide simpler interface for getting the texture coordinate transform More... about 9 years ago
Refactored DrawableQueue to simplify drawable batching; added drawable groups More... about 9 years ago
Added crude but effective status messages to the MILSTD2525 examples. More... about 9 years ago
Changed titles of MIL-STD-2525 examples. More... about 9 years ago
Minor edit, cleaned up whitespace. More... about 9 years ago
Optimized GreatCircleLocation with precomputed sin/cos values. More... about 9 years ago
Added missing documentation to Placemark More... about 9 years ago
Merge remote-tracking branch 'remotes/origin/develop' into feature/threaded-rendering More... about 9 years ago
Merge branch 'feature/mil-sym-placmarks' into develop More... about 9 years ago
Modified Placemark and DrawablePlacemark to clarify the usage of leaderVertexPoint More... about 9 years ago
Added a call to clear the static symbol cache when PlacemarksMilStd2525StressActivity is destroyed. More... about 9 years ago
Replaced Matrix4.multiplyByScale with a more efficient inline version More... about 9 years ago
Fixed bug in MilStd2525 utility caused by the MilStdIconRenderer mutating the modifiers parameter. More... about 9 years ago
Updates some comments in the MILSTD2525 example. More... about 9 years ago
Refactored the MILSTD2525 examples to use the MilStd2525 PlacemarkAttributes symbol cache. - cleaned up code. - added comments. More... about 9 years ago
Removed invalid dependency from gradle script. More... about 9 years ago
Removed stale code from PlacemarksMilStd2525Activity More... about 9 years ago
Improved the output of the MILSTD2525 Stress Test. - Added country codes to aircraft - Added lifecycle debug messages. More... about 9 years ago
Update some Placemark javadocs. More... about 9 years ago
Corrected Placemark position attribute to use a copy versus a reference to the supplied position. More... about 9 years ago
Refactored the MILSTD2525 Stress Test for better code organization. More... about 9 years ago
Added MILSTD2525 Stress Test to the World Wind Examples. - A work in progress. More... about 9 years ago
PlacemarksMilStd2525Activity now uses the MilStd2525 utility class to generate placemark attributes. More... about 9 years ago
Renamed MilStd2525Placemark to MilStd2525 and refactored to generate placemark attribute bundles instead of placemarks. More... about 9 years ago
Added DrawableQueue support for batch drawing More... about 9 years ago
Added an initialization log message to WorldWindow More... about 9 years ago
Simplified and streamlined the drawing operations performed by DrawablePlacemark More... about 9 years ago
Added DrawContext support for vertex buffer object bindings More... about 9 years ago
Renamed FrameStatistics as FrameMetrics More... about 9 years ago
Added clarifying inline comments in DrawContext.project More... about 9 years ago