summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-10Adding a project viewer for the adult check build.Todd Stinson
2012-05-09CHOP-900: Fix test.cpp merge errors merging up to viewer-releaseNat Goodspeed
2012-05-09Automated merge with http://hg.secondlife.com/viewer-releaseNat Goodspeed
2012-05-09Adding an owner field to the pathfinding linksets console. Making the ↵Todd Stinson
scroll list just wide enough for the additional field, but not cleaning up the rest of the floater until Leo has a chance to review.
2012-05-09SH-3075 : Fix reversible compression for very small textures. Also supress ↵Merov Linden
the forcing to reversible for small textures.
2012-05-09CHOP-900: Use new apr_procattr_constrain_handle_set() extension.Nat Goodspeed
Now LLProcess explicitly requests APR to limit the handles passed to any child process, instead of wantonly passing whatever happens to be lying around the parent process at the time. This requires the latest APR build. Also revert LLUpdateDownloader::Implementation::mDownloadStream to llofstream (as in rev 1878a57aebd7) instead of apr_file_t*. Using APR for that file was a Band-Aid -- a single whacked mole -- for the problem more systemically addressed by apr_procattr_constrain_handle_set().
2012-05-09Added support to disable a draw pool. When the movable option checkbox is ↵prep
selected we will now also cull the terrain draw pool.
2012-05-09Updated llphysics Extensions Libprep
2012-05-08SH-3047 : Fix lossless compression for small textures.Merov Linden
2012-05-08PATH-628: BUGFIX Changing behavior such that minimizing the pathfinding ↵Todd Stinson
console will still allow the selected navmesh renderables to continue displaying.
2012-05-08PATH-629: Allowing viewer edits to permanent objects when in god-mode ↵Todd Stinson
regardless of frozen mode.
2012-05-08unpack dictionary .dic and .aff files, make names in dictionaries.xml matchOz Linden
2012-05-08merge changes for version 3.3.1Oz Linden
2012-05-08SH-3047 : Tweak of the performance compression data gathering codeMerov Linden
2012-05-07Increasing the size of the name and description input fields.Todd Stinson
2012-05-07PATh-621: BUGFIX Fixing an issue where attempting to apply changes from the ↵Todd Stinson
pathfinding linksets floater with no real data changes causes a viewer crash.
2012-05-07mergeprep
2012-05-07Update to latest llphysicsExtensions library that has fix for path-610.prep
2012-05-07Mergesimon@Simon-PC.lindenlab.com
2012-05-07MAINT-753 : [crashhunters] crash at LLVOVolume::updateFaceFlags(). Null ↵simon@Simon-PC.lindenlab.com
pointer checks are good. Reviewed by Kelly
2012-05-07mergeDave Parks
2012-05-07MAINT-583 Fix for broken projectors when shadows set to none.Dave Parks
2012-05-07Updating to the latest pre-built llphysicsextension package.Todd Stinson
2012-05-07Updated to latest llphysics extension package to address path-584prep
2012-05-06PATH-589: Second attempt to fix a linux viewer crash on exit. Updating to ↵William Todd Stinson
the latest llphysicsextensions pre-buit package.
2012-05-04Altering the build headers such that I can use llinfos in the ↵Todd Stinson
llphysicsextension library.
2012-05-04PATH-589: Updating to the latest llphysicsextensions pre-built package to ↵Todd Stinson
attempt a fix for a linux viewer crash.
2012-05-04increment viewer version to 3.3.3Oz Linden
2012-05-04merge changes for drtvwr-142Oz Linden
2012-05-04Linux build fix.Paul ProductEngine
GCC doesn't allow to init non-constant references with temporary objects
2012-05-04MAINT-462 FIXED ([PUBLIC]Buy Contents Window Misrepresenting Actual Contents)Paul ProductEngine
2012-05-04merge changes for drtvwr-140Oz Linden
2012-05-03IQA-490: Dummy out calls to LLTrans::getString() in linux_updater.cpp.Nat Goodspeed
It appears that the LLTrans machinery, or at least the way it's used in this program, is buggy: linux-updater.bin has been crashing. Tracebacks and experimentation identify LLTrans as the culprit, so replace it with baked-in string constants copied from strings.xml. (linux-updater.bin was already producing English-only messages because the update_install shell script that calls it was specifically passing the English version of strings.xml.)
2012-05-02SH-3128 FIX - log message cleanup for avatar rezzingBrad Payne (Vir Linden)
2012-05-02MAINT-775 Particle vertex buffer management optimizationsDave Parks
2012-05-02Handling mRenderableRestoreList data when closing pathfinding windowprep
2012-05-02merge viewer-release to dranoBrad Payne (Vir Linden)
2012-05-02Fix for Path-494. Teleporting with a list of renderables that needed to be ↵prep
restored caused a crash because the vo's had already been removed prior to the restorePermanentObjects() call.
2012-05-01MergeXiaohong Bao
2012-05-01fix a sculpt crashXiaohong Bao
2012-05-01for SH-3118: add a toggle "TextureFetchDebuggerEnabled" to turn the console ↵Xiaohong Bao
on and off.
2012-05-01Removing another capability check that was occurring prior to the receipt of ↵Todd Stinson
the listed capabilities.
2012-05-01PATH-580: Ensuring that the characters and linksets capability services are ↵Todd Stinson
properly deferred requested in the case that a regions capabilities have not been fully received at initial request time.
2012-05-01Switching the functionality of the linksets and character request handling ↵Todd Stinson
to no longer return values directly, but rather to report status only through the callbacks.
2012-05-01MAINT-847 Disable VBO on ATI cards with old drivers by defaultDave Parks
2012-05-01MAINT-775, MAINT-1022 Regression cleanup.Dave Parks
2012-05-01Made restorePermanentObjects() api const correct.prep
2012-05-01merge changes for storm-1820Oz Linden
2012-05-01merge changes for storm-1839Oz Linden
2012-05-01merge changes for storm-1842Oz Linden