Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-28 | DRTVWR-418: Double coroutine stack size for 64-bit builds | Nat Goodspeed | |
on the advice of NickyD. | |||
2016-05-19 | Automated merge with tip of viewer-release to pick up 4.0.5 | callum_linden | |
2016-05-19 | increment viewer version to 4.0.6 | Oz Linden | |
2016-05-10 | merge changes for MAINT-6392 | Oz Linden | |
2016-05-09 | MAINT-6392: Do not change the URL used for getting cookies (except to pass ↵ | Rider Linden | |
it to CEF) The original URL is used for HTTP Core access to profile functionality. | |||
2016-05-07 | gratuitous change for new ticket number | Oz Linden | |
2016-05-06 | Automatic merge with head | callum_linden | |
2016-05-06 | Merge with https://bitbucket.org/oz_linden/maint-5974 to pick up a variety ↵ | callum_linden | |
of fixes | |||
2016-05-06 | Merge with viewer-release | callum_linden | |
2016-05-06 | merge 4.0.4-release and MAINT-5974 | Oz Linden | |
2016-05-06 | fix cmake warning by conditionalizing dependency that does not exist on Macs | Oz Linden | |
2016-05-06 | merge changes for 4.0.4-release | Oz Linden | |
2016-05-06 | increment viewer version to 4.0.5 | Oz Linden | |
2016-05-05 | various changes required to compile on new clang | Oz Linden | |
2016-05-04 | cosmetic fixes to basic graphics and preset selection | Oz Linden | |
2016-05-04 | add max avatar complexity slider to basic graphics preferences | Oz Linden | |
2016-05-02 | Fixed disabling of Windows error reporting | Ansariel | |
2016-05-02 | Fixed startup crash on Windows | Ansariel Hiller | |
2016-04-29 | MAINT-6373: allow user to ignore notices about whether or not they are being ↵ | Oz Linden | |
rendered | |||
2016-04-29 | Adjust some avatar complexity defaults (mostly slightly upwards) | Oz Linden | |
Make more settings between mac and windows the same Remove solaris and xp featuretables, since we don't support them any more | |||
2016-04-28 | minor code clarity improvements | Oz Linden | |
2016-04-28 | adjust avatar complexity defaults to be more generous and more consistent | Oz Linden | |
2016-04-28 | clean up terminology for jelly dolls / avatar complexity | Oz Linden | |
2016-04-28 | shorted default time for complexity notices | Oz Linden | |
2016-04-26 | DRTVWR-418: Match KDU_X86_INTRINSICS macro set for KDU package build. | Nat Goodspeed | |
2016-04-26 | Merge | Rider Linden | |
2016-04-26 | MAINT-6336: Initialize TempBoundListener with constructor | Rider Linden | |
2016-04-26 | DRTVWR-418: add preprocessor define to fix linker error introduced in v7.8 | callum_linden | |
2016-04-26 | MAINT-6336: Put the timeout upstream of the suspending pump and fire the ↵ | Rider Linden | |
timeout it. Also some cleanup on LLSD construction in vivox. | |||
2016-04-26 | Suppress avatar complexity notices if ShowMyComplexityChanges is zero | Oz Linden | |
2016-04-25 | Automated merge with ssh://bitbucket.org/lindenlab/viewer64 | Nat Goodspeed | |
2016-04-25 | DRTVWR-418: Fix indra/llkdu wrapper for changes in KDU 7.8 API. | Nat Goodspeed | |
KDU 7.8 introduces a number of changes to its API, most notably by moving public symbols into a variety of kdu_something namespaces. While this is laudable in a general sense, it does require quite a bit of diagnostic building and patching to update legacy code. Since llimagej2ckdu_test.cpp lamentably stubs out pretty much the entire KDU API, we must also fix those stubs for signature changes even to functions we don't otherwise reference. NOTE: This commit still leaves four symbols undefined. Below I have taken the liberty of juxtaposing the error line with the output from dumpbin /exports build-vc120/packages/lib/release/kdu.lib. I see no differences. unresolved symbol (?kdu_convert_ycc_to_rgb_rev16@kdu_core@@3P6AXPAF00H@ZA) "void (__cdecl* kdu_core::kdu_convert_ycc_to_rgb_rev16)(short *,short *,short *,int)" ?kdu_convert_ycc_to_rgb_rev16@kdu_core@@3P6AXPAF00H@ZA (void (__cdecl* kdu_core::kdu_convert_ycc_to_rgb_rev16)(short *,short *,short *,int)) unresolved symbol (?kdu_convert_ycc_to_rgb_irrev16@kdu_core@@3P6AXPAF00H@ZA) "void (__cdecl* kdu_core::kdu_convert_ycc_to_rgb_irrev16)(short *,short *,short *,int)" ?kdu_convert_ycc_to_rgb_irrev16@kdu_core@@3P6AXPAF00H@ZA (void (__cdecl* kdu_core::kdu_convert_ycc_to_rgb_irrev16)(short *,short *,short *,int)) unresolved symbol (?kdu_convert_ycc_to_rgb_rev32@kdu_core@@3P6AXPAH00H@ZA) "void (__cdecl* kdu_core::kdu_convert_ycc_to_rgb_rev32)(int *,int *,int *,int)" ?kdu_convert_ycc_to_rgb_rev32@kdu_core@@3P6AXPAH00H@ZA (void (__cdecl* kdu_core::kdu_convert_ycc_to_rgb_rev32)(int *,int *,int *,int)) unresolved symbol (?kdu_convert_ycc_to_rgb_irrev32@kdu_core@@3P6AXPAM00H@ZA) "void (__cdecl* kdu_core::kdu_convert_ycc_to_rgb_irrev32)(float *,float *,float *,int)" ?kdu_convert_ycc_to_rgb_irrev32@kdu_core@@3P6AXPAM00H@ZA (void (__cdecl* kdu_core::kdu_convert_ycc_to_rgb_irrev32)(float *,float *,float *,int)) 24>C:\Users\Nat\linden\viewer64\build-vc120\newview\RelWithDebInfo\secondlife-bin.exe : fatal error LNK1120: 4 unresolved externals | |||
2016-04-25 | Merge | Rider Linden | |
2016-04-25 | MAINT-6338: Add methods for getting and setting boolean properties from ↵ | Rider Linden | |
gSavedSettings in the HTTPCore. Use those methods to access new key HTTPLogBodyOnError. Dump body of HTTP message to log in case of error if this key is true. | |||
2016-04-22 | Debug code snuck in. | Rider Linden | |
2016-04-22 | Merge | Rider Linden | |
2016-04-22 | DRTVWR-418 Remove references to gtk-atk-pango-glib from Windows build since ↵ | callum_linden | |
it's not used there | |||
2016-04-22 | MAINT-6336: Centralize waiting on event pump with a timeout. Shorten the ↵ | Rider Linden | |
lifespan of a timeout event pump lifespan to be no longer than necessary. Change all references to the LLEventTimer to instead uses the centralized version. | |||
2016-04-22 | Merged lindenlab/viewer-bear into default | Andrey Lihatskiy | |
2016-04-21 | DRTVWR-418 remove vestiges of TCMALLOC and GooglePerfTools from the viewer | callum_linden | |
2016-04-21 | Merged in cinderblocks/storm-2127 | AndreyL ProductEngine | |
2016-04-21 | Merged in Ansariel/391-blizzard-496-merge-cleanup (pull request #29) | Oz Linden | |
Fix further merge error in LLLiveLSLEditor::draw() | |||
2016-04-21 | MAINT-6326 [QuickGraphics-RC] Blingposter avatars are all full bright white ↵ | ruslantproductengine | |
when basic shaders are disabled. | |||
2016-04-21 | DRTVWR-418 remove references to some misc files I missed | callum_linden | |
2016-04-21 | MAINT-6336: Merge | Rider Linden | |
2016-04-21 | DRTVWR-418 remove references to unused TestApps folder (used to contain ↵ | callum_linden | |
media_plugin_test) | |||
2016-04-21 | DRTVWR-418 remove references (and files) for QuickTime | callum_linden | |
2016-04-21 | MAINT-6336: Removed or demoted some of the chatty log messages I was using ↵ | Rider Linden | |
to track progress. | |||
2016-04-21 | MAINT-6317 [QuickGraphics-RC] Some rigged mesh attachments render fully on ↵ | ruslantproductengine | |
jellybaby avatars when ALM is enabled FIXED - remove global identifier for the black texture - add black texture 2x2x3 localy on apllication startup - add special flag to LLViewerFetchedTexture for protect from removing | |||
2016-04-20 | STORM-2127 - Fix NSException when assigning values that don't exist in cocoa ↵ | Cinder | |
modifier key event. |