I got bored and put in the math functions from Imprudence.

We need something to show the list - Preferably a bit better than the popup that they use, I'm thinking maybe an expanding sidebar on the build menu?

Oh, minor changes - Texture repeats go up to 1000 now because it has numbers, and I tweaked the primitive params section so it doesn't fall off the window.

Signed-off-by: Beeks <HgDelirium@gmail.com>
This commit is contained in:
Beeks
2010-09-16 22:08:33 -04:00
parent 7f0af74e00
commit d49c92b6fe
9 changed files with 350 additions and 218 deletions

View File

@@ -116,6 +116,8 @@ public:
static void onUpBtn(void *userdata);
static void onDownBtn(void *userdata);
virtual BOOL setLabelArg( const std::string& key, const LLStringExplicit& text );
private:
void updateEditor();
void reportInvalidData();