summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-06Merged in maxim_productengine/viewer-eep (pull request #209)Rider Linden
SL-10165 Load Frame button on Day Cycle editor is not working when a frame is selected
2018-12-06Merged in andreykproductengine/maint-eep (pull request #208)Rider Linden
SL-10091 EEP Filter out dupplicate refreshes and callbacks
2018-12-06SL-10165 Load Frame button on Day Cycle editor is not working when a frame ↵maxim_productengine
is selected
2018-12-05SL-10153: Update to viewer-manager build 522314Nat Goodspeed
2018-12-05SL-10153: If $APPDATA isn't already good, try SHGetFolderPath().Nat Goodspeed
In that case, also update $APPDATA for child processes.
2018-12-05Shader cleanup and consolidation of use of sRGB conversion funcs.Graham Linden
2018-12-05SL-10091 EEP Filter out dupplicate refreshes and callbacksandreykproductengine
2018-12-05Merged in andreykproductengine/maint-eep (pull request #195)Rider Linden
SL-9924 [EEP] Environment Settings permissions can be dropped by Save As button
2018-12-05[EEP] NULL gAtmosphere crash fixandreykproductengine
2018-12-05DRTVWR-447: Fix BugSplat init with non-ASCII chars in install path.Nat Goodspeed
The whole remaining difference between llifstream and std::ifstream is that the former handles UTF-8 coded pathnames. Microsoft's implementation of the latter does not.
2018-12-05SL-10167 Change wording on Add/Load/Delete buttons in the day editormaxim_productengine
2018-12-05SL-10166 FIXED Sky editor add/delete frame not enabling disabling correctlymaxim_productengine
2018-12-04Merged INTL-316AndreyL ProductEngine
2018-12-04SL-10153: Update to viewer-manager build 522260Nat Goodspeed
2018-12-03FIX INTL-316 translate Viewer Set54 into 9 languages, for Animesh project ↵eli
Viewer (repository: axon)
2018-12-03SL-10153: Update to viewer-manager build 522217Nat Goodspeed
2018-12-03SL-10055Graham Linden
Modify handling of directional light to prefer sun when it is up but use moon dir/color when it is alone in the sky. Modify handling of shader in shaders to get some shadowing of ambient and nighttime shadowing.
2018-12-03SL-10153: Update to viewer-manager build 522199Nat Goodspeed
2018-11-30SL-10147: Copy placeholder English text to supported NSIS languages.Nat Goodspeed
2018-11-30MergeGraham Linden
2018-11-30SL-9716 [EEP] "Use Shared Environment" does not enable when applying an ↵maxim_productengine
environment to a parcel or region
2018-11-29SL-10030: Update to viewer-manager build 522096Nat Goodspeed
2018-11-29SL-10141 FIXED [EEP] Neighboring sky levels may be closer than 100 meters to ↵maxim_productengine
each other in edit mode
2018-11-28SL-10030: Update to viewer-manager build 522079Nat Goodspeed
2018-11-28SL-10030: Update to viewer-manager build 522068Nat Goodspeed
2018-11-28SL-10030: Include nextviewer.bat in the Windows install directory.Nat Goodspeed
2018-11-28SL-10030: Update to viewer-manager build 522055Nat Goodspeed
2018-11-28MAINT-8833 Don't cause dummy spamandreykproductengine
2018-11-28SL-9787 EEP Remove Apply to Region from right-click menus.andreykproductengine
2018-11-28SL-10030: Update to viewer-manager build 522036Nat Goodspeed
2018-11-27SL-10030: Update to viewer-manager build 522023Nat Goodspeed
2018-11-27Comment out unused variables for mac build.Rider Linden
2018-11-27Remove unused vars, make Clang happy.Graham Linden
2018-11-26Merged in graham_linden/viewer-eep-fixes (pull request #200)Rider Linden
SL-10099
2018-11-26SL-10099Graham Linden
Remove user clip plane from culling pass and from attachment vis update. There will be more slop and render submits, but the results will be more stable and involve less culling mystery bugs like 9708.
2018-11-22SL-10116 Allow to copy asset IDs for settings with appropriate perms.maxim_productengine
2018-11-22MAINT-8977 Only affect large LOD texturesandreykproductengine
2018-11-21MergeRider Linden
2018-11-21SL-10117: Include environment changes in experience agreement.Rider Linden
2018-11-21DRTVWR-447: Update to viewer-manager build 521943Nat Goodspeed
2018-11-21SL-10077: Save correct uninstall directory and (un)install mode.Nat Goodspeed
Curiously, the value of $INSTDIR is correct before MULTIUSER_UNINIT, but is made incorrect by MULTIUSER_UNINIT. Save and restore the correct value. Saving $MultiUser.InstallMode in the registry (by setting relevant macros examined by MultiUser.nsh) is susceptible to overwriting if the user installs multiple viewers with the same channel name. Instead, write an InstallMode.txt in the install directory, and read it back on uninstall. Of course, add it to the files to be deleted on uninstall.
2018-11-21SL-9661 Settings applied from inventory don't update about land floater.andreykproductengine
2018-11-21DRTVWR-447: Fix longstanding NSIS warning about unused label.Nat Goodspeed
2018-11-21DRTVWR-447: Fix syntax error in embedded variable reference.Nat Goodspeed
2018-11-20MergeRider Linden
2018-11-20SL-10093: Client code to support experiences changing an environment. ↵Rider Linden
Handle generic messages with "commands" to be executed.
2018-11-19Merged in graham_linden/viewer-eep-fixes (pull request #197)Rider Linden
SL-10032
2018-11-19SL-10032Graham Linden
Plug more holes through which env ambient terms were finding their way into lighting calcs for HUDs. Fix up mismatched indenting (tabs v spaces) on several shaders.
2018-11-19SL-10086 FIXED [EEP] Rainbow and Halo use wrong texturesmaxim_productengine
2018-11-15SL-10066 and SL-10067Graham Linden
Fix fullbright transport transposed args and use display gamma for post-deferred gamma correction.