Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-15 | SH-594 - added an extra redundant check for nameless nodes | Brad Payne (Vir Linden) | |
2010-12-15 | SH-594 FIX: added check for nameless nodes | Brad Payne (Vir Linden) | |
2010-12-14 | merge | Brad Payne (Vir Linden) | |
2010-12-14 | SH-439 FIX: track name requested in UI separately, so we can fall back to ↵ | Brad Payne (Vir Linden) | |
name from dae if needed | |||
2010-12-14 | BUILDFIX uninitialized variable | Nyx (Neal Orman) | |
a potentially uninitialized variable is causing the linux build to fail. Initializing the value to 0, as its our best guess for what it should be, as davep is currently out sick. | |||
2010-12-13 | automated merge | Roxie Linden | |
2010-12-13 | Re-add convex hull for simple prims and sculpties, | Roxie Linden | |
as per Falcon's advice | |||
2010-12-13 | fixed bad line endings | Brad Payne (Vir Linden) | |
2010-12-13 | merge | Brad Payne (Vir Linden) | |
2010-12-13 | Commented out some unused variables that gcc complains about | prep linden | |
2010-12-13 | SH-646 FIX | Brad Payne (Vir Linden) | |
2010-12-13 | SH-653 FIX: upload button now starts out disabled | Brad Payne (Vir Linden) | |
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 |