aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-03-22Ghost files, ignore this commitMcCabe Maxsted6-1907/+1907
2009-03-22Removed slviewer-0-v12160-VisitedLandmarks.patchMcCabe Maxsted7-25/+13
2009-03-22Removed slviewer-0-v12160-RememberStatsPosAndSize.patchMcCabe Maxsted3-22/+5
2009-03-22Removed slviewer-0-v12160-LostConnectionOnLogin.patchMcCabe Maxsted1-1/+1
2009-03-07Use std::string for nametags, removed bizarre name stacking optionMcCabe Maxsted1-26/+19
2009-03-07Landmark icons now correctly change color when visited (patch by Zi ↵McCabe Maxsted7-13/+25
Ree--VWR-7896)
2009-03-07Backported fix for VWR-8783, original patch by Gigs TaggartMcCabe Maxsted1-1/+1
2009-03-07Applied remember stats position and size patch from Latif KhalifaMcCabe Maxsted3-5/+22
2009-03-07Applied patch by Zwagoth Klaar for muting sounds before decodingMcCabe Maxsted1-1/+8
2009-03-01Backported fix for VWR-6744 (No way to hide IMs in chat console)McCabe Maxsted2-2/+6
2009-03-01Applied my patch for VWR-8454 (PARCEL_FLAG_ALLOW_CREATE_GROUP_OBJECTS not ↵McCabe Maxsted1-0/+1
highlighted in script editor)
2009-03-01Backported fix for SVC-2771 (script resetting can fail) from 1.22McCabe Maxsted2-3/+18
2009-03-01Backported fix for VWR-3871 (prim position appears to be off) from 1.22McCabe Maxsted1-2/+10
2009-03-01Backported possible crash fix while changing graphics settings from 1.22McCabe Maxsted1-0/+12
2009-03-01Fixed crash involving file picker and locales (patch by Alissa Sabre)McCabe Maxsted1-5/+34
2009-03-01Fixed pause button texture showing up in certain instancesMcCabe Maxsted5-170/+157
2009-02-27Get gstreamer reference from media manager.Jacek Antonelli1-3/+1
Eliminates the need to include llmediaimplgstreamer.h, which causes problems on Linux due to name clash between libxml2 and expat's XMLCALLs.
2009-02-27Added libgstpulse.so (PulseAudio) to Linux manifest.Jacek Antonelli1-0/+1
2009-02-26Fixed bad LM patch side-effectMcCabe Maxsted1-1/+11
2009-02-25Forgot to add touch back in to menu_pie_hud.xmlMcCabe Maxsted1-0/+23
2009-02-25Added menu_pie_hud.xml, removed legacy rate pie menu referencesMcCabe Maxsted5-5/+16
2009-02-25Likely fix for inventory folders re-opening. [#98]Jacek Antonelli1-1/+1
2009-02-24Changed the show/hide shortcuts to be linux friendlyMcCabe Maxsted1-9/+9
2009-02-20Added STATUS_DEAD to LLMediaBaseMcCabe Maxsted1-8/+0
2009-02-18Added GStreamer version info to About > ImprudenceMcCabe Maxsted1-0/+10
2009-02-17Backported LLSD changes from 1.22McCabe Maxsted1-1/+1
2009-02-16Backported Top Scripts changes from 1.22McCabe Maxsted2-5/+11
2009-02-15Gestures now muted with soundsMcCabe Maxsted1-1/+2
2009-02-15commit errorMcCabe Maxsted1-98/+0
2009-02-15Commit errorMcCabe Maxsted1-98/+98
2009-02-14Removed useless music pause buttonMcCabe Maxsted2-110/+98
2009-02-14Fixed music button not toggling on first runMcCabe Maxsted3-0/+12
2009-02-14Fixed missing music prompt (streaming now enabled by default)McCabe Maxsted4-22/+46
2009-02-14Fixed sound settings not being correctly mutedMcCabe Maxsted4-12/+13
2009-02-14Removed search for non-existant floater_preview_new_landmark.xmlMcCabe Maxsted1-9/+1
2009-02-04Fixed llsettouchtext labelMcCabe Maxsted2-2/+28
2009-02-02Added linux gstreamer libs, dependencies, and plugins.Jacek Antonelli1-0/+73
2009-02-02Removed some unused libs from Linux manifest.Jacek Antonelli1-4/+0
2009-02-02Get AL libs from real libs dir, not vivox.Jacek Antonelli1-6/+2
2009-02-02Removed redundant packaging of text files.Jacek Antonelli1-10/+0
2009-01-31Fixed default communicate size being too smallMcCabe Maxsted2-2/+2
2009-01-30Updated build math cheat sheet to new variable namesMcCabe Maxsted1-15/+15
2009-01-30Made build math taper/hole size correct for box/etc. [#62]Jacek Antonelli1-2/+8
2009-01-30Fix crash with two instances logged in to opensim.Jacek Antonelli1-4/+11
Patch by Armin Weatherwax.
2009-01-30llLoadUrl scripts now respect browser preferencesMcCabe Maxsted1-1/+1
2009-01-30Added TGA to snapshot optionsMcCabe Maxsted3-0/+10
2009-01-30Fixed high res snapshots not working from the snapshot windowMcCabe Maxsted1-37/+79
2009-01-28Plugin path set via stringMcCabe Maxsted1-6/+3
2009-01-28Added GStreamer to CmakeMcCabe Maxsted1-1/+1
2009-01-27Vetoed shortcut for Show XUI Names (Ctrl-Shift-X).Jacek Antonelli1-1/+1
It's just not used often enough to justify a shortcut. Partial revert of earlier commit 2dd736ab.