Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-03 | SL-966 - tweaks to scale/pos constraint logic | Brad Payne (Vir Linden) | |
2018-10-02 | SL-966 - behavior improvements and visualization, bonus removal of unrelated ↵ | Brad Payne (Vir Linden) | |
duplicate code in llappviewer.cpp | |||
2018-10-02 | SL-1695 Updated Ogg Vorbis libs to versions 1.3.3-1.3.6 | AndreyL ProductEngine | |
2018-10-01 | SL-9773 - treat animated object attachments the same as other rigged ↵ | Brad Payne (Vir Linden) | |
attachments for purposes of visibility in mouselook. | |||
2018-09-28 | DRTVWR-474: Make SkipBenchmark a Persistent setting | Nat Goodspeed | |
2018-09-28 | DRTVWR-474: Update to viewer-manager build 520110 | Nat Goodspeed | |
2018-09-28 | SL-1290 - stop animations immediately if avatar is paused | Brad Payne (Vir Linden) | |
2018-09-27 | DRTVWR-474: Pass the leap updater the parameters it requires. | Nat Goodspeed | |
2018-09-27 | DRTVWR-474: Update to viewer-manager build 520085 | Nat Goodspeed | |
2018-09-27 | DRTVWR-474: Make LLEventMailDrop pass all saved events to listener. | Nat Goodspeed | |
Previously, LLEventMailDrop would send only the first queued event to a newly-connected listener. If you wanted to flush all queued events, you'd have to "pump" the queue by repeatedly disconnecting and reconnecting -- with no good way to know when you'd caught up. The new behavior makes LLEventMailDrop resemble a multi-valued future: a rendezvous between producer and consumer that, once connected, pushes values rather than requiring them to be pulled (as with a simple queue) -- regardless of the relative order in which post() and listen() are called. | |||
2018-09-27 | merge | Brad Payne (Vir Linden) | |
2018-09-27 | SL-1350 - keep control avatar rotation synced to corresponding root drawable | Brad Payne (Vir Linden) | |
2018-09-27 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2018-09-26 | DRTVWR-474: Update to viewer-manager build 520047 | Nat Goodspeed | |
2018-09-26 | DRTVWR-447: Update to viewer-manager build 520046 | Nat Goodspeed | |
2018-09-26 | DRTVWR-447: Finish pulling in new viewer-release. | Nat Goodspeed | |
2018-09-26 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2018-09-26 | DRTVWR-474: Finish pulling in new viewer-release. | Nat Goodspeed | |
2018-09-26 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2018-09-26 | increment viewer version to 5.1.10 | Nat Goodspeed | |
2018-09-26 | Added tag 5.1.9-release for changeset 52422540bfe5 | Nat Goodspeed | |
2018-09-26 | SL-9739 [Portuguese] Reduce font size of “Unable to buy” text | maxim_productengine | |
2018-09-25 | Automated merge with https://bitbucket.org/oz_linden/viewer-release-cmake3.12 | Nat Goodspeed | |
2018-09-25 | SL-1291 - fixed some issues with selection highlighting of objects rezzed ↵ | Brad Payne (Vir Linden) | |
while in build mode. Not clear whether this addresses the original issue, which isn't reproing | |||
2018-09-25 | DRTVWR-474: Update to viewer-manager build 519951 | Nat Goodspeed | |
2018-09-24 | DRTVWR-474: Remove Python autobuild packages and references to them. | Nat Goodspeed | |
We expect the viewer-manager package to be self-contained: we expect it to bring with it any Python packages it requires. We no longer force developers to wrap third-party Python packages as autobuild packages. | |||
2018-09-24 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2018-09-19 | remove unused control flags in internal logging method | Oz Linden | |
2018-09-19 | SL-9680, SL-9673 - set attachment distance floor at 0.01 to avoid triggering ↵ | Brad Payne (Vir Linden) | |
divide-by-zero prevention logic. Force HUD attachments to always be full detail. | |||
2018-09-18 | merge | Brad Payne (Vir Linden) | |
2018-09-17 | SL-9671 - refresh simulator features on region change | Brad Payne (Vir Linden) | |
2018-09-13 | DRTVWR-474: Pass updater cmd to LLLeap::create() as vector<string>. | Nat Goodspeed | |
This avoids having to tokenize a single string, avoiding swallowing backslashes in Windows pathnames in the mistaken belief they're escape characters. Alternatively, it avoids us having to double-escape them or convert them to forward slashes or whatever. | |||
2018-09-13 | DRTVWR-474: Fix path2basename("secondlife.ico") call. | Nat Goodspeed | |
2018-09-13 | DRTVWR-474: Run the new updater in LEAP mode. | Nat Goodspeed | |
2018-09-13 | DRTVWR-474: Copy updater and its icons into Mac app's Resources. | Nat Goodspeed | |
2018-09-13 | DRTVWR-474: Make NSIS installer invoke updater precheck subcommand. | Nat Goodspeed | |
2018-09-13 | DRTVWR-474: Update to viewer-manager build 519640 | Nat Goodspeed | |
2018-09-13 | DRTVWR-474: Clean up use of LLDir::getAppRODataDir(), esp. on Mac. | Nat Goodspeed | |
Clearly it's not obvious to maintainers that on the Mac, getAppRODataDir() returns the app's Resources directory: in a number of places the code starts with the executable directory and appends "../Resources" to find that. | |||
2018-09-13 | Merge | AndreyL ProductEngine | |
2018-09-13 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2018-09-12 | STORM-2116: Add to Cinder Biscuits contributions. | Nat Goodspeed | |
2018-09-12 | DRTVWR-474: $VIEWER_EXE, rather than plain VIEWER_EXE | Nat Goodspeed | |
2018-09-12 | DRTVWR-474: Update to viewer-manager build 519577 | Nat Goodspeed | |
2018-09-12 | DRTVWR-474: Make NSIS run new updater.exe after install. | Nat Goodspeed | |
But change shortcuts and registry entries and everything else back to the real viewer executable, so that every subsequent run directly launches the viewer. Eliminate SL_Launcher references from viewer_manifest.py. | |||
2018-09-12 | DRTVWR-474: Update to viewer-manager build 519568 | Nat Goodspeed | |
2018-09-12 | DRTVWR-474: Update to viewer-manager build 519565 | Nat Goodspeed | |
2018-09-12 | SL-1397 FIXED Check mark doesn't switch when clicking on the label "Mute ↵ | maxim_productengine | |
when minimized" in Preferences | |||
2018-09-11 | DRTVWR-474, MAINT-9047: Set viewer name in Info.plist, not launcher. | Nat Goodspeed | |
2018-09-11 | DRTVWR-474: Remove nag about SL_Launcher. | Nat Goodspeed | |
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. |