Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-06 | linux build fix | Mnikolenko Productengine | |
2016-05-06 | mac build fix | Mnikolenko ProductEngine | |
2016-05-05 | various changes required to compile on new clang | Oz Linden | |
2016-05-05 | MAINT-6226 Incorporate a customized Snapshot feature to Outfit Browser flow | pavelkproductengine | |
Removed odd controls like custom resolution spinners etc | |||
2016-05-05 | MAINT-6381 Right click on Outfit Folder behavior | Mnikolenko ProductEngine | |
2016-05-05 | MAINT-6381 Right click on Outfit Folder behavior | Mnikolenko ProductEngine | |
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-04 | MAINT-1513 FIXED Label of new folder doesn't disappear while closing ↵ | Mnikolenko Productengine | |
Inventory by hot hey | |||
2016-05-04 | MAINT-6220 enable searching of the friend list with the classic username of ↵ | Mnikolenko Productengine | |
the avatar. | |||
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 | MAINT-6226 Incorporate a customized Snapshot feature to Outfit Browser flow | pavelkproductengine | |
Initial version, further refactoring pending | |||
2016-04-29 | MAINT-6370 Second Life uninstall does not remove registry keys handling ↵ | andreykproductengine | |
secondlife protocols | |||
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 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
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-27 | MAINT-438 UI/Color Settings opens non-functional "Debug Settings" floater ↵ | andreykproductengine | |
when spawned before login | |||
2016-04-28 | MAINT-1639 FIXED map seach clears itself when you are at the first place in ↵ | Mnikolenko Productengine | |
map search | |||
2016-04-27 | MAINT-204 Fixed Top folder is expanded when my inventory filter is changed | andreykproductengine | |
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-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-26 | allow warnings from autobuild | 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 | DRTVWR-418: Fix MD5 hashes for KDU 314311 packages. | Nat Goodspeed | |
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-24 | Code stylistics. | Nicky | |
(transplanted from 570ea799407270069974021eca3a5056d6908f58) | |||
2016-04-24 | Fix a crash is drawn vertices is 0. | Nicky | |
(transplanted from 89b3e585218ddb8d6a3e62af29f8daf889371e5e) | |||
2016-04-24 | Windows z64: Disable warning 4267 via llpreprocessor rather than cmake files | Nicky | |
(transplanted from 165fa5852652a1da005cf3b2201c192f028efd43) | |||
2016-04-23 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2016-04-22 | Debug code snuck in. | Rider Linden | |
2016-04-22 | Fasttimers: Windows) Always use the __rdtsc() intrinsic rather than inline ↵ | Nicky | |
assembly. Linux/OSX) The rtdsc assembly intruction is clobbering EAX and EDX, the snippet was not protecting EDX accordingly. (transplanted from 6307b134f821390367d4c86a03b9a492ac7ed282) | |||
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 | DRTVWR-418 Update the version of cef-bin via llceflib that we consume (no ↵ | callum_linden | |
code changes, just updating to latest after changes to documentation/private status) | |||
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. |