aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Removed the "2.0.0" named glib libs. Only using "2.0" now.Jacek Antonelli2009-03-291-6/+0
| | | |
| * | | Symlinks for Mac glib dylibs (2.0.0 -> 2.0).Jacek Antonelli2009-03-161-0/+6
| | | |
| * | | Added more Mac dylibs to manifest.Jacek Antonelli2009-03-161-1/+10
| | | |
| * | | Added Mac gstreamer plugins to viewer manifestJacek Antonelli2009-03-111-0/+62
| | | |
| * | | Removed Quicktime-related cmake codeJacek Antonelli2009-03-111-1/+0
| | | |
| * | | Manifest includes openal and gstreamer libs in Mac packageJacek Antonelli2009-03-111-3/+35
| | | |
| * | | Mac app icon will be called viewer.icns instead of secondlife.icnsJacek Antonelli2009-03-093-4/+4
| | | |
| * | | Moved Info-SecondLife.plist to Info-Imprudence.plistJacek Antonelli2009-03-072-1/+1
| | | |
* | | | Merge branch 'gst-revamp' into nextJacek Antonelli2009-04-0620-86/+147
|\ \ \ \
| * \ \ \ Merge commit 'mccabe/gst-revamp' into gst-revampJacek Antonelli2009-04-06494-40078/+40131
| |\ \ \ \
| | * | | | Added loading info to log's plugin list, set_gst_plugin_path now compiles ↵McCabe Maxsted2009-03-291-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | for windows
| | * | | | Fixed merge conflictsMcCabe Maxsted2009-03-292-28/+0
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | Converted all skin XML files to Unix LF line endings.Jacek Antonelli2009-03-26472-37959/+37959
| | | | | |
| | * | | | Ghost files, ignore this commitMcCabe Maxsted2009-03-226-1907/+1907
| | | | | |
| | * | | | Removed slviewer-0-v12160-VisitedLandmarks.patchMcCabe Maxsted2009-03-227-25/+13
| | | | | |
| | * | | | Removed slviewer-0-v12160-RememberStatsPosAndSize.patchMcCabe Maxsted2009-03-223-22/+5
| | | | | |
| | * | | | Removed slviewer-0-v12160-LostConnectionOnLogin.patchMcCabe Maxsted2009-03-221-1/+1
| | | | | |
| | * | | | Use std::string for nametags, removed bizarre name stacking optionMcCabe Maxsted2009-03-071-26/+19
| | | | | |
| | * | | | Landmark icons now correctly change color when visited (patch by Zi ↵McCabe Maxsted2009-03-077-13/+25
| | | | | | | | | | | | | | | | | | | | | | | | Ree--VWR-7896)
| | * | | | Backported fix for VWR-8783, original patch by Gigs TaggartMcCabe Maxsted2009-03-071-1/+1
| | | | | |
| | * | | | Applied remember stats position and size patch from Latif KhalifaMcCabe Maxsted2009-03-073-5/+22
| | | | | |
| | * | | | Applied patch by Zwagoth Klaar for muting sounds before decodingMcCabe Maxsted2009-03-071-1/+8
| | | | | |
| | * | | | Merge branch 'cvpatches' into nextMcCabe Maxsted2009-03-046-10/+75
| | |\ \ \ \
| | | * | | | Applied my patch for VWR-8454 (PARCEL_FLAG_ALLOW_CREATE_GROUP_OBJECTS not ↵McCabe Maxsted2009-03-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | highlighted in script editor)
| | | * | | | Backported fix for SVC-2771 (script resetting can fail) from 1.22McCabe Maxsted2009-03-012-3/+18
| | | | | | |
| | | * | | | Backported fix for VWR-3871 (prim position appears to be off) from 1.22McCabe Maxsted2009-03-011-2/+10
| | | | | | |
| | | * | | | Backported possible crash fix while changing graphics settings from 1.22McCabe Maxsted2009-03-011-0/+12
| | | | | | |
| | | * | | | Fixed crash involving file picker and locales (patch by Alissa Sabre)McCabe Maxsted2009-03-011-5/+34
| | | | | | |
| | * | | | | Backported fix for VWR-6744 (No way to hide IMs in chat console)McCabe Maxsted2009-03-012-2/+6
| | |/ / / /
| | * | | | Fixed pause button texture showing up in certain instancesMcCabe Maxsted2009-03-015-170/+157
| | | |/ / | | |/| |
| * | | | Apply saved MediaDebugLevel at media init time.Jacek Antonelli2009-04-021-0/+7
| | | | |
| * | | | Implemented handleMediaDebugLevelChanged hook.Jacek Antonelli2009-04-021-0/+18
| | | | |
| * | | | Added MediaDebugLevel setting in XML (does nothing yet).Jacek Antonelli2009-04-021-0/+11
| | |/ / | |/| |
| * | | Moved Windows GST_PLUGIN_PATH setup to LLMediaImplGStreamer.Jacek Antonelli2009-03-282-28/+0
| |/ / | | | | | | | | | | | | LLAppViewer::gst_plugin_path --> LLMediaImplGStreamer::set_gst_plugin_path
* | | Changed the login splash screen URL.Jacek Antonelli2009-03-271-1/+1
| | |
* | | Converted all skin XML files to Unix LF line endings.Jacek Antonelli2009-03-26482-40025/+40025
|/ /
* | Get gstreamer reference from media manager.Jacek Antonelli2009-02-271-3/+1
| | | | | | | | | | | | Eliminates the need to include llmediaimplgstreamer.h, which causes problems on Linux due to name clash between libxml2 and expat's XMLCALLs.
* | Added libgstpulse.so (PulseAudio) to Linux manifest.Jacek Antonelli2009-02-271-0/+1
| |
* | merged in jacek/nextMcCabe Maxsted2009-02-261-1/+1
|\ \
| * | Likely fix for inventory folders re-opening. [#98]Jacek Antonelli2009-02-251-1/+1
| | |
* | | Fixed bad LM patch side-effectMcCabe Maxsted2009-02-261-1/+11
| | |
* | | merged in last working media changesMcCabe Maxsted2009-02-262-8/+10
|\ \ \
| * | | Added STATUS_DEAD to LLMediaBaseMcCabe Maxsted2009-02-201-8/+0
| | | |
| * | | Added GStreamer version info to About > ImprudenceMcCabe Maxsted2009-02-181-0/+10
| |/ /
* | | Forgot to add touch back in to menu_pie_hud.xmlMcCabe Maxsted2009-02-251-0/+23
| | |
* | | Added menu_pie_hud.xml, removed legacy rate pie menu referencesMcCabe Maxsted2009-02-255-5/+16
| | |
* | | Changed the show/hide shortcuts to be linux friendlyMcCabe Maxsted2009-02-241-9/+9
| | |
* | | Fixed crash in Top ScriptsMcCabe Maxsted2009-02-182-6/+12
|\ \ \ | |/ / |/| |
| * | Backported LLSD changes from 1.22McCabe Maxsted2009-02-171-1/+1
| | |
| * | Backported Top Scripts changes from 1.22McCabe Maxsted2009-02-162-5/+11
| | |