Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-12 | Fix eol at eof on wl param files. | Graham Madarasz (Graham Linden) | |
2013-03-12 | Remove pragma diags which ALSO cause gcc-4.1 to warning and thus error out. ↵ | Graham Madarasz (Graham Linden) | |
*sigh* | |||
2013-03-12 | Fix -Wno-uninitialized disable | Graham Madarasz (Graham Linden) | |
2013-03-12 | CMake hack to work around gcc-4.1 lack of pragma warning disable processing. | Graham Madarasz (Graham Linden) | |
2013-03-12 | Disable more warnings to try to get llface.cpp to compile in the TC linux farm | Graham Madarasz (Graham Linden) | |
2013-03-12 | Add pragma warning disable for linux only to work-around spurious used ↵ | Graham Madarasz (Graham Linden) | |
before set warnings from GCC 4.3.4 on Vector4a with empty ctor | |||
2013-03-12 | merge | mberezhnoy | |
2013-03-11 | Pull merge from lindenlab/viewer-chui | merov | |
2013-03-11 | CHUI-793 : Fixed! Introduced ChatLoadGroupTimeout and ↵ | merov | |
ChatLoadGroupMaxMembers to mitigate slow group loading. | |||
2013-03-11 | merge | Gilbert Gonzales | |
2013-03-12 | CHUI-846 FIXED [crashhunters] crash in LLFontGL::maxDrawableChars | maksymsproductengine | |
2013-03-11 | #include fix | prep | |
2013-03-11 | llinventory merge fixes | prep | |
2013-03-11 | CHUI-810 : Merged Marine Kelley's patch on selected text and use of return ↵ | merov_linden | |
key in chat | |||
2013-03-11 | CHUI-778: Adjusted text in prompts for deleting chat log and chat ↵ | Gilbert Gonzales | |
transcripts (per UX). | |||
2013-03-11 | LLWindow merge fixes for Mac | prep | |
2013-03-11 | Clean up moving llalignedarray and fast memcpy to llcommon | Graham Madarasz | |
2013-03-11 | Move 16b aligned memcpy and alignment utilities to llmem in llcommon for ↵ | Graham Madarasz | |
easier use elsewhere | |||
2013-03-11 | Work around bogus gcc 4.3.4 warning from alignment assert | Graham Madarasz (Graham) | |
2013-03-11 | Work around 'interesting' forced include order in vmath stuff on Windows | Graham Madarasz | |
2013-03-11 | Merged vwr-cat..#$%$% whitespace diffs | Graham Madarasz | |
2013-03-11 | Merge | Graham Madarasz | |
2013-03-11 | Moved LLAlignedArray from llmath to llcommon and put template func impls in ↵ | Graham Madarasz | |
header to work around Mac 4.3.3 link issue. | |||
2013-03-11 | merge | prep | |
2013-03-11 | merge | prep | |
2013-03-11 | more test build fix | Brad Payne (Vir Linden) | |
2013-03-11 | Added gratuitous coupling to stop gcc from complaining | Brad Payne (Vir Linden) | |
2013-03-11 | Viewer-chui merge | prep | |
2013-03-11 | Fix for build failure in tests | Brad Payne (Vir Linden) | |
2013-03-11 | Fix missing eol at eof in llstaticstringtable.h breaking linux build | Graham Madarasz (Graham) | |
2013-03-11 | Fix missing eol at eof in llinstancetracker.cpp tripping up linux build | Graham Madarasz (Graham) | |
2013-03-11 | Fix linux md5sums and line-endings in autobuild.xml | Graham Madarasz (Graham) | |
2013-03-11 | CHUI-836 FIXED [CHUIBUG]Opening chat history from the conversation log ↵ | maksymsproductengine | |
sometimes crashes the viewer | |||
2013-03-11 | CHUI-815 FIXED Display whispered text in italics and shouted text as bold | Mnikolenko ProductEngine | |
2013-03-11 | merge | Brad Payne (Vir Linden) | |
2013-03-11 | CHUI-840 (Right clicking on unselected group conversation can have ↵ | mberezhnoy | |
unpredictable results for menu options) | |||
2013-03-08 | CHUI-793 : WIP : Limit the number of participants we load on groups when we ↵ | Merov Linden | |
load from the local group data | |||
2013-03-08 | MAINT-2410 Extra Particle Parameters -- port of Kelly's simulator changeset | Dave Parks | |
2013-03-08 | SH-3941 SH-3954 FIX local appearance does not update properly | Nyx Linden | |
We were using an indicator of whether there *was* a baked texture to whether we were *using* a baked texture. Switched to one of the (several) proper indicators of whether a baked texture was in use. This should allow local texture data to get marked for download when we enter appearance mode. Local testing confirms that old apperances linger for a second or two, but are soon replaced by the correct local renders. | |||
2013-03-08 | MAINT-2461 Potential fix for crash in LLPipeline::renderBloom | Dave Parks | |
2013-03-08 | Optimize interp code to elim hundreds of divides per frame and fix jitter bugs. | Graham Madarasz (Graham) | |
2013-03-08 | MAINT-2371 Lat round of optimizations. | Dave Parks | |
Reviewed by Graham | |||
2013-03-08 | SH-3959 WIP - pass information about type of fetched image - server bake, ↵ | Brad Payne (Vir Linden) | |
host bake, map tile, etc - down the chain so LLTextureFetchWorker can adjust behavior as needed | |||
2013-03-07 | Remove redundant data validation copy-pasted into normals loop | Graham Madarasz (Graham) | |
2013-03-07 | For MAINT-2436 and MAINT-2388 contribs from STORM-1935 and STORM-1936 | Graham Madarasz (Graham) | |
2013-03-07 | Fix missing eol at eof | Graham Madarasz (Graham) | |
2013-03-07 | merge | mberezhnoy | |
2013-03-07 | Put newline at end of file to appease gcc's OCD | Graham Madarasz (Graham) | |
2013-03-07 | CHUI-824 FIXED Open Message panel when session is activated. | Mnikolenko ProductEngine | |
2013-03-07 | CHUI-821 ADD FIX Conversation size regression when logging out with ↵ | AlexanderP ProductEngine | |
conversation list minimized to icons: deleted redundant savings of the convers. panel width; added a manually reshape of the conv. panel after change it's collapse state; function with uninformative name "updateState" was renamed to "reshapeFloaterAndSetResizeLimits" |