Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-13 | SH-582 Order of the preview menu items in the same order as theLODs appear ↵ | Loren Shih | |
in the Import Model window Reordered from highest to lowest. | |||
2010-12-13 | Automated merge up from viewer-development | Loren Shih | |
2010-12-10 | merge | Dave Parks | |
2010-12-10 | Remove redundant call to glodGroupParameteri | Dave Parks | |
2010-12-10 | More correct GLOD usage -- one group, many objects. | Dave Parks | |
2010-12-10 | fixed model uploader aspect not updating, text not following resize, and ↵ | leyla_linden | |
file name not filling in | |||
2010-12-10 | merge cleanup. | Dave Parks | |
2010-12-10 | merge | Dave Parks | |
2010-12-10 | Merge from viewer-development | Monroe Linden | |
2010-12-10 | Add xml for model importer gears menu. | Dave Parks | |
2010-12-10 | Reskin model importer according to latest spec, add extra LoD decimation ↵ | Dave Parks | |
parameters. | |||
2010-12-10 | Remove "HACK upload model" menu option. | Dave Parks | |
2010-12-10 | DoF tweaks cleanup. | Dave Parks | |
2010-12-10 | DoF tweaks -- reviewed by Falcon. | Dave Parks | |
2010-12-09 | automated merge | Roxie Linden | |
2010-12-09 | STORM-727 : Pull into viewer-development | Merov Linden | |
2010-12-09 | STORM-710 : Pull into viewer-development | Merov Linden | |
2010-12-09 | STORM-578 : Pull into viewer-development | Merov Linden | |
2010-12-09 | STORM-728 : Pull into viewer-development | Merov Linden | |
2010-12-09 | Pull/merge from viewer-development | Merov Linden | |
2010-12-09 | Use 10.5 sdk for now | Roxie Linden | |
2010-12-09 | Fixes for OSX 10.5 SDK builds | Roxie Linden | |
2010-12-09 | Initial code for the upload model wizard - loading model is working, not ↵ | leyla_linden | |
much else | |||
2010-12-09 | Merge with viewer-development. | Monroe Linden | |
2010-12-09 | Falling back to legacy cache on display name fetch error | leyla_linden | |
2010-12-09 | STORM-436 : pull into viewer-development | Merov Linden | |
2010-12-09 | STORM-584 : pull into viewer-development | Merov Linden | |
2010-12-09 | STORM-732, STORM-733, STORM-735, STORM-766, STORM-774 : pull into ↵ | Merov Linden | |
viewer-development | |||
2010-12-09 | Pull from viewer-beta | Merov Linden | |
2010-12-09 | Pull from viewer-beta | Merov Linden | |
2010-12-09 | CT-634 WIP PT DA translation including new files for Viewer 2.4, for viewer-beta | Eli Linden | |
2010-12-09 | STORM-774 FIXED Made notification toasts (e.g. IM toasts) respect ↵ | Vadim ProductEngine | |
transparency settings: * Normally toasts are as opaque as specified by "inactive floater opacity" setting. * When mouse is hovering a toast, the toast uses "active floater opacity" setting. * Fading toasts have 1/2 of "inactive floater opacity". | |||
2010-12-09 | STORM-774 WIP Misc renames to improve readability. | Vadim ProductEngine | |
2010-12-09 | STORM-774 WIP Partially reverted transparency fix for nearby chat toasts ↵ | Vadim ProductEngine | |
(STORM-717) to develop a more generic one (applicable to all notification toasts). | |||
2010-12-09 | STORM-728 FIXED Fixed crash when choosing to send snapshot by email in ↵ | Vadim ProductEngine | |
mouselook mode. - Fixed dereferencing a NULL pointer. - Added EMAIL SNAPSHOT floater to the list of floaters allowed in mouselook mode. | |||
2010-12-09 | STORM-727 FIXED Don't disable Close and Back buttons in the Create Landmark ↵ | Vadim ProductEngine | |
panel, so you can go back if the landmark fails to load. The bug was introduced in the fix of EXT-4700 (Creating a landmark brings up the Landmark sidepanel info twice). To avoid reopening the "Create Landmark" panel, its Back and Close buttons were disabled. However, the same fix removed the code for reopening the panel, so I can't see why we need to disable the buttons at all. | |||
2010-12-08 | automated merge | Roxie Linden | |
2010-12-08 | SH-541 - Physics mesh display shows inconsistent data. | Roxie Linden | |
The object UI was allowing the user to set 'prim' physics for meshes for which no user physics had been uploaded, or decomposed. It defaulted to convex hull in that case. The fix is to fix the UI to disallow 'prim' for meshes without physics meshes, limiting those to only convex hull and none. We will also redo the task validation to detect invalid states related to this as part of the 'redo the validation' work | |||
2010-12-08 | EXP-465 FIX Viewer window does not fill screen on Mac and Linux using ↵ | Richard Linden | |
--fullscreen disabled fullscreen mode for merge to viewer-development | |||
2010-12-08 | EXP-445 FIXED Skylight view hint shown in main viewer skin and not dismissed ↵ | Richard Linden | |
when using orbit pan zoom tools. better fix that uses tag to isolate all skin specific notifications | |||
2010-12-08 | EXP-445 FIXED Skylight view hint shown in main viewer skin and not dismissed ↵ | Richard Linden | |
when using orbit pan zoom tools. | |||
2010-12-08 | CT-634 WIP DE ES FR translation (new files) for Viewer 2.4 for viewer-beta | Eli Linden | |
2010-12-08 | CT-634 WIP DE ES FR translation for Viewer 2.4 for viewer-beta | Eli Linden | |
2010-12-08 | merge with viewer-dev | Richard Linden | |
2010-12-08 | EXP-448 FIX Notification not found error for NofileExtension given when ↵ | Richard Linden | |
uploading file with no file extension during Bulk Upload | |||
2010-12-09 | STORM-578 FIXED using the color setting for "URLs" from Preferences for ↵ | Seth ProductEngine | |
names in Nearby Chat toasts. | |||
2010-12-08 | CHOP-239: reconcile LL_VERSION_BUNDLE_ID with Info-SecondLife.plist. | Nat Goodspeed | |
The bundle ID is found in llversionviewer.h, Info-SecondLife.plist and mac_updater.cpp. The latter two state it as "com.secondlife.indra.viewer". llversionviewer.h stated it as "com.secondlife.snowglobe.viewer". Changing it to "indra" to be consistent. For further discussion, please see the Jira. | |||
2010-12-08 | STORM-584 ADDITIONAL FIX When the user sets the opacity for the name tag the ↵ | Seth ProductEngine | |
selected opacity is shown in the color swatch to the left. Fixed color swatch label and tooltip. Added toolltip to opacity slider. | |||
2010-12-08 | Fix for SH-424 | prep | |
2010-12-08 | STORM-766 FIXED The day cycle icon in environment editor now follows floater ↵ | Vadim ProductEngine | |
transparency settings. |