Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-29 | Enabling VBO's for mac by default | Leslie Linden | |
2011-11-29 | sync with viewer-development | eli | |
2011-11-29 | fix a mac build error: a friend declaration issue. | Xiaohong Bao | |
2011-11-29 | SH-1912 Add environment map back into shiny when lighting and shadows enabled. | Dave Parks | |
2011-11-30 | EXP-1580 FIXED applying "MinWindowWidth" and "MinWindowHeight" settings to ↵ | Seth ProductEngine | |
Linux viewer window. Added minimum size setting method for X11 viewer window on Linux. | |||
2011-11-29 | merge | Debi King (Dessie) | |
2011-11-29 | merge | Dave Parks | |
2011-11-29 | merge | Dave Parks | |
2011-11-29 | merge | Dave Parks | |
2011-11-29 | merge | Dave Parks | |
2011-11-29 | Pull from viewer-experience | Merov Linden | |
2011-11-29 | Pull from viewer-experience | Merov Linden | |
2011-11-29 | EXP-1565 FIXED Fixed IRC-style emotes in chat. | Vadim ProductEngine | |
2011-11-29 | EXP-1580 FIXED resize indicator on Linux showing Viewer window can be ↵ | Seth ProductEngine | |
resized below minimum size. Fixed using minimum window dimensions configured in debug settings. | |||
2011-11-28 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2011-11-28 | build fix | Richard Linden | |
2011-11-28 | removed unneeded changeversion tracking in param blocks in favor of a ↵ | Richard Linden | |
simpler dirty bit | |||
2011-11-28 | Pull from viewer-experience | Merov Linden | |
2011-11-28 | EXP-1596 : Fetch system folders so we're sure they are empty if we need to ↵ | Merov Linden | |
hide them | |||
2011-11-28 | bumped up MSVC warning level to 3 to catch more stuff that gcc catches | Richard Linden | |
2011-11-28 | SH-2038 PROGRESS -- Hacked the code to not render alpha using VBO's on OS X ↵ | Leslie Linden | |
since everything renders faster using VBO's except alpha for some mysterious reason. | |||
2011-11-28 | build fix | Richard Linden | |
2011-11-28 | simple code cleanup | Richard Linden | |
2011-11-28 | EXP-1485 FIX -- Viewer should have a minimum size | Richard Linden | |
moved min size logic into LLWindow | |||
2011-11-28 | Automated merge with ↵ | Xiaohong Bao | |
https://bitbucket.org/VirLinden/viewer-development-shining-fixes | |||
2011-11-28 | a try fix for sh-2651: [crashhunters] Crash after google translate failure | Xiaohong Bao | |
and sh-2658: crash in LLPluginMessage::parse | |||
2011-11-28 | merge changes for vmrg-193 | Oz Linden | |
2011-11-28 | merge | Brad Payne (Vir Linden) | |
2011-11-28 | merge | Brad Payne (Vir Linden) | |
2011-11-26 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-merge | Richard Linden | |
2011-11-26 | changed RelWithDebInfo config on Windows to not auto-inline, for easier ↵ | Richard Linden | |
debugging. | |||
2011-11-25 | EXP-1463 FIXED (IM chiclets overlay Mini-Location bar) | Paul ProductEngine | |
- Now chiclet bar adjusts its width with Mini-Location bar | |||
2011-11-24 | EXP-1631 FIXED (Selecting Edit for more than one Pick from Profile floater, ↵ | Paul ProductEngine | |
breaks the navigation history in Picks Floater) - Allowed to create a new instance of LLPanelPickEdit for each pick | |||
2011-11-24 | EXP-1581 FOLLOWUP Main menu: fixed a typo, removed duplicated items. | Vadim ProductEngine | |
2011-11-24 | merge changes for vmrg-193 | Oz Linden | |
2011-11-23 | SH-2713 FIX -- modified code to call LLPipeline::refreshCachedSettings only ↵ | Leslie Linden | |
when settings that could affect it are modified. Reviewed by davep. | |||
2011-11-23 | SH-2712 FIX -- added caching to isFullyLoaded | Leslie Linden | |
2011-11-23 | SH-2711 FIX -- Removed the "RenderAnimateTrees" setting and associated code. | Leslie Linden | |
2011-11-23 | SH-2710 FIX -- Removed calls to getChild happening every frame and during ↵ | Leslie Linden | |
idle calls. Reviewed by davep. | |||
2011-11-23 | merge | Dave Parks | |
2011-11-23 | SH-2449 Preserve texture scaling when animating textures when "size x" and ↵ | Dave Parks | |
"size y" parameters to llSetTextureAnim are zero. | |||
2011-11-23 | merge changes for vmrg-192 | Oz Linden | |
2011-11-23 | merge changes for vmrg-190 | Oz Linden | |
2011-11-23 | EXP-1577 FOLLOWUP Making default My Profile window size the same as size of ↵ | Vadim ProductEngine | |
other residents' profile floaters. | |||
2011-11-23 | STORM-591 Trivial code cleanup | Jonathan Yap | |
2011-11-23 | EXP-1581 FIXED Added more floaters to the viewer menu. | Vadim ProductEngine | |
It is also now possible to toggle microphone via the menu. See JIRA for the full list of changes. | |||
2011-11-22 | remove redundant memory allocation for sh-2651: [crashhunters] Crash after ↵ | Xiaohong Bao | |
google translate failure | |||
2011-11-22 | trivial: update the memory pool log info to the latest. | Xiaohong Bao | |
2011-11-22 | STORM-591 Remove 2 development debug settings and replace them with constants | Jonathan Yap | |
2011-11-22 | EXP-1506 FIXED starting the toast fade timer when a toast is overlapped by ↵ | Seth ProductEngine | |
other floater like avatar inspector. This is a kind of a workaround: perhaps the logic of updating the toast fade timer should be refactored to start/stop the timer from onMouseLeave/onMouseEnter callbacks instead of using "IsHovered" flag for each toast. |