Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-18 | Merge | Rider Linden | |
2015-12-18 | Disable unit test on Linux only | Rider Linden | |
2015-12-18 | Merge | Rider Linden | |
2015-12-18 | Reorder the rt library for Linux build | Rider Linden | |
2015-12-17 | MAINT-5977: Update cmake file to always include boost with LLCommon | Rider Linden | |
2015-11-29 | Merged lindenlab/viewer-tools-update into default | Cinder Biscuits | |
2015-11-23 | Merge from Vivox Repo | Rider Linden | |
2015-11-13 | MAINT-5862 Fix Provide a way for new Linux users to accept ToS | callum_linden | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-10-06 | merged changes from viewer-xcode-7 | Bjoseph Wombat | |
2015-10-06 | merge changes for XCODE-7 | Oz Linden | |
2015-10-02 | MAINT-5687: Remove old webkit from the make files and the repo. Ensure that ↵ | Rider Linden | |
it is no longer meaningfully referenced. | |||
2015-10-01 | Merge for Xcode 7 | rider | |
2015-09-29 | Merge with viewer-xcode-7 for Xcode 7 patches | callum_linden | |
2015-09-23 | Remove ares dependency from build. | Rider Linden | |
2015-09-18 | Turn off (for now) the warnings/errors that result from Boost.Units usage | callum_linden | |
2015-09-18 | Update version of Xcode (7.0) and SDKs (10.11) | callum_linden | |
2015-08-25 | Reenable and correct link issue on linux llappearanceutility. | Rider Linden | |
2015-08-20 | Remove forgotten paren | Rider Linden | |
2015-08-19 | Found another ref that had escaped me! | Rider Linden | |
2015-08-19 | I must be losing my mind... | Rider Linden | |
2015-08-19 | Try commenting out the entire darn file. | Rider Linden | |
2015-08-19 | Try disabling LLAppearanceUtility.cmake just for the moment. | Rider Linden | |
2015-08-19 | Previous try didn't work. What about this? | Rider Linden | |
2015-08-19 | Shot in the dark | Rider Linden | |
2015-08-19 | Try attaching the bost libraries directly to CoreHttp | Rider Linden | |
2015-08-17 | swap common and core? | Rider Linden | |
2015-08-17 | Get unit tests (Integration and project) compiling and linking again. | Rider Linden | |
2015-08-14 | These tests are just causing a cascade of errors.. | rider | |
2015-08-14 | MAINT-5506: Converted llmessage untrusted sim message responder to coroutine. | Rider Linden | |
Removed HTTPSender, HTTPNullSender, HTTPCapSender. Moved UntrustedMessageCap storage into LLHost Added boost libraries to PROJECT_x_TEST linkage. | |||
2015-06-16 | Merge viewer-release and become 3.7.31 | simon | |
2015-06-16 | merge changes for STORM-2109 | Oz Linden | |
2015-06-15 | Merge with head of viewer-release | Callum Prentice | |
2015-06-12 | MAINT-2577 Fixed the status message | AndreyL ProductEngine | |
2015-06-12 | MAINT-5277 FIXED Viewer is missing MSVCP100.DLL and MSVCR100.DLL | AndreyL ProductEngine | |
2015-06-10 | Changes to let CMake generate determine where the build files for OS X CEF ↵ | callum_linden | |
media plugin are | |||
2015-06-08 | Fixed for OS X version - in progress | Callum Prentice | |
2015-05-19 | Changes to remove zlib and vivoxplatform dlls from the windows build | Bjoseph Wombat | |
2015-05-18 | Merge with Viewer Release (after Viewer Release updated with Viewer Tools ↵ | callum_linden | |
Update) | |||
2015-04-28 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2015-03-26 | point to new cef tpl with right headers, update cmaake and viewer_manifest ↵ | callum_linden | |
logic to copy files to right place | |||
2015-03-25 | Make VS2013 look inside include/cef folder for headers | callum_linden | |
2015-03-25 | Point to initial pass at a CEF package in autobuild and make sure autobuild ↵ | callum_linden | |
configure picks it up | |||
2015-03-25 | Add logic to attempt to look up large Windows negative return codes. | Nat Goodspeed | |
A large negative return code doesn't do a human reader any good, even for lookup purposes, because Microsoft's lookup tables list the hex representation of that integer. So at least format the return code as hex. Going further, we've captured the content of the web page https://msdn.microsoft.com/en-us/library/cc704588.aspx as windows-rcs.html. If we can parse that file, and if we understand the structure of its table entries, and if the hex form of the actual return code is in fact listed there, we can display the symbol name and description as well as the hex return code. All those maybes are to support refreshing the file from the URL above (or wherever it might get moved) from time to time. Later versions of that file might change in unexpected ways. If we can't look up the hex rc, oh well, just display that to the user instead of crumping. | |||
2015-03-24 | Add new media plugin (currently renders squares as example) in preparation ↵ | callum_linden | |
for new CEF code | |||
2015-03-24 | BUG-8786 - Turn off fast math opts enforcing IEEE 754 floating point compliance | Cinder | |
2015-03-24 | Refer to new QuickTime third party package with fixes for VS2013 & re-add ↵ | callum_linden | |
QuickTime media plugin | |||
2015-02-26 | Merged lindenlab/viewer-tools-update into default | Cinder Biscuits | |
2015-02-24 | merge changes for 3.7.25-release | Oz Linden | |
2015-02-08 | OPEN-292 - Remove lscript from project, | Cinder | |
Remove legacy udp script upload methods, Refactor script runtime perms from three arrays to one struct array so we don't have to juggle array order anymore. |