aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Removed now-useless LLInventoryViewFinder::draw().Jacek Antonelli2009-01-163-6/+6
|
* Use UI callbacks to initiate rebuilding filter.Jacek Antonelli2009-01-163-1/+59
| | | | Instead of rebuilding from draw() every frame.
* Fixed folders expanding when Show Filters is opened.Jacek Antonelli2009-01-152-2/+6
|
* Simplified rebuildFilter() a bit.Jacek Antonelli2009-01-152-15/+7
|
* LLInventoryViewFinder::rebuildFilter().Jacek Antonelli2009-01-153-4/+16
| | | | Refactored from draw().
* Don't show empty folders when using filter.Jacek Antonelli2009-01-142-3/+6
| | | | This is the old behavior, but I had broken it.
* Added inventory ntype for folders.Jacek Antonelli2009-01-143-1/+17
|
* Merge branch '1.1.0a-gstreamer' into nextJacek Antonelli2009-01-13252-19019/+20485
|\
| * Merge commit 'mccabe/1.1.0a-gstreamer' into 1.1.0aJacek Antonelli2009-01-134-42/+67
| |\
| | * Wind disabled by default, ambient wind muting fixed, added debug setting ↵McCabe Maxsted2009-01-114-42/+67
| | | | | | | | | | | | 'MuteWind'
| * | Added more gstreamer include paths.Jacek Antonelli2009-01-112-0/+6
| | |
| * | Added glib package to install.xml.Jacek Antonelli2009-01-112-0/+35
| | |
| * | Use BOOST_SIGNALS_LIB in newview/CMakeLists.Jacek Antonelli2009-01-112-0/+5
| | |
| * | Added newline at end of llmediaimplgstreamer.cppJacek Antonelli2009-01-111-1/+1
| | | | | | | | | | | | Newline at end of file is needed for Linux compile.
| * | Removed references to unused dbusglib.Jacek Antonelli2009-01-113-32/+8
| |/
| * Fixed changelog date (2009 not 2008).unknown2009-01-101-2/+2
| |
| * minor gstreamer tweakunknown2009-01-101-3/+0
| |
| * minor gstreamer tweakunknown2009-01-092-9/+6
| |
| * Added openal32.dll and alut.dll to CopyWinLibs.cmakeunknown2009-01-083-9/+18
| |
| * Added openal32.dll to CopyWinLibs.cmake.unknown2009-01-082-0/+8
| |
| * Streaming music/video now works on Windows.unknown2009-01-0610-188/+200
| |
| * changed test version back to alphaunknown2008-12-302-2/+2
| |
| * Fixed a compile problem in VS2005unknown2008-12-303-4/+8
| |
| * Merged in balp's openal branchunknown2008-12-3033-562/+1873
| |\
| | * Workaround for change volume bug in gstreamen 0.10.21Anders Arnholm2008-12-191-0/+7
| | |
| | * Clean up logging to used standard LL metods.Anders Arnholm2008-12-196-114/+148
| | |
| | * Make openal-1 version infoAnders Arnholm2008-12-151-1/+1
| | |
| | * Merge branch 'next' into openalAnders Arnholm2008-12-1514-371/+448
| | |\
| | | * Not openal branch next branch.Anders Arnholm2008-12-151-1/+1
| | | |
| | | * Merge branch 'next' of git://github.com/jacek/imprudence into nextAnders Arnholm2008-12-1513-369/+446
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog.txt linden/indra/llcommon/llversionviewer.h
| | | * | ..Anders Arnholm2008-12-151-2/+2
| | | | |
| | * | | Merge branch 'next' into openalAnders Arnholm2008-12-1323-106/+2874
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog.txt
| | | * | Merge branch 'next' of git://github.com/jacek/imprudence into nextAnders Arnholm2008-12-1310-107/+2642
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog.txt RELEASE_NOTES.txt linden/indra/llcommon/llversionviewer.h
| | | * | | Bumped version to RC3.Anders Arnholm2008-12-123-1/+27
| | | | | |
| | | * | | Applied 3 patches from CoolViewer, http://sldev.free.frAnders Arnholm2008-12-123-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Applied slviewer-0-v120130-LandmarksDiscardButton_v2.patch.bz2 Applied slviewer-0-v120160-FriendshipAndCallingcardOffersIgnoreButton.patch.bz2 Applied slviewer-0-v12100-AllowDiscardForCreator.patch.bz2
| | | * | | Merge branch 'next' of git://github.com/jacek/imprudence into nextAnders Arnholm2008-12-122-9/+19
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: linden/indra/newview/llfloaterabout.cpp
| | | * | | | Include README, ChangeLog, etc. in downloads #9Anders Arnholm2008-12-112-0/+111
| | | | | | |
| | | * | | | Fix string error.Anders Arnholm2008-12-111-2/+4
| | | | | | |
| | * | | | | Merge 1.0.0 RC2 into openalJacek Antonelli2008-12-1016-185/+200
| | |\ \ \ \ \
| | * | | | | | Updated audio engine to LL's openal branch r1532.Jacek Antonelli2008-12-0611-638/+573
| | | | | | | |
| | * | | | | | openal on windows branchMcCabe Maxsted2008-12-0610-406/+745
| | | | | | | |
| | * | | | | | updated to RC2McCabe Maxsted2008-12-061-82/+82
| | | | | | | |
| | * | | | | | Trying to get openal workingMcCabe Maxsted2008-11-232-4/+4
| | | | | | | |
| | * | | | | | Cross-platform checking for OpenAL libs.Jacek Antonelli2008-11-213-6/+86
| | | | | | | |
| | * | | | | | (Oops, bad indentation in viewer_manifest.py)Jacek Antonelli2008-11-211-1/+1
| | | | | | | |
| | * | | | | | Enable OpenAL by default.Jacek Antonelli2008-11-202-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Configure with -DOPENAL:BOOL=OFF to disable.
| | * | | | | | (Forgot to check this file in with the OpenAL patch.)Jacek Antonelli2008-11-191-0/+14
| | | | | | | |
| | * | | | | | Package up OpenAL libs.Jacek Antonelli2008-11-192-10/+19
| | | | | | | |
| | * | | | | | VWR-2662: OpenAL support (patch by Tofu Linden)Jacek Antonelli2008-11-1916-371/+1234
| | | | | | | |
| * | | | | | | Added fix for VWR-10392 as well as other fixesunknown2008-12-3016-102/+321
| | | | | | | |