Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | Changed startinternetstream() a bit to be clearer | McCabe Maxsted | 2009-03-10 | 1 | -19/+22 | |
| | | | | | | ||||||
| | * | | | | Use std::string for nametags, removed bizarre name stacking option | McCabe Maxsted | 2009-03-07 | 1 | -26/+19 | |
| | | | | | | ||||||
| | * | | | | Landmark icons now correctly change color when visited (patch by Zi ↵ | McCabe Maxsted | 2009-03-07 | 7 | -13/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Ree--VWR-7896) | |||||
| | * | | | | Backported fix for VWR-8783, original patch by Gigs Taggart | McCabe Maxsted | 2009-03-07 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | Applied remember stats position and size patch from Latif Khalifa | McCabe Maxsted | 2009-03-07 | 3 | -5/+22 | |
| | | | | | | ||||||
| | * | | | | Applied memleak patch from VWR-9400 | McCabe Maxsted | 2009-03-07 | 1 | -8/+6 | |
| | | | | | | ||||||
| | * | | | | Applied patch by Zwagoth Klaar for muting sounds before decoding | McCabe Maxsted | 2009-03-07 | 2 | -2/+10 | |
| | | | | | | ||||||
| | * | | | | Backported fix for VWR-4070 from 1.22 | McCabe Maxsted | 2009-03-07 | 1 | -3/+16 | |
| | | | | | | ||||||
| | * | | | | Merge branch 'cvpatches' into next | McCabe Maxsted | 2009-03-04 | 8 | -19/+112 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Applied my patch for VWR-8454 (PARCEL_FLAG_ALLOW_CREATE_GROUP_OBJECTS not ↵ | McCabe Maxsted | 2009-03-01 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | highlighted in script editor) | |||||
| | | * | | | | Backported fix for VWR-996 (wrong visualisation of animations) from 1.22 | McCabe Maxsted | 2009-03-01 | 1 | -9/+36 | |
| | | | | | | | ||||||
| | | * | | | | Backported fix for SVC-2771 (script resetting can fail) from 1.22 | McCabe Maxsted | 2009-03-01 | 2 | -3/+18 | |
| | | | | | | | ||||||
| | | * | | | | Backported fix for VWR-3871 (prim position appears to be off) from 1.22 | McCabe Maxsted | 2009-03-01 | 1 | -2/+10 | |
| | | | | | | | ||||||
| | | * | | | | Backported possible crash fix in llfloater.cpp from 1.22 | McCabe Maxsted | 2009-03-01 | 1 | -0/+1 | |
| | | | | | | | ||||||
| | | * | | | | Backported possible crash fix while changing graphics settings from 1.22 | McCabe Maxsted | 2009-03-01 | 1 | -0/+12 | |
| | | | | | | | ||||||
| | | * | | | | Fixed crash involving file picker and locales (patch by Alissa Sabre) | McCabe Maxsted | 2009-03-01 | 1 | -5/+34 | |
| | | | | | | | ||||||
| | * | | | | | Backported fix for VWR-6744 (No way to hide IMs in chat console) | McCabe Maxsted | 2009-03-01 | 2 | -2/+6 | |
| | |/ / / / | ||||||
| | * | | | | Fixed pause button texture showing up in certain instances | McCabe Maxsted | 2009-03-01 | 5 | -170/+157 | |
| | | |_|/ | | |/| | | ||||||
| * | | | | Apply saved MediaDebugLevel at media init time. | Jacek Antonelli | 2009-04-02 | 1 | -0/+7 | |
| | | | | | ||||||
| * | | | | Plugged in LLMediaImplGStreamer::gstreamer_log(). | Jacek Antonelli | 2009-04-02 | 1 | -1/+5 | |
| | | | | | ||||||
| * | | | | Implemented LLMediaImplGStreamer::gstreamer_log(). | Jacek Antonelli | 2009-04-02 | 2 | -0/+55 | |
| | | | | | ||||||
| * | | | | Implemented handleMediaDebugLevelChanged hook. | Jacek Antonelli | 2009-04-02 | 1 | -0/+18 | |
| | | | | | ||||||
| * | | | | Added MediaDebugLevel setting in XML (does nothing yet). | Jacek Antonelli | 2009-04-02 | 1 | -0/+11 | |
| | | | | | ||||||
| * | | | | Implemented LLMediaImplGstreamer::setDebugLevel(). | Jacek Antonelli | 2009-04-02 | 2 | -0/+14 | |
| | | | | | ||||||
| * | | | | Added LLMediaImplCommon::setDebugLevel(). | Jacek Antonelli | 2009-04-02 | 2 | -1/+13 | |
| | | | | | ||||||
| * | | | | Added LLMediaBase::EDebugLevel and setDebugLevel stub. | Jacek Antonelli | 2009-04-02 | 1 | -0/+15 | |
| | |_|/ | |/| | | ||||||
| * | | | Fixed some minor mistakes in set_gst_plugin_path(). | Jacek Antonelli | 2009-03-28 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Improved set_gst_plugin_path, more comprehensive path. | Jacek Antonelli | 2009-03-28 | 1 | -9/+38 | |
| | | | | | | | | | | | | | | | | Also tried to tidy up a bit. | |||||
| * | | | Moved Windows GST_PLUGIN_PATH setup to LLMediaImplGStreamer. | Jacek Antonelli | 2009-03-28 | 4 | -28/+31 | |
| | | | | | | | | | | | | | | | | | | | | LLAppViewer::gst_plugin_path --> LLMediaImplGStreamer::set_gst_plugin_path | |||||
| * | | | Print out the plugins gstreamer finds, for debugging. | Jacek Antonelli | 2009-03-28 | 1 | -0/+15 | |
| | |/ | |/| | ||||||
| * | | Fixed/improved how slvideo gst plugin is registered. | Jacek Antonelli | 2009-03-26 | 1 | -16/+10 | |
| | | | ||||||
| * | | Removed obsolete gstreamer_syms files. | Jacek Antonelli | 2009-03-26 | 5 | -326/+0 | |
| | | | ||||||
| * | | Removed all that llgst and symbol grabbing silliness. | Jacek Antonelli | 2009-03-26 | 3 | -106/+71 | |
| | | | | | | | | | | | | Some symbols require gstreamer >= 0.10.11. | |||||
| * | | Link with some gstreamer core libs on Linux. | Jacek Antonelli | 2009-03-26 | 1 | -6/+4 | |
| |/ | ||||||
* | | Changed the login splash screen URL. | Jacek Antonelli | 2009-03-27 | 1 | -1/+1 | |
| | | ||||||
* | | Converted all skin XML files to Unix LF line endings. | Jacek Antonelli | 2009-03-26 | 482 | -40025/+40025 | |
|/ | ||||||
* | Bumped test version to RC2. | Jacek Antonelli | 2009-02-28 | 1 | -1/+1 | |
| | ||||||
* | Initialize gstreamer (if needed) when making LLMediaImplGStreamer. | Jacek Antonelli | 2009-02-28 | 1 | -0/+2 | |
| | | | | Lets us find gstreamer version for "About Imprudence" before login. | |||||
* | Get gstreamer reference from media manager. | Jacek Antonelli | 2009-02-27 | 1 | -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 Antonelli | 2009-02-27 | 1 | -0/+2 | |
| | ||||||
* | Added libgstpulse.so (PulseAudio) to Linux manifest. | Jacek Antonelli | 2009-02-27 | 1 | -0/+1 | |
| | ||||||
* | merged in jacek/next | McCabe Maxsted | 2009-02-26 | 1 | -1/+1 | |
|\ | ||||||
| * | Likely fix for inventory folders re-opening. [#98] | Jacek Antonelli | 2009-02-25 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed bad LM patch side-effect | McCabe Maxsted | 2009-02-26 | 3 | -2/+13 | |
| | | ||||||
* | | merged in last working media changes | McCabe Maxsted | 2009-02-26 | 8 | -70/+136 | |
|\ \ | ||||||
| * | | get_state shows name info | McCabe Maxsted | 2009-02-20 | 2 | -3/+4 | |
| | | | ||||||
| * | | Added STATUS_DEAD to LLMediaBase | McCabe Maxsted | 2009-02-20 | 6 | -52/+55 | |
| | | | ||||||
| * | | Updated GStreamer comments | McCabe Maxsted | 2009-02-18 | 2 | -5/+32 | |
| | | | ||||||
| * | | Added GStreamer version info to About > Imprudence | McCabe Maxsted | 2009-02-18 | 3 | -3/+16 | |
| | | | ||||||
| * | | Added error checking to play/stop/pause to prevent bad looping | McCabe Maxsted | 2009-02-18 | 2 | -25/+41 | |
| | | |