summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2013-11-10Fixing some small discrepencies.Ima Mechanique
2013-11-10Removing unused getter/setter and property for mFilenameSyntax, mReady.Ima Mechanique
2013-11-10Refactoring load routines to remove uneeded methodsIma Mechanique
2013-11-10Moving keywords code into its own method.Ima Mechanique
2013-11-10storm-1831 Switch to use the llsyntaxid keywords LLSD directlyIma Mechanique
2013-11-10Tidying up llsyntaxid filesIma Mechanique
2013-11-10Adding getter for mFullFileSpec, shortening loadKeywordsFileIntoLLSD to ↵Ima Mechanique
loadKeywordsIntoLLSD.
2013-11-10Fixing missing parenthesis.Ima Mechanique
2013-11-09Fixing some references to 'filename' I forgot to rename to mFullFileSpec.Ima Mechanique
2013-11-09Changing method openKeywordFile to loadKeywordFileIntoLLSD to load ↵Ima Mechanique
cached/default syntax file and method to access sKeyWordsXML. loadKeywordFileIntoLLSD was taken almost verbatim from LLKeywords::loadIntoLLSD which can be removed later. I know the name is long but I wanted to remember where it came from and why it is how it is. Removed a little cruft also.
2013-11-09Backed out changeset: e82d9467bec8Ima Mechanique
2013-11-09Adding method to load cached/default syntax file and method to access ↵Ima Mechanique
sKeyWordsXML.
2013-11-08STORM-1980/1983 Small XML cleanup.Jonathan Yap
Changed notification type to Alert. Addes seconds field to notification message.
2013-11-08MAINT-3412 Fix Intel Iris recognizer to include optional Pro as is reported ↵Graham Linden
with integrated-only graphics on new MBP
2013-11-07DRTVWR-338 Make an inocuous change to get a new build number out of TeamCityDave Parks
2013-11-07Fixing LL_WARNS without labels and removing some crufty comments missed beforeIma Mechanique
2013-11-07storm-1831 General cleanup of cruft created during caps experiments ;-)Ima Mechanique
2013-11-07STORM-1831 Adding "LSLSyntax" to list of capabilities the region keeps track of.Ima Mechanique
2013-11-07STORM-1831 Increasing source text buffer to 256 KB (As discussed in ↵Ima Mechanique
Server/Scripting and Open Source User Groups). This change also addresses/closes: VWR-22401
2013-11-06STORM-1980/1983 Add debug setting UISndRestart and value. This UUID will ↵Jonathan Yap
need to be replaced with an official UUID once one has been established.
2013-11-06updated avatar filesjeremiah@lindenlab.com
2013-11-05STORM-1980/1983 Revert previous changeJonathan Yap
2013-11-05STORM-1980/1983 Attempt to test alert message with a new uploaded soundJonathan Yap
2013-11-05Shot in the dark patch for MAINT-3353 backported from viewer-tigerAura Linden
2013-11-05STORM-1980/1983 Add time to region restarting messageJonathan Yap
2013-11-05merge changes for storm-1982Oz Linden
2013-11-05STORM-=1982 Remove duplicate entry in settings.xmlJonathan Yap
2013-11-05STORM-1980 Play sound for region restarting messageJonathan Yap
2013-11-05MAINT-3376 FIXED Successive llSetTextureAnim calls fail in 3.6.10 (283075) ↵maksymsproductengine
unless a different command (llSleep(0.01), llSay(0,"hello")) is placed between them.: - fix for MAINT-2861 was reverted to resolve this issue;
2013-11-02BUG-3764: Groups count in groups list does not display if floater is resizedAnsariel
2013-11-01BUG-4286 add AMD R7/R9 entried to GPU tableGraham Linden
2013-11-01merge changes for storm-1975Oz Linden
2013-10-30STORM-1975 Changed timeout constants toJonathan Yap
ME_TYPING_TIMEOUT = 4.0 OTHER_TYPING_TIMEOUT = 9.0
2013-10-29STORM-1975 Convert old-style debugging lines to new-styleJonathan Yap
2013-10-29STORM-1975 IM windows occasionally report false typing status.Jonathan Yap
2013-10-29BUG-3968: do not wear an object when renaming in inventoryTonya Souther
2013-10-28Pull merge from lindenlab/viewer-fbcMerov Linden
2013-10-28ACME-1099 : Fix crash when getting the Facebook cap from a (potentially ↵Merov Linden
null) region
2013-10-28Automated merge with http://bitbucket.org/nat_linden/viewer-maint-3331Nat Goodspeed
2013-10-28MAINT-3343 FIXED Expand/Collapse message pan only on left click.Mnikolenko ProductEngine
2013-10-25Fix release merge issues (included upstream changes not yet in release from ↵Graham Linden
bear)
2013-10-25cleaning out extra (commented) setKeywordsXml callIma Mechanique
2013-10-25MAINT-3356 GPU Table update to support Retina MBP 'Intel Iris OpenGL Engine' ↵Graham Linden
driver id on Mavericks.
2013-10-25Merge 3.6.9 ShareStormGraham Linden
2013-10-25storm-1831 fixes for setKeywordsXmlIma Mechanique
2013-10-25storm-1831 Fixing viewer crash and clean up. No idea why storing the region ↵Ima Mechanique
pointer in mRegion causes crashes, when doing it locally in each method doesn't.
2013-10-23increment viewer version to 3.6.10Oz Linden
2013-10-22STORM-1831 Style cleanup/fixesIma Mechanique
2013-10-22MAINT-3331: On update, remove com.secondlife.indra.viewer.savedState.Nat Goodspeed
2013-10-21STORM-1831 Adding the llsyntaxid.* files let were left out of commit ↵Ima Mechanique
7c74a59eeee4 OOPS