Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-26 | MAINT-2022 FIXED "Copy" perform the same operation like "Copy UUID" in ↵ | andreykproductengine | |
Gestures panel | |||
2016-04-27 | MAINT-1057 FIXED Cannot get focus for or close build floater using toolbar ↵ | Mnikolenko Productengine | |
button when editing attachments in no-build area | |||
2016-04-27 | MAINT-1007 FIXED Context menu in Appearance/Wearing tab should contain "Show ↵ | Mnikolenko Productengine | |
original" menu item | |||
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-25 | MAINT-6283 reverted | Mnikolenko Productengine | |
2016-04-23 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
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 | MAINT-2063 Fixed User had ability to delete Notecards and textures from library | andreykproductengine | |
2016-04-22 | MAINT-6303 Width was changed to appropriate value | Mnikolenko ProductEngine | |
2016-04-22 | MAINT-6229 Organize Outfit Browser thumbnails | Mnikolenko ProductEngine | |
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-6352 FIXED Editing marketplace listings before inventory has fully ↵ | andreykproductengine | |
fetched causes listings to be unlisted. | |||
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. | |||
2016-04-20 | MAINT-6336: Crasher showing up in voice was a Bound Listener that should ↵ | Rider Linden | |
have been a Temp Bound listener. | |||
2016-04-20 | MAINT-2129 "Block" button doesn't become disabled in remote object inspector ↵ | andreykproductengine | |
after object has been added to block list | |||
2016-04-20 | reset crash dump upload retries and timeouts | Oz Linden | |
2016-04-20 | reset crash dump upload retries and timeouts | Oz Linden | |
2016-04-20 | MAINT-6322 fix merge error that prevented crash dumps from being located for ↵ | Oz Linden | |
upload (and add better logging) | |||
2016-04-20 | MAINT-6322 fix merge error that prevented crash dumps from being located for ↵ | Oz Linden | |
upload (and add better logging) | |||
2016-04-20 | MAINT-6341 Changing properties of the object in inventory are not saved ↵ | Mnikolenko Productengine | |
after transfer it to next owner | |||
2016-04-19 | Remove references to quicktime from the plain old viewer-release build | callum_linden | |
2016-04-19 | MAINT-6336: more loging for test build. | Rider Linden | |
2016-04-19 | MAINT-6336: Crasher on disconnect in DDoS. | Rider Linden | |
2016-04-19 | MAINT-6303 Outfit browser should add columns after window is resized | Mnikolenko ProductEngine | |
2016-04-18 | MAINT-6336: Better retry and timeout logic when logging in to the vivox ↵ | Rider Linden | |
server and connecting to a session. | |||
2016-04-18 | MAINT-6316 remove duplicate Marketplace listings menu entry | Oz Linden | |
2016-04-18 | MAINT-6236 clean up unused version values in localized strings | Oz Linden | |
2016-04-14 | Merged lindenlab/viewer-bear into default | Rider Linden | |
2016-04-14 | Merge | Rider Linden | |
2016-04-14 | maint-5711 (fix) profiles and marketplace are asking for a login each session | callum_linden | |
2016-04-14 | MAINT-6254 FIXED Default gallery thumbnail shows thru the outfit gallery image | Mnikolenko ProductEngine | |
2016-04-14 | Fix further merge error in LLLiveLSLEditor::draw() | Ansariel | |
2016-04-13 | MAINT-6305: Forgot to add the coro name. | Rider Linden | |
2016-04-13 | MAINT-6305: Serialize the AIS calls by reducing the queue size to 1, move ↵ | Rider Linden | |
the bake request out of the AIS queue. |