Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-14 | SL-92 WIP - more on region notification and managing hover | Brad Payne (Vir Linden) | |
2015-01-14 | Update to llphysicsextensions with fix for platform .MAP pathnames. | Nat Goodspeed | |
2015-01-14 | Update to llphysicsextensions with platform-specific MAP pathnames. | Nat Goodspeed | |
2015-01-14 | Integrate Callum's Mac slplugins package | Nat Goodspeed | |
2015-01-14 | remove support for Debug builds | Oz Linden | |
2015-01-14 | MAINT-4790 WIP code clean-up | Mnikolenko ProductEngine | |
2015-01-14 | MAINT-4790 WIP XML changes | Mnikolenko ProductEngine | |
2015-01-13 | merge | Brad Payne (Vir Linden) | |
2015-01-13 | SL-92 WIP - added signal for simulator features received. Use to keep hover ↵ | Brad Payne (Vir Linden) | |
floater UI synced with region support for hover. | |||
2015-01-13 | Updated breakpad repos again. Thanks Windows. | Aura Linden | |
2015-01-13 | changes to fix compiler warnings merged in from viewer-release | Oz Linden | |
2015-01-13 | Updated google breakpad package. | Aura Linden | |
2015-01-13 | Merge viewer-release and become 3.7.25 | maksymsproductengine | |
2015-01-13 | merge changes for 3.7.24-release | Oz Linden | |
2015-01-13 | MAINT-4790 WIP XML changes | Mnikolenko ProductEngine | |
2015-01-12 | On Mac, if we can't symlink .dylibs, print error message and continue. | Nat Goodspeed | |
To this point, we've been failing the build with a Python OSError traceback, which is less than ideal. | |||
2015-01-12 | increment minor version to 3.8 | Oz Linden | |
2015-01-12 | merge changes for 3.7.24-release | Oz Linden | |
2015-01-12 | Merged autobuild. | Aura Linden | |
2015-01-12 | Latest google-breakpad repo to fix Mac Yosemite issues. | Aura Linden | |
2015-01-12 | merge changes for latest fixes from nat and callum | Oz Linden | |
2015-01-12 | Update llphysicsextensions_* to 297894, 297895 with Callum's path fixes. | Nat Goodspeed | |
2015-01-12 | increment viewer version to 3.7.25 | Oz Linden | |
2015-01-12 | Added tag 3.7.24-release for changeset d3d0101e980e | Oz Linden | |
2015-01-12 | Experimentally try full-size LLLeap stream test on Windows. | Nat Goodspeed | |
The new toolchain may (!) have fixed a longstanding bug in LLLeap / APR when we try to pump large volumes of data through a Windows named pipe using APR nonblocking I/O. This used to fail pretty consistently because the APR nonblocking write call would sometimes spuriously return "would block" when in fact the data buffer was completely written; the caller would later retry, which of course would duplicate some of the data in the pipe. Preliminary experiments with VS 2013 suggest this may have been resolved. This changeset is to propagate the experiment to a wider range of Windows systems; we may need to revert it if in fact the bug persists. | |||
2015-01-12 | Update viewer_package.py to grab slplugin.exe et al. from package. | Nat Goodspeed | |
This only applies to the Windows package so far, because so far only the Windows package exists. | |||
2015-01-12 | MAINT-4734 (Separate transaction notices from group notice/invites) - fixed ↵ | pavelkproductengine | |
Mac build | |||
2015-01-12 | update to 1413 google breakpad build | Oz Linden | |
2015-01-12 | MAINT-2560 reverted | Mnikolenko ProductEngine | |
2015-01-09 | FIX MAINT-2701 restore 10 translated strings that were lost during an ↵ | eli | |
earlier dev merge (see Jira screenshots for details) | |||
2015-01-09 | revert Mac to older google-breakpad for now | Oz Linden | |
2015-01-09 | MAINT-4734 (Separate transaction notices from group notice/invites) - ↵ | pavelk_productengine | |
initial version Works: 1) All new notices shown on "Invites" tab of new floater "NOTIFICATIONS TABBED" in condensed view To be done: 1) Show other types of notices, like transactions and system 2) Separate notices between tabs "Invites", "System", "Transactions" 3) Design full notice view (in addition to condensed view) | |||
2015-01-08 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-tools-update | Nat Goodspeed | |
2015-01-08 | point to new version of llphysicsextensions (source, not stub) with updated ↵ | callum_linden | |
path to second life map file | |||
2015-01-08 | point to new version of llphysicsextensions with updated path to second life ↵ | callum_linden | |
map file | |||
2015-01-08 | Rationalize use of AUTOBUILD environment variable across languages. | Nat Goodspeed | |
Ensure that AUTOBUILD is always in native path syntax on every platform. Remove local build.sh logic to infer AUTOBUILD: either the generic build.sh has set it properly, or scream for help. Since cygwin bash scripts need a cygwin-syntax path to autobuild, convert to a local 'autobuild' variable using shell_path. Remove kludges in other languages involving cygdrive twiddling. | |||
2015-01-08 | Remove obsolete build script with ancient, erroneous hardcoded paths. | Nat Goodspeed | |
2015-01-08 | merge breakpad lib update | Oz Linden | |
2015-01-08 | merge fix to generate_breakpad_symbols | Oz Linden | |
2015-01-08 | SL-92 WIP - remove hover for self if we receive an appearance with no hover ↵ | Brad Payne (Vir Linden) | |
specified | |||
2015-01-07 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-tools-update | Nat Goodspeed | |
2015-01-07 | First cut at consuming new slplugins autobuild package. | Nat Goodspeed | |
The contents are extracted, but not yet built into the viewer installer. | |||
2015-01-07 | merge | Brad Payne (Vir Linden) | |
2015-01-07 | Replace reduce(operator.or_, ...) with any(...). | Nat Goodspeed | |
The any() builtin was introduced in Python 2.5. Not only is its intent clearer, but it handles the case of zero items -- which the reduce(or_) construct does not. Sporadically we've seen exceptions from generate_breakpad_symbols.py when reduce(or_, ...) is given zero items. This masks the actual error (failure to dump symbols? failure to read them?), masquerading as a bug in the Python script. | |||
2015-01-07 | MAINT-4773 FIXED Some transparent textures are rendered as white. | ruslantproductengine | |
This bug fix related also to MAINT-4092. In 4092 sometimes when we don't have information about the texture during the setup the materail (LLVOVolume::setTEMaterialParams()), we should substitute the material with disabled "diffuse alpha mode" (for detail in cases see MAINT-4092 JIRA ticket comment). This bug fix cover the case when after the loading texture we have all information about alpha mode, and in this case we should restore diffuse alpha mode if need. In short: now we always believe that information about the material is valid (LLVOVolume::setTEMaterialParams()). Of course before setup it we check information about texture (if it possible) , if texture is not exist in database or not 32 bit depth (for diffuse) we made changes. But in all other cases (if we can't receive information about texture) we remeber this case in mWaitingTextureInfo multimap. When information about texture will be available we get it in: LLVOVolume::notify AboutCreatingTexture() or Volume::notifyAboutMissingAsset() and again, we recheck it and if need change (substitute) the material parameters. I suppose that this solution is better than was before. If this patch will be accepted , I think that MAINT-4092 should be rechecked again. | |||
2015-03-11 | MAINT-4975 FIXED Sender's name is hidden out of view for inventory offer ↵ | andreykproductengine | |
popups and payment popups | |||
2015-03-05 | Merge viewer-release and become version 3.7.26 | simon | |
2015-03-04 | MAINT-4169 ShowGreyQueryInUrls debug setting was removed and the grey part ↵ | Mnikolenko ProductEngine | |
of the link always appears. | |||
2015-02-20 | Fix merge error | simon | |
2015-02-19 | Merge downstream code | simon | |