summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2012-05-31Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
2012-05-31A bit more class clean-up for the LLFloaterPathfindingObjects.Todd Stinson
2012-05-31WIP:build fixprep linden
2012-05-31WIP:Displaying physics capsule for a character - it is currently disabled.prep
2012-05-31Reloading the the pathfinding object floaters when the god level is changed.Todd Stinson
2012-05-30Pulling in the new character fields from the CharacterProperties service.Todd Stinson
2012-05-30Cleaning up some unreferenced headers and classes definitions from previous ↵Todd Stinson
refactoring.
2012-05-30First pass at refactoring the pathfinding linksets and pathfinding ↵Todd Stinson
characters classes to reduce code duplication, as both functionalities were heavily duplicated.
2012-05-25Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.Todd Stinson
2012-05-25PATH-638: Removing the viewer-side multiplication of the percentage ↵Todd Stinson
character step as the server will now be doing the math.
2012-05-22PATH-638: Tweaking the percentage stepped characters multiplying by 100 as ↵Todd Stinson
the server range was different from expected.
2012-05-22mergeprep
2012-05-22Fix for path-648: shapes are now positioned correctly in neighboring ↵prep
regions. Renamed api to better reflect it's purpose
2012-05-22PATH-649: BUGFIX Re-initializing the navmesh zone following a teleport failure.Todd Stinson
2012-05-22PATH-641: BUGFIX Resolving issue with show world movables only not working ↵Todd Stinson
as expected.
2012-05-18MAINT-959 FIX [PUBLIC]Trouble resizing tabbed floatersRichard Linden
don't auto position other floater when it is hosted
2012-05-18PATH-638: Adding elements to render the new sim stats.Todd Stinson
2012-05-18Altering the grab functionality so that characters cannot be grabbed.Todd Stinson
2012-05-11For the pathifnding linksets floater, correcting layout issues and fixing a ↵Todd Stinson
bug where the scroll bar was not working correctly.
2012-05-09Adding an owner field to the pathfinding linksets console. Making the ↵Todd Stinson
scroll list just wide enough for the additional field, but not cleaning up the rest of the floater until Leo has a chance to review.
2012-05-09Added support to disable a draw pool. When the movable option checkbox is ↵prep
selected we will now also cull the terrain draw pool.
2012-05-08PATH-628: BUGFIX Changing behavior such that minimizing the pathfinding ↵Todd Stinson
console will still allow the selected navmesh renderables to continue displaying.
2012-05-08PATH-629: Allowing viewer edits to permanent objects when in god-mode ↵Todd Stinson
regardless of frozen mode.
2012-05-07Increasing the size of the name and description input fields.Todd Stinson
2012-05-07PATh-621: BUGFIX Fixing an issue where attempting to apply changes from the ↵Todd Stinson
pathfinding linksets floater with no real data changes causes a viewer crash.
2012-05-04Altering the build headers such that I can use llinfos in the ↵Todd Stinson
llphysicsextension library.
2012-05-04merge changes for drtvwr-142Oz Linden
2012-05-04merge changes for drtvwr-140Oz Linden
2012-05-02Handling mRenderableRestoreList data when closing pathfinding windowprep
2012-05-02Fix for Path-494. Teleporting with a list of renderables that needed to be ↵prep
restored caused a crash because the vo's had already been removed prior to the restorePermanentObjects() call.
2012-05-01Removing another capability check that was occurring prior to the receipt of ↵Todd Stinson
the listed capabilities.
2012-05-01PATH-580: Ensuring that the characters and linksets capability services are ↵Todd Stinson
properly deferred requested in the case that a regions capabilities have not been fully received at initial request time.
2012-05-01Switching the functionality of the linksets and character request handling ↵Todd Stinson
to no longer return values directly, but rather to report status only through the callbacks.
2012-05-01Made restorePermanentObjects() api const correct.prep
2012-05-01Path-494: Added support for culling permanent objects from the pathfinding ↵prep
window.
2012-04-27PATH-552: BUGFIX Allowing the return of objects regardless of their ↵Todd Stinson
permanent status. This should now match the server's functionality.
2012-04-27PATH-585: Adding an initial notification for when a server-side automatic ↵Todd Stinson
unfreeze occurs.
2012-04-27PATH-583: BUGFIX Allowing gods to edit the terrain regardless of ↵Todd Stinson
frozen/unfrozen mode.
2012-04-26merge changes for drtvwr-140Oz Linden
2012-04-25merge changes for wolf-318Oz Linden
2012-04-25Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.Todd Stinson
2012-04-26MAINT-813 FIXED crash when trying to access the region info after viewer ↵Seth ProductEngine
disconnect. Added checks for LLViewerRegion pointer in LLViewerObject being invalid.
2012-04-25Try to suppress spurious Mac ld warnings (lib/release/Release dir).Nat Goodspeed
Mindful that some autobuild packages populate only packages/lib/release (rather than packages/lib/debug), Linking.cmake always appends packages/lib/release to CMake's link_directories() directive. But since CMake always appends CMAKE_BUILD_TYPE to those directories, we end up with a phantom packages/lib/release/Release directory on the search path. This would be harmless except that the Mac's 'ld' command produces a warning. These warnings quickly make TC's "Important Messages" output useless. Try appending packages/lib/release only when the build type isn't already Release.
2012-04-25WOLF-318: change default verbosity of some unit tests to keep them out of ↵Oz Linden
the logs when passing WOLF-363: (partial) correct ordering of cleaning build dir vs running 'autobuild install'
2012-04-25Pull and merge from ↵Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
2012-04-25Removing windows line endings from .h and .cpp files.Todd Stinson
2012-04-25Path-504 fix. Mouselook stays in the navmesh visualization mode instead of ↵prep
kicking back to the default scene rendering
2012-04-25Adding ability to change the RetrieveNeighboringRegion debug setting and ↵Todd Stinson
have it automatically update the navmesh zones.
2012-04-24PATH-580: BUGFIX Adding functionality to detect when the region's ↵Todd Stinson
capabilities have not yet been loading and deferring requests for the navmesh query until the capabilities are fully loaded.
2012-04-24PATH-542: Ensuring that the rotation is properly updated after the ↵Todd Stinson
ObjectUpdate message from the server.