Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-21 | MAINT-8917: For BugSplat viewer, don't create dump-UUID directory. | Nat Goodspeed | |
Just put the static_debug_info.log file in the parent logs directory. Also update that static_debug_info.log file with "FatalMessage" key taken from LL_ERRS() message string. | |||
2018-08-21 | Don't compare rbegin() iterators, use LLStringUtil::endsWith(). | Nat Goodspeed | |
I think the intention of (sDumpDir.rbegin() == mDirDelimiter.rbegin()) was to test whether sDumpDir endsWith(mDirDelimiter). But those iterators will never be equal. Instead, use LLStringUtil::endsWith(). | |||
2018-08-21 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2018-08-21 | increment viewer version to 5.1.9 | Nat Goodspeed | |
2018-08-21 | MAINT-9026: Adding scale for sun and moon. Also don't allow the user to ↵ | Rider Linden | |
directly set the radio buttons for inventory and custom. | |||
2018-08-21 | Lest couple nullptr checks and disable the controls on legacy regions. | Rider Linden | |
2018-08-21 | Merge | Graham Linden | |
2018-08-21 | MAINT-5651 LLTrace issues on exit | andreykproductengine | |
2018-08-21 | MAINT-9024 MAINT-9025 fix shadow render of materials objects to use alpha ↵ | Graham Linden | |
and don't draw MATERIAL_ALPHA content twice in shadow pass | |||
2018-08-20 | MAINT-9019: One last potential null ptr reference. | Rider Linden | |
2018-08-20 | Didn't get a fix from last week, and divide by zeros are bad. | Rider Linden | |
2018-08-20 | Use the EnvironmentInfo structure to pass information back from legacy ↵ | Rider Linden | |
environment requests. | |||
2018-08-20 | MAINT-8977 32bit viewer should have stricter image size cap | andreykproductengine | |
2018-08-22 | MAINT-8985 FIXED User is able to send friendship request to a friend from ↵ | maxim_productengine | |
the group menu | |||
2018-08-22 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-08-17 | Add an apparent time of day. More OSX complaints. | Rider Linden | |
2018-08-17 | Left off an override. | Rider Linden | |
2018-08-17 | Merge | Rider Linden | |
2018-08-17 | MAINT-8826, MAINT-8990, MAINT-9002, MAINT-7703: Rework for environment ↵ | Rider Linden | |
pannels in Region/Estate and Parcel. Enable/disable by permission. Edit the correct environment. Dirty flags for changes. Estate owner disallow switch. | |||
2018-08-17 | MAINT-5651 Froce-quit crash | andreykproductengine | |
2018-08-17 | DRTVWR-447: Use os.path.split(path) instead of path.split(os.sep). | Nat Goodspeed | |
On Windows, where 'path' might be separated either with '/' or '\', the latter breaks unless all path separators are in fact the os.sep character '\'. While it would be possible to code something fancy with os.sep and os.altsep, testing the latter for None, much simpler to let os.path.split() handle it. | |||
2018-08-17 | MAINT-8991 Escape newlines in log entries | maxim_productengine | |
2018-08-16 | MAINT-7703: Estate level switch turns of parcel environments. | Rider Linden | |
2018-08-16 | Fix constness of LLSettingsVODay::buildDeepCloneAndUncompress. | Graham Linden | |
2018-08-16 | Make settings vfuncs use SETTINGS_OVERRIDE macro (override keyword in viewer ↵ | Graham Linden | |
codebase) to fix OS X compilation. Mark cloning funcs and derived class overrides as const. | |||
2018-08-16 | Merge | Graham Linden | |
2018-08-16 | mac build fix | AndreyL ProductEngine | |
2018-08-16 | Merge | Rider Linden | |
2018-08-16 | Pass call backs into parcel and region change methods. | Rider Linden | |
2018-08-16 | Merged lindenlab/viewer-cougar into default | Ruslan Teliuk | |
2018-08-16 | MAINT-8937 - Selection Outline Odd Behavior When Panning Around | ruslantproductengine | |
Fixed. | |||
2018-08-16 | MAINT-8952 EEP make sure settings will be re-compressed | andreykproductengine | |
2018-08-16 | MAINT-3699 new shaders supporting alpha blend/mask rigged content. | Graham Linden | |
Make shader loading debug logging of uniforms use ShaderUniform to make supression simpler. | |||
2018-08-16 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2018-08-15 | Somebody left off override | Rider Linden | |
2018-08-15 | DRTVWR-447: Simplify redundant if-key-in-dict-and-value-nonempty logic | Nat Goodspeed | |
2018-08-15 | DRTVWR-447: Streamline some of the logic around extra packages. | Nat Goodspeed | |
2018-08-15 | Merge | Rider Linden | |
2018-08-15 | MAINT-8990, MAINT-9002: First pass rework on environment panels, region/parcel | Rider Linden | |
2018-08-15 | Merge | Graham Linden | |
2018-08-15 | Merged in andreykproductengine/maint-eep (pull request #49) | Rider Linden | |
MAINT-8996 EEP - fixed Settings picker is empty sometimes | |||
2018-08-15 | MAINT-8996 EEP - fixed Settings picker is empty sometimes | andreykproductengine | |
2018-08-15 | Merged in andreykproductengine/maint-eep (pull request #48) | Rider Linden | |
MAINT-8952 EEP 'uncompress' day tracks before editing | |||
2018-08-15 | MAINT-8952 EEP 'uncompress' day tracks before editing | andreykproductengine | |
2018-08-15 | MAINT-8993 FIXED Crash in LLTeleportHistory::updateCurrentLocation(..) | maxim_productengine | |
2018-08-14 | Remove MSVC optimize pragma. | Graham Linden | |
2018-08-14 | MAINT-8884 Re-arrange water norm/reflection tex binding to be less incorrect. | Graham Linden | |
2018-08-14 | Merge | Graham Linden | |
2018-08-14 | MAINT-5651 Crashes on close from LLWindowWin32 | andreykproductengine | |
2018-08-15 | mac build fix | Mnikolenko ProductEngine | |