summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-15Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-premium-wilderness.
2012-06-15Merge with tipcallum
2012-06-15Merge with tipcallum
2012-06-15Hopefully this fixes the mac build.Matthew Breindel (Falcon)
2012-06-15BUGFIX: Correcting a behavior where moving the cursor over a selected object ↵Todd Stinson
inappropriately called updateControls(). Fix was to break the updateControl() functionality into two separate handlers updateControlsOnScrollListChange() and updateControlsOnInWorldSelectionChange().
2012-06-15MergeDave Parks
2012-06-15MAINT-1151 FIX [crashhunters] crash on startup in LLPipeline::init()callum
Reviewed by CB
2012-06-15STORM-276 Ease-of-use importing of Open Office dictionary extensionsKitty Barnett
2012-06-15MergeMatthew Breindel (Falcon)
2012-06-15Fixing build errorMatthew Breindel (Falcon)
2012-06-15Fix for linux/mac builds.Monty Brandenberg
2012-06-15Fixed bug where rebake navmesh would get drawn ontop of loading screen.prep
2012-06-15Ported example (freestanding) program to drive API & generate performance ↵Monty Brandenberg
numbers. This is a command-line utility to pull content down from a service through the llcorehttp library to produce timings and resource footprints.
2012-06-15path-722: At startup we request the agent status update.prep
2012-06-15STORM-1883: add alert when a secondary dictionary is importedOz Linden
2012-06-15STORM-276 FIXED Main dictionary combobox in spell check settings floater ↵Kitty Barnett
doesn't sort dictionaries by name
2012-06-15Updating notification and tooltip text to take into account the new toggling ↵prep
behavior.
2012-06-15minor cosmetic changes to spelling floaterOz Linden
2012-06-15add to contributions.txtOz Linden
2012-06-14Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
2012-06-14STORM-1880: copy imported dictionary files rather than moving themOz Linden
2012-06-15MergeMatthew Breindel (Falcon)
2012-06-15Updating viewer build process to also generate a secondlife-bin.MAP file, ↵Matthew Breindel (Falcon)
tar it, and upload it.
2012-06-14STORM-1881: close dictionary import dialog if parent spell checking prefs ↵Oz Linden
dialog is closed
2012-06-14Updating the slurl icon with Leo's design and toggling the behavior to show ↵Todd Stinson
on PF disabled regions.
2012-06-14MAINT-442: [PUBLIC]Unable to change parcel restrictions for a scripts-disabledsimon@Simon-PC.lindenlab.com
parcel in a damage-enabled region. Reviewed by Kelly
2012-06-14STORM-1882: keep dictionary selected when moving, allowing deletion when ↵Oz Linden
moved to Available
2012-06-14mergesimon@Simon-PC.lindenlab.com
2012-06-14MAINT-840 VWR-28604 DEV-2548: [PUBLIC]Object by multiple creators shows creatorsimon@Simon-PC.lindenlab.com
as "(unknown)" in Inventory. Now shows "(unknown / multiple)". Reviewed by Kelly
2012-06-14WIP: path-722. Some agent_state_updates come through (god mode), region ↵prep
crossings, cleanup logic is a TBD, etc..
2012-06-14LLMutex recursive lock, global & per-request tracing, simple GET request, ↵Monty Brandenberg
LLProxy support, HttpOptions starting to work, HTTP resource waiting fixed. Non-LLThread-based threads need to do some registration or LLMutex locks taken out in these threads will not work as expected (SH-3154). We'll get a better solution later, this fixes some things for now. Tracing of operations now supported. Global and per-request (via HttpOptions) tracing levels of [0..3]. The 2 and 3 levels use libcurl's VERBOSE mode combined with CURLOPT_DEBUGFUNCTION to stream high levels of detail into the log. *Very* laggy but useful. Simple GET request supported (no Range: header). Really just a degenrate case of a ranged get but supplied an API anyway. Global option to use the LLProxy interface to setup CURL handles for either socks5 or http proxy usage. This isn't really the most encapsulated way to do this but a better solution will have to come later. The wantHeaders and tracing options are now supported in HttpOptions giving per-request controls. Big refactoring of the HTTP resource waiter in lltexturefetch. What I was doing before wasn't correct. Instead, I'm implementing the resource wait after the Semaphore model (though not using system semaphores). So instead of having a sequence like: SEND_HTTP_REQ -> WAIT_HTTP_RESOURCE -> SEND_HTTP_REQ, we now do WAIT_HTTP_RESOURCE -> WAIT_HTTP_RESOURCE2 (actual wait) -> SEND_HTTP_REQ. Works well but the prioritized filling of the corehttp library needs some performance work later.
2012-06-14MAINT-646 Cleanup some warnings from previous changes.Dave Parks
2012-06-14EXP-1953: Updating the response message sent to the Inviter in Scenario 3.Todd Stinson
2012-06-14fix for MAINT-758: [PUBLIC]texture discard level is inconsistent between ↵Xiaohong Bao
sessions
2012-06-13EXP-1959: Marking the teleport entry access notifications as unique so they ↵Todd Stinson
do not stack.
2012-06-13MergeGeenz
2012-06-13Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
2012-06-13PATH-713: Disabling all editable object fields on the build tools floater ↵Todd Stinson
when a static pathfinding object is in not in the current region.
2012-06-13mergeDave Parks
2012-06-13MAINT-1147 Fix for frame stall on region crossing.Dave Parks
2012-06-13Enabling toggle of the Physical attribute for character objects.Todd Stinson
2012-06-13path-722: Make sure to remove the bake navmesh button if the pathingfinding ↵prep
console is closed.
2012-06-13Path-722: Reset buttons to default state.prep
2012-06-13WIP: path-722. Posting and responders for navmesh rebakingprep
2012-06-13Restore original priority scheme of LOW/HIGH.Monty Brandenberg
The NORMAL range doesn't do any sleeping at all and so we'll spin the core harder than we already are. Bring all idlers into the same range.
2012-06-13Added a baking buttonprep
2012-06-13path-724: xml navmesh rebake buttonprep
2012-06-13WIP for path-702.prep
2012-06-12PATH-735: Limit and clean up grid selectionOz Linden
2012-06-12EXP-1941: Backed out changeset: 2f6546ac7e5eTodd Stinson