aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/floatergriddefault.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated the grid manager to save names and passwords along with grid info. ↵McCabe Maxsted2011-04-151-20/+37
| | | | | | | | | | | | | This commit includes the following: * Fixed missing GPL headers from hippo grid manager * Fixed grids named <required> or "" being saved in the list * Fixed grid manager list only showing grid nicks, not grid names * Fixed grid names not settable in the grid manager * Grid manager now remembers avatar names and passwords * Usernames can now be set in the grid manager for SL (needs work) * Fixed grid manager being stuck in an updating state * Some general code cleanup
* 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.
* Removed unnecessary line from floatergriddefault.cppMcCabe Maxsted2010-08-021-1/+0
|
* Added first use grid selector for selecting the default grid when Imprudence ↵McCabe Maxsted2010-08-011-0/+102
is first run