aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ChangeLog.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'mccabe/1.1.0a-gstreamer' into 1.1.0aJacek Antonelli2009-01-131-0/+10
|\
| * Wind disabled by default, ambient wind muting fixed, added debug setting ↵McCabe Maxsted2009-01-111-0/+10
| | | | | | | | 'MuteWind'
* | Added more gstreamer include paths.Jacek Antonelli2009-01-111-0/+4
| |
* | Added glib package to install.xml.Jacek Antonelli2009-01-111-0/+4
| |
* | Use BOOST_SIGNALS_LIB in newview/CMakeLists.Jacek Antonelli2009-01-111-0/+4
| |
* | Removed references to unused dbusglib.Jacek Antonelli2009-01-111-0/+8
|/
* Fixed changelog date (2009 not 2008).unknown2009-01-101-2/+2
|
* Added openal32.dll and alut.dll to CopyWinLibs.cmakeunknown2009-01-081-1/+3
|
* Added openal32.dll to CopyWinLibs.cmake.unknown2009-01-081-0/+6
|
* Streaming music/video now works on Windows.unknown2009-01-061-1/+22
|
* Fixed a compile problem in VS2005unknown2008-12-301-2/+7
|
* Merged in balp's openal branchunknown2008-12-301-0/+72
|\
| * Merge branch 'next' into openalAnders Arnholm2008-12-151-0/+53
| |\
| | * Merge branch 'next' of git://github.com/jacek/imprudence into nextAnders Arnholm2008-12-151-0/+53
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog.txt linden/indra/llcommon/llversionviewer.h
| * | \ Merge branch 'next' into openalAnders Arnholm2008-12-131-0/+112
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | Conflicts: ChangeLog.txt
| | * | Merge branch 'next' of git://github.com/jacek/imprudence into nextAnders Arnholm2008-12-131-0/+45
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog.txt RELEASE_NOTES.txt linden/indra/llcommon/llversionviewer.h
| | * | | Bumped version to RC3.Anders Arnholm2008-12-121-0/+7
| | | | |
| * | | | Merge 1.0.0 RC2 into openalJacek Antonelli2008-12-101-0/+135
| |\ \ \ \
| * | | | | Updated audio engine to LL's openal branch r1532.Jacek Antonelli2008-12-061-0/+24
| | | | | |
| * | | | | Cross-platform checking for OpenAL libs.Jacek Antonelli2008-11-211-0/+8
| | | | | |
| * | | | | Enable OpenAL by default.Jacek Antonelli2008-11-201-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | Configure with -DOPENAL:BOOL=OFF to disable.
| * | | | | Package up OpenAL libs.Jacek Antonelli2008-11-191-0/+4
| | | | | |
| * | | | | VWR-2662: OpenAL support (patch by Tofu Linden)Jacek Antonelli2008-11-191-0/+19
| | | | | |
* | | | | | Added fix for VWR-10392 as well as other fixesunknown2008-12-301-0/+34
| | | | | |
* | | | | | Removed llkdu from cmakeunknown2008-12-301-0/+16
| | | | | |
* | | | | | Switched OpenJPEG package to a tar.bz2.Jacek Antonelli2008-12-151-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The install.py script doesn't support .zip files. Maybe later we could add support for that.
* | | | | | Merged 'mccabe/selectcopyable' into nextJacek Antonelli2008-12-151-0/+12
|\ \ \ \ \ \
| * | | | | | Added 'Select Only Copyable' option in the Tools menuMcCabe Maxsted2008-12-011-0/+17
| | | | | | |
* | | | | | | VWR-10823: Right click > Inspect crashes viewer.McCabe Maxsted2008-12-151-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Backported from LL's 1.22 RC3.
* | | | | | | VWR-9352: Prim falls to 256m height when moved outworld.Jacek Antonelli2008-12-151-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Aimee Trescothick.
* | | | | | | Added menu option for inworld browser.McCabe Maxsted2008-12-151-0/+6
| | | | | | |
* | | | | | | Added Home button functionality to the web browser.McCabe Maxsted2008-12-151-0/+12
| | | | | | |
* | | | | | | Merged 'mccabe/VWR-3336' into nextJacek Antonelli2008-12-131-0/+26
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: linden/indra/newview/skins/default/colors_base.xml linden/indra/newview/skins/silver/colors_base.xml
| * | | | | | Friends dots show as yellow and color can be set in colors.xmlMcCabe Maxsted2008-11-221-0/+24
| | | | | | |
* | | | | | | Version string generator now includes test label.Jacek Antonelli2008-12-131-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is used for naming packages on Linux, among other things.
* | | | | | | Bumped version to 1.1.0 alpha.Jacek Antonelli2008-12-131-0/+5
| | | | | | |
* | | | | | | Add group name to group invite window.McCabe Maxsted2008-12-131-0/+8
| | | | | | |
* | | | | | | VWR-4826 (ability to ignore friendship offers).McCabe Maxsted2008-12-131-0/+4
| | | | | | |
* | | | | | | Beacons no longer persist between sessions.McCabe Maxsted2008-12-131-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That distressed users who accidentally enabled them, since not even relogging would disable them.
* | | | | | | Moved 'Offer Teleport' in IM to be on the left side.McCabe Maxsted2008-12-131-0/+4
| | | | | | |
* | | | | | | Switched Invite and Leave buttons in group panel.McCabe Maxsted2008-12-131-0/+6
| | | | | | |
* | | | | | | Added full comments to colors_base.xml files.McCabe Maxsted2008-12-131-0/+8
| |_|_|_|_|/ |/| | | | |
* | | | | | Imprudence 1.0.0 finalized.v1.0.0imprudence-1.0.0Jacek Antonelli2008-12-121-0/+9
| | | | | |
* | | | | | Added release notes.Jacek Antonelli2008-12-121-0/+6
| | | | | |
* | | | | | Blanked the test version string. Not RC anymore.Jacek Antonelli2008-12-121-0/+4
| | | | | |
* | | | | | Windows build uses OpenJPEG 1.3.Jacek Antonelli2008-12-121-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Fixes half-opaque skirts/textures issue.
* | | | | | README.txt will stay that name; README-linux.txt removed.Jacek Antonelli2008-12-121-0/+6
| | | | | |
* | | | | | Merge branch 'next' into docJacek Antonelli2008-12-121-0/+116
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Simplified release notes URL scheme.Jacek Antonelli2008-12-111-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now uses e.g. "wiki/Release Notes/1.0.0-RC2", which is set up as a wiki redirect.
| * | | | | Fixed bad string comparison (rel notes url) [#28]Jacek Antonelli2008-12-111-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | Reported by Balp Allen.