0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 31, 2025 — Aug 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
SDL: Update ImGui to 1.87 More... over 4 years ago
Lib, Qt, & SDL: Fixed issues with newer versions of ImGui & GLM. Qt: Fixed texture files not being copied when building Qt and not SDL (Wrong variable was being used for copy condition). SDL: Recent ImGui versions changed startup/shutdown with more flexible context management. Lib, Qt, & SDL: Newer GLM requires a compiler flag to enable experimental stuff, and blank matrix constructors no longer init to identity. More... about 8 years ago
SDL: Add arrow geometry data to static VBO&IBO. More... over 8 years ago
Lib: Fix microsoft stl failed debug assertion when merging planets. More... over 8 years ago
SDL: Use a single VBO & IBO for all spheres & circles. More... over 8 years ago
SDL: Use texture arrays to store planet textures. More... over 8 years ago
Qt & SDL: Various fixes. More... almost 9 years ago
Qt: Use IcoSphere instead of UVSphere. More... about 9 years ago
Lib: Fix sphere generator on Windows. More... about 9 years ago
Lib: Add an IcoSphere generator. More... about 9 years ago
Lib: Sphere & Circle generators are no longer template classes. More... about 9 years ago
SDL: Heightmap tweaks. More... about 9 years ago
JS: Update to work with sphere generator changes. More... about 9 years ago
Lib, SDL, Qt: Remove normal attribute from spheres. More... about 9 years ago
SDL: Add heightmaps to planets. More... about 9 years ago
Qt: Match keyboard shortcuts to the SDL interface. More... about 9 years ago
JS: Move arrow drawing into VBO in JavaScript. More... about 9 years ago
JS: Move sphere drawing code to JS. More... about 9 years ago
JS: Fix placing being broken in various ways. More... about 9 years ago
JS: Fix delete options being busted. More... about 9 years ago
JS: Move more grid drawing code to JavaScript. More... about 9 years ago
JS: Use VBO for grid. More... about 9 years ago
SDL: Just pretend the last commit doesn't exist. More... about 9 years ago
SDL: Forgot to delete grid VBO. More... about 9 years ago
SDL: Fix out_of_range error when printing image error msg. More... about 9 years ago
Qt: Use VBO for grid points. More... about 9 years ago
SDL: Use a VBO for the grid points. More... about 9 years ago
Lib: grid.update() returns a bool to indicate vertex array changes. More... about 9 years ago
JS: Store view settings in local storage. More... over 9 years ago
JS: Use a Promise to wait for textures to load. Keeps the loading screen active, which prevents pop in textures. Takes care of WebGL warnings about invalid textures. More... over 9 years ago