Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Matthew Breindel (Falcon) | |
2012-06-15 | Fixing build error | Matthew Breindel (Falcon) | |
2012-06-15 | Fixed bug where rebake navmesh would get drawn ontop of loading screen. | prep | |
2012-06-15 | path-722: At startup we request the agent status update. | prep | |
2012-06-15 | Updating notification and tooltip text to take into account the new toggling ↵ | prep | |
behavior. | |||
2012-06-14 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
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 | Updating the slurl icon with Leo's design and toggling the behavior to show ↵ | Todd Stinson | |
on PF disabled regions. | |||
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-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 | 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 | Added a baking button | prep | |
2012-06-13 | path-724: xml navmesh rebake button | prep | |
2012-06-13 | WIP for path-702. | prep | |
2012-06-12 | PATH-735: Limit and clean up grid selection | Oz Linden | |
2012-06-12 | Path-702: Added notification message and hooked up onparcelclick. | prep | |
2012-06-11 | PATH-705: First pass at removing the agent state functionality. WIP -- still ↵ | Todd Stinson | |
need to remove XXX_STINSON_AGENT_STATE_DELETE_ME ifdef'ed code. | |||
2012-06-11 | PATH-726: Removing the DEPRECATED_ALTER_NAVMESH_OBJECTS_FIELD as the viewer ↵ | Todd Stinson | |
no longer has to support the Premium Wilderness regions on the old server code. | |||
2012-06-11 | PATH-704: More clean-up of the old frozen/unfrozen state for objects and ↵ | Todd Stinson | |
terrain. | |||
2012-06-11 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-06-11 | PATH-725: BUILDFIX Correcting a problem with Linux and Mac builds. | Todd Stinson | |
2012-06-11 | PATH-720: Removing the MISSING_MODIFIABLE_FIELD_WAR as the viewer no longer ↵ | Todd Stinson | |
has to support the Premium Wilderness regions on the old server code. | |||
2012-06-11 | PATH-719: Removing the DEPRECATED_NAVMESH_PERMANENT_WALKABLE_FLAGS as the ↵ | Todd Stinson | |
viewer no longer has to support the Premium Wilderness regions on the old server code. | |||
2012-06-11 | PATH-714: Removing the DEPRECATED_UNVERSIONED_NAVMESH as the viewer no ↵ | Todd Stinson | |
longer has to support the Premium Wilderness regions on the old server code. | |||
2012-06-11 | PATH-711: Implementing Leo's changes for the pathfinding console. | Todd Stinson | |
2012-06-11 | removed callback for dynamic pathfinding notification | prep | |
2012-06-11 | PATH-710: Removing the pathfinding basic floater and supporting class. | Todd Stinson | |
2012-06-11 | megre | prep | |
2012-06-11 | WIP:path-703 Adding icon to slurl bar to indicate if dynamic pathfinding is ↵ | prep | |
enabled or disbled. | |||
2012-06-11 | PATH-706: Removing enforcement on frozen/unfrozen state from the linksets ↵ | Todd Stinson | |
floater. Also, removing handlers for agent state change. | |||
2012-06-11 | PATH-704: Enforcing permanency only for static objects on neighboring regions. | Todd Stinson | |
2012-06-11 | Backed out changeset: 18b06d44c5a3 | Todd Stinson | |
2012-06-08 | SH-3153 FIX | Brad Payne (Vir Linden) | |
2012-06-08 | merge changes for DRTVWR-162 | Oz Linden | |
2012-06-07 | PATH-696: Removing an assert as it is no longer always true. | Todd Stinson | |
2012-06-07 | merge | prep | |
2012-06-07 | Physics capsules now inherit the rotations of their parent vo when rendered. ↵ | prep | |
API update. | |||
2012-06-06 | Automated merge with file:///Users/nat/linden/viewer-maint-1144 | Nat Goodspeed | |
2012-06-06 | MAINT-1144: Re-enable skipped LLHTTPClient tests with local server. | Nat Goodspeed | |
Over the years we've skipped more and more of the tests in llhttpclient_test.cpp (nee llhttpclient_tut.cpp) because they've relied on particular behaviors from Internet sites not under our control. We skipped a test that fetches llsd+xml from secondlife.com because "secondlife.com is not reliable enough for unit tests." We skipped a test that tries to observe a failure with "http://www.invalid" because some local ISPs turn "no such domain" DNS errors into valid pages offering the requester to buy the specified domain name. Today we've had to skip tests attempting to contact "http://www.google.com" for reasons we haven't yet diagnosed, but that probably have to do with Google's IPv6 rollout. Use local temp server test_llsdmessage_peer.py as the success destination, eliminating DNS, Internet access and remote server behavior as failure modes. Use idle localhost port for failure test. Re-enable all skipped LLHTTPClient tests! Re-enable on Windows! In support of these tests, modify test_llsdmessage_peer.py: Support HEAD as no-data variant of GET. Change GET result dict to avoid resembling an error response -- confusing. Make GET/POST return actual dict rather than undecorated string "success". Because of that last, change llcapabilitylistener_test.cpp and llsdmessage_test.cpp to extract "reply" key from response rather than expecting response to be a string itself. | |||
2012-06-06 | Performing a test regarding the recent failures of our LLHTTPClient::get ↵ | Todd Stinson | |
services. This changeset should be undone. | |||
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. |