aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | Changed startinternetstream() a bit to be clearerMcCabe Maxsted2009-03-101-19/+22
| | | | | |
| | * | | | 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 memleak patch from VWR-9400McCabe Maxsted2009-03-071-8/+6
| | | | | |
| | * | | | Applied patch by Zwagoth Klaar for muting sounds before decodingMcCabe Maxsted2009-03-072-2/+10
| | | | | |
| | * | | | Backported fix for VWR-4070 from 1.22McCabe Maxsted2009-03-071-3/+16
| | | | | |
| | * | | | Merge branch 'cvpatches' into nextMcCabe Maxsted2009-03-048-19/+112
| | |\ \ \ \
| | | * | | | 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 VWR-996 (wrong visualisation of animations) from 1.22McCabe Maxsted2009-03-011-9/+36
| | | | | | |
| | | * | | | 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 in llfloater.cpp from 1.22McCabe Maxsted2009-03-011-0/+1
| | | | | | |
| | | * | | | 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
| | | | |
| * | | | Plugged in LLMediaImplGStreamer::gstreamer_log().Jacek Antonelli2009-04-021-1/+5
| | | | |
| * | | | Implemented LLMediaImplGStreamer::gstreamer_log().Jacek Antonelli2009-04-022-0/+55
| | | | |
| * | | | Implemented handleMediaDebugLevelChanged hook.Jacek Antonelli2009-04-021-0/+18
| | | | |
| * | | | Added MediaDebugLevel setting in XML (does nothing yet).Jacek Antonelli2009-04-021-0/+11
| | | | |
| * | | | Implemented LLMediaImplGstreamer::setDebugLevel().Jacek Antonelli2009-04-022-0/+14
| | | | |
| * | | | Added LLMediaImplCommon::setDebugLevel().Jacek Antonelli2009-04-022-1/+13
| | | | |
| * | | | Added LLMediaBase::EDebugLevel and setDebugLevel stub.Jacek Antonelli2009-04-021-0/+15
| | |_|/ | |/| |
| * | | Fixed some minor mistakes in set_gst_plugin_path().Jacek Antonelli2009-03-281-2/+2
| | | |
| * | | Improved set_gst_plugin_path, more comprehensive path.Jacek Antonelli2009-03-281-9/+38
| | | | | | | | | | | | | | | | Also tried to tidy up a bit.
| * | | Moved Windows GST_PLUGIN_PATH setup to LLMediaImplGStreamer.Jacek Antonelli2009-03-284-28/+31
| | | | | | | | | | | | | | | | | | | | LLAppViewer::gst_plugin_path --> LLMediaImplGStreamer::set_gst_plugin_path
| * | | Print out the plugins gstreamer finds, for debugging.Jacek Antonelli2009-03-281-0/+15
| | |/ | |/|
| * | Fixed/improved how slvideo gst plugin is registered.Jacek Antonelli2009-03-261-16/+10
| | |
| * | Removed obsolete gstreamer_syms files.Jacek Antonelli2009-03-265-326/+0
| | |
| * | Removed all that llgst and symbol grabbing silliness.Jacek Antonelli2009-03-263-106/+71
| | | | | | | | | | | | Some symbols require gstreamer >= 0.10.11.
| * | Link with some gstreamer core libs on Linux.Jacek Antonelli2009-03-261-6/+4
| |/
* | 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
|/
* Bumped test version to RC2.Jacek Antonelli2009-02-281-1/+1
|
* Initialize gstreamer (if needed) when making LLMediaImplGStreamer.Jacek Antonelli2009-02-281-0/+2
| | | | Lets us find gstreamer version for "About Imprudence" before login.
* 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.
* LLUI's CMakeList needs LLMedia cmake stuff.Jacek Antonelli2009-02-271-0/+2
|
* 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-263-2/+13
| |
* | merged in last working media changesMcCabe Maxsted2009-02-268-70/+136
|\ \
| * | get_state shows name infoMcCabe Maxsted2009-02-202-3/+4
| | |
| * | Added STATUS_DEAD to LLMediaBaseMcCabe Maxsted2009-02-206-52/+55
| | |
| * | Updated GStreamer commentsMcCabe Maxsted2009-02-182-5/+32
| | |
| * | Added GStreamer version info to About > ImprudenceMcCabe Maxsted2009-02-183-3/+16
| | |
| * | Added error checking to play/stop/pause to prevent bad loopingMcCabe Maxsted2009-02-182-25/+41
| | |