Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-06 | MAINT-1144: Defend against NULL LLPluginProcessParent::mProcess. | Nat Goodspeed | |
The change from LLProcessLauncher to LLProcess introduces the possibility of a NULL (default-constructed) LLProcessPtr. Add certain static LLProcess methods accepting LLProcessPtr, forwarding to nonstatic method when non-NULL but doing something reasonable with NULL. Use these methods in LLPLuginProcessParent. | |||
2012-06-06 | SH-2789 FIX - windows debug heap off by default | Brad Payne (Vir Linden) | |
2012-06-06 | I am getting really bad about adding files. For preceding commit. | Monty Brandenberg | |
2012-06-06 | Policy + caching fixes + https support + POST working | Monty Brandenberg | |
Implemented first global policy definitions to support SSL CA certificate configuration to support https: operations. Fixed HTTP 206 status handling to match what is currently being done by grid services and to lay a foundation for fixes that will be a response to ER-1824. More libcurl CURLOPT options set on easy handles to do peer verification in the traditional way. HTTP POST working and now reporting asset metrics back to grid for the viewer's asset system. This uses LLSD so that is also showing as compatible with the new library. | |||
2012-06-06 | Render fix to remove blend artifacts on physics capsule. llphysics extension ↵ | prep | |
lib update (path-680, path-681). | |||
2012-06-05 | BUGFIX: Correcting an assert behavior where the LLSD returned from calls to ↵ | Todd Stinson | |
convertObjectsIntoScrollListData() should be required to be an array type. | |||
2012-06-05 | PATH-682: Correcting behavior for the case where setting the linksets and ↵ | Todd Stinson | |
the response returned is an error, and this causes the viewer to crash. This commit should remove the viewer crash. | |||
2012-06-05 | Altering the method name. | Todd Stinson | |
2012-06-05 | Format/data type mismatch lead to a 'Range: bytes=0-0' header which gave me ↵ | Monty Brandenberg | |
1 byte of data. Shouldn't be making that kind of mistake. | |||
2012-06-05 | EXP-1942: BUGFIX Ensuring to clear the flag indicating that maturity changed ↵ | Todd Stinson | |
during teleport when the maturity level change fails. | |||
2012-06-05 | MAINT-646 Factor std::vector out of lloctree | Dave Parks | |
2012-06-05 | MAINT-646 Factor std::set out of lloctree | Dave Parks | |
2012-06-05 | Faster spin in worker thread when doing I/O and a priority bump needed when ↵ | Monty Brandenberg | |
fixing priorities. | |||
2012-06-05 | merge changes for storm-1872 | Oz Linden | |
2012-06-05 | merge changes for storm-1870 | Oz Linden | |
2012-06-05 | merge changes for storm-1845 | Oz Linden | |
2012-06-05 | storm-1703: update license statements | Oz Linden | |
2012-06-04 | BUGFIX: Ensuring that the physics capsule is built for each character. | Todd Stinson | |
2012-06-04 | BUGFIX: Correcting selection behavior where the floater edit fields were not ↵ | Todd Stinson | |
being updated if the object selected was not in range of the viewer. | |||
2012-06-04 | merge back 3.3.3-beta1 fixes | Oz Linden | |
2012-06-04 | Added tag 3.3.3-beta1, DRTVWR-144 for changeset f0a174c2adb4 | Oz Linden | |
2012-06-04 | BUGFIX: Ensuring that the viewer will still work on regions that have older ↵ | Todd Stinson | |
pathfinding server code with the character shape data. | |||
2012-06-04 | tag merge of DRTVWR-160 | Oz Linden | |
2012-06-04 | Adding more space to allow for translated copy on the pathfinding characters ↵ | Todd Stinson | |
floater. | |||
2012-06-04 | PATH-676: Correcting selection behavior so that the first selected object ↵ | Todd Stinson | |
does remain invisible after changing the selection. | |||
2012-06-04 | Some class refactoring. | Todd Stinson | |
2012-06-04 | Ensuring that the scroll list is rebuilt after any missing avatar names are ↵ | Todd Stinson | |
loaded into cache. | |||
2012-06-04 | merge changes for DRTVWR-157 | Oz Linden | |
2012-06-04 | tag merge of DRTVWR-157 | Oz Linden | |
2012-06-04 | STORM-1845: Move "Show HUD Attachments" to Me menu | MartinRJ | |
2012-06-04 | STORM-1872 A line break is missing in ..\app_settings\settings.xml | Jonathan Yap | |
2012-06-04 | merge | Brad Payne (Vir Linden) | |
2012-06-04 | merge | Brad Payne (Vir Linden) | |
2012-06-04 | MAINT-1142 use VBO pooling on OSX | Aura Linden | |
2012-06-04 | MAINT-646 Profile based optimization -- add a lookup map for joints to ↵ | Dave Parks | |
remove hotspot in LLJoint::findJoint | |||
2012-06-04 | STORM-1838 Add "Request Teleport" option to the menu when right-clicking on ↵ | Jonathan Yap | |
avatars in the Nearby list | |||
2012-06-04 | merge dictionary import | Oz Linden | |
2012-06-04 | STORM-276 Dictionary import functionality and floater | Kitty Barnett | |
2012-06-02 | Stupid windows tricks. | Monty Brandenberg | |
2012-06-02 | More platform fixes for linux/mac. | Monty Brandenberg | |
2012-06-01 | Merge | Monty Brandenberg | |
2012-06-01 | Do some work on BufferArray to make it a bit less naive about | Monty Brandenberg | |
chunking data. Remove the stateful use of a seek pointer so that shared read is possible (though maybe not interesting). | |||
2012-06-01 | Another float/int issue and move the POST priority in line with | Monty Brandenberg | |
what normal requests do... | |||
2012-06-01 | PATH-668: Eating the escape key in the pathfinding path tool to avoid ↵ | Todd Stinson | |
certain bad behaviors. | |||
2012-06-01 | Adding an automatic refresh to the pathfinding object floaters. | Todd Stinson | |
2012-06-01 | Platform fixups Linux: unused variables, make error strings constant. | Monty Brandenberg | |
2012-06-01 | Platform fixups: typedef for priority_queue, more specific comparator functor. | Monty Brandenberg | |
2012-06-01 | EXP-1942: Ensuring that the teleport cancel works in the case of restarting ↵ | Todd Stinson | |
a teleport. Also, ensuring to pull down the teleport screen if we time out of a maturity request with a pending teleport queued. | |||
2012-06-01 | Missed two instances of priority typed as 'float'. Became an | Monty Brandenberg | |
excuse to go through an use a typedef for priority and policy class id. | |||
2012-06-01 | Add some timers. | Dave Parks | |