summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-25Merged in maxim_productengine/viewer-eep (pull request #235)Rider Linden
SL-10331 FIXED [EEP] Apply to Region/Parcel from the day editor sticks
2019-01-25MergeGraham Linden
2019-01-25SL-10194 Selecting mesh face doesn't highlight the face in any wayruslantproductengine
- Fixed according to Steeltoe notes. - Add const modifier for some methods
2019-01-25SL-10331 FIXED [EEP] Apply to Region/Parcel from the day editor sticksmaxim_productengine
2019-01-24SL-10276Graham Linden
SL-9851 Fix cloud shaders to ignore clouds when cloud_scale is 0. Fix creation of heavenly body geo to avoid degenerate vector math and not randomly flip orientation when crossing zenith. Add sun_up_factor to eliminate sun glow around moon when sun is down.
2019-01-24SL-10281Graham Linden
Use clamp on dot product of view and light norm to eliminate 2nd halo.
2019-01-24SL-10282Graham Linden
Use clamping on dot product to determine halo TCs to fix abrupt cutoff at dot == 0. Ifdef around engaging advanced atmo which is not ready for primetime yet.
2019-01-24SL-1932 Hide picker when not focused and update selection button's statesandreykproductengine
2019-01-23I hope this is the last one.Rider Linden
2019-01-23Merged in andreykproductengine/maint-eep (pull request #232)Rider Linden
SL-1932 Day Cycle Edit feature "Load Track"
2019-01-23More specifics OSX compile.Rider Linden
2019-01-23More OSX templateRider Linden
2019-01-23More OSX pickyness.Rider Linden
2019-01-23SL-1932 Day Cycle Edit feature "Load Track" Part 2andreykproductengine
2019-01-23Found the issue.Rider Linden
2019-01-23Mac is a bit pickyRider Linden
2019-01-22SL-10387: Inject individual settings. Still freezes parcel/region settings.Rider Linden
2019-01-22SL-1932 Day Cycle Edit feature "Load Track" Part 1andreykproductengine
2019-01-22MergeRider Linden
2019-01-22SL-10387: Move settings intjection to a setting object (and out of ↵Rider Linden
llEnvironment)
2019-01-18Merged in graham_linden/viewer-eep-fixes (pull request #231)Rider Linden
SL-10384
2019-01-18SL-10384Graham Linden
Fix issue with clip plane used in distortion map rendering including objects/avatars above water near surface.
2019-01-18SL-10153 bat file no longer should be in instal directoryandreykproductengine
2019-01-18SL-10153: Update to viewer-manager build 523332Nat Goodspeed
2019-01-18SL-10380 FIXED 'Day Length/Day Offset' values don't apply to the region from ↵maxim_productengine
the keyboard by pressing 'Enter'
2019-01-17SL-10368Graham Linden
Fix OSX shader compile bug from use of #if FOO instead of #ifdef FOO or #if defined(FOO) preventing atmospherics (and thus ALM) from working on OSX.
2019-01-16Add Copy/Load/Clear track buttons. Clear track functionality.Rider Linden
2019-01-16SL-10341: Fix Mojave mic permission problem - thanks Tonya Souther!Nat Goodspeed
2019-01-16SL-10153: Update to viewer-manager build 523251Nat Goodspeed
2019-01-16SL-10370 FIXED [EEP] 'Estate' tab is displayed with empty settings after ↵maxim_productengine
opening 'Region/Estate' floater for the second time
2019-01-15MergeGraham Linden
2019-01-15SL-10369Graham Linden
Fix handling of backfaces in shared shadow sampling broken during de-duplication.
2019-01-15MergeRider Linden
2019-01-15SL-9917: New default sun texture, blank moon is now no image.Rider Linden
2019-01-15Merged lindenlab/viewer-cougar into defaultRuslan Teliuk
2019-01-15- fix scale problem on Windowsruslantproductengine
2019-01-15SL-10279 allow drag and drop settings on your own parcelmaxim_productengine
2019-01-15SL-10361 fixed overlapping of water setting slidersmaxim_productengine
2019-01-15SL-10362 fixed typo in the messagemaxim_productengine
2019-01-14Merged in ruslantproductengine/viewer-cougar-4cr-5 (pull request #41)Andrey Lihatskiy
SL-10176 - [Love Me Render] MacOS Quit / Shutdown crash Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com>
2019-01-14Merged in graham_linden/viewer-eep-fixes (pull request #225)Rider Linden
SL-10355
2019-01-14SL-10355Graham Linden
Modify distortion vec calc in shader to account for modified range of reflection scale above/below.
2019-01-14- remove getDeviceScaleFactor() and replace it to getSystemUISize() ↵ruslantproductengine
according Ansariel note
2019-01-14- add static construslantproductengine
2019-01-11SL-10350: If the item is now owned by the current user assume it is in the ↵Rider Linden
libary. Don't let them edit.
2019-01-10SL-10279 Finalize drag and drop supportandreykproductengine
2019-01-10Fix for lineendings in depthToShadowVolumeG.glslandreykproductengine
2019-01-09SL-10279 Readjusting altitude sliderandreykproductengine
2019-01-09Fix broken underwater rendering and reversed logic in generation of ↵Graham Linden
distortion map.
2019-01-08Fix broken distortion map rendering (was culling everything).Graham Linden
Clean up deferred\alpha shader to allow re-entrant graphics switching (link error on 2nd compile/link of deferred shaders). Clean up some uses of pragma(optimize,...).