Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-02 | NORSPEC-70 Hook up material texture parameters to build UI in a way that ↵ | Dave Parks | |
isn't infuriating to the user. | |||
2013-04-02 | NORSPEC-70 Hook up material texture parameters to build UI in a way that ↵ | Dave Parks | |
isn't infuriating to the user. | |||
2013-04-02 | merge | Nyx Linden | |
2013-04-02 | BUILDFIX commit policy fixes | Nyx Linden | |
2013-04-02 | merge | prep@lindenlab.com | |
2013-04-02 | Merged in chui beta code. | prep@lindenlab.com | |
2013-04-02 | Removed setCanUseHTTP override in llvoavatar | Brad Payne (Vir Linden) | |
2013-04-02 | merge | Brad Payne (Vir Linden) | |
2013-04-02 | SH-4057 FIX - host bake textures should start with UDP fetching now, instead ↵ | Brad Payne (Vir Linden) | |
of waiting to fail down | |||
2013-04-02 | NORSPEC-74 Fix for assert when Debug GL enabled when rendering materials. | Dave Parks | |
2013-04-02 | NORSPEC-74 Fix for assert when Debug GL enabled when rendering materials. | Dave Parks | |
2013-04-02 | Automated merge with ↵ | Dave Parks | |
https://bitbucket.org/lindenlab/viewer-development-materials | |||
2013-04-02 | SH-4051 FIX problem with teen account and undershirt layers | Nyx Linden | |
Updated logic for teen accounts, to ensure that during any transition that they are wearing at least one undershirt wearable and one underpants wearable. | |||
2013-04-02 | Remove redundant fwrite of stats data tripping up linux builds and likely ↵ | Graham Madarasz (Graham Linden) | |
the stats themselves | |||
2013-04-02 | SH-4044 FIX voice dot is offset vertically if using avatar height offset | Nyx Linden | |
Added the height offset in one too many places. fixing. | |||
2013-04-02 | NORSPEC-73 mac crash on startup with RenderDebugGL on due to false alarm ↵ | Graham Madarasz (Graham Linden) | |
from cubemap unbind | |||
2013-04-02 | NORSPEC-23 and NORSPEC-47 fix llpanelface issues with reflecting default ↵ | Graham Madarasz (Graham Linden) | |
alpha blend state and presence of multiple textures when editing at face level | |||
2013-04-02 | Automated merge with https://bitbucket.org/lindenlab/davep-materials | Dave Parks | |
2013-04-02 | CHUI-811 FIXED [CHUIBUG]Too much spacing around the new chat UI elements | AlexanderP ProductEngine | |
2013-04-02 | merge changes for 3.5.0-beta7 | Oz Linden | |
2013-04-02 | Automated merge with https://bitbucket.org/lindenlab/davep-materials | Dave Parks | |
2013-04-02 | NORSPEC-58 Followup -- put back blinn phong, and do gamma correction ↵ | Dave Parks | |
approximation in light curves. Fix fresnel math. | |||
2013-04-01 | Remove duplicate fwrite of viewer stats data | Graham Madarasz (Graham Linden) | |
2013-04-01 | fix typo: Advance -> Advanced | Oz Linden | |
2013-04-01 | Fix Mac startup crash on unbind cube map if RenderDebugGL is on | Graham Madarasz (Graham Linden) | |
2013-04-01 | NORSPEC-23 tex box fails to indicate multiple textures in use | Graham Madarasz (Graham Linden) | |
2013-04-01 | NORSPEC-47 alpha mode enabled for textures without alpha channels | Graham Madarasz (Graham Linden) | |
2013-04-01 | merge changes for 3.5.0-beta7 | Oz Linden | |
2013-04-01 | CHUI-896 : ADD FIX : Line flashing and FUI button flashing not working ↵ | AlexanderP ProductEngine | |
correctly for CHUI notifications backed out 902caf2 and (partly) d498514; case "NOT_ON_TOP" was fixed | |||
2013-04-01 | merge | Gilbert Gonzales | |
2013-04-01 | CHUI-796 (User doesn't get all messages in 'do not disturb' mode): Now when ↵ | Gilbert Gonzales | |
a conversation is focused by clicking on it's line item, selecting a torn off floater or unminimized a torn off floater the stored notifications for that conversation will be removed. | |||
2013-04-01 | CHUI-907 : Fixed! Suppress inexistant menu item and duplicated registrar ↵ | Merov Linden | |
entry to avoid warning | |||
2013-04-01 | CHUI-907 : Prevent warning when parsing menus adding name to menu_item_check | Merov Linden | |
2013-04-01 | CHUI-904 FIXED Set the focus on the Nearby chat floater after setting ↵ | Mnikolenko ProductEngine | |
visibility. | |||
2013-04-01 | merge | mberezhnoy | |
2013-04-01 | merge changes for 3.5.0-beta7 | Oz Linden | |
2013-04-01 | Added tag 3.5.0-beta7 for changeset 5c6098fd17d4 | Oz Linden | |
2013-04-01 | CHUI-886 (Time in front of the name is not displayed when the Conversations ↵ | mberezhnoy | |
size is reduced to a minimum.) | |||
2013-03-31 | Re-apply llmin fix for Mac | Graham Madarasz (Graham Linden) | |
2013-03-30 | Fix for linux build? | Dave Parks | |
2013-03-30 | Automated merge with https://bitbucket.org/lindenlab/davep-materials | Dave Parks | |
2013-03-30 | NORSPEC-69 Fix for bump and specular map rotation values showing up as ↵ | Dave Parks | |
radians instead of degrees. | |||
2013-03-30 | NORSPEC-72 Set default value of glossiness to 0.2 | Dave Parks | |
2013-03-30 | Cleanup a couple more places where gamma curves were getting applied. | Dave Parks | |
2013-03-29 | NORSPEC-66 Hook up material parameters to rigged attachments. | Dave Parks | |
2013-03-29 | CHUI-807 : Trace add and remove sessions | Merov Linden | |
2013-03-29 | CHUI-807 : Add more defensive coding. Also trace in log the sessions created ↵ | Merov Linden | |
so we'll have a better idea of what people do with conversations if we see that crash again. | |||
2013-03-29 | merge | Nyx Linden | |
2013-03-29 | SUN-57 SH-4039 FIX bake fail on non-ssb regions | Nyx Linden | |
We were getting the texture ID from the type,index couple, but were not passing in index, which defaulted to 0. texture ID is available from the texture object itself, so using that and removing the index parameter to prevent future confusion. | |||
2013-03-29 | merge changes for DRTVWR-306 | Oz Linden | |