Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-30 | Summer cleaning - removed a lot of llcommon dependencies to speed up build times | Richard Linden | |
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders | |||
2013-06-20 | merge with release | Richard Linden | |
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-06-05 | Unwind cruft from hunting for 2707 they won't end up in vwr-dev-mat | Graham Madarasz | |
2013-06-01 | BUG-2707 turn off more LL_DEBUGS to narrow down Kat's crashing cuplrit | Graham Madarasz | |
2013-06-01 | BUG-2707 hunt for infos call crashing Kat | Graham Madarasz | |
2013-05-30 | Minor tweak to turn down FMOD Ex noisy console logging while we look into ↵ | callum_linden | |
root problem | |||
2013-05-21 | NORSPEC-196: fix frame stalls caused by FmodEx logging | callum_linden | |
2013-05-20 | Quieten down writing to fmod.log - only write errors - speculate this is ↵ | callum_linden | |
related to audio stutter/frame stalls | |||
2013-05-11 | Merge viewer-dev-materials and bugfix in LLPanelFace::getState using ↵ | Graham Madarasz | |
material instead of mMaterial | |||
2013-05-06 | MAINT-2657 Fix (speculative) for Crash in LLAudioEngine_FMODEX::shutdown() | callum_linden | |
2013-05-01 | Merge vwr-dev-mat | Graham Madarasz | |
2013-05-01 | MAINT-2629: limit stream searches to prevent hangs on bad streams | callum | |
2013-04-30 | Merge 3.5.1 into Materials | Graham Madarasz | |
2013-04-22 | merge changes for OPEN-173 | Oz Linden | |
2013-04-19 | OPEN-173 FIX FMODEx Music stutters once every few seconds (OSS patch via ↵ | callum | |
Latif Khalifa & Siana Gearz) | |||
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-04-17 | New fix for the fix for Linux build now that gcc upgraded to 4.6 by default | callum_linden | |
2013-04-17 | Fix for Linux build now that gcc upgraded to 4.6 by default | callum_linden | |
2013-04-17 | Merge with viewer-development | callum_linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-11 | Viewer-chui merge | prep | |
2013-02-04 | Point autobuild at newer fmodex builds and fix warning being treated as ↵ | Graham Madarasz (Graham) | |
error in llaudioengine_fmodex.cpp | |||
2013-02-04 | Cleanup some left over comments in fmodex streaming | Sovereign Engineer | |
2013-02-01 | Removed (most) references to older FMOD library - still a little Linux clean ↵ | callum_linden | |
up left | |||
2013-01-28 | CHUI-667: Post code review changes | Gilbert Gonzales | |
2013-01-23 | Fix llaudio CMake file to not use FMOD - only FMODEX | callum_linden | |
2013-01-18 | first push - patch from CmdCupCake plus force FMODEX on | callum_linden | |
2013-01-14 | reverted test commit | Cho | |
2013-01-11 | test commit | Cho | |
2013-01-03 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
made fast timer stack thread local added LLThreadLocalSingleton made LLThreadLocalPointer obey pointer rules for const added LLThreadLocalSingletonPointer for fast thread local pointers | |||
2012-11-28 | SH-3563. Pull and merge from viewer-development. Modest code changes to fix ↵ | prep | |
alignment issue in llAppearance. | |||
2012-11-19 | merge with viewer-development | Richard Linden | |
2012-11-14 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
cleaning up build moved most includes of windows.h to llwin32headers.h to disable min/max macros, etc streamlined Time class and consolidated functionality in BlockTimer class llfasttimer is no longer included via llstring.h, so had to add it manually in several places | |||
2012-09-13 | Fleshed out target_link_libraries dependencies between libraries. ↵ | Don Kjer | |
Appearance utility now reads avatar_lad.xml during stubbed out params processing. | |||
2012-11-08 | Trivial commit to force TeamCity to generate a new codeticket number | Nat Goodspeed | |
2012-05-16 | MAINT-862 and ER-1781 : Sounds not playing the first time. Reviewed by Kelly. | simon@Simon-PC.lindenlab.com | |
2012-02-01 | cleaned up linden_common.h, removing stuff that is mostly unused | Richard Linden | |
2012-02-01 | converted a bunch of narrowing implicit conversions to explicit | Richard Linden | |
2011-12-06 | fix for SH-2526: Second Life client quickly allocates all available RAM and ↵ | Xiaohong Bao | |
crashes | |||
2011-03-14 | update ogg-vorbis archive for linux. | Andrew de Laix | |
2011-03-07 | update ogg-vorbis archive usage for darwin. | Andrew A. de Laix | |
2011-03-01 | fixes to get openal working on windows. | Alain Linden | |
2011-01-24 | Automated merge with https://bitbucket.org/lindenlab/viewer-development | Andrew A. de Laix | |
2011-01-14 | windows autobuildibatized (bye bye install.py...) | Alain Linden | |
2011-01-10 | STORM-830 Per Aleric's and Q's suggestion set initial value of mInternalGain ↵ | Jonathan Yap | |
to -1 | |||
2011-01-06 | STORM-830 Volume slider isn't properly remembered if set to zero | Jonathan Yap | |
There is an edge case in setMasterGain during startup which prevents setInternalGain from being called if the master volume setting and mInternalGain both equal 0. In llaudioengine.cpp setting mInternalGain to a very low but non-zero value fixes this issue. | |||
2010-11-22 | STORM-521 FIXED Made defensive fix for crash in ↵ | Andrew Productengine | |
LLAudioSource::hasPendingPreloads(). Couldn't reproduce the crash, but made defensive fix. Added check for NULL into for loop that iterates through mPreloadMap in LLAudioSource::hasPendingPreloads(). Such check is already present in similar situation in LLAudioEngine::startNextTransfer(). | |||
2010-10-25 | STORM-95 FIXED Fixed hanging of client when incorrect WAV file was passed. | Andrew Productengine | |
As Aimee has found: "The data chunk of nexfire.wav has an incorrect length specified in its header which we blindly trust when reading the file in check_for_invalid_wav_formats() in llvorbisencode.cpp. It causes an overflow of the file position pointer when reading the file which makes it start over from the beginning, hanging it in an infinite loop." - To avoid this situation in future, check for chunk size was added, and if it is declared bigger then it may be, function is interrupted and returns error. | |||
2010-10-18 | STORM-406: Fix for fmod inclusion in llaudio cmake | Merov Linden | |