aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/hippoupdate.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Caught a typo.David Seikel2011-03-201-1/+1
|
* Privacy issue - Don't send private data across the 'net.David Seikel2011-03-031-2/+1
| | | | | Yes, this makes the meta-impy viewer non compliant with LL's TPVP, we don't care this is a viewer for the meta grid. We care about privacy. We have our own effective methods of implementing bans.
* Rename hippo* files to lower case (PART 2 OF 2)Aleric Inglewood2010-11-051-1/+1
| | | | | | | | | | | 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. This is part 2 or 2 (the first part just renamed the files). This part changes all files to make the viewer compile again after the renaming.
* Rename hippo* files to lower case (PART 1 OF 2)Aleric Inglewood2010-11-051-0/+92
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.