Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-26 | Make alpha projectors do projector clip test for consistency with deferred ↵ | Graham Linden | |
spot behavior. | |||
2019-04-26 | Make terrain shader decide to include atmo effects or not based on whether ↵ | Graham Linden | |
we're underwater or not. | |||
2019-04-26 | Add projector light within da gtz test. | Graham Linden | |
2019-04-26 | SL-10400 - more on group limits from SimulatorFeatures | Brad Payne (Vir Linden) | |
2019-04-25 | SL-11051 | Graham Linden | |
Fix alpha tests in alpha mask shadow shader to not include potentially incorrect vert color alpha in decision. | |||
2019-04-25 | SL-10400 - get group limits from SimulatorFeatures | Brad Payne (Vir Linden) | |
2019-04-25 | SL-10904, SL-10998, SL-11018 | Graham Linden | |
Fix handling of 1/light_y when y was tiny but getting even tinier. Add similar adjustment to shader version of same calc. | |||
2019-04-25 | SL-11049: Notice explicit --grid command-line switch and honor it. | Nat Goodspeed | |
LLPanelLogin's constructor checks both LLGridManager::getGrid() and LLStartUp::getStartSLURL(). But by the time we get there, we've blurred the distinction between explicit command-line arguments and defaults left over from a previous run. Of course, if the grid implied by getStartSLURL() is the same as the getGrid(), the distinction is irrelevant. But if they differ, up until now, getStartSLURL() has always "won" -- even when getGrid() was set by an explicit --grid switch whereas getStartSLURL() was only left over from a previous run. Notice that case and try to avoid overriding the explicitly-specified grid with the grid from the default SLURL. | |||
2019-04-25 | Reorder logic in LLAppViewer::initConfiguration(); remove dup code. | Nat Goodspeed | |
There were two nearly-identical copies of a stanza that calls sendURLToOtherInstance(). Remove one. It's possible that the reason no one noticed the duplication was because the two copies were 70 lines apart. Move setSkinFolder(), setUseSpellCheck() and setSecondaryDictionaries() stanzas to consolidate SLURL-handling code more closely. Also move logic for NextLoginLocation and CmdLineLoginLocation. Remove a couple unnecessary std::ostringstream instances. Streaming a single string literal to std::ostringstream and retrieving its str() is the same as simply converting the literal to std::string, only slower. OSMessageBox() accepts const std::string&. Given that you have a std::string in hand, passing its c_str() to OSMessageBox() is not only unnecessary but wasteful: it requires silently converting the const char* back to a different std::string instance. Calling a class method from another method of the same class does not require ClassName:: qualification. Calling a singleton subclass method from another non-static method of the same subclass does not require going through ClassName::instance() or sInstance or whatever. | |||
2019-04-25 | Return CGPoint and CGSize by value, not const ref to temporary. | Nat Goodspeed | |
2019-04-25 | Remove a couple unused iterators per Xcode 10.2.1. | Nat Goodspeed | |
2019-04-25 | Put warnings on sun/moon direction as they were. | Graham Linden | |
2019-04-25 | Remove bughunting asserts. | Graham Linden | |
2019-04-25 | Remove unused vars making Clang warnerror. | Graham Linden | |
2019-04-25 | Fix dark ALM and strangeness at Mid lighting (class 3 but with a darkness ↵ | Graham Linden | |
about it). Make a distinct class3/lighting/lightV which boosts to WL levels (* 2.0) and make lighting without WL atmo enabled use class 2 or below. Make forward shaders (alpha and materialF with alpha-blend mode on) more consistent with deferred lighting. | |||
2019-04-24 | SL-11027 | Graham Linden | |
Fix incorrect discard on fullbrights w/ alpha mask and cutoff > 1. | |||
2019-04-24 | SL-10811 - [Render][OSX] Google’s search results page is not fully ↵ | ruslantproductengine | |
displayed in the Media Browser if HiDPI is enabled. SL-10813 - [Render][OSX] HiDPI browser has black bars on the sides. Fixed. | |||
2019-04-24 | Merged in default (pull request #839) | Andrey Lihatskiy | |
SL-10994 Removed Facebook In-world Sharing Approved-by: Andrey Kleshchev | |||
2019-04-24 | SL-11013 FIXED The Ban Duration ‘Temporary’ radio button and text are ↵ | maxim_productengine | |
badly pressed when hovering them | |||
2019-04-24 | SL-10994 Removed Facebook In-world Sharing | AndreyL ProductEngine | |
SL-11024 Fixed Twitter connect failure | |||
2019-04-23 | Merged in graham_linden/viewer-eep-rc-fixes (pull request #364) | Rider Linden | |
SL-10901, SL-10946 | |||
2019-04-23 | SL-10946 | Graham Linden | |
Limit influence of refraction scale to avoid pulling in lots of background 'deep blue' pixels never written in the distortion map pass. | |||
2019-04-23 | SL-10901 | Graham Linden | |
Bias shadow sampling and allow control of how dark shadows are (clamped ambient). | |||
2019-04-23 | Move to using aniso filtering on shadow map samplers. | Graham Linden | |
2019-04-23 | SL-10901 part 1 | Graham Linden | |
Fix flicker even in no shadow ALM from pow on final_da. Shadow acne at Midday still present. | |||
2019-04-23 | SL-11022 Proxy port number is limited to 12K instead of 65K | andreykproductengine | |
2019-04-23 | Merged in graham_linden/viewer-eep-rc-fixes (pull request #363) | Rider Linden | |
SL-1491 | |||
2019-04-23 | SL-1491 | Graham Linden | |
Modify handling of additive to make extreme range of glow focus/size safe from lens flare artifacts. | |||
2019-04-23 | SL-11002 FIXED 'Created by me' and 'Created by others' checkboxes are not ↵ | maxim_productengine | |
reset using 'Reset Filters' | |||
2019-04-23 | via viewer-neko - don't crash test viewer due to missing version checker | Brad Payne (Vir Linden) | |
2019-04-23 | SL-10401 - get agent attachment limit from SimulatorFeatures if available | Brad Payne (Vir Linden) | |
2019-04-23 | SL-10936 Mark updater as unpinnable and make viewer pinnable | andreykproductengine | |
2019-04-26 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2019-04-25 | SL-10989 Disable text label when you don't have appropriate permissions. | maxim_productengine | |
2019-04-22 | Merged in graham_linden/viewer-eep-rc-fixes (pull request #361) | Rider Linden | |
SL-10996, SL-10997, SL-10970, SL-10967, SL-10856 | |||
2019-04-22 | SL-10856 | Graham Linden | |
Restore light sum loops to fix broken ambient. | |||
2019-04-22 | Fix mismatch between release and EEP in sunlight and ambient color from ↵ | Graham Linden | |
settings. | |||
2019-04-22 | SL-8012 Remove Mesh Filter Option on Inventory | andreykproductengine | |
2019-04-22 | SL-10952 - Look at performance impact of selection outline changes | ruslantproductengine | |
SL-10973 - [Love Me Render] Mesh Child Prims in Linkset are now Yellow instead of Blue - Fixed | |||
2019-04-22 | SL-10828 [Dev tools] Scroll for fast timer | andreykproductengine | |
2019-04-22 | SL-10982 [EEP] Personal Lighting - Add options to select water maps / cloud ↵ | maxim_productengine | |
textures | |||
2019-04-19 | Fix sky and cloud shader usage of density_multiplier (not re-ranged from FS ↵ | Graham Linden | |
to WL). Remove all refs to now unused calcFragAtmospherics. | |||
2019-04-19 | SL-10967 | Graham Linden | |
All paths now use the same atmospheric transport calcs. | |||
2019-04-19 | SL-10996, SL-10997, SL-10970 | Graham Linden | |
Revert fix for 10901 because knock-on is causing other issues. | |||
2019-04-19 | Add directory names to sentinels in shaders so shaders with same filename ↵ | Graham Linden | |
can be differentiated in nSight while debugging. | |||
2019-04-19 | SL-10989 Toggle checkbox when clicking 'Avatars on other parcels can see and ↵ | maxim_productengine | |
chat...' label | |||
2019-04-19 | SL-10990 Add tool-tips for 'Build', 'Object Entry' and 'Run scripts' ↵ | maxim_productengine | |
checkboxes in the 'About Land' floater | |||
2019-04-19 | SL-10993 Fixed wrong Korean font in chat on Windows 10 | AndreyL ProductEngine | |
2019-04-18 | Merged in graham_linden/viewer-eep-rc-fixes (pull request #360) | Rider Linden | |
SL-10966 | |||
2019-04-18 | SL-10966 | Graham Linden | |
Don't re-range density multiplier twice. |