Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-22 | This sets down the groundwork for dynamic policy classes. | Monty Brandenberg | |
Groundwork is used for the default class which currently represents texture fetching. Class options implemented from API user into HttpLibcurl. Policy layer is going to start doing some traffic shaping like work to solve problems with consumer-grade gear. Need to have dynamic aspects to policies and that starts now... | |||
2012-06-22 | PATH-764,PATH-765: Adding in a context menu option on right-click of an ↵ | Todd Stinson | |
object to show in the linksets floater if all objects are non-characters, or to show in the characters floater if all objects are characters. | |||
2012-06-22 | MAINT-653 Fix for shadow acne at high altitudes | Dave Parks | |
2012-06-22 | Merge cleanup | Dave Parks | |
2012-06-22 | line endings fix | Brad Payne (Vir Linden) | |
2012-06-22 | merge | Brad Payne (Vir Linden) | |
2012-06-22 | merge | Dave Parks | |
2012-06-22 | SH-3177, SH-3180 std::iostream and LLSD serialization for BufferArray objects. | Monty Brandenberg | |
Seems to be working correctly. Not certain this is the fastest possible way to provide a std::streambuf interface but it's visually acceptable. | |||
2012-06-22 | PATH-760: Adding another pathfinding test method to the selection manager. | Todd Stinson | |
2012-06-22 | Always another platform build fix. Mac this time. | Monty Brandenberg | |
2012-06-21 | Preparing for better shutdown/cleanup logic. | Monty Brandenberg | |
2012-06-21 | PATH-760: Ensuring that the pathfinding attribute field works correctly with ↵ | Todd Stinson | |
multiple objects selected. | |||
2012-06-21 | PATH-760: Renaming some methods of LLSelectMgr. | Todd Stinson | |
2012-06-21 | PATH-761: Updating the name of the pathfinding console. | Todd Stinson | |
2012-06-21 | Compiler warning fix on linux. | Monty Brandenberg | |
2012-06-21 | SH-3177 Add streambuf/iostream adapters to BufferArray object. | Monty Brandenberg | |
Initial version that should have enough of the plumbing to produce a working adapter. Memory test is showing 8 bytes held after one of the tests so I'm going to revisit that later. But basic functionality is there going by the unit tests. | |||
2012-06-21 | PATH-743: Altering the mouse cursor to give more feed back when in path ↵ | Todd Stinson | |
testing mode. | |||
2012-06-21 | merge back 3.3.3-release tag | Oz Linden | |
2012-06-21 | merge changes for DRTVWR-168 | Oz Linden | |
2012-06-21 | tag merge of DRTVWR-168 | Oz Linden | |
2012-06-21 | Added tag 3.3.3-release for changeset 6428242e124b | Oz Linden | |
2012-06-21 | merge changes for storm-1871 | Oz Linden | |
2012-06-21 | merge changes for DRTVWR-171 | Oz Linden | |
2012-06-21 | tag merge of DRTVWR-171 | Oz Linden | |
2012-06-20 | PATH-761: Implementing the new design for the pathfinding view floater. | Todd Stinson | |
2012-06-20 | STORM-1889: require all fields when importing spelling dictionary | Oz Linden | |
2012-06-20 | PATH-760: First pass at Leo's new design for the build floater. | Todd Stinson | |
2012-06-20 | MAINT-794 Move flexi idleUpdate and texture animation to their own update ↵ | Dave Parks | |
queues. | |||
2012-06-20 | SH-3181 More interface options for API. Also includes returned headers. | Monty Brandenberg | |
Only thing interesting in this changeset is the discovery that a sleep in the fake HTTP server ties up tests. Need to thread that or fail on client disconnect or something to speed that up and make it usable for bigger test scenarios. But good enough for now... | |||
2012-06-20 | MAINT-1150 FIX (Speculative) crash on (shutdown) in LLVOAvatar::avString() | callum | |
Reviewed by vir | |||
2012-06-20 | Updating to the latest physics extensions pre-built package. | Todd Stinson | |
2012-06-20 | PATh-762: Adding a debug flag for server testing to always show the rebake ↵ | Todd Stinson | |
navmesh button on dirty regions regardless of whether the user has permissions. | |||
2012-06-20 | PATH-738: Removing SERVER_SIDE_CHARACTER_SHAPE_ROLLOUT_COMPLETE ifdef. | Todd Stinson | |
2012-06-20 | PATH-723: Only drawing the rebake navmesh panel if a user has access rights ↵ | William Todd Stinson | |
to rebake. | |||
2012-06-19 | PATH-723: Pulling in whether the user has access to view the rebake navmesh ↵ | Todd Stinson | |
button or not. | |||
2012-06-19 | PATH-702: Refining the behavior of the rebuild navmesh button after it is ↵ | Todd Stinson | |
pushed, and removing unused code. | |||
2012-06-19 | Removing unused methods and members from the pathfinding manager. | Todd Stinson | |
2012-06-19 | PATH-702: Tying the status of the rebake button to the status of the navmesh ↵ | Todd Stinson | |
for the current region. | |||
2012-06-19 | PATH-702: Positioning the rebake navmesh button to align with the ↵ | Todd Stinson | |
Stand/StopFlying buttons. Also, parenting the buttons to the toolbar UI elements. | |||
2012-06-19 | merge | Dave Parks | |
2012-06-19 | MAINT-794 Factor out a lot of CPU overhead around updating objects. | Dave Parks | |
2012-06-19 | When a Content-Range header is received, make available the full triplet of ↵ | Monty Brandenberg | |
<offset, length, fulllength>. | |||
2012-06-19 | Cleanup: move magic nubmers to new _httpinternal.h header file. | Monty Brandenberg | |
2012-06-19 | Path-722: Fixed bug where navmesh rebake panel was being removed after ↵ | prep | |
navmesh debug window was closed. Minor code cleanup. | |||
2012-06-19 | STORM-1887 FIXED Added words are not saved in dictionaries if main ↵ | Kitty Barnett | |
dictionary was reselected The user's custom dictionary and ignore list are now independent of the primary dictionary. | |||
2012-06-19 | Implement timeout and retry count options for requests. | Monty Brandenberg | |
Pretty straightforward. Still don't like how I'm managing the options block. Struct? Accessors? Can't decide. But the options now speed up the unit test runs even as I add tests. | |||
2012-06-19 | Instance checks before using llpathfindingmanager. | prep | |
2012-06-19 | merge | prep | |
2012-06-19 | path-722: handling the case where region entry or teleporting would cause ↵ | prep | |
the rebake button to be drawn ontop of splash screen. | |||
2012-06-19 | merge up to latest viewer-development-havokai | Oz Linden | |