Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-16 | sync with viewer-development | eli | |
2012-04-16 | MAINT-922 FIX Client side code to catch the SCRIPT_PERMISSION_TELEPORT ↵ | callum | |
request from similator and display a notification Reviewed by Simon | |||
2012-04-14 | DRTVWR-136: Remove redundant remove_(item|category)() functions. | Nat Goodspeed | |
Incoming changes from two different project repos left viewer-development with LLInventoryModel::removeItem() and removeCategory() plus free functions remove_item() and remove_category() in llinventoryfunctions.cpp. remove_category() was actually the better implementation; migrated its body into LLInventoryModel::removeCategory(). Clearly the previous state of affairs -- with LLInventoryModel::removeItem() plus a remove_category() free function in a very different source file -- fooled two different developers into overlooking the other of the pair. Unfortunately we each added different "missing" functions, leaving us with a complete set of four. Fix existing references to remove_item() and remove_category() free functions. | |||
2012-04-13 | fix merge conflict in remove_item | Oz Linden | |
2012-04-13 | merge changes for drtvwr-136 | Oz Linden | |
2012-04-13 | merge changes for drtvwr-135 | Oz Linden | |
2012-04-12 | CHUI-87 FIXED crash in handling notifications after viewer disconnect. | Seth ProductEngine | |
Notification handlers now use LLHandles to screen channels. | |||
2012-04-12 | MAINT-891 FIXED Disabled focus return from modal dialog after viewer logoff. | Seth ProductEngine | |
Fixed boost trackable objects usage. | |||
2012-04-12 | Removed blending artifacts on path bookend shapes. | prep linden | |
2012-04-12 | Path bookends are now vb's. Which means they are now lit and transparent in ↵ | prep linden | |
the viewer. | |||
2012-04-11 | Removing debug messaging that was accidentally committed. | Todd Stinson | |
2012-04-11 | Should not be recomputing the temporary path when settin gthe width and type. | Todd Stinson | |
2012-04-11 | merge changes for drtvwr-137 | Oz Linden | |
2012-04-11 | Refining the behavior of the pathing test tool behavior with regards to ↵ | Todd Stinson | |
mouse clicks. | |||
2012-04-10 | Refactoring to remove duplicate code. | Todd Stinson | |
2012-04-10 | Modifying the behavior so that the user is able to drag the start/end ↵ | Todd Stinson | |
points, but holding ctrl/shift while hovering will still not be destructive to the old values. | |||
2012-04-10 | Adding the display of the temporary start/end path character on hover state. | Todd Stinson | |
2012-04-10 | Updating the pathfinding console with the results from the temporary path. | Todd Stinson | |
2012-04-10 | Ensuring that the defaults are synced after building the pathfinding console ↵ | Todd Stinson | |
and pathfinding path tool. | |||
2012-04-10 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-04-10 | Implementing a temporary path functionality based on a suggestion to improve ↵ | Todd Stinson | |
usability. | |||
2012-04-10 | merge | prep | |
2012-04-10 | Fixed default character width bug. Updated rendertri api for new path ↵ | prep | |
rendering bookends. | |||
2012-04-10 | BUILDFIX: Correcting one more build issue on linux and mac platforms. | Todd Stinson | |
2012-04-10 | Altering how the toolset is swapped into and out-of test path mode. | Todd Stinson | |
2012-04-10 | BUILDFIX: Correcting a build error. | Todd Stinson | |
2012-04-10 | storm-64: One more toast on failure to verify initial image, and changed a ↵ | Vaalith | |
bool to enum | |||
2012-04-09 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-04-09 | Re-implementing the path testing functionality as a proper LLTool. | Todd Stinson | |
2012-04-09 | FIX VWR-28730 JA terminology consistency fix | eli | |
2012-04-09 | Fix for path-506. Removed usevbo flag from stitchnavmesh api | prep | |
2012-04-09 | STORM-64: Added toasts to display critical errors during update cycle. | Vaalith Jinn | |
2012-04-06 | PATH-265: Adding an error message to the testing tab of the pathfinding ↵ | Todd Stinson | |
floater console to indicate when a path cannot be found. | |||
2012-04-06 | Altering the layout of the pathfinding console based on feedback. | Todd Stinson | |
2012-04-05 | Enabling the Show World checkbox when crossing region boundaries so that ↵ | Todd Stinson | |
users do not suddenly end up lost in blackness as the navmesh downloads. | |||
2012-04-05 | Removing unneeded code because we have the pathfinding console working to ↵ | Todd Stinson | |
correctly when teleporting or crossing region boundaries. | |||
2012-04-05 | Removing the onShowXRayToggle callback as it is no longer required. | Todd Stinson | |
2012-04-05 | Removing the onShowWorldToggle callback as it is no longer required. | Todd Stinson | |
2012-04-05 | Disabling the terrain frozen editing warning when debug ↵ | Todd Stinson | |
optionPathfindingDisablePermanentObjects is set to true. | |||
2012-04-05 | PATH-500: Updating the pathfinding console defaults following the ↵ | Todd Stinson | |
integration of the xray code. | |||
2012-04-05 | PATH-482: BUGFIX Automatically reloading the character and linksets floaters ↵ | Todd Stinson | |
on region crossing. | |||
2012-04-05 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-pf-xray. | |||
2012-04-05 | Fix for: assert when rendering paths, wireframe world when navmesh render ↵ | Dave Parks | |
disabled, heat map breaking walkables etc, and navmesh edges being offset from navmesh | |||
2012-04-04 | PATH-445,PATH-452: Adding functionality to reload the navmesh on region ↵ | Todd Stinson | |
boundary crossing. Also, correcting how the region boundary crossing is detected to make it more accurate. | |||
2012-04-04 | merge | Dave Parks | |
2012-04-04 | Add pathfindingNoNormal shader. | Dave Parks | |
2012-04-04 | merge | prep | |
2012-04-04 | remove debug comment | prep | |
2012-04-04 | PATH-492: BUGFIX Disabling the pathfinding submenu options on ↵ | Todd Stinson | |
non-pathfinding enabled regions. | |||
2012-04-04 | Cleanup edge render and resolve assertions from lack of normals in edges. | Dave Parks | |