Age | Commit message (Collapse) | Author |
|
xcode didn't like the way we were defining inner classes and assuming that if the outer class
was a friend that the inner class would be too. Couldn't forward-declare the inner class
so had to re-arrange the order of class declaration.
Between re-ordering the class declarations, and explicitly making the inner class a friend,
this un-sticks the mac build, and makes it happy.
Code reviewed by davep.
|
|
Reviewed by prep.
|
|
Add the ability to clear LOD slots.
Make triangle count UI more responsive to Generate LOD button.
Add triangle count debug display for current selection.
Reviewed by Nyx
|
|
positions (or not).
Remove llfloaterimportcollada
Reviewed by Prep.
|
|
|
|
avatar would disappear for the current session.
|
|
converted various maps to use smart pointers for keys instead of naked pointers, properly clear maps on various operations.
|
|
type back into tools floater.
|
|
|
|
Added asserts to LLFastTimer to verify main thread use only.
|
|
|