Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-10 | MAINT-4532: properly detect Windows 10 in the 64bit build (only - 32bit runs ↵ | Oz Linden | |
in Windows 8 compatibility mode) | |||
2017-07-10 | upgrade to VMP package 507165 | Glenn Glazer | |
2017-07-10 | Remove FAS from cmd_line.xml | Glenn Glazer | |
2017-07-10 | MAINT-7541 Not able to save login credentials on clean install | pavelkproductengine | |
2017-07-11 | MAINT-7581 [contribution] Closing the 'Replace links' floater crashes the ↵ | Mnikolenko Productengine | |
viewer if a replace is in progress | |||
2017-07-11 | MAINT-7554 Removed unneeded check | andreykproductengine | |
2017-07-10 | MAINT-6976 Fixed incorrect search line for open grid's in Search floater | daianakproductengine | |
2017-07-10 | MAINT-7576 Fixed scroll zone being too small and hardcoded | andreykproductengine | |
2017-07-07 | merge | Glenn Glazer | |
2017-07-07 | upgrade to VMP package 507135 | Glenn Glazer | |
2017-07-07 | MAINT-7571: detect if all HD cards are bad and addr is forced to 64, then ↵ | Glenn Glazer | |
stay at 64 bit | |||
2017-07-07 | SL-718 - start on support of animated objects as attachments. | Brad Payne (Vir Linden) | |
2017-07-07 | MAINT-6931 Fixed Flexi prims being FPS dependent | andreykproductengine | |
2017-07-10 | MAINT-7565 FIXED Inconsistent name format in nearby chat toast and chat history | Mnikolenko Productengine | |
2017-07-06 | fix missing declaration | Glenn Glazer | |
2017-07-06 | upgrade to VMP package 507104 | Glenn Glazer | |
2017-07-06 | upgrade to VMP package 507087 | Glenn Glazer | |
2017-07-06 | SL-722 - crash fix when leaving region | Brad Payne (Vir Linden) | |
2017-07-06 | SL-722 - handle per-object animation requests, combine for control avatar ↵ | Brad Payne (Vir Linden) | |
animation state. | |||
2017-07-05 | MAINT-203 Fixed auto-scroll zones being uneven in inventory | andreykproductengine | |
2017-07-04 | MAINT-7329 Viewer was spamming log with motion limit messages | andreykproductengine | |
2017-06-30 | Added cycle_object_animations.lsl. Also change to test.cpp to see if it ↵ | Brad Payne (Vir Linden) | |
affects a g++ internal compiler error. | |||
2017-06-30 | SL-731 - added a hook for debug text specific to control avatars. Also ↵ | Brad Payne (Vir Linden) | |
renamed resetJointsOnDetach to removeAttachmentOverridesForObject to make the connection to addAttachmentOverridesForObject more obvious. | |||
2017-06-30 | SL-671: uninstall pinning changes | Glenn Glazer | |
2017-06-30 | MAINT-7442: remove old skool check for updates | Glenn Glazer | |
2017-06-29 | Automated merge with ssh://bitbucket.org/lindenlab/viewer64-vmp-integration | Nat Goodspeed | |
2017-06-29 | upgrade to VMP package 507000 | Glenn Glazer | |
2017-06-29 | SL-722 - crash fix | Brad Payne (Vir Linden) | |
2017-06-28 | DRTVWR-418: Merge SL-739 and MAINT-7515 fix into viewer64. | Nat Goodspeed | |
2017-06-28 | merge | Glenn Glazer | |
2017-06-28 | SL-722 - work on support for animated object state when linkset-altering ↵ | Brad Payne (Vir Linden) | |
operations take place | |||
2017-06-28 | upgrade to VMP package 506977 | Glenn Glazer | |
2017-06-28 | DRTVWR-418: Bump TEXTURE_CACHE_VERSION and INDRA_OBJECT_CACHE_VERSION | Nat Goodspeed | |
so the Alex Ivy viewer will reset caches. We have some evidence that the cache content is tied to ADDRESS_SIZE, so asking a 64-bit viewer to process 32-bit cache content is problematic. | |||
2017-06-27 | merge | coyot | |
2017-06-27 | use icon in viewer exe for shortcut | coyot | |
2017-06-27 | SL-722 - animated mesh checkbox inactive unless there's a single object or ↵ | Brad Payne (Vir Linden) | |
linkset, all volumes | |||
2017-06-27 | MAINT-7554 Frame throttling | andreykproductengine | |
2017-06-27 | SL-722 - defer markDead() for LLControlAvatar when unlinking. Fixes asset ↵ | Brad Payne (Vir Linden) | |
crash in pipeline. Also added various checks for mDrawable null in llvoavatar.cpp. | |||
2017-06-27 | upgrade to VMP package 506923 | Glenn Glazer | |
2017-06-27 | Try pointing icon path to actual viewer exe | Glenn Glazer | |
2017-06-27 | SL-722 - in progress on managing animated object state with linksets | Brad Payne (Vir Linden) | |
2017-06-26 | MAINT-7514: remove check if same version is installed | Glenn Glazer | |
2017-06-26 | merge | Glenn Glazer | |
2017-06-26 | Automated merge with ssh://bitbucket.org/nat_linden/viewer64-maint-7514 | Nat Goodspeed | |
2017-06-26 | DRTVWR-418: Merge viewer64-vmp-integration into viewer64. | Nat Goodspeed | |
2017-06-26 | upgrade to VMP package 506854 | Glenn Glazer | |
2017-06-26 | MAINT-7514: Fetch needed env vars in WindowsManifest.sign() method. | Nat Goodspeed | |
2017-06-26 | MAINT-7514: Add (32) or (64) to registry for "install again?" prompt. | Nat Goodspeed | |
Specifically, append (32) or (64) to the four-part version number stored in the registry entry used to detect whether this viewer has already been installed. This is injected as a new VERSION_REGISTRY NSIS variable. (It was tempting to simply change the value of VERSION_LONG with the embedded address size. However, there is one other use of VERSION_LONG in the NSIS template. That use is the subject of MAINT-7533.) Synthesize the VERSION_REGISTRY value in viewer_manifest.py and add it to the substitution dict used to populate the NSIS template. ADDRESS_SIZE isn't passed into viewer_manifest.py, but it can be inferred from the existing 'arch' parameter: 'arch' as well as 'platform' is used to select the specific subclass of the ViewerManifest class to instantiate for this run. Add an appropriate address_size attribute to every such subclass. Change a couple existing tests on 'arch' to tests on self.address_size instead -- clearer to the maintainer. Also, given that subclass selection mechanism, the ViewerManifest base class shouldn't need if / elif tests on 'platform'. Make build_data_json_platform a class attribute as well, removing the base-class stanza that dynamically examines 'platform' and 'arch'. Similarly, move platform-specific tweaks to the build_data_dict used to populate build_data.json into a new finish_build_data_dict() method overridden by individual platform subclasses. Encapsulate the logic around running the Windows code-signing tool into a sign() method, and call it as needed. For obtaining environment variables with fallback values, use os.environ.get() instead of os.path.expandvars() with tests on the returned value. | |||
2017-06-23 | merge from gate | Glenn Glazer | |
2017-06-23 | MAINT-7515: point shortcut icon at viewer exe | Glenn Glazer | |