Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-21 | Update to latest Physics Extensions package (llpathinglib) | prep | |
2012-03-21 | merge | prep | |
2012-03-21 | Path-282: Added support for viewing the walkability map for various ↵ | prep | |
character types | |||
2012-03-20 | BUGFIX: Removing one more instance of the server warning notification that ↵ | Todd Stinson | |
oddurs when attempting to stand up while sitting on the premium wilderness boat. | |||
2012-03-20 | Updating to the latest llphysicsextensions pre-built package. | Todd Stinson | |
2012-03-20 | Cleaning up miscellaneous differences between the pathfinding repository and ↵ | Todd Stinson | |
the latest viewer-development. | |||
2012-03-20 | BUGFIX: Removing server warning notification that occurs when attempting to ↵ | Todd Stinson | |
use the inner tubes on the premium wilderness region. The updateFlags() was being called while processing a server message, which would result in erroneous data being posted back to the server. | |||
2012-03-19 | Adding non-volume status to the pathfinding linkset to restrict non-convex ↵ | Todd Stinson | |
linksets from being set to be a material or exclusion volume. | |||
2012-03-16 | Removing unreachable code from the viewer. Corresponding changes made on ↵ | Todd Stinson | |
the server to remove the message handling. | |||
2012-03-15 | BUILDFIX: Correcting line spacing at end-of-file. | Todd Stinson | |
2012-03-15 | Hack to get team city to rebuild. | William Todd Stinson | |
2012-03-14 | Hack to get team city to rebuild. | William Todd Stinson | |
2012-03-14 | Hack to get team city to rebuild. | William Todd Stinson | |
2012-03-14 | Hack to get team city to rebuild. | William Todd Stinson | |
2012-03-14 | Hack to rebuild team city. | Todd Stinson | |
2012-03-14 | Hack to rebuild team city. | Todd Stinson | |
2012-03-14 | Hack to rebuild team city. | Todd Stinson | |
2012-03-14 | Hack to rebuild team city. | Todd Stinson | |
2012-03-14 | Hack to rebuild team city. | Todd Stinson | |
2012-03-14 | Updating to the latest pre-built llphysicsextensions package. | Todd Stinson | |
2012-03-14 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-03-14 | PATH-302: Adding in status reporting for the simulator navmesh status. ↵ | Todd Stinson | |
Separating the viewer status messaging from the simulator status. | |||
2012-03-14 | Updated header for flush. | prep | |
2012-03-14 | Added flush support to navmesh havok display wrapper and made lines a bit ↵ | prep | |
thicker. | |||
2012-03-13 | PATH-394: First pass at handling the sim-to-viewer message reporting the ↵ | Todd Stinson | |
change from FROZEN to UNFROZEN state. | |||
2012-03-13 | PATH-199: Enforcing permanent objects in frozen state to not move. | Todd Stinson | |
2012-03-13 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-03-13 | PATH-304: Using the embedded navmesh version information. | Todd Stinson | |
2012-03-13 | merge | prep | |
2012-03-13 | Added tag viewer-release-candidate for changeset 5e8d2662f38a | Oz Linden | |
2012-03-13 | pull and merge from viewer-development | prep | |
2012-03-13 | PATH-304: Proper handling of the sim-to-viewer message. | Todd Stinson | |
2012-03-13 | Removing an unreferenced .h file and replacing it with a more specific one. | Todd Stinson | |
2012-03-13 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-03-13 | PATH-304: Adding more debug messaging and correcting the camel-case of the ↵ | Todd Stinson | |
NavMesh update message. | |||
2012-03-12 | PATH-304: Adding an extra state for the pathfinding console to report that ↵ | Todd Stinson | |
the status of the navmesh is being checked. | |||
2012-03-12 | PATH-304: Making the navmesh version information work for both Premium ↵ | Todd Stinson | |
Wilderness regions (old pathfinding simulator build with missing capabilities) as well as the new pathfinding simulator builds with the version services. | |||
2012-03-12 | path-396: rendering options are reset when pathing window is closed. | prep | |
2012-03-12 | path-405: Avatar is no longer frozen when pathing window is up and when ↵ | prep | |
avatar crosses a region boundary the resident is informed with a message in the pathing window. | |||
2012-03-11 | merge back tags for 3.3.0-beta1 | Oz Linden | |
2012-03-11 | Added tag DRTVWR-119, 3.3.0-beta1 for changeset d5f263687f43 | Oz Linden | |
2012-03-11 | merge beta tags | Oz Linden | |
2012-03-09 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development. | Todd Stinson | |
2012-03-09 | merge changes for vmrg-225 | Oz Linden | |
2012-03-09 | merge changes for vmrg-223 | Oz Linden | |
2012-03-09 | merge changes for vmrg-230 | Oz Linden | |
2012-03-09 | merge changes for vmrg-227 | Oz Linden | |
2012-03-09 | merge changes for vmrg-226 | Oz Linden | |
2012-03-08 | update build params for viewer release management builds | Oz Linden | |
2012-03-08 | PATH-349: BUGFIX Incorrect ordering of CPU time was only occurring in the ↵ | Todd Stinson | |
case that the number of digitis in one of the CPU times exceeded 3 digits. In this scenario, the thousands comma was being inserted, and this comma was disrupting the comparison method. This fix is simply to use the standard integer formatting rather that the locale specific one. |