Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-01 | Merge from viewer-relese and become version 3.8.1 | andreykproductengine | |
2015-06-30 | Merge | Rider Linden | |
2015-06-30 | Initial checkin for uploading via coroutine. | Rider Linden | |
2015-06-30 | merge | Brad Payne (Vir Linden) | |
2015-06-30 | Merge with head of viewer-release | callum_linden | |
2015-06-30 | correct version number merge | Oz Linden | |
2015-06-30 | increment viewer version to 3.8.1 | Oz Linden | |
2015-06-30 | Added tag 3.8.0-release for changeset 797ed69e6134 | Oz Linden | |
2015-06-29 | MAINT-5200: Correct new LLCore::HttpHeaders::ptr_t usage. | Nat Goodspeed | |
The convention about how to construct an HttpHeaders::ptr_t has changed. Change new code to adapt to merged changes. | |||
2015-06-29 | Automated merge with ssh://bitbucket.org/rider_linden/MAINT-4952-v-t-u | Nat Goodspeed | |
2015-06-30 | Point to new version of LLCefLib with support for second life URLs, version ↵ | callum_linden | |
string, navigation commands | |||
2015-06-29 | MAINT-4952: Use IntrusivePtr for BufferArray,HttpHeaders,HttpOptions. | Nat Goodspeed | |
Specifically, change the ptr_t typedefs for these LLCore classes to use IntrusivePtr rather than directly using boost::intrusive_ptr. This allows us to use a simple ptr_t(raw ptr) constructor rather than having to remember to code ptr_t(raw ptr, false) everywhere. In fact, the latter form is now invalid: remove the now-extraneous 'false' constructor parameters. | |||
2015-06-29 | MAINT-4952: Add IntrusivePtr wrapper for boost::intrusive_ptr. | Nat Goodspeed | |
For a RefCounted subclass T, boost::intrusive_ptr<T> must be instantiated as boost::intrusive_ptr<T>(raw ptr, false) to avoid immortal instances. Forgetting that final bool parameter is both easy and extremely hard to spot with desk checking or code review. IntrusivePtr<T> provides constructors that Do The Right Thing, so we can typedef a subclass T's ptr_t to IntrusivePtr<T> rather than directly to boost::intrusive_ptr<T>. | |||
2015-06-29 | MAINT-4952: Fix misplaced comments on intrusive_ptr_etc() overloads. | Nat Goodspeed | |
2015-06-29 | MAINT-5200: Add DebugSlshareLogTag temp setting for developers. | Nat Goodspeed | |
This allows engaging slshare-service debug logging for a particular viewer session without having to twiddle the slshare-service hosts. Also fix leaky LLCore::HttpHeaders::ptr_t construction. | |||
2015-06-29 | Automated merge with ssh://bitbucket.org/nat_linden/maint-4952-v-t-u | Nat Goodspeed | |
2015-06-29 | Remove extraneous class qualification from method declaration. | Nat Goodspeed | |
clang doesn't like finding HttpCoroutineAdapter::postFileAndYield(...) inside the class definition for HttpCoroutineAdapter. It's much happier with plain postFileAndYield(...). | |||
2015-06-29 | Automated merge with ssh://bitbucket.org/rider_linden/MAINT-4952-v-t-u | Nat Goodspeed | |
2015-06-26 | MAINT-5300 FIXED Allow creating and editing new bodyparts. | Mnikolenko ProductEngine | |
2015-06-25 | Added file upload interface to core HTTP utils. | Rider Linden | |
2015-06-24 | MAINT-5278 WIP - avoid updateAppearanceFromCOF when adding only attachments. | Brad Payne (Vir Linden) | |
2015-06-24 | MAINT-5295 Remove POSTFIELDS from PUT operation. | Rider Linden | |
2015-06-24 | MAINT-5026 FIXED 256 prim linksets made of smaller prims frequently link ↵ | andreykproductengine | |
only 254 | |||
2015-06-25 | MAINT-427 FIXED Show default (empty) texture if multiple faces with media ↵ | Mnikolenko ProductEngine | |
are selected. | |||
2015-06-24 | MAINT-176 FIXED IM windows don't keep their minimized state after mouselook | Mnikolenko ProductEngine | |
2015-06-23 | Code review results with Nat | Rider Linden | |
2015-06-23 | Start work on coprocedure manager. | Rider Linden | |
2015-06-22 | Replace hand-rolled LLCefLib (Windows) package with one generated by third ↵ | callum_linden | |
party scripts | |||
2015-06-22 | I can't believe I really added these lines - pretend you didn't see them | callum_linden | |
2015-06-22 | merge changes for MAINT-4734 | pavelkproductengine | |
2015-06-22 | MAINT-5274 Missing folder arrow | andreykproductengine | |
2015-06-23 | MAINT-5001 FIXED Logging in and then quickly logging out removes stored ↵ | Mnikolenko ProductEngine | |
favorite login locations | |||
2015-06-19 | MAINT-5274 missing inventory count | andreykproductengine | |
2015-06-18 | Update llmanifest.LLManifest.copy_action() to handle symlinks | Nat Goodspeed | |
for directories as well as for files. | |||
2015-06-18 | MAINT-5200: Add debug headers to Facebook slshare-service calls. | Nat Goodspeed | |
2015-06-18 | Add code in viewer_manifest.py to create a symlink for second copy of CEF ↵ | Callum Prentice | |
framework vs copying in second version | |||
2015-06-17 | Update version of LLCefLib we use - no functional changesin LLCefLib - just ↵ | Callum Prentice | |
improved build script for its third party library | |||
2015-06-17 | Distressing. A variable got autocorrected to 'false' but the compiler ↵ | Rider Linden | |
didn't catch it. | |||
2015-06-17 | https://jira.secondlife.com/browse/MAINT-5283 | Rider Linden | |
The default behavior in the HTTP layer changed to follow redirects automatically. This was causing a problem with connecting to the SL share service which was attempting to riderect to the login page at the CURL level. Connections to SL Share will no longer redirect, corrected for Facebook, Flickr and Twitter. | |||
2015-06-17 | Coding policy fixes | Rider Linden | |
2015-06-17 | Point to *FIRST* Team City & autobuild generated version of LLCefLib for OSX | Callum Prentice | |
2015-06-16 | Merge | Rider Linden | |
2015-06-16 | Point to new llceflib created via xcodebuild scripts | callum_linden | |
2015-06-16 | merge changes for STORM-2109 | Oz Linden | |
2015-06-16 | MAINT-5250 Viewer should handle large number of calling cards better | andreykproductengine | |
2015-06-17 | MAINT-5207 FIXED (Build: Snap to grid / Grid options broken, object snaps to ↵ | vyacheslavsproductengine | |
incorrect Units) MAINT-5208 FIXED (Grid Lines Changing Scale Depending on Distance from Camera) | |||
2015-06-16 | Merge downstream code and become version 3.7.31 | andreykproductengine | |
2015-06-15 | Point to fixed (no companion files) LLCefLib package | Callum Prentice | |
2015-06-15 | Merge downstream code and become version 3.7.31 | simon | |
2015-06-15 | merge | Brad Payne (Vir Linden) | |