Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-13 | Clean up on sun and moon | Rider Linden | |
2017-11-13 | Remove the old wl environment code. | Rider Linden | |
2017-11-10 | Remove delete preset dialog, Initial settings for selection level ↵ | Rider Linden | |
(Region/Parcel/Local) | |||
2017-11-09 | Remove unused constant. | Rider Linden | |
2017-11-09 | MAINT-47 [PUBLIC]WindLight: Special overlays (including property lines and ↵ | ruslantproductengine | |
hilights for beacons) aren't visible in shader water FIXED | |||
2017-11-08 | Quick fix | Rider Linden | |
2017-11-08 | Day cycles and animated sky/water blending. | Rider Linden | |
2017-11-03 | Merged lindenlab/viewer64 into default | Thomas Nelson | |
2017-11-03 | Initial day cycle impl. | Rider Linden | |
2017-10-30 | Automated merge with ssh://bitbucket.org/lindenlab/viewer64 | Nat Goodspeed | |
2017-10-26 | Automated merge with ssh://bitbucket.org/lindenlab/viewer64 | Nat Goodspeed | |
2017-10-25 | MAINT-7911: Set build_data.json's Platform to win for both W32, W64. | Nat Goodspeed | |
2017-10-24 | MAINT-7081: Merge from lindenlab/viewer64. | Nat Goodspeed | |
2017-10-20 | Day cycles start | Rider Linden | |
2017-10-19 | Figure out later why this block timer suddenly starts crashing. | Rider Linden | |
2017-10-19 | Put the timer block back in. | Rider Linden | |
2017-10-19 | Fix mac compile unused names in namespace. | Rider Linden | |
2017-10-18 | MAINT-7812: NSIS check for /marker before writing marker file. | Nat Goodspeed | |
The /marker switch is passed by the (new) VMP. If any user wants to explicitly pass the /marker switch to the installer, s/he shouldn't mind ending up with an nsis.winstall file in the download directory. | |||
2017-10-17 | Comment out unused static function for mac | Rider Linden | |
2017-10-17 | Merge | Rider Linden | |
2017-10-17 | Initial day cycle checkin. | Rider Linden | |
2017-10-17 | Merged lindenlab/viewer64 into default | Thomas Nelson | |
2017-10-17 | New prototype control for moving sun and moon in sky. | Rider Linden | |
2017-10-16 | Removed conversions from WLColor Control in favor of setter/getter | Rider Linden | |
2017-10-13 | Watter settings active and start of new joystick button type. | Rider Linden | |
2017-10-12 | [FIXED] Access (write) violation / buffer overrun in ↵ | Kitty Barnett | |
LLTextureFetchWorker::doWork() The trouble lines are: U8 * buffer = (U8 *) ALLOCATE_MEM(LLImageBase::getPrivatePool(), total_size); if (cur_size > 0) { memcpy(buffer, mFormattedImage->getData(), cur_size); } If 'cur_size > mHttpReplyOffset + append_size' then 'total_size -= src_offset' will cause total_size to be smaller than cur_size causing a write access violation on the memcpy. Since the response is invalid it seemed best to make it follow the other failed partial condition. (transplanted from 737e28ec6b4d74f3ff915a4effc13d7b615a6a9b) | |||
2017-10-12 | DRTVWR-418: Remove redundant assignment per Ansariel Hiller. | Nat Goodspeed | |
2017-10-11 | DRTVWR-418: Fix glitch from merging from today's viewer-release | Nat Goodspeed | |
2017-10-11 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2017-10-11 | increment viewer version to 5.0.9 | Oz Linden | |
2017-10-10 | MAINT-7081: Hack to allow overriding asset capability URL. | Nat Goodspeed | |
2017-10-09 | MAINT-7831: Merge from tip of https://bitbucket.org/lindenlab/viewer64. | Nat Goodspeed | |
2017-10-09 | MAINT-7809: Add secondlife.ico to viewer's vmp_icons install dir. | Nat Goodspeed | |
2017-10-09 | MAINT-7831: Update viewer_manifest.py to use 'with self.prefix(...):' | Nat Goodspeed | |
Now that LLManifest.prefix() supports use as a context manager: with self.prefix(...): ... convert existing calls to that form. This was an interesting exercise because it surfaced at least two places where the indentation did not match the self.prefix() nesting, plus another place where existing code was undented without a self.end_prefix() call. (That last was an uncaught logic bug.) This underscores the value of using a SINGLE consistent, idiomatic mechanism to limit the scope of each self.prefix() call. | |||
2017-10-05 | MAINT-7684: Don't try to package or sign deleted Windows VMP .exes. | Nat Goodspeed | |
2017-10-05 | Skys settings object active. | Rider Linden | |
2017-10-04 | Rename uniform "sunlight_color_copy" to sunlight_color in shader. | Rider Linden | |
2017-09-29 | Moon is showing, sun still not working. | Rider Linden | |
2017-09-29 | MAINT-7081: Mention nghttp2.dll where it must be mentioned. | Nat Goodspeed | |
2017-09-28 | MAINT-7081: Package all libnghttp2.*.dylibs. | Nat Goodspeed | |
To support that, enhance path_optional() to accept wildcards and return the expanded filenames. | |||
2017-09-27 | MAINT-7081: Mention nghttp2 library wherever it must be mentioned. | Nat Goodspeed | |
2017-09-27 | Fix a conversion. | Rider Linden | |
2017-09-27 | No longer 'goth windlight only', sky parameters passed from settings object. | Rider Linden | |
2017-09-26 | Clouds still funky but better. | Rider Linden | |
2017-09-22 | MAINT-7827: suppress doubled notices on various login problems | Oz Linden | |
2017-09-22 | re-add support for a voice connection failure message used by damballah | Oz Linden | |
2017-09-22 | Merge | Rider Linden | |
2017-09-21 | Still not working. Black Sky. | Rider Linden | |
2017-09-21 | Clean up running commands under viewer_manifest (at least a little) | Oz Linden | |
* do not redirect stderr to stdout * catch errors generated in platform specific code and display them more nicely * run_command no longer captures output (only used in one place; replaced that with direct use of subprocess) | |||
2017-09-20 | Cleanup inside GLSLShader for uniform mapping. | Rider Linden | |