index
:
viewer.git
2024.09-ExtraFPS
main
maint-c
Megapahit's fork of the Second Life viewer.
Erik Kundiman
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
indra
/
newview
/
lllegacyatmospherics.cpp
Age
Commit message (
Expand
)
Author
2024-05-22
Fix line endlings
Ansariel
2024-05-22
Merge remote-tracking branch 'origin/main' into DRTVWR-600-maint-A
Ansariel
2024-04-29
#824 Process source files in bulk: replace tabs with spaces, convert CRLF to ...
Andrey Lihatskiy
2024-02-21
Convert remaining BOOL to bool
Ansariel
2022-10-24
Merge master into DRTVWR-568 (and fix conflicts)
Callum Linden
2022-08-24
DRTVWR-558: Eliminate many spurious set-not-used variables.
Nat Goodspeed
2022-06-21
SL-17635 remove unused variables
Maxim Nikolenko
2021-11-30
SL-16386 remove references to (const true) LLGLSLShader::sNoFixedFunction
Dave Houlton
2021-10-27
SL-16127: Make another pass removing redundant LLSD op [] calls, unused vars,...
Ptolemy
2021-10-21
SL-16127: Const cleanup
Ptolemy
2021-10-21
SL-16127: Replace slow getLightTransmittance with faster version
Ptolemy
2020-03-18
SL-12574 Cleanup unused final_atten
Ptolemy
2020-03-18
SL-12574 Fix environmentMap being too dark on EEP
Ptolemy
2020-03-18
SL-12574 Add note about duplicated procedurally generated sky texture
Ptolemy
2020-03-16
SL-12574: Tweak sky cubemap to not be as dark to better match Windlight
Ptolemy
2020-02-25
SL-12574 Tweak sky to better match Windlight
Ptolemy
2019-08-29
Remove unref'd var reintroduced in upstream merges.
Graham Linden
2019-08-28
Work around issue with friend ops not accepting default params on Clang.
Graham Linden
2019-08-28
SL-11776 [EEP] Reduced frequency of sky updates by comparing data fuzzily
andreykproductengine
2019-08-27
SL-11550
Graham Linden
2019-08-22
SL-11776
Graham Linden
2019-08-12
SL-11676
Graham Linden
2019-07-29
SL-11373
Graham Linden
2019-07-29
SL-11654
Graham Linden
2019-07-29
Silence Clang warnerror about (now) unused var.
Graham Linden
2019-07-24
SL-11550
Graham Linden
2019-07-11
Fix knock-on from touching the sky tex gen which also generated the shiny env...
Graham Linden
2019-07-10
SL-11541 WIP
Graham Linden
2019-06-27
SL-11151, SL-11504
Graham Linden
2019-06-20
SL-11371
Graham Linden
2019-02-13
SL-10181, SL-10546
Graham Linden
2018-10-17
division by zero protection
andreykproductengine
2018-10-10
Fix names of WATER_BLUR_MULTIPILER.
Graham Linden
2018-10-04
SL-9809 [EEP] Environment becomes dark after setting "Glow Size" to the maxim...
andreykproductengine
2018-09-07
MAINT-8988
Graham Linden
2018-06-12
Fix env panel forward action.
Graham Linden
2018-06-01
Modify use of sky settings, reduce complexity, and name funcs to indicate coo...
Graham Linden
2018-03-08
Prepare for validation and storage of legacy haze settings (still pass-throug...
Graham Linden graham@lindenlab.com
2018-03-08
Add LLVoSky wrapper for current env sky light direction.
Graham Linden graham@lindenlab.com
2018-03-08
Rename getFogColor from water and sky settings to getWaterFogColor and getSky...
Graham Linden graham@lindenlab.com
2018-03-07
Isolate more legacy atmo param use in sky (convert to getLightAttenuation and...
Graham Linden graham@lindenlab.com
2018-03-07
Move legacy atmospherics code outside of llvosky (begin teasing apart).
Graham Linden graham@lindenlab.com