Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-14 | SL-9653 EEP Blender abruptly jumps from correct value to initial | andreykproductengine | |
2018-09-14 | SL-9653 Multy slider edge overlap cases | andreykproductengine | |
2018-09-14 | SL-9652 FIXED EEP Not allowed characters can be used for Environment Assets name | maxim_productengine | |
2018-09-14 | SL-9656 FIXED EEP viewer crash after opening About Land and then ↵ | maxim_productengine | |
right-clicking a Day Cycle in Inventory | |||
2018-09-14 | SL-1956 added support for temporary bans to parcel ban list | AndreyL ProductEngine | |
2018-09-14 | SL-1288 show the "Mini-Inspector" of LLNameListCtrl only on a frontmost floaters | AndreyL ProductEngine | |
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-14 | SL-1872 make daycycle water editor normal map texture control use proper ↵ | Graham Linden | |
blank normal map asset | |||
2018-09-13 | Spruce up the non-ALM stars too. | Graham Linden | |
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 | Explicit cast for LLUIColor | Rider Linden | |
2018-09-13 | Remove optimize pragma for mac | Rider Linden | |
2018-09-13 | Merged in andreykproductengine/maint-eep2 (pull request #82) | Rider Linden | |
SL-1168 and SL-1307 | |||
2018-09-13 | Merged in andreykproductengine/maint-eep (pull request #78) | Rider Linden | |
SL-1961 Icon support for multislider and icons on altitudes slider Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com> Approved-by: Rider Linden <rider@lindenlab.com> Approved-by: Maxim Nikolenko <maximnproductengine@lindenlab.com> | |||
2018-09-13 | SL-1307 EEP At startup viewer does not recognize what parcel you are on. | andreykproductengine | |
2018-09-13 | SL-9625 EEP "Save As" and "Save" are initially unavailable in Day Cycle | maxim_productengine | |
2018-09-13 | SL-1168 EEP Shouldn't be possible to create more than 20 keframes | andreykproductengine | |
2018-09-13 | SL-984 Disable creating EEP settings under Lost and Found folder | maxim_productengine | |
2018-09-13 | Merge | AndreyL ProductEngine | |
2018-09-13 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2018-09-12 | Merge | Rider Linden | |
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 | SL-1402, SL-1193, SL-976: Corrected strings and layout for named bugs | Rider Linden | |
("Use Shared Environment", no selection format in panel, Missing String in give object) Also Rider learned how to spell Committed | |||
2018-09-13 | SL-1127 fix sky tex update with EEP interpolation getting confused | Graham Linden | |
Disable RenderUseAdvancedAtmospherics in feature table to prevent Ultra from turning it on before its time. | |||
2018-09-12 | Fix for hanging W64 builds from llcorehttp refcount tests | Graham Linden | |
2018-09-12 | SL-9634 turn off nSight debug setting breaking snapshots (glReadPixels is ↵ | Graham Linden | |
incompatible with nSight debugging) | |||
2018-09-12 | SL-9635 remove init of libatmosphere causing crashes on Intel HD | Graham Linden | |
2018-09-12 | DRTVWR-474: Update to viewer-manager build 519577 | Nat Goodspeed | |
2018-09-12 | SL-1961 Icon support for multislider and icons on altitudes slider | andreykproductengine | |
2018-09-12 | Merge | Graham Linden | |
2018-09-12 | SL-4178 make deferred version of highlight shader that fills in zero spec ↵ | Graham Linden | |
and env intensity to keep the shiny down | |||
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 | Merge | Graham Linden | |
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 | SL-9626: When the panel loses visibility the picker is now automatically ↵ | Rider Linden | |
closed. Also picker checks handle to parent rather than pointer to parent. | |||
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 | 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 |