summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-25MAINT-2268 Add right-click->"Mute Particle Owner" featureDave Parks
2013-01-22Automated merge with https://bitbucket.org/lindenlab/viewer-catDave Parks
2013-01-22MAINT-2252 GPU Table updateDave Parks
2013-01-17MAINT-1514 Viewer crashes while user trying to invite all friends to the groupKelly Washington
* Enforce 100 max invites at the 'add to list' stage instead of only at 'sent to server' * Cache the IDs in the list locally to avoid horrible performance pattern
2013-01-14MAINT-2223 FIX Scroll list columns resize feature brokenRichard Linden
column dirty flag was not set when user resized a column
2013-01-14Merge in viewer-developmentsimon@Simon-PC.lindenlab.com
2013-01-10increment viewer version to 3.4.6Oz Linden
2013-01-10Added tag 3.4.5-beta1 for changeset 40a2265058abOz Linden
2013-01-10merge changes for DRTVWR-280Oz Linden
2013-01-10tag merge of DRTVWR-280Oz Linden
2013-01-10merge changes for DRTVWR-279Oz Linden
2013-01-10tag merge of DRTVWR-279Oz Linden
2013-01-10pull back release tag for 3.4.4Oz Linden
2013-01-10MAINT-2209 Parcel name not updating after teleportKelly Washington
2013-01-09viewer-development mergeBaker Linden
2013-01-09[MAINT-2185] Unable to upload terrain .raw filesBaker Linden
- Fixed an issue where a slash was prepended to the beginning of the filename (which happened to be the full path)
2013-01-09Added tag 3.4.4-release for changeset e1bb1ae7d8b1Oz Linden
2013-01-09merge changes for DRTVWR-276Oz Linden
2013-01-09tag merge of DRTVWR-276Oz Linden
2013-01-09More merge cleanup.Dave Parks
2013-01-09More merge cleanup.Dave Parks
2013-01-09Merge cleanup.Dave Parks
2013-01-08merge changes for DRTVWR-277Oz Linden
2013-01-08Automated merge with https://bitbucket.org/lindenlab/viewer-tigerDave Parks
2013-01-08tag merge of DRTVWR-277Oz Linden
2013-01-08remove duplicated return (merge artifact)Oz Linden
2013-01-08merge changes for DRTVWR-250Oz Linden
2013-01-08tag merge of DRTVWR-250Oz Linden
2013-01-07FIX INTL-110 remove utf8 BOMeli
2013-01-07FIX INTL-110 fix corrupted chinese character in translationeli
2013-01-04pull back 3.4.4-beta4 tagOz Linden
2013-01-04Added tag 3.4.4-beta4 for changeset 05d9f1dd7a95Oz Linden
2013-01-04merge back DRTVWR-275 from 3.4.4 betaOz Linden
2013-01-03Automated merge with https://bitbucket.org/lindenlab/viewer-catXiaohong Bao
2013-01-03fix for MAINT-2147: crash in LLTextureCache::writeToFastCache on OSXXiaohong Bao
2013-01-03MAINT-2195 FIX Terrain textures are different for each sessionRichard Linden
seed the random number generator in noise.h with a known value when initializing the perlin noise system and then back to a random value when done
2013-01-03tag merge of DRTVWR-275Oz Linden
2013-01-03MAINT-2184 [crashhunters] new crash in LLUUID::toStringKelly Washington
Fix dangling references.
2013-01-02fix for MAINT-2167: Sculpts failing to rezXiaohong Bao
2013-01-02merge changes for DRTVWR-269Oz Linden
2013-01-02tag merge of DRTVWR-269Oz Linden
2012-12-28merge changes for DRTVWR-272Oz Linden
2012-12-28tag merge of DRTVWR-272Oz Linden
2012-12-27merge changes for new Havok licenseOz Linden
2012-12-25merge changes for DRTVWR-273Oz Linden
2012-12-25tag merge of DRTVWR-273Oz Linden
2012-12-21merge accidental commit and its fixOz Linden
2012-12-21MAINT-2168: Backed out changeset fb93eecd462d, reapply fixNat Goodspeed
Now that we've backed out the premature push, reapply the actual fix to propagate it appropriately.
2012-12-21MAINT-2168: Backed out changeset 797318b62275, pushed to wrong repoNat Goodspeed
This changeset was prematurely pushed to the wrong repository. Back it out to propagate it the right way.
2012-12-21MAINT-2168: fail with real message if required var PORT not set.Nat Goodspeed
llhttpclient_test.cpp is only supposed to be run by test_llsdmessage_peer.py, as specified in llmessage/CMakeLists.txt. test_llsdmessage_peer.py sets the environment variable PORT before running INTEGRATION_TEST_llhttpclient. While it's not yet clear under what circumstances INTEGRATION_TEST_llhttpclient could find PORT not set (getenv() returning NULL), it's obvious that in that case, the previous code might well crash. Make it at least fail with an explanatory message rather than a mysterious large negative integer. In theory, occurrences of that message could help us solve the underlying issue.