aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-07-03Made the login panel screen labels sentence-caseMcCabe Maxsted1-3/+3
2010-07-03Changed version to Weekly: 2010-07-03McCabe Maxsted1-1/+1
2010-07-03If controls are missing from a skin's colors_base.xml, use the values in the ↵McCabe Maxsted1-0/+11
default skin instead of crashing (from Emerald)
2010-07-03Fixed regression: 'Radar' missing from logcontrol.xmlMcCabe Maxsted1-0/+1
2010-07-03Fixed AO stands not starting after standing up from objectsMcCabe Maxsted1-0/+1
2010-07-02Added login screen 'Advanced' menu and 'Debug Settings'.Jacek Antonelli1-0/+5
2010-07-02Added timestamps to the Script Warning/Error floater.Jacek Antonelli2-3/+4
2010-07-01add dbus method to retry joystick detectionArmin Weatherwax3-3/+29
2010-07-01retry joystick detection when opening prefs-input-joystickArmin Weatherwax3-3/+9
2010-07-01a few tweaks to joystick codeArmin Weatherwax2-2/+4
* switch joystick enabled if plugged in at startup * leave flycam mode if going to mouselook (instead of doing nothing) * leave flycam mode on reset view [esc] (instead of doing nothing)
2010-07-01Henri Beauchamp: Allow Copy Worn AttachmentsArmin Weatherwax1-13/+0
2010-06-26Changed version to Weekly 2010-06-26.Jacek Antonelli4-9/+9
2010-06-26Unreverted an OpenSim teleport fix from cad41f1.Jacek Antonelli1-8/+12
Prevents the viewer from being told by OpenSim to teleport to the same region you are already in, which causes bad issues. It was reverted in 932dd4d but should have been kept.
2010-06-26Increased max grid size in Advanced Build Options to support megaprims.McCabe Maxsted1-2/+2
2010-06-26Fixed template warning for datatypesMcCabe Maxsted1-1/+1
2010-06-26Applied patch by Thickbrick Sleaford for SNOW-698: Crash when http-getting ↵McCabe Maxsted1-3/+11
an empty texture: ERROR: doWork: ASSERT (mFormattedImage->getDataSize() > 0)
2010-06-26Cleaned up ellipses in pie menusMcCabe Maxsted9-20/+20
2010-06-26Use the max height for the grid as the max mini-map zoom out distanceMcCabe Maxsted1-3/+5
2010-06-26Allow map teleports up to the set grid heightMcCabe Maxsted1-1/+3
2010-06-26Fix for objects surviving kill region, ported from Emerald.McCabe Maxsted1-0/+3
2010-06-26Fix for the chatlog loading/saving bad filenames, ported from Emerald.McCabe Maxsted1-0/+6
2010-06-26The 'unable to connect' popup now says the grid name, not 'Imprudence'.McCabe Maxsted1-1/+1
2010-06-26Fixed #357: Crash in LLPanelPlace::onClickTeleportMcCabe Maxsted1-1/+4
2010-06-26Added menu entries to take off alpha and tattoo layers.McCabe Maxsted3-4/+32
2010-06-26Made advanced build options window conform to mac and windows user interface ↵McCabe Maxsted1-23/+23
guidelines
2010-06-22Fixed bug in connecting to region timerMcCabe Maxsted1-2/+4
2010-06-22Partially reverted cad41f1 and 65a5856 to help login issues.Jacek Antonelli3-51/+11
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-22Fixed radar spam regressionMcCabe Maxsted2-19/+13
2010-06-22Updated llselectmgr.cpp to snowglobe 1.4McCabe Maxsted2-88/+88
2010-06-22Added 'Notifications' to logcontrol.xml to reduce notification saving log spamMcCabe Maxsted1-0/+1
2010-06-22Made shader loading use LL_DEBUGS instead of LL_INFOS to reduce log spamMcCabe Maxsted1-1/+1
2010-06-21Updated OpenJPEG on Mac to 1.4.565.Jacek Antonelli1-0/+1
2010-06-20Updated version to 1.3.0 beta 5.Jacek Antonelli4-6/+6
2010-06-19Made the AO start loading at startupMcCabe Maxsted4-7/+23
(fixes bug where it wouldn't enable unless the window was opened)
2010-06-19Fixed #318 Crash in LLWindlightRemoteCtrl::refreshPresets()McCabe Maxsted2-7/+10
2010-06-19Made resident chooser use 'Close' instead of 'Cancel' since you can't ↵McCabe Maxsted1-1/+1
actually cancel anything
2010-06-19Fixed #340: cancel button doesn't appear during teleportsMcCabe Maxsted1-1/+1
2010-06-19Fixed #339: status bar doesn't update buy currency button branding after ↵McCabe Maxsted3-1/+18
switching grids
2010-06-19Made ellipses in menus follow standard user interface guidelinesMcCabe Maxsted3-24/+24
2010-06-19Changed View > AO menu item to View > Animation OverriderMcCabe Maxsted1-1/+1
2010-06-19Moved admin options in Advanced into new Admin Options submenuMcCabe Maxsted1-20/+27
Makes the Advanced menu fit in windowed mode at 1024x768.
2010-06-19Added DisableMaxBuildConstraints setting for disabling viewer max prim size ↵McCabe Maxsted7-39/+127
limit and created an advanced menu item (also updated hippoLimits)
2010-06-19Little cleanup of the AO menu checkMcCabe Maxsted1-20/+20
2010-06-19Moved 'Share language with objects' to Preferences > AdvancedMcCabe Maxsted18-10/+65
2010-06-19Created toolbar remote for toggling AO on/offMcCabe Maxsted11-31/+287
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 Maxsted2-3/+10
2010-06-19Fixed #338: addRegion/removeRegion can trigger a viewer quitMcCabe Maxsted4-17/+41
2010-06-19wip forcing region disconnects to log you outMcCabe Maxsted2-3/+26
2010-06-19Fixed mini-map radar showing when minimized in mouselookMcCabe Maxsted1-1/+1