0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 28, 2024 — Aug 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- measure scene loading time and show in statistics.
Alexander Gessler (acgessler)
as Alexander Gessler
More... over 12 years ago
- fix background color for status bar label.
Alexander Gessler (acgessler)
as Alexander Gessler
More... over 12 years ago
- show scene vertex and face statistics in status bar and workaround the problem that win forms designer keeps re-generating event handlers already defined in MainWindow_Input.cs
Alexander Gessler (acgessler)
as Alexander Gessler
More... over 12 years ago
- Scene: count some basic scene statistics.
Alexander Gessler (acgessler)
as Alexander Gessler
More... over 12 years ago
- material preview now optionally uses supersampling (2x) for aliased edges.
Alexander Gessler (acgessler)
as Alexander Gessler
More... over 12 years ago
- hide HUD while dragging viewports.
Alexander Gessler (acgessler)
as Alexander Gessler
More... over 12 years ago
- add Scene.IsIncompleteScene
Alexander Gessler (acgessler)
as Alexander Gessler
More... over 12 years ago
- add Scene.IsIncompleteScene
Alexander Gessler (acgessler)
as Alexander Gessler
More... over 12 years ago
- Texture: reworked alpha detection now checks for alpha pixels on the loading thread, causing less rendering disruptions. Also, the SceneRendererClassicGl now updates its table of materials requiring alpha blending after uploading new textures (which could change things).
Alexander Gessler (acgessler)
as Alexander Gessler
More... over 12 years ago
- Texture: add HasAlpha() to detect whether there are any non--opaque pixels in the texture image. If so, enable alpha-blending during rendering (partly WIP).
Alexander Gessler (acgessler)
as Alexander Gessler
More... over 12 years ago
- HierarchyInspectionView: fix crash that occured when locking an empty search result set. More... over 12 years ago
- HierarchyInspectionView: ensure first search hit is visible. More... over 12 years ago
- fix some compiler warnings due to unused fields and exception params. More... over 12 years ago
- Texture: forgot to dispose the _image field. More... over 12 years ago
- Texture: improved Upload() code no longer creates a temporary Bitmap if the source Image is already a Bitmap instance. More... over 12 years ago
- fix critical error that caused gl.Texture2D calls to be accidentally compiled into a displist, causing a massive performance hit until the displist was recompiled. The reworked flow no longer uploads textures implicitly. Instead, a call to Texture.Upload() is required and done before displists are compiled. More... over 12 years ago
- Scene: give explicit return value to TextureSet callback. This worked just by accident. More... over 12 years ago
- cleanup. More... over 12 years ago
- MainWindow: add second codepath to drive the rendering using a Windows.Forms.Timer instead of AppIdle. On the machines I've tested so far, this does not seem to be an improvement, so it is off by default. More... over 12 years ago
- Renderer: avoid temporary heap allocations. More... over 12 years ago
- HierarchyInspectionView: fix searching for meshes by name.
Alexander Gessler (acgessler)
as Alexander Gessler
More... over 12 years ago
- HierarchyInspectionView: pressing enter while having a search active now cycles through the search results in the 3d view.
Alexander Gessler (acgessler)
as Alexander Gessler
More... over 12 years ago
- HierarchyInspectionView: pressing enter on the search box now locks the search even if focus goes elsewhere.
Alexander Gessler (acgessler)
as Alexander Gessler
More... over 12 years ago
- EmbeddedTextureLoader: fix bug that caused embedded textures to be sometimes marked as failed.
Alexander Gessler (acgessler)
as Alexander Gessler
More... over 12 years ago
- TextOverlay: handle case where draw routines get called after parts have been disposed already.
Alexander Gessler (acgessler)
as Alexander Gessler
More... over 12 years ago
- fix some issues pointed out by VS code analysis.
Alexander Gessler (acgessler)
as Alexander Gessler
More... over 12 years ago
- add DevIL as fallback image loader. This adds support for more texture formats, such as dds or tga.
Alexander Gessler (acgessler)
as Alexander Gessler
More... over 12 years ago
- EmbeddedTextureLoader: fix color component order for raw texture sources.
Alexander Gessler (acgessler)
as Alexander Gessler
More... over 12 years ago
- support loading of textures embedded in assimp scenes.
Alexander Gessler (acgessler)
as Alexander Gessler
More... over 12 years ago
- About box: fix some spelling issues.
Alexander Gessler (acgessler)
as Alexander Gessler
More... over 12 years ago