Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-11 | Good grief OSX | Rider Linden | |
2018-09-11 | OSX gets anoyingly cranky if I don't use a variable. | Rider Linden | |
2018-09-11 | SL-9620: Double check that commit actually passes back a day cycle from the ↵ | Rider Linden | |
editor. Also hide the altitude setting interface for the moment. | |||
2018-09-11 | DRTVWR-474, MAINT-9047: Display top-level app bundle in sparseimage. | Nat Goodspeed | |
codesign claims to succeed, but spctl says: /Volumes/Second Life Installer/Second Life Test.app: rejected (the code is valid but does not seem to be an app) Why not? Display what's in Second Life.app/Contents on the mounted sparseimage: show Info.plist, list Frameworks, MacOS, Resources. | |||
2018-09-11 | Merged in graham_linden/viewer-eep-graham (pull request #77) | Rider Linden | |
SL-1936 and SL-1912 WIP | |||
2018-09-11 | DRTVWR-474, MAINT-9047: Make failing spctl command more verbose. | Nat Goodspeed | |
2018-09-11 | Merge TC CMake fix | Graham Linden | |
2018-09-11 | Merge advanced atmo WIP | Graham Linden | |
2018-09-11 | Hide UI related to advanced atmospherics and make it off by default again. | Graham Linden | |
2018-09-11 | DRTVWR-474, MAINT-9047: Must copy CMake-built viewer for EDU. | Nat Goodspeed | |
2018-09-11 | Fix cloud shader tex binding to be more robust. | Graham Linden | |
Make vert generation not skip dome verts used for clouds when doing advanced atmospherics. | |||
2018-09-10 | Put back new func dropped in merge. | Graham Linden | |
2018-09-10 | Put back extern decl of gSavedSettings dropped in merge. | Graham Linden | |
2018-09-10 | Merge | Graham Linden | |
2018-09-10 | Add copies of existing lighting shaders for advanced atmo path. | Graham Linden | |
Enable advanced atmo by default. Disable nSight in settings.xml Remove MSVC debug pragmas. | |||
2018-09-10 | MAINT-9118: Allow the environment panel to indicated that the environment ↵ | Rider Linden | |
may be modified. | |||
2018-09-10 | DRTVWR-474, MAINT-9047: Try *not* copying the viewer built by CMake. | Nat Goodspeed | |
The start of viewer_manifest.DarwinManifest.construct() is a path() call to copy the whole viewer tree from where CMake constructs it. The comment is: "(this is a no-op if run within the xcode script)." Unfortunately, for unclear reasons, this has recently started nesting Second Life.app within the Second Life.app directory, and even to multiple levels. When that happens, copying the outermost .app directory to the sparseimage in order to convert to dmg runs out of room because we're trying to pack multiple copies of the whole viewer tree into the fixed-size sparseimage. But if it works to simply skip that entire initial copy operation, so much the better. | |||
2018-09-10 | Move fname back inside class loop. grumble stringstream grumble. | Graham Linden | |
Fix sky depth-testing with advanced atmospherics. | |||
2018-09-10 | Pull fname out of class loop so we can see which actual shader file we were ↵ | Graham Linden | |
trying to load while debugging. | |||
2018-09-10 | Fixes for switching between atmospherics implementations on the fly. | Graham Linden | |
2018-09-10 | SL-966 - animated object size/pos constraints cont, including some settings ↵ | Brad Payne (Vir Linden) | |
for debugging. additional options to anim_tool.py for making test animations | |||
2018-09-10 | MAINT-9115: When selecting no parcel or a parcel without a day cycle, close ↵ | Rider Linden | |
the day cycle editor if it is not dirty, if dirty just disable commit. | |||
2018-09-10 | MAINT-9116 XUI Cleanup | andreykproductengine | |
2018-09-10 | DRTVWR-474, MAINT-9047: Back out changeset 2ed01671b974. | Nat Goodspeed | |
We'll try to address the Mac app bundle name discrepancy a different way. | |||
2018-09-10 | Merge | Graham Linden | |
2018-09-10 | First pass at preferences and feature table hookup for advanced atmospherics. | Graham Linden | |
2018-09-10 | MAINT-9066 EEP should not be able to delete all Keyframes from Ground Level ↵ | maxim_productengine | |
or Water | |||
2018-09-10 | MAINT-9099 Adjustable region altitudes. | andreykproductengine | |
2018-09-10 | by default print location in log files | Oz Linden | |
2018-09-09 | DRTVWR-474, MAINT-9047: Make viewer_manifest use same bundle name. | Nat Goodspeed | |
2018-09-08 | DRTVWR-474, MAINT-9047: Restore viewer to top-level Mac app. | Nat Goodspeed | |
The relationship to MAINT-9047 is that we hope this will improve the behavior of Mac code signing. | |||
2018-09-07 | Get rid of (void)this... (this should not have been captured in the first ↵ | Rider Linden | |
place.) | |||
2018-09-07 | Merge | Rider Linden | |
2018-09-07 | Work to make edit floaters respect no mod and no trans. Importing no-trans ↵ | Rider Linden | |
frame will cause day cycle to become no trans. | |||
2018-09-07 | Merge | Graham Linden | |
2018-09-07 | MAINT-8988 | Graham Linden | |
Make rebuilding sky tex not look up invariant values by converting from LLSD 15 times per pixel. Set range on density multiplier to be non-zero to clamp light attenuation to sane values. Fix UI for density multiplier to include 4 decimal places and not show 0.0003 as 0.00 | |||
2018-09-07 | Merge | Graham Linden | |
2018-09-07 | Nerf OSX warning about use of this in lambda. | Graham Linden | |
2018-09-07 | Nerf OSX warning about use of this in lambda. | Graham Linden | |
2018-09-07 | Merge | Graham Linden | |
2018-09-07 | Fix createDensityProfileLayer dropping passed in values. | Graham Linden | |
Enable sky density panel to update advanced atmo precomputed textures. Take wild stab at appropriate ranges for density parameters in edit panel UI. Clean up debug-only code that isn't necessary anymore. Point autobuild at latest version of libatmosphere package. | |||
2018-09-07 | SL-944 - enabled log types consistent notation in xml and cpp | Brad Payne (Vir Linden) | |
2018-09-07 | MAINT-9108 Disable "Copy" perm checkbox for settings type objects | maxim_productengine | |
2018-09-07 | SL-944 - logcontrol.xml update | Brad Payne (Vir Linden) | |
2018-09-07 | remove only-partially-successful attempt to put teamcity blocks around targets | Oz Linden | |
2018-09-07 | make the path output strip the 'dest' prefix | Oz Linden | |
2018-09-07 | SL-966 - max size = 64 | Brad Payne (Vir Linden) | |
2018-09-07 | SL-966 - updated logic for size/pos constraints | Brad Payne (Vir Linden) | |
2018-09-07 | refine TeamCity blocks to avoid double nesting, and disable | Oz Linden | |
for Windows | |||
2018-09-06 | FIX INTL-302 translation of Viewer Set52 (DRTVWR-461: viewer-estate-access) | eli | |