Adds ability to adjust padding to guiTextListCtrl's rows

ForcedMaterialMeshMgr tweaked to allow proper setting of override material
Ongoing WIP of update/fixing of options menus
WIP of expanded visualizers, including material complexity viz
Adds no-pie flag when compiling on linux with non-clang compilers
This commit is contained in:
Areloch 2019-09-06 00:00:17 -05:00
parent 99cee7f32a
commit 7c3bd49615
17 changed files with 912 additions and 487 deletions

View file

@ -56,6 +56,7 @@ class GuiTextListCtrl : public GuiArrayCtrl
bool mFitParentWidth;
bool mClipColumnText;
S32 mRowHeightPadding;
U32 getRowWidth(Entry *row);
bool cellSelected(Point2I cell);