aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llstartup.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-10-16Disabled inventory loading on login unless FetchInventoryOnLogin is true ↵McCabe Maxsted1-2/+5
(default to false)
2010-10-09Applied RLVa-1.1.2-Imprudence.patch by Kitty BarnettMcCabe Maxsted1-1/+13
2010-09-29Fix for Bug #544elektrahesse1-0/+4
2010-09-25Ported gSavedSettings changes from Emerald (as well as modifying a few of ours)McCabe Maxsted1-1/+3
2010-09-13Henri Beauchamp: use http map if possible. Fixes broken map in SL + http map ↵Armin Weatherwax1-1/+10
possible for OS
2010-09-10store our password in the Mac OS keychainNemurimasu Neiro1-3/+42
much more secure than XORing against a MAC address :)
2010-09-07Applied #472: teleport history from Emerald, patch by Ansariel Hiler, ↵McCabe Maxsted1-0/+10
feature originally by Zi Ree
2010-08-30added autocorrect functionality and floaterPatrick Sapinski1-0/+4
2010-08-30added spellcheck + translation from Emerald Viewer. references to ↵Patrick Sapinski1-1/+7
modularsystems.sl should be changed!
2010-08-30Added debug setting UseLegacyChatLogsFolder for saving chat.txt and IM logs ↵McCabe Maxsted1-1/+8
in non-grid-specific folders
2010-08-28Finished up ability to ignore group chat from specific groups.Jacek Antonelli1-0/+4
Uncheck the "Join group chat" checkbox in the group info window. The list of ignored groups is saved per-account in ignore_groups.xml.
2010-08-28Added vivox license window when enabling voice or starting up for the first ↵McCabe Maxsted1-2/+21
time (voice can now be included from here on out :)
2010-08-28Added grid info to the title bar along with usernames when allow multiple ↵McCabe Maxsted1-1/+8
instances is enabled
2010-08-19Applied RLVa-1.0.5e_fix.patch by Kitty Barnett to fix RLVa up to 1.0.5.eMcCabe Maxsted1-6/+5
2010-07-24Changed the connecting to region timer to 45 seconds and made it a debug ↵McCabe Maxsted1-1/+2
setting: ConnectingToRegionTimeout
2010-07-19Added area search to the advanced menu, port from Emerald by Henri BeauchampMcCabe Maxsted1-0/+2
2010-07-15Fixed Bug #262: 'Help > Viewer Help' name does not match behavior (also ↵McCabe Maxsted1-1/+1
fixed LLWeb::loadURL)
2010-07-03Updated hippo grid manager to include groups and voice infoMcCabe Maxsted1-0/+4
2010-06-26The 'unable to connect' popup now says the grid name, not 'Imprudence'.McCabe Maxsted1-1/+1
2010-06-22Fixed bug in connecting to region timerMcCabe Maxsted1-2/+4
2010-06-22Partially reverted cad41f1 and 65a5856 to help login issues.Jacek Antonelli1-9/+2
This reverts (except for some parts): - Commit cad41f1ae08927737eca4cd9df25381d78e82304. "Fixed #338: addRegion/removeRegion can trigger a viewer quit" - Commit 65a5856f9567074886f28df59a26433c4b447576. "wip forcing region disconnects to log you out"
2010-06-19Made the AO start loading at startupMcCabe Maxsted1-0/+8
(fixes bug where it wouldn't enable unless the window was opened)
2010-06-19Fixed #339: status bar doesn't update buy currency button branding after ↵McCabe Maxsted1-0/+6
switching grids
2010-06-19Automatically try logging in again if 'Login Failed. You appear to be ↵McCabe Maxsted1-0/+16
already logged in' error happens on OpenSim
2010-06-19Moved connecting to region failed error to notifications.xmlMcCabe Maxsted1-3/+1
2010-06-19Fixed #338: addRegion/removeRegion can trigger a viewer quitMcCabe Maxsted1-3/+10
2010-06-19wip forcing region disconnects to log you outMcCabe Maxsted1-2/+2
2010-06-19Applied snowglobe-0-v14000-AvatarNameInWindowTitle_v1.patch and set the name ↵McCabe Maxsted1-0/+10
in the window title only when running multiple instances
2010-06-19Fix for the disappearing menu bar bug (#311)McCabe Maxsted1-1/+13
2010-06-19Fixed the login screen sometimes stuck on 'Connecting to Region...' while ↵McCabe Maxsted1-7/+42
logging onto OpenSim, added debugging info for checking the startup state
2010-06-19Set the imprudence viewer version in xmlMcCabe Maxsted1-4/+4
2010-04-25Fixed animation listMcCabe Maxsted1-1/+10
2010-04-12fix bring help-f1 page under control of hippogridmanagerArmin Weatherwax1-3/+10
2010-04-12fix: handle bad ping more relaxed.Armin Weatherwax1-1/+4
2010-04-12Use Hippogridmanager for OpenSim detection.Armin Weatherwax1-7/+9
2010-04-12respect --grid and --login (and --loginuri over --grid).Armin Weatherwax1-7/+14
2010-04-07Use system chat color when DisableLoginLogoutScreens enabled, added logout chatMcCabe Maxsted1-2/+2
2010-04-07Ported disable login/tp screen options from Emerald (in Preferences > Advanced)McCabe Maxsted1-5/+26
2010-03-11Applied Speed Rez v2 patch from Cool Viewer.McCabe Maxsted1-0/+10
Dynamically changes draw distance after teleporting. Patch by Henri Beauchamp. (slviewer-0-v12350-SpeedRez_v2.patch)
2010-02-16Ported many texture engine changes from Snowglobe.Jacek Antonelli1-1/+2
2009-12-01Emeralds client name tag and clothing layer protection. Needs decision about ↵Armin Weatherwax1-0/+2
a few things - find "Imprudence FIXME" (woq) in llprimitive.cpp and llvoavatar.cpp, its commented there. modified: linden/indra/llprimitive/llprimitive.cpp modified: linden/indra/llprimitive/llprimitive.h modified: linden/indra/newview/app_settings/settings.xml modified: linden/indra/newview/llagent.cpp modified: linden/indra/newview/llappviewer.cpp modified: linden/indra/newview/llfirstuse.cpp modified: linden/indra/newview/llfirstuse.h modified: linden/indra/newview/llstartup.cpp modified: linden/indra/newview/llvoavatar.cpp modified: linden/indra/newview/llvoavatar.h modified: linden/indra/newview/skins/default/xui/en-us/notifications.xml
2009-11-09Fixed llstartup header issue and removed WIN32_LEAN_AND_MEAN defineMcCabe Maxsted1-8/+1
2009-10-19Applied rlva_init-imprudence.patch (fixes RLVa not initializing in 1.2)McCabe Maxsted1-0/+17
2009-10-01Fixed inability to teleport to adult regions in Imprudence 1.2 (Ugly. Only ↵McCabe Maxsted1-9/+31
use on 1.22 code base)
2009-10-01Fixed 1.2 thinking it was on the Teen GridMcCabe Maxsted1-5/+24
2009-09-27Re-enabled "allow first life" userauth stuff.Jacek Antonelli1-2/+1
It was commented out when grid manager was added, but it makes certain Profile window pieces disappear.
2009-09-25Login screen fields shouldn't be set from grid (for now).Jacek Antonelli1-6/+3
2009-09-20Added adult compliant flagMcCabe Maxsted1-0/+1
2009-09-14Merged in jacek/nextMcCabe Maxsted1-0/+22
2009-09-10Updated Grid Manager from Meerkat's SVN (as of r215).Jacek Antonelli1-7/+10