Age | Commit message (Collapse) | Author |
|
|
|
off text
|
|
|
|
|
|
|
|
http://jira.secondlife.com/browse/EXT-146
|
|
|
|
happening
|
|
functions, handleTooltipLand vs. handleTooltipObject
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
come later (next week).
|
|
|
|
|
|
|
|
- get rid of some invalid params
- make sure all buttons are named
|
|
|
|
|
|
|
|
REGION/ESTATE, Estate tab
reviewed by James
|
|
|
|
|
|
"widgeted" text
partial fix
reviewed by Leyla
|
|
patch by josh, reviewed by me
|
|
|
|
|
|
review http://codereview.lindenlab.com/271074
|
|
Fixed size and position of renamer line editor
Reviewed with Richard
|
|
|
|
Corrected bug where saving an outfit wouldn't update the "unsaved" marker on
the UI. Also switched the UI to use a popup dialog to request the name of
the outfit being made, as we could not convey everything we needed to on the
button alone.
Code reviewed by Vir
|
|
|
|
|
|
The gcc compiler will strip out the stubbed isGodlike() method under
an optimized build. There's no way to stop this without either putting
the definition in another cpp file, which is hard to do with our unit
test infrastructure, or disabling gcc's inlining of the method. So I
did the latter, using __attribute__ ((noinline).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Set drop_shadow="true" in menu.xml
|
|
|
|
|
|
Now it buys currency.
Also fixes EXT-4176, same issue
Reviewed with Richard.
|