Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-10 | Merge. Refresh from viewer-release after 3.7.20 released. | Monty Brandenberg | |
2014-11-10 | merge changes for 3.7.20-release | Oz Linden | |
2014-11-10 | increment viewer version to 3.7.21 | Oz Linden | |
2014-11-10 | Added tag 3.7.20-release for changeset 27094824773b | Oz Linden | |
2014-11-10 | DD-276 : Let the count on hand be updated locally when updateSLMListing ↵ | Merov Linden | |
returns with data from the server | |||
2014-11-08 | DD-274 : Do not display super long error description (there are in the log ↵ | Merov Linden | |
though) | |||
2014-11-08 | DD-259 : Show only one error when failing on listing, user can see all ↵ | Merov Linden | |
errors in Check for Errors | |||
2014-11-08 | DD-265, DD-266 : Validate the listing id when associating, show alert if ↵ | Merov Linden | |
value out of positive integer limit | |||
2014-11-08 | DD-258 : Disable the Check for Errors buttons (aka Audit) while the ↵ | Merov Linden | |
inventory is still fetching | |||
2014-11-08 | DD-260 : Silence the SLM delete message so to prevent server notification to ↵ | Merov Linden | |
show up when deleting or unassociating things from the viewer | |||
2014-11-07 | DD-272 : Be more consistent when updating the count on hand in SLM, also ↵ | Merov Linden | |
prevent multiple folder update when receiving data from SLM | |||
2014-11-06 | BUG-7698, BUG-7688, BUG-7694 (others) CDN connection issues. | Monty Brandenberg | |
Under pipelining, requests were given a 5x timeout factor due to the way that the timeout clock works in libcurl. Under CDN load, connections were not being torn down quickly and it was only this timer that led to disconnect and retry. So, we want to break a connection that isn't making progress but that isn't immediately possible. We'll compromise with a 60S timeout that (we hope) will be neither too long for stalled connections nor too short for large asset transfer requests. | |||
2014-11-05 | merge | Brad Payne (Vir Linden) | |
2014-11-03 | Merge downstream code and become 3.7.20 | simon | |
2014-11-03 | DD-235 : Use newly built jsoncpp libraries that do include the security fix | Merov Linden | |
2014-11-03 | merge | Brad Payne (Vir Linden) | |
2014-11-03 | DD-263 : Update the count on hand on SLM in various situation where stock ↵ | Merov Linden | |
count changes (activate, drag/drop, associate, etc...) | |||
2014-11-03 | Pull in viewer-release and become version 3.7.20 | simon | |
2014-11-03 | SL-93 WIP - pelvis fixup offsets | Brad Payne (Vir Linden) | |
2014-10-31 | settings.xml update | Brad Payne (Vir Linden) | |
2014-10-30 | SL-93 WIP - missing include | Brad Payne (Vir Linden) | |
2014-10-30 | SL-93 - WIP on managing pelvis fixups using new joint offset framework | Brad Payne (Vir Linden) | |
2014-10-29 | fix signature target path | Oz Linden | |
2014-10-29 | reorder finalizing for OSX so that the signature is applied to the app after ↵ | Oz Linden | |
copying into the dmg; preserves extended attributes | |||
2014-10-29 | merge changes for MAINT-4560 | Oz Linden | |
2014-10-28 | fix for formatting issue | JJ Linden | |
2014-10-28 | adding line to test that app was signed appropriately | JJ Linden | |
2014-10-28 | merge update from callum | Oz Linden | |
2014-10-28 | add --deep to codesign for the mac | Oz Linden | |
2014-10-28 | merge changes for 3.7.19-release | Oz Linden | |
2014-10-28 | merge changes for 3.7.19-release | Oz Linden | |
2014-10-28 | increment viewer version to 3.7.20 | Oz Linden | |
2014-10-28 | Added tag 3.7.19-release for changeset 82973b38a6c9 | Oz Linden | |
2014-10-27 | Merge with head | callum_linden | |
2014-10-27 | Remove obselete TO DO list | callum_linden | |
2014-10-27 | fix build of llphysicsextensions package for sublicensed tpvs | Oz Linden | |
2014-10-24 | DD-243 : Set up callbacks for merchant outbox importer in the postBuild | Merov Linden | |
2014-10-24 | update llphysicsextension with build fixes | Oz Linden | |
2014-10-24 | DD-242 : Added beta invitation message to merchants in the marketplace ↵ | Merov Linden | |
listings floater | |||
2014-10-24 | convert llphysicsextensions tpv package build to use new autobuild package ↵ | Oz Linden | |
--results-file option | |||
2014-10-24 | document the special packaging parameters, and remove the obsolete uses | Oz Linden | |
2014-10-24 | Suppress non-useful NaN test in llsd_new_tut.cpp | Nat Goodspeed | |
2014-10-24 | upload autobuild metadata after viewer build | Oz Linden | |
2014-10-23 | Automated merge with ↵ | Nat Goodspeed | |
http://bitbucket.org/callum_linden/viewer-tools-update-callum | |||
2014-10-23 | Bring in new TUT library build. Clean up ensure_equals() overloads. | Nat Goodspeed | |
The new TUT library build eliminates the ambiguity about ensure_equals(const char*, ...) versus ensure_equals(const std::string&, ...). Now it's all based on const std::string&. Remove pointless const char* overloads and ambiguous forwarding templates. With clang in Xcode 6, any new datatypes we intend to use with ensure_equals() must have operator<<(std::ostream&, datatype) declared BEFORE lltut.h #includes tut.hpp. Reorder code in certain test source files to guarantee that visibility. | |||
2014-10-23 | DD-224, DD-246 : Clean up code when receiving delete notification. Display ↵ | Merov Linden | |
DAMA alert when associating listing | |||
2014-10-23 | merge changes for STORM-2081 | Oz Linden | |
2014-10-23 | Update to build on Xcode 6.0: update TODO list | callum_linden | |
2014-10-23 | Update to build on Xcode 6.0: point at new jpeglib package which moves lib ↵ | callum_linden | |
into lib/release vs lib | |||
2014-10-23 | STORM-2081 - Guard against null gWindowImplementation when fullscreen ↵ | Cinder | |
(crashes OS X Yosemite) |