aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed line endings on hippo and grid manager files.Jacek Antonelli2009-09-109-1080/+1080
|
* Merged 'armin/grid-manager5' into login-managerJacek Antonelli2009-09-1064-488/+3884
|\ | | | | | | | | | | Conflicts: linden/indra/newview/CMakeLists.txt linden/indra/newview/llpanellogin.cpp
| * looks like working nowArmin Weatherwax2009-07-113-41/+61
| | | | | | | | | | | | modified: linden/indra/newview/llchatbar.cpp modified: linden/indra/newview/llviewerwindow.cpp modified: linden/indra/newview/llvoavatar.cpp
| * Broken: relog sometimes works once; fixed inventory and avatar not ruthed ↵Armin Weatherwax2009-07-117-5/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | anymore. deleted: Imprudence.log modified: linden/indra/newview/llagent.cpp modified: linden/indra/newview/llappviewer.cpp modified: linden/indra/newview/llinventorymodel.cpp modified: linden/indra/newview/llinventorymodel.h modified: linden/indra/newview/llinventoryview.cpp modified: linden/indra/newview/llviewerjointattachment.h modified: linden/indra/newview/llviewermenu.cpp deleted: mAttachedObject.diff.txt deleted: meerkat-llmenugl.diff.txt deleted: meerkat-message.diff.txt deleted: meerkat-pipeline.cpp.diff.txt deleted: meerkat-voice.diff.txt deleted: stack_trace.log
| * BROKEN now consistantly crashes at startup STATE_PRECACHEArmin Weatherwax2009-07-111-0/+1
| |
| * BROKEN logoff/relog crashing inconsistently on various startup states.Armin Weatherwax2009-07-1153-440/+3793
| |
| * Updated URL for Mac OpenAL libs package.Jacek Antonelli2009-07-111-1/+1
| |
* | Commented out Linux tarball building.Jacek Antonelli2009-09-091-20/+22
| | | | | | | | It's a waste of time to package after every compile.
* | Merge remote branch 'mccabe/1.2.0-next' into nextJacek Antonelli2009-09-0966-1179/+2513
|\ \ | | | | | | | | | | | | | | | | | | | | | Moved "Backup" pie menu item to fit "Go Here" in top-left slot. Conflicts: linden/indra/newview/llviewermenu.cpp linden/indra/newview/skins/default/xui/en-us/menu_pie_object.xml
| * | Commented out permissions button (todo: backport this if there's time)McCabe Maxsted2009-09-091-2/+2
| | |
| * | New chat channel preference should change only on applyMcCabe Maxsted2009-09-092-18/+15
| | |
| * | Created my own version of Emerald's chat channel toolMcCabe Maxsted2009-09-0910-17/+132
| | |
| * | Applied and tweaked last owner in tools window from Emerald viewerMcCabe Maxsted2009-09-073-36/+54
| | |
| * | Fixed tool brush sizeMcCabe Maxsted2009-09-075-18/+46
| | |
| * | Merge branch '1.2.0-toolslayout' into 1.2.0-emeraldMcCabe Maxsted2009-09-075-156/+111
| |\ \
| | * | Fixed tree/grass label not hidingMcCabe Maxsted2009-09-041-3/+4
| | | |
| | * | Integrated 1.23's tool floater with link/unlink buttonsMcCabe Maxsted2009-09-045-153/+107
| | | |
| * | | Fixed ground sit menu entry missing checkMcCabe Maxsted2009-09-072-0/+18
| | | |
| * | | Fixed reference to missing colors.xml entryMcCabe Maxsted2009-09-061-4/+4
| | | |
| * | | Added LLScrollListCtrl::getSelectedIDs()McCabe Maxsted2009-09-062-0/+13
| | | |
| * | | Added Emerald viewer's asset browserMcCabe Maxsted2009-09-066-3/+627
| | | |
| * | | Added Emerald viewer's animation listMcCabe Maxsted2009-09-066-0/+637
| | | |
| * | | Start fetching inventory at startupMcCabe Maxsted2009-09-061-0/+4
| | | |
| * | | Ported phantom avatar option from Emerald viewerMcCabe Maxsted2009-09-065-1/+80
| | | |
| * | | Ported sit anywhere feature from Emerald viewerMcCabe Maxsted2009-09-062-0/+32
| |/ /
| * | fix NDOF linking issues when using cmake 2.6 on linuxArmin Weatherwax2009-09-041-1/+1
| | | | | | | | | | | | | | | modified: linden/indra/newview/CMakeLists.txt (cherry picked from commit 9d14c7ab5c7519a4188c89b2ddeb8df30d858705)
| * | Added 'Go Here' to object pie menuMcCabe Maxsted2009-09-041-1/+3
| | |
| * | Teleport by double clicking into the viewer window. Port and bugfix of cv ↵Armin Weatherwax2009-09-043-22/+42
| | | | | | | | | | | | | | | | | | port of emerald greenlife viewer feature. TODO: find a nice place in prefs to switch off (defaults to on). (cherry picked from commit 86e186e40f6a128abab1c3a44f33520508b37f16)
| * | Linux middle mouse button paste/primary selection support and gtk clipboard ↵Armin Weatherwax2009-09-0424-917/+696
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | handler (fixes crashbug using synergy mouse-keyboard-clipboard-sharing over lan) modified: linden/doc/contributions.txt modified: linden/indra/llui/llclipboard.cpp modified: linden/indra/llui/llclipboard.h modified: linden/indra/llui/llfloater.cpp modified: linden/indra/llui/llfloater.h modified: linden/indra/llui/lllineeditor.cpp modified: linden/indra/llui/lllineeditor.h modified: linden/indra/llui/lltexteditor.cpp modified: linden/indra/llui/lltexteditor.h modified: linden/indra/llui/llview.cpp modified: linden/indra/llui/llview.h modified: linden/indra/llwindow/CMakeLists.txt new file: linden/indra/llwindow/llmousehandler.cpp modified: linden/indra/llwindow/llmousehandler.h modified: linden/indra/llwindow/llwindow.cpp modified: linden/indra/llwindow/llwindow.h modified: linden/indra/llwindow/llwindowsdl.cpp modified: linden/indra/llwindow/llwindowsdl.h modified: linden/indra/newview/lltool.cpp modified: linden/indra/newview/lltool.h modified: linden/indra/newview/llviewertexteditor.cpp modified: linden/indra/newview/llviewertexteditor.h modified: linden/indra/newview/llviewerwindow.cpp modified: linden/indra/newview/llviewerwindow.h (cherry picked from commit 594f4830922f4294dda432fa748935adffaeed8f)
| * | Rebranded startup loading page to ImprudenceMcCabe Maxsted2009-09-042-1/+1
| | |
| * | Fixed inability to minimize chat historyMcCabe Maxsted2009-09-041-1/+1
| | |
| * | Updated GStreamer and Zlib windows libsMcCabe Maxsted2009-09-042-6/+14
| | |
| * | Merged in jacek/nextMcCabe Maxsted2009-09-045-13/+43
| |\ \
| * | | Fixed CMake not finding GLib on windowsMcCabe Maxsted2009-08-291-0/+1
| | | |
| * | | Fixed OpenAL CMake errorMcCabe Maxsted2009-08-291-1/+2
| | |/ | |/|
* | | Merge branch 'objectbackup' into nextJacek Antonelli2009-09-059-15/+1430
|\ \ \
| * | | Updated object backup feature to Meerkat's SVN, imported floater.Jacek Antonelli2009-09-033-7/+17
| | | |
| * | | Fixed some compiler warnings in primbackup.cpp.Jacek Antonelli2009-09-031-1/+1
| | | |
| * | | Applied object import/export patch.Jacek Antonelli2009-09-038-15/+1420
| | | |
* | | | Converted RLVa menu items to XUI.Jacek Antonelli2009-09-052-0/+93
| | | |
* | | | Applied Kitty Barnett's RLVa 1.0.1h (Restrained Life) patch.Jacek Antonelli2009-09-0485-128/+8502
| |_|/ |/| | | | | | | | Made a few non-functional changes to help it apply.
* | | Backported 1.23 fix for animation joint assertion crash.Jacek Antonelli2009-09-031-2/+35
|/ /
* | Updated some python scripts to not use deprecated modules.Jacek Antonelli2009-09-033-10/+7
| |
* | Merge branch 'mac-openal-url' into nextJacek Antonelli2009-06-291-1/+1
|\ \ | |/ |/|
| * Updated URL for Mac OpenAL libs package.Jacek Antonelli2009-06-291-1/+1
| |
* | Online/Offline notifications now always show in IM windowsMcCabe Maxsted2009-06-141-21/+18
| |
* | Added IM preference for showing IMs in either main or local chatMcCabe Maxsted2009-06-144-37/+62
| |
* | use openjpeg 1.3 also for LinuxArmin Weatherwax2009-06-132-20/+6
| | | | | | | | | | modified: linden/indra/newview/viewer_manifest.py modified: linden/install.xml
* | Applied Aimee's patch for VWR-12631: setting to adjust the maximum size of ↵McCabe Maxsted2009-06-133-5/+16
| | | | | | | | objects displayed on the minimap (MiniMapPrimMaxRadius)
* | Applied Aimee's patch for VWR-4106: Mini-map beacon icon doesn't display ↵McCabe Maxsted2009-06-132-7/+11
| | | | | | | | correctly when beacon position above or below camera