Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed debug setting MaxSelectDistance... | McCabe Maxsted | 2011-06-09 | 1 | -0/+2 |
| | | | | | | | ... in favor of setting the select distance differently between opensim and second life in the hippo limits (cherry picked from commit 2545b11e06538010bd5ddb46499920a43889ed0f) | ||||
* | Allow prim sizes up to 64m on SL-Mesh regions | thickbrick | 2011-05-28 | 1 | -0/+1 |
| | | | | | This Abuses the existance of both GetMesh and ObjectAdd capabilities to detect SL-Mesh (same way it is done in viewer-development.) | ||||
* | Revolution Smythe: load voice module depending on login response | Armin Weatherwax | 2011-03-01 | 1 | -1/+2 |
| | |||||
* | Rename hippo* files to lower case (PART 1 OF 2) | Aleric Inglewood | 2010-11-05 | 1 | -0/+72 |
There was a problem with #include "hippolimits.h" because the file is called hippoLimits.h (with an uppercase L). After some discussion on IRC it was reluctantly decided that filenames should be lowercase, as is done for every Linden file. Moreover, hippolimits.h is about the class HippoLimits, with uppercase H, so even that doesn't match. Of course, then we immediately rename all hippo* files to lowercase. This patch ONLY renames the file, with no other changes. This is done in order to make sure that git won't get confused ;). All other necessary changes will be in the next commit. |