summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2011-04-12STORM-1143 FIXED Server sometimes said region wasn't capable of storing ↵Vadim ProductEngine
environment settings. Reason: We tried to check whether the region supports environment settings without making sure that we've actually recieved region capabilities, so the check sometimes failed. Fix: Defer check for the "EnvironmentSettings" capability until we've received the region capabilities.
2011-04-07STORM-1142 ADDITIONAL_COMMIT Debugging improvements.Vadim ProductEngine
2011-04-07STORM-1142 FIXED The "Use Estate Time" and "Use Local Time" buttons in the ↵Vadim ProductEngine
Environment Editor now work.
2011-04-05STORM-1126 merge 2Vadim ProductEngine
2011-04-04merge changes for social-859Oz Linden
2011-04-04merge updates to avatar physicsOz Linden
2011-04-03New physics iconSeraph Linden
2011-04-03Fixed issue where changes in physics params were not being transmitted to ↵Seraph Linden
other avatars. Fixed issue where left/right was appearing in non-female edit physics.
2011-04-03Added duplicate morph to handle breast bounce/clap. Took out unused params ↵Seraph Linden
in llphysicsmotion.cpp.
2011-04-03Fix for butt gravity direction.Seraph Linden
Added more displacement range for butt leftright.
2011-04-03Minor fixes.Seraph Linden
2011-04-03Fix for compile error.Seraph Linden
2011-04-03Changed _driven params to cross wearables; major fix so they wouldn't keep ↵Seraph Linden
getting reset to default values from wearable. Took out smoothing param. Redefined maxeffect param to affect range of motion.
2011-04-03Changed Max Velocity param name to Max EffectSeraph Linden
2011-04-03Added breast sway (left-right).Seraph Linden
2011-04-02Moved Drag to be a general shape physics param, to save on number of ↵Seraph Linden
transmitted params.
2011-04-02Renumbering for avatar physics parametersSeraph Linden
2011-04-02Fix for edit physics panel tab names.Seraph Linden
2011-04-02Fix for avatar_lad physics using duplicate ID.Seraph Linden
Added missing skirt physics param for belly.
2011-04-02merge changes for STORM-1131Oz Linden
2011-04-01SOCIAL-859 FIX SSL issues re-emerged on OS X 10.6.7 (and possibly other OSs)callum
2011-04-01INTL-34 WIP Set22 translations PTEli Linden
2011-04-01synched up with viewer-development latestEli Linden
2011-04-01pull latest changes from viewer-autobuild2010Oz Linden
2011-04-01merge changes for storm-1130Oz Linden
2011-04-01STORM-1130: Top Scripts: Date/time sorting is broken (sorts lexically)Joshua Bell
Use LLScrollListCtrl's intrinsic support for date-typed columns.
2011-04-01pull latest changes from viewer-autobuild2010Oz Linden
2011-04-01pull latest changes from viewer-developmentOz Linden
2011-04-01merge changes for storm-1072Oz Linden
2011-04-01merge changes for storm-399Oz Linden
2011-04-01merge changes for storm-1072Oz Linden
2011-04-01merge changes for storm-399Oz Linden
2011-04-01VWR-24487 make PREHASH variables char const* constBoroondas Gupte
2011-03-31MergeKelly Washington
2011-03-31pull improved avatar physics ui and other improvements from SeraphOz Linden
2011-03-31merge out latest viewer-autobuild2010 changesOz Linden
2011-03-31Tweaking of avatar physics detail slider.Loren Shih
2011-03-31Simple fix for out-of-bounds parameter issues.Loren Shih
2011-03-31Took out avatar physics demo code that was disabling camera reset on avatar ↵Loren Shih
movement.
2011-03-31STORM-1126 mergeVadim ProductEngine
2011-03-31Created Advanced Physics panel.Loren Shih
Made a bunch of aesthetic changes to physics panel accordion.
2011-03-31STORM-1126 WIP Windlight Estate Settings integration: pass 10Vadim ProductEngine
Eliminated more merge artifacts.
2011-03-31STORM-1126 WIP Windlight Estate Settings integration: pass 9Vadim ProductEngine
Removed dead code.
2011-03-31STORM-1126 WIP Windlight Estate Settings integration: pass 8Vadim ProductEngine
Eliminated more merge artifacts (superflous copyright changes).
2011-03-31STORM-1126 WIP Windlight Estate Settings integration: pass 7Vadim ProductEngine
Removed a duplicate line (a merge artifact) from newview/CMakeLists.txt to fix the Mac build.
2011-03-31STORM-1126 WIP Windlight Estate Settings integration: pass 6Vadim ProductEngine
* Made it possible to update a region sky preset with the Save button. * Fixed resetting day cycle when you start editing region environment settings. * Fixed: if you press "Cancel Changes" in the region envitonment settings and then choose to resume editing in the confirmation dialog, you won't be able to cancel your changes later.
2011-03-31STORM-1126 WIP Windlight Estate Settings integration: pass 5Vadim ProductEngine
* Added "Apply Local to Region" button to the region terrain setttings panel. * Fixed previewing presets via a combomox in the Advanced Sky Editor floater.
2011-03-31STORM-1126 WIP Windlight Estate Settings integration: pass 4Vadim ProductEngine
Changes: * Fixed incorrect way to pass parameters to notifications. * Fixed crashes in the Advanced Sky floater and the Region Terrain panel. * Fixed initialization and multiple instantiation of the Day Cycle floater (that might lead to incorrect behavior). * Fixed and re-enabled committing env. settings changes to region. * Fixed day cycle and sky settings being sent as empty arrays and therefore not passing validation on server. It is now possible to change region environment settings. * Added debug messages.
2011-03-31STORM-1126 WIP Windlight Estate Settings integration: pass 3Vadim ProductEngine
Added missing (lost in merge) buttons, notifications and strings.
2011-03-31STORM-1126 WIP Windlight Estate Settings integration: pass 2Vadim ProductEngine
Added the "Use Region Environment Settings" checkbox and the "Use Local Time" button back to the environment editor.