Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-15 | corrected build problem detected on Mac | Oz Linden | |
2012-06-15 | BUILDFIX: Correcting Windows build error. | Todd Stinson | |
2012-06-15 | Merge with tip | callum | |
2012-06-15 | MAINT-775 Fix for particle index pool corruption on teleport. | Dave Parks | |
2012-06-15 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-premium-wilderness. | |||
2012-06-15 | Merge with tip | callum | |
2012-06-15 | Merge with tip | callum | |
2012-06-15 | Hopefully this fixes the mac build. | Matthew Breindel (Falcon) | |
2012-06-15 | BUGFIX: 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-15 | Merge | Dave Parks | |
2012-06-15 | MAINT-1151 FIX [crashhunters] crash on startup in LLPipeline::init() | callum | |
Reviewed by CB | |||
2012-06-15 | STORM-276 Ease-of-use importing of Open Office dictionary extensions | Kitty Barnett | |
2012-06-15 | Merge | Matthew Breindel (Falcon) | |
2012-06-15 | Fixing build error | Matthew Breindel (Falcon) | |
2012-06-15 | Fix for linux/mac builds. | Monty Brandenberg | |
2012-06-15 | Fixed bug where rebake navmesh would get drawn ontop of loading screen. | prep | |
2012-06-15 | Ported 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-15 | path-722: At startup we request the agent status update. | prep | |
2012-06-15 | STORM-1883: add alert when a secondary dictionary is imported | Oz Linden | |
2012-06-15 | STORM-276 FIXED Main dictionary combobox in spell check settings floater ↵ | Kitty Barnett | |
doesn't sort dictionaries by name | |||
2012-06-15 | Updating notification and tooltip text to take into account the new toggling ↵ | prep | |
behavior. | |||
2012-06-15 | minor cosmetic changes to spelling floater | Oz Linden | |
2012-06-15 | add to contributions.txt | Oz Linden | |
2012-06-14 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-06-14 | STORM-1880: copy imported dictionary files rather than moving them | Oz Linden | |
2012-06-15 | Merge | Matthew Breindel (Falcon) | |
2012-06-15 | Updating viewer build process to also generate a secondlife-bin.MAP file, ↵ | Matthew Breindel (Falcon) | |
tar it, and upload it. | |||
2012-06-14 | STORM-1881: close dictionary import dialog if parent spell checking prefs ↵ | Oz Linden | |
dialog is closed | |||
2012-06-14 | Updating the slurl icon with Leo's design and toggling the behavior to show ↵ | Todd Stinson | |
on PF disabled regions. | |||
2012-06-14 | MAINT-442: [PUBLIC]Unable to change parcel restrictions for a scripts-disabled | simon@Simon-PC.lindenlab.com | |
parcel in a damage-enabled region. Reviewed by Kelly | |||
2012-06-14 | STORM-1882: keep dictionary selected when moving, allowing deletion when ↵ | Oz Linden | |
moved to Available | |||
2012-06-14 | merge | simon@Simon-PC.lindenlab.com | |
2012-06-14 | MAINT-840 VWR-28604 DEV-2548: [PUBLIC]Object by multiple creators shows creator | simon@Simon-PC.lindenlab.com | |
as "(unknown)" in Inventory. Now shows "(unknown / multiple)". Reviewed by Kelly | |||
2012-06-14 | WIP: path-722. Some agent_state_updates come through (god mode), region ↵ | prep | |
crossings, cleanup logic is a TBD, etc.. | |||
2012-06-14 | LLMutex 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-14 | MAINT-646 Cleanup some warnings from previous changes. | Dave Parks | |
2012-06-14 | EXP-1953: Updating the response message sent to the Inviter in Scenario 3. | Todd Stinson | |
2012-06-14 | fix for MAINT-758: [PUBLIC]texture discard level is inconsistent between ↵ | Xiaohong Bao | |
sessions | |||
2012-06-13 | EXP-1959: Marking the teleport entry access notifications as unique so they ↵ | Todd Stinson | |
do not stack. | |||
2012-06-13 | Merge | Geenz | |
2012-06-13 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-06-13 | PATH-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-13 | merge | Dave Parks | |
2012-06-13 | MAINT-1147 Fix for frame stall on region crossing. | Dave Parks | |
2012-06-13 | Enabling toggle of the Physical attribute for character objects. | Todd Stinson | |
2012-06-13 | path-722: Make sure to remove the bake navmesh button if the pathingfinding ↵ | prep | |
console is closed. | |||
2012-06-13 | Path-722: Reset buttons to default state. | prep | |
2012-06-13 | WIP: path-722. Posting and responders for navmesh rebaking | prep | |
2012-06-13 | Restore 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-13 | Added a baking button | prep | |