summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-21Current log was actually correct.Aura Linden
2014-03-21Pull merge lindenlab/viewer-releaseMerov Linden
2014-03-20Returned Secondlife.log to main directory due to unforeseen LLErrorThread ↵Aura Linden
complexities.
2014-03-20MAINT-3827 FIXED crash in KDU texture decoding, likely out of memorymaksymsproductengine
2014-03-19OPEN-199: replace the confusing STANDALONE switch with USESYSTEMLIBSOz Linden
2014-03-19logging cleanup in support of debugging text editor problemsOz Linden
2014-03-18merge changes for STORM-2020Oz Linden
2014-03-18merge changes for STORM-2007Oz Linden
2014-03-18merge changes for STORM-1966Oz Linden
2014-03-17ACME-1376 : Suppress location checkbox in Facebook Photo panelMerov Linden
2014-03-17ACME-1376 : Take the location checkbox out of the photo panelMerov Linden
2014-03-17Restore use of RenderSpecularExponentOz Linden
2014-03-15Mac Debug build is functional with this manifest changeMonty Brandenberg
2014-03-14Consistent set of fmodex 4.44.31 builds now.Monty Brandenberg
2014-03-14Additions & fixes for lib copy, use only forwarded ptrs in LLAE interfaces.Monty Brandenberg
Copy3rdPartyLibs needed to copy the now-corrected fmodexL libraries and it had a bad library reference on Linux for release. In llaudio land, the audio engine interfaces, even the fmodex specializations, seem to want to be external-structure free so use a forward declaration and pointer to FMOD_DSP_DESCRIPTION and deal with it in the ctor/dtor.
2014-03-15Made location checkbox automatically unchecked when caption is empty for ↵Cho
ACME-1375
2014-03-14Update fmodex to 4.44.31. Move DSP descriptor to heap storage.Monty Brandenberg
2014-03-14merge changes for 3.7.3-releaseOz Linden
2014-03-14STORM-1831 initialize LLKeywords::mLoaded in constructor (fixes ↵Oz Linden
black-on-black text in various places)
2014-03-14correct logging levels (ERR causes a crash), and a minor style fixOz Linden
2014-03-14Fix linux buildmaksymsproductengine
2014-03-14merge changes for open-209Oz Linden
2014-03-14conform to new policy forbidding trigraphsOz Linden
2014-03-14merge changes for storm-2007Oz Linden
2014-03-14merge changes for storm-1920Oz Linden
2014-03-14Made location checkbox disabled when caption is empty for ACME-1375Cho
2014-03-14MAINT-3804 FIXED Crash in LLAudioEngine::getAudioData when playing gestures ↵maksymsproductengine
with audio device disabled.
2014-03-13OPEN-209: Corrected all instances of trigraphs in the code.Ricky Curtice
Trigraphs can cause some real special headaches. The only part that's annoying is the comment in newview/llimview.cpp where there's an unfortunate collision of a trigraph sequence with a character sequence that could be displayed by the viewer. Thankfully, it's only a comment!
2014-03-13Open-154 Better service pack detection for Vista and Server 2008Tank_Master
2014-03-13Probable fix for linux hang.Aura Linden
2014-03-13Merged in viewer-releaseAura Linden
2014-03-12Omit Flickr machine tags for parcel if unnamedCho
2014-03-12mergeBrad Payne (Vir Linden)
2014-03-12merge with releaseRichard Linden
2014-03-11merge changes for storm-2018Oz Linden
2014-03-11merge changes for 3.7.3-releaseOz Linden
2014-03-11restore the relevant fixes for STORM-2011Oz Linden
2014-03-11Merge downstream code to 3.7.4simon
2014-03-10Merge. Refresh from viewer-release after 3.7.3 release.Monty Brandenberg
2014-03-10Pull merge from lindenlab/viewer-releaseMerov Linden
2014-03-10MAINT-3555 : Consitency fix after merge of changeset f269634 in viewer-acmeMerov Linden
2014-03-10Pull merge from lindenlab/viewer-releaseMerov Linden
2014-03-10merge changes for 3.7.3-releaseOz Linden
2014-03-10back out STORM-2011 due to conflictOz Linden
2014-03-10correct line ending to previous comitTank_Master
2014-03-10Improve Windows 32bit installer logic for blocking old OSs, add XP x64 ↵Tank_Master
detection as well
2014-03-10MergeTank_Master
2014-03-10increment viewer version to 3.7.4Oz Linden
2014-03-10Added tag 3.7.3-release for changeset 962d3f98955bOz Linden
2014-03-10MAINT-3703 Suspected thread race crasher in fmodex libraryMonty Brandenberg
Two problems found in DLL involving threads. First, DllMain was reinitializing a critical section for all entry reasons (process attach, detach and thread attach, detach). Should only be done on process attach. Second, static container object was being modified and accessed without serialization. Added some double-check locking to the initialization path to reduce the total number of serialization calls made while making the code thread safe.