summaryrefslogtreecommitdiff
path: root/doc/contributions.txt
AgeCommit message (Collapse)Author
2010-12-06Pull viewer-beta inMerov Linden
2010-12-03Tiny change to panel_login.xml so Start Location preferences work under all ↵Jonathan Yap
circumstances
2010-12-02merge fix for STORM-679Oz Linden
2010-12-02merge fix for STORM-596Oz Linden
2010-11-25Forgot to give myself credit.Jonathan Yap
2010-11-23STORM-674: corrected duplicate name tags in pannel_preferences_color.xmlWolfpup Lowenhar
2010-11-20Moved Enable Hints to 2nd line of Help menuJonathan Yap
2010-11-19merge fix for STORM-616Oz Linden
2010-11-18STORM-654 : Person to Person chat logs are not created if Display Names are offWolfpup Lowenhar
Modified code in indicated changeset to correct problem after consulting with Leyla Linden who sugested the orginal change. This fix will convert the Legacy name to a user name id not useing Display Names.
2010-11-18Forgot to give myself credit.Jonathan Yap
2010-11-16STORM-535 : STORM-544 : Addition of Floater Opacity controls to ↵Wolfpup Lowenhar
pannel_prefferences_color.xml after loss during cleanup of preferences.
2010-11-15STORM-318 FIXED The Advanced menu shortcut was broken under Linux.Vadim ProductEngine
Reason: The old shortcut (Ctrl+Alt+D) was eaten by some window managers. Changes: - Changed the shortcut to Ctrl+Alt+Shift+D. - Moved the appropriate menu item from "Advanced > Shortcuts" to "World > Show" (so that it's not in the menu it triggers) and made it visible. The old shortcut is still available but marked as legacy. Submitting on behalf of Boroondas Gupte.
2010-11-11STORM-102: Merge from viewer-developmentWolfpup Lowenhar
2010-11-09Added Tofu Buzzard to the contributors list.Seth ProductEngine
2010-11-09merge storm-102 branch back to defaultOz Linden
2010-11-08STORM-102: STORM-143: Refactored the STORM-103 code to pull the proper plain ↵Wolfpup Lowenhar
test log no matter when it was generated or if it has the date stamp in the name of the log or not. --HG-- branch : storm-102
2010-11-03pull fix for STORM-422Oz Linden
2010-11-03STORM-477: fixed getNextFileInDir on Windows7, improved test cases and ↵Oz Linden
documentation --HG-- branch : storm-102
2010-11-02STORM-420 : merge to viewer-developmentMerov Linden
2010-11-02STORM-422 FIXED Added command line option "-disablecrashlogger" to disable ↵Vadim ProductEngine
crash logger. This is a patch originally written by Robin Cornelius. I made it work with Google Breakpad.
2010-10-31STORM-255 : Merge from viewer-developmentWolfpup Lowenhar
2010-10-29STORM-420 : allow teleport when double clicking the minimap if doubleclick ↵Merov Linden
teleport is on, allow beacon setting if not
2010-10-29STORM-501 FIXED Script-editor shows ERRORS in the wrong line.Vadim ProductEngine
LLTextBase::setCursor() sometimes failed to work properly if line wrapping was enabled. This is a slightly optimized version of the patch made by Satomi Ahn.
2010-10-29STORM-255 : Added missing JIRA issue to contributions.txtWolfpup Lowenhar
2010-10-27STORM-255: removal if extra jira numbers in contributions.txtWolfpup Lowenhar
2010-10-27Merge from viewer-developmentWolfpup Lowenhar
2010-10-26This is the setting of the core file name date stamp code and settings ↵Wolfpup Lowenhar
files for Chat, Group and IM Logs. --HG-- branch : storm-102
2010-10-26STORM-416 : merge with viewer-developmentMerov Linden
2010-10-26Addtition of Alexandrea Fride to contributions.textWolfpup Lowenhar
2010-10-22Merge from Viewer-developmentWolfpup Lowenhar
2010-10-22STORM-423 : merge with viewer-developmentMerov Linden
2010-10-22STORM-406 : merge with viewer-developmentMerov Linden
2010-10-21Merge from Viewer-developmentWolfpup Lowenhar
2010-10-20STORM-281 : merge to viewer-development + fix indentationMerov Linden
2010-10-20STORM-417 : merge with viewer-developmentMerov Linden
2010-10-20STORM-419 : merge with viewer-developmentMerov Linden
2010-10-20STORM-423: fix raw file association in strings.xmlMerov Linden
2010-10-20STORM-417 FIXED Port of SNOW-140 to SG 2.0 : Forced updates not working on MacVadim ProductEngine
The point of this patch is to make the Mac updater code a bit more flexible and reliable than it is right now. The issue is double: * reliability: the string comparison code on the bundle identifier is not UTF8 compliant * flexibility: the bundle identifier is hard coded to match the bundle identifier of LL viewer (i.e. com.secondlife.indra.viewer) so it can't work for another viewer (in particular, it didn't work for Snowglobe). The "bundle identifier" is one of those Mac only thing stored in the Info.plist of a "bundle" (the ".app" folder that's bundling an executable and all its resources and is seen as an application when browsing with the Mac OS X Finder). The patch fixes both issues: * compare correctly UTF8 encoded strings * allow the bundle ID to be passed as a parameter to the updater The patch has really no consequence on LL viewer. It's more a matter of having cleaner, better code. Author: Cypren Christenson Ported and reviewed by: Merov Linden
2010-10-20STORM-419 FIXED <anonymous>' is used uninitialized in this function in ↵Vadim ProductEngine
lldarray.h Author: Robin Cornelius Ported by: Techwolf Lupindo Reviewed by: Merov Linden
2010-10-19STORM-281 : Fix Map FOV frustum when UI size not equal to 1Merov Linden
2010-10-16merged VWR-23459 (fixed crash for certain command line options when compiled ↵Boroondas Gupte
against Boost-1.42)
2010-10-16VWR-23459 FIXED Viewer compiled against Boost-1.42 crashes when certain ↵Boroondas Gupte (original fix by Aleric Inglewood)
command line options are given used Aleric's SG2 changeset from http://svn.secondlife.com/trac/linden/changeset/3600 patching file doc/contributions.txt Hunk #1 succeeded at 73 with fuzz 2. patching file indra/newview/llcommandlineparser.cpp Hunk #1 succeeded at 268 with fuzz 1 (offset -8 lines). Edited doc/contributions.txt to create an entry for Aleric and moved the issue ID there (patch wasn't able to place it at the right position, lacking any context).
2010-10-16merged VWR-23455: Don't download FMOD unless INSTALL_PROPRIETARY is TRUEBoroondas Gupte
2010-10-16merged VWR-23455: Don't download FMOD unless INSTALL_PROPRIETARY is TRUEBoroondas Gupte
2010-10-16VWR-23455: Don't download FMOD unless INSTALL_PROPRIETARY is TRUEBoroondas Gupte
2010-10-12merge fixes for STORM-374Oz Linden
2010-10-12merged SNOW-756 / VWR-23385 / STORM-374 (fixed standalone LD_LIBRARY_PATH ↵Boroondas Gupte
for unit tests)
2010-10-12merge fixes for VWR-23296Oz Linden
2010-10-12SNOW-756 / VWR-23385 FIXED standalone LD_LIBRARY_PATH for unit testsBoroondas Gupte (patch by Aleric Inglewood)
Used patch from https://jira.secondlife.com/secure/attachment/41586/SNOW-756-standalone_tests.diff patching file indra/cmake/LLAddBuildTest.cmake Hunk #1 succeeded at 259 with fuzz 2 (offset 1 line). Added entry in doc/contributions.txt. No further changes. originally commited to Snowglobe 2.1 at http://svn.secondlife.com/trac/linden/changeset/3515
2010-10-11merge fix for STORM-275 (class Linux_x86_64Manifest missing from ↵Oz Linden
viewer_manifest.py)