Commit Graph

88 Commits (bd008a170898e69beeb8bc0481b4bfd94de86c55)

Author SHA1 Message Date
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
Todd Stinson 6f6641219e Changing the name of the fetch states to be more informative. 2012-01-11 11:25:45 -08:00
Todd Stinson e683c48e46 PATH-142: Pulling the new data fields for position and walkable from the ObjectNavmesh capability service. PATH-145: Started building foundation to support filtering of pathfinding linksets. 2012-01-10 18:16:58 -08:00
Todd Stinson f36b261213 PATH-142: Implementing some basic distance from viewer calculation per linksets. Note that this does not return all distances because some objects are in the region but the viewer is not aware of yet. 2012-01-10 11:06:15 -08:00
Todd Stinson ebeddd7fd9 PATH-142: Refined the linksets status messaging functionlity. 2012-01-09 18:15:32 -08:00
Todd Stinson 1eea77add2 PATH-142: Initial pass at hooking up the NavmeshData GET service to the UI. 2012-01-09 17:05:06 -08:00
Todd Stinson 10614ebd91 Hijaking the land status messaging for temporary development of the pathfinding linksets floater. 2012-01-04 15:52:20 -08:00
Todd Stinson dcd945fc74 Adding functionality for the linksets button on the console to open the linksets floater. 2011-12-16 10:15:43 -08:00
Todd Stinson e90cdf6682 Introducing the initial hooks for building the pathfinding linkset floater. 2011-12-15 10:31:25 -08:00