aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved common options out of AdvancedMcCabe Maxsted2009-01-127-76/+67
|\
| * Moved common options out of Advancedunknown2008-12-187-76/+67
* | Fixed bottom HUD arrow (from VWR-5518, possible memory leak in linden code)McCabe Maxsted2009-01-121-1/+1
|\ \
| * | Fixed bottom HUD arrow (from VWR-5518, possible memory leak)unknown2009-01-101-1/+1
* | | llMapDestination and map floater can now tp up to 4096mMcCabe Maxsted2009-01-121-1/+1
|\ \ \
| * | | llMapDestination and map floater can now tp up to 4096munknown2008-12-241-1/+1
| | |/ | |/|
* | | Double clicking minimap tpsMcCabe Maxsted2009-01-125-4/+33
|\ \ \
| * | | Double clicking minimap tpsunknown2009-01-105-4/+33
| | |/ | |/|
* | | Backported 'report abuse' avatar pie menu optionMcCabe Maxsted2009-01-122-1/+17
|\ \ \
| * | | Backported 'report abuse' avatar pie menu option.unknown2009-01-102-1/+17
| |/ /
* | | Added 'create landmark' to land pie menuMcCabe Maxsted2009-01-122-2/+5
|\ \ \
| * | | Added 'create landmark' to land pie menu.unknown2009-01-102-2/+5
| |/ /
* | | Added shortcut and message to landmark creationMcCabe Maxsted2009-01-123-4/+15
|\ \ \
| * | | added shortcut and message to landmark creationunknown2009-01-103-182/+194
| |/ /
* | | Rebranded windows crash dump filenamesMcCabe Maxsted2009-01-121-2/+2
|\ \ \
| * | | Rebranded windows crash dump filenamesunknown2008-12-251-2/+2
| | |/ | |/|
* | | Windows defaults to settings_imprudence.xml when run from the .exeMcCabe Maxsted2009-01-122-12/+3
|\ \ \
| * | | Windows now defaults to settings_imprudence.xml when run straight from the exe.McCabe Maxsted2008-12-051-1/+1
| * | | Fixed localsim login urlMcCabe Maxsted2008-12-044-703/+703
| * | | Fixed localsim login urlMcCabe Maxsted2008-12-041-1/+1
* | | | Removed DBus cmake file for nowMcCabe Maxsted2009-01-122-183/+181
|\ \ \ \
| * | | | Use BOOST_SIGNALS_LIB in newview/CMakeLists.Jacek Antonelli2009-01-111-0/+1
| * | | | Removed references to unused dbusglib.Jacek Antonelli2009-01-111-3/+0
| | |_|/ | |/| |
* | | | Added cheat sheet help buttons in tools window, tweaked the layout a bitMcCabe Maxsted2009-01-126-12/+110
* | | | Applied Aimee's patch for doing simple math in the build editorMcCabe Maxsted2009-01-124-12/+78
* | | | Wind disabled by default, ambient wind muting fixed, added debug setting 'Mut...McCabe Maxsted2009-01-113-42/+57
|/ / /
* | | Added openal32.dll and alut.dll to CopyWinLibs.cmakeunknown2009-01-081-3/+9
* | | Merged in balp's openal branchunknown2008-12-3013-116/+182
|\ \ \
| * | | Clean up logging to used standard LL metods.Anders Arnholm2008-12-191-0/+7
| * | | Merge branch 'next' into openalAnders Arnholm2008-12-1511-368/+390
| |\ \ \
| | * \ \ Merge branch 'next' of git://github.com/jacek/imprudence into nextAnders Arnholm2008-12-1511-368/+390
| | |\ \ \
| * | \ \ \ Merge branch 'next' into openalAnders Arnholm2008-12-1312-100/+194
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch 'next' of git://github.com/jacek/imprudence into nextAnders Arnholm2008-12-132-43/+92
| | |\ \ \ \
| | * | | | | Applied 3 patches from CoolViewer, http://sldev.free.frAnders Arnholm2008-12-123-4/+18
| | * | | | | Merge branch 'next' of git://github.com/jacek/imprudence into nextAnders Arnholm2008-12-121-9/+6
| | |\ \ \ \ \
| | * | | | | | Include README, ChangeLog, etc. in downloads #9Anders Arnholm2008-12-111-0/+10
| | * | | | | | Fix string error.Anders Arnholm2008-12-111-2/+4
| * | | | | | | Merge 1.0.0 RC2 into openalJacek Antonelli2008-12-107-167/+47
| |\ \ \ \ \ \ \
| * | | | | | | | Updated audio engine to LL's openal branch r1532.Jacek Antonelli2008-12-066-26/+47
| * | | | | | | | openal on windows branchMcCabe Maxsted2008-12-062-27/+23
| * | | | | | | | updated to RC2McCabe Maxsted2008-12-061-82/+82
| * | | | | | | | (Oops, bad indentation in viewer_manifest.py)Jacek Antonelli2008-11-211-1/+1
| * | | | | | | | Package up OpenAL libs.Jacek Antonelli2008-11-191-10/+15
| * | | | | | | | VWR-2662: OpenAL support (patch by Tofu Linden)Jacek Antonelli2008-11-193-5/+29
* | | | | | | | | Added fix for VWR-10392 as well as other fixesunknown2008-12-301-22/+36
* | | | | | | | | Removed llkdu from cmakeunknown2008-12-302-18/+0
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | 1.1 wip copyunknown2008-12-15192-17157/+17157
* | | | | | | | Merged 'mccabe/selectcopyable' into nextJacek Antonelli2008-12-154-1/+32
|\ \ \ \ \ \ \ \
| * | | | | | | | Added 'Select Only Copyable' option in the Tools menuMcCabe Maxsted2008-12-014-1/+32
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | VWR-10823: Right click > Inspect crashes viewer.McCabe Maxsted2008-12-151-2/+3