Todd Stinson
|
d3550dfcd6
|
Adding non-volume status to the pathfinding linkset to restrict non-convex linksets from being set to be a material or exclusion volume.
|
2012-03-19 16:24:51 -07:00 |
Todd Stinson
|
6c9561c882
|
Storing the slots for the registered signal listeners. Before, this was creating the artifact of crashing the Viewer on the second close of the pathfinding console.
|
2012-03-06 15:57:28 -08:00 |
Todd Stinson
|
ead79432fb
|
Pull and merge from ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
|
2012-03-06 13:57:04 -08:00 |
Todd Stinson
|
a4e8ef3ad6
|
Attempting to set the scroll position back to the original value on refresh.
|
2012-03-06 13:45:24 -08:00 |
Todd Stinson
|
a33e24413e
|
PATH-304,PATH-205: Initial reworking of the navmesh download functionality.
|
2012-03-02 19:17:16 -08:00 |
Todd Stinson
|
2b93f44f19
|
BUGFIX Correcting a problem with the object selection code in the pathfinding characters and linksets floaters. The code was not seeing the callback from the object update message of the selection manager.
|
2012-03-01 16:04:18 -08:00 |
Todd Stinson
|
10ab7acd3a
|
PATH-292: Ensuring that the terrain linkset use is clearly called out as unmodifiable.
|
2012-02-27 17:43:16 -08:00 |
Todd Stinson
|
518bc51e66
|
PATH-292: Adding better usability and warning notifications for the handling of locked linksets.
|
2012-02-27 15:43:58 -08:00 |
William Todd Stinson
|
3b4e4f8bc9
|
PATH-341: BUGFIX Clamping the walkability coefficient text inputs to maximum value.
|
2012-02-25 23:49:41 -08:00 |
William Todd Stinson
|
460a58bfc4
|
PATH-341: BUGFIX Allowing walkability coefficients to be set to zero.
|
2012-02-25 22:52:22 -08:00 |
William Todd Stinson
|
9b06300e2c
|
PATH-292: Adding the ability to view and edit pathfinding attributes of the terrain.
|
2012-02-25 22:27:06 -08:00 |
Todd Stinson
|
24f6c378b5
|
PATH-292: Re-enabling filtering for the linksets floater.
|
2012-02-23 19:56:02 -08:00 |
Todd Stinson
|
640b08c58a
|
PATH-292: Fixing an issue where clicking Apply Edits without any changes resulted in an usable floater state.
|
2012-02-23 18:41:23 -08:00 |
Todd Stinson
|
05a49dd425
|
PATH-292: Fixing the post-modify update handler to update the linkset list rather than overwrite it.
|
2012-02-23 17:12:44 -08:00 |
Todd Stinson
|
73aa47f391
|
PATH-292: Reworking how and where linksets are requested and managed.
|
2012-02-23 16:51:06 -08:00 |
Todd Stinson
|
a73ec672d1
|
PATH-292: Adding an additional show beacons checkbox for the linksets floater.
|
2012-02-16 16:49:31 -08:00 |
Todd Stinson
|
b1089ae355
|
PATH-292: Implementing the action buttons for the linksets floater.
|
2012-02-16 16:09:23 -08:00 |
Todd Stinson
|
e156e9ed03
|
PATH-292: First pass at implementing the new design of the linksets floater.
|
2012-02-16 14:55:21 -08:00 |
Todd Stinson
|
90c174d876
|
Adding functionality to better handle the cause where the capability service does not exist to the linksets floater.
|
2012-02-07 14:25:59 -08:00 |
Todd Stinson
|
de6ae690b5
|
PATH-187: Consolidating field names for the cap service into local defines.
|
2012-01-30 16:33:41 -08:00 |
Todd Stinson
|
b5a1d08347
|
PATH-187: Resolving an issue where in a particular scenario the edit fields were not being disabled when nothing was selected.
|
2012-01-30 12:24:31 -08:00 |
Todd Stinson
|
588dc1b020
|
PATH-187: Using handles instead of pointers for safer implementation.
|
2012-01-30 11:10:53 -08:00 |
Todd Stinson
|
58f299fb8a
|
PATH-187: Moving the filtered pathfinding linksets class into its own file.
|
2012-01-27 18:03:04 -08:00 |
Todd Stinson
|
8330e11159
|
PATH-187: Refactoring to make the appropriate class able to be inlined.
|
2012-01-27 17:17:18 -08:00 |
Todd Stinson
|
a9520ba18f
|
PATH-187 : Renaming the walkability parameters to be more descriptive.
|
2012-01-27 16:51:34 -08:00 |
Todd Stinson
|
891e99058b
|
PATH-187 : Moving the PathfindingLinkset definition into its own file.
|
2012-01-27 16:40:23 -08:00 |
Todd Stinson
|
f304b18a74
|
PATH-187: Started refactoring of the CAP service by moving the translation to an LLSD into the Linkset class where it should have been anyway.
|
2012-01-26 17:12:13 -08:00 |
Todd Stinson
|
3adf2d4693
|
Introducing changes to prepare for the upcoming server-side change of the walkability coeefficients from real to integer data types.
|
2012-01-26 16:24:36 -08:00 |
Todd Stinson
|
dd7cb63926
|
PATH-187: Starting to refactor the capability service for querying/editing linksets.
|
2012-01-20 17:12:24 -08:00 |
Todd Stinson
|
1aa9408215
|
PATH-226: Removing the extraneous checks for both the old and new CAP service names as the new server-side code has been fully deployed.
|
2012-01-20 15:54:20 -08:00 |
Todd Stinson
|
2d307c193d
|
Ensuring that the new path state radio items are properly enabled/disabled based on selection.
|
2012-01-20 15:21:10 -08:00 |
Todd Stinson
|
60b1856070
|
Setting initial sorting of the linksets to be ascending by name.
|
2012-01-20 13:44:45 -08:00 |
Todd Stinson
|
54951581a8
|
Fixing an issue with the linkset filtering that was not properly excluding obstacle linksets.
|
2012-01-20 10:52:32 -08:00 |
Todd Stinson
|
fe637c5f95
|
PATH-225: Replacing the Fixed and Walkable columns with a single State column.
|
2012-01-19 18:22:17 -08:00 |
Todd Stinson
|
53175f835e
|
PATH-225: Adding ability to filter and edit linksets using the pathing state values of walkable, obstacle, or ignored.
|
2012-01-19 17:51:46 -08:00 |
Todd Stinson
|
755ba8652b
|
PATH-227: Adding code to update the scroll list after a PUT response.
|
2012-01-19 13:28:16 -08:00 |
Todd Stinson
|
496fa2ea87
|
Changing the camel case of Navmesh to be NavMesh.
|
2012-01-18 17:23:15 -08:00 |
Todd Stinson
|
f88a8f6f46
|
PATH-226: Implementing a check for the multiple names of the ObjectNavMeshProperties service until the new service name is fully deployed.
|
2012-01-18 16:55:15 -08:00 |
Todd Stinson
|
fe18dda3df
|
PATH-186: Removing unnecessary this-> reference.
|
2012-01-18 16:24:15 -08:00 |
Todd Stinson
|
47c9b85798
|
PATH-186: Changing the base type for internal storage of the walkability coefficients to be S32 instead of F32 to avoid precision errors in comparing values when determining which values need to be updated through the PUT service.
|
2012-01-18 16:17:40 -08:00 |
Todd Stinson
|
3567fa1113
|
PATH-186: Ensuring to not send PUT data with no parameters specified.
|
2012-01-18 14:45:17 -08:00 |
Todd Stinson
|
347f73c209
|
PATH-186: Removing fake data code.
|
2012-01-18 13:14:48 -08:00 |
Todd Stinson
|
3329ba31b5
|
PATH-186: Completing the linkset editing functionality. Updating the walkability coefficients in the POST body to be upper-case to match server-side. Also, updating the "fixed" parameter to be "permanent" to reflect the upcoming server-side nomenclature change.
|
2012-01-18 12:55:50 -08:00 |
Todd Stinson
|
ceac8882c6
|
PATH-186: Sending the PUT to update the modified fields. However, still relying on the GET response handlers for now.
|
2012-01-18 11:24:33 -08:00 |
Todd Stinson
|
7e213192a2
|
PATH-186: Enabling and disabling the edit fields based on whether linksets are selected.
|
2012-01-17 17:31:46 -08:00 |
Todd Stinson
|
fa03d3ee3d
|
PATH-186: Starting to build some baseline UI functionality to support the editing of linnkset fields.
|
2012-01-13 17:16:43 -08:00 |
Todd Stinson
|
2cc9c54fc6
|
Updating to the latest llpathinglib package.
|
2012-01-13 11:12:15 -08:00 |
Todd Stinson
|
a2db329ce9
|
PATH-145: Preserving all possible selected items between filter changes.
|
2012-01-12 17:47:32 -08:00 |
Todd Stinson
|
218c8c9476
|
Adding some fake data to the linksets UI grid for development purposes.
|
2012-01-12 12:02:35 -08:00 |
Todd Stinson
|
c0c642862e
|
PATH-145: Implementing the basics of filtering on the pathfinding linksets console. Still need some refinments in usability.
|
2012-01-11 17:44:49 -08:00 |