Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-10 | SL-10153: Use a degenerate singleton for PRELOG log file. | Nat Goodspeed | |
The previous build declared a static std::ofstream; but the code that determines the pathname for the log file is called so early that static objects have not yet been constructed. Declare a pointer instead, and instantiate it on demand. | |||
2018-12-10 | INTL-318: Stop processing Danish and Polish language files. | Nat Goodspeed | |
2018-12-10 | SL-9924 [EEP] Environment Settings permissions can be dropped by Save As button | andreykproductengine | |
2018-12-10 | Merged in andreykproductengine/maint-eep (pull request #210) | Rider Linden | |
SL-10091 and SL-1894 Approved-by: Maxim Nikolenko <maximnproductengine@lindenlab.com> | |||
2018-12-10 | SL-9698 [EEP] Add beacons that point to sun & moon position | maxim_productengine | |
2018-12-08 | SL-10153: Add ole32 to WINDOWS_LIBRARIES so it's everywhere we need. | Nat Goodspeed | |
2018-12-08 | SL-10153: Need ole32 for new Windows call to CoTaskMemFree(). | Nat Goodspeed | |
2018-12-08 | SL-10153: Try to handle non-English non-ASCII Windows APPDATA. | Nat Goodspeed | |
2018-12-08 | SL-10153: Update to viewer-manager build 522407 | Nat Goodspeed | |
2018-12-07 | SL-1894 When crossing regions altitude slider could misbehave | andreykproductengine | |
2018-12-07 | SL-10091 Prevent info floater from re-requesting data when not open | andreykproductengine | |
2018-12-06 | Merge | Graham Linden | |
2018-12-06 | SL-10174: LOCALAPPDATA bad? Try SHGetFolderPath(CSIDL_LOCAL_APPDATA). | Nat Goodspeed | |
This logic is essentially copy-and-edited from the same suspenders-and-belt concerning APPDATA and CSIDL_APPDATA for SL-10153. | |||
2018-12-06 | De-duplicate deferred gbuffer access for getPosition/getNorm. | Graham Linden | |
De-duplicate ambient occlusion shader code and move to new aoUtil.glsl Split shared shadow tap funcs into shadowUtil.glsl | |||
2018-12-06 | Merged 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-06 | Merged in andreykproductengine/maint-eep (pull request #208) | Rider Linden | |
SL-10091 EEP Filter out dupplicate refreshes and callbacks | |||
2018-12-06 | SL-10165 Load Frame button on Day Cycle editor is not working when a frame ↵ | maxim_productengine | |
is selected | |||
2018-12-05 | SL-10153: Update to viewer-manager build 522314 | Nat Goodspeed | |
2018-12-05 | SL-10153: If $APPDATA isn't already good, try SHGetFolderPath(). | Nat Goodspeed | |
In that case, also update $APPDATA for child processes. | |||
2018-12-05 | Shader cleanup and consolidation of use of sRGB conversion funcs. | Graham Linden | |
2018-12-05 | SL-10091 EEP Filter out dupplicate refreshes and callbacks | andreykproductengine | |
2018-12-05 | Merged 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 fix | andreykproductengine | |
2018-12-05 | DRTVWR-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-05 | SL-10167 Change wording on Add/Load/Delete buttons in the day editor | maxim_productengine | |
2018-12-05 | SL-10166 FIXED Sky editor add/delete frame not enabling disabling correctly | maxim_productengine | |
2018-12-04 | Merged INTL-316 | AndreyL ProductEngine | |
2018-12-04 | SL-10153: Update to viewer-manager build 522260 | Nat Goodspeed | |
2018-12-03 | FIX INTL-316 translate Viewer Set54 into 9 languages, for Animesh project ↵ | eli | |
Viewer (repository: axon) | |||
2018-12-03 | SL-10153: Update to viewer-manager build 522217 | Nat Goodspeed | |
2018-12-03 | SL-10055 | Graham 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-03 | SL-10153: Update to viewer-manager build 522199 | Nat Goodspeed | |
2018-11-30 | SL-10147: Copy placeholder English text to supported NSIS languages. | Nat Goodspeed | |
2018-11-30 | Merge | Graham Linden | |
2018-11-30 | SL-9716 [EEP] "Use Shared Environment" does not enable when applying an ↵ | maxim_productengine | |
environment to a parcel or region | |||
2018-11-29 | SL-10030: Update to viewer-manager build 522096 | Nat Goodspeed | |
2018-11-29 | SL-10141 FIXED [EEP] Neighboring sky levels may be closer than 100 meters to ↵ | maxim_productengine | |
each other in edit mode | |||
2018-11-28 | SL-10030: Update to viewer-manager build 522079 | Nat Goodspeed | |
2018-11-28 | SL-10030: Update to viewer-manager build 522068 | Nat Goodspeed | |
2018-11-28 | SL-10030: Include nextviewer.bat in the Windows install directory. | Nat Goodspeed | |
2018-11-28 | SL-10030: Update to viewer-manager build 522055 | Nat Goodspeed | |
2018-11-28 | MAINT-8833 Don't cause dummy spam | andreykproductengine | |
2018-11-28 | SL-9787 EEP Remove Apply to Region from right-click menus. | andreykproductengine | |
2018-11-28 | SL-10030: Update to viewer-manager build 522036 | Nat Goodspeed | |
2018-11-27 | SL-10030: Update to viewer-manager build 522023 | Nat Goodspeed | |
2018-11-27 | Comment out unused variables for mac build. | Rider Linden | |
2018-11-27 | Remove unused vars, make Clang happy. | Graham Linden | |
2018-11-27 | Merged lindenlab/viewer-cougar into default | Ruslan Teliuk | |
2018-11-26 | Merged in graham_linden/viewer-eep-fixes (pull request #200) | Rider Linden | |
SL-10099 | |||
2018-11-26 | SL-10099 | Graham 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. |