summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2016-12-02show the build address size in the About boxOz Linden
2016-12-02add viewer channel and version to the beginning of the About box Licenses ↵Oz Linden
information
2016-12-02Merged in MAINT-6562Andrey Kleshchev
2016-12-01DRTVWR-418: Until we figure out how to say FIXED:NO to linker, don't.Nat Goodspeed
The present CMake logic wants to pass FIXED:NO to the linker for 64-bit builds, which on the face of it seems like a Good Thing: it permits code to be relocated in memory, preventing collisions if two libraries happen to want to load into overlapping address ranges. However the way it's being specified is wrong and harmful. Passing /FIXED:NO to the compiler command line engages /FI (Forced Include!) of a nonexistent file XED:NO -- producing lots of baffling fatal compile errors. Thanks Callum for diagnosing this!
2016-12-01DRTVWR-418: In 64 bits, storing size_t in an int is a no-no.Nat Goodspeed
2016-12-01MAINT-6974 FIXED '[ERROR_MESSAGE]' dialog is shown if try to bulk apload any ↵Mnikolenko Productengine
.txt file
2016-12-01MAINT-6562 Avatar COF was occasionally failing to update because Not Foundandreykproductengine
2016-12-01Ignore plugin warnings on linuxMnikolenko Productengine
2016-11-30DRTVWR-418: Adjust for LL_VIEWER_CHANNEL coming in unquoted.Nat Goodspeed
Evidently the LL_VIEWER_CHANNEL macro (defined on the compiler command line) used to contain enclosing double quotes. Something changed (newer CMake version?) so that the macro now expands as Second Life Release rather than as "Second Life Release". That leads to syntax errors when it's used. Add C++ preprocessor trickery to stringize the value of the macro.
2016-11-30DRTVWR-418: Flesh out the set of Platform_arch_Manifest classes.Nat Goodspeed
2016-11-30DRTVWR-418: VertexMap::mapped_type -> size_t: we store map.size().Nat Goodspeed
2016-11-30Pull in new version of KDU third party package that is build (correctly) as ↵Callum Prentice
a static library vs. a stub library/DLL
2016-11-30MAINT-6803 Account for deselectionandreykproductengine
2016-11-30SL-540 - fix for regression in handling of out-of-range joint indices in ↵Brad Payne (Vir Linden)
skin weights
2016-11-30DRTVWR-418: Update forwarding_api.cpp to match current API signatureNat Goodspeed
Specifically, DriverCallback() was accepting several DWORD arguments that should really be DWORD_PTR arguments. In a 32-bit compile, evidently that was okay, but for 64 bits they're different sizes.
2016-11-30MAINT-6970 FIXED Crash in LLFloaterPermsDefault::updateCap()Mnikolenko Productengine
2016-11-30Merged in maxim_productengine/viewer-neko_maint2 (pull request #104)Andrey Lihatskiy
MAINT-6967 FIXED Crash in LLFloaterAvatarPicker::find()
2016-11-29DRTVWR-418: Address yet another effect of downdating openjpeg.Nat Goodspeed
2016-11-29MAINT-6967 FIXED Crash in LLFloaterAvatarPicker::find()Mnikolenko Productengine
2016-11-29Merged in Ansariel/viewer-neko-ui-scaling (pull request #98)Andrey Lihatskiy
More improvements for UI scaling detection
2016-11-29MAINT-6729 Fix crash in LLImageGL::analyzeAlpha()AndreyL ProductEngine
2016-11-28DRTVWR-418: Revert one more openjp2.dll reference to openjpeg.dll.Nat Goodspeed
2016-11-25Fix UI scaling changed notice showing up on startup if system UI scale ↵Ansariel
factor changed during last session
2016-11-25Don't resize viewer window if UI scaling didn't changeAnsariel
2016-11-23DRTVWR-418: Work around missing LLCEFLibSettings::page_zoom_factor.Nat Goodspeed
2016-11-23DRTVWR-418: Have to #include "llkdumem.h" even when not LL_DARWIN.Nat Goodspeed
2016-11-22DRTVWR-418: libc++ has stat data in <sys/types.h>.Nat Goodspeed
2016-11-22DRTVWR-418: Use correct spelling for glh_linear package.Nat Goodspeed
2016-11-22DRTVWR-418: Update comments to reflect status of P0091R3.Nat Goodspeed
Some day llmake() will be unnecessary because compiler deduction of class template arguments from constructor arguments has been approved by ISO.
2016-11-22DRTVWR-418: Use uintptr_t when casting pointers to ints.Nat Goodspeed
LLPrivateMemoryPool and LLPrivateMemoryPoolManager have assumed that it's always valid to cast a pointer to U32. With 64-bit pointers, no longer true.
2016-11-19STORM-2143 Correct vertex winding of starsDrake Arconis
2016-11-29Merged in MAINT-6803 face cyclingAndrey Kleshchev
2016-11-29MAINT-6936 Black screen following toggle to wireframe in photo dialogue.Mnikolenko Productengine
2016-11-28MAINT-5456 Button tooltips in Appearance floater should now be localisableandreykproductengine
2016-11-28MAINT-6962 Viewer crashes when saving sky preset and clicking "Save" button ↵Mnikolenko Productengine
twice
2016-11-25MAINT-6961 FIXED Some textures(copied from Library) couldn't be set as ↵Mnikolenko Productengine
Outfit image via "Select image" although drag and drop works fine
2016-11-19DRTVWR-418: Change to libc++ on Mac, remove reminder warning.Nat Goodspeed
2016-11-19MAINT-6953 [Contribution] Error in DPI scaling calculationAnsariel Hiller
2016-11-23MAINT-6951 Fixed Appearance panel causing camera movement regardless of ↵andreykproductengine
circumstance.
2016-11-23MAINT-6919 New SKU description doesn't fit in REGION/ESTATE ->Region tabMnikolenko Productengine
2016-11-23MAINT-6957 A high object bonus can cause incorrect parcel land capacity to ↵Mnikolenko Productengine
appear in the build tool's Advanced floater
2016-11-22MAINT-6949 Visual Outfit Browser - rename worn outfit is not reflected in ↵Mnikolenko Productengine
gallery view
2016-11-21MAINT-6901 safety checks fixandreykproductengine
2016-11-21Merged in Ansariel/storm-2141AndreyL ProductEngine
2016-11-21MAINT-6938 Fixed Inventory gear menu, 'empty' entries are always enabled.andreykproductengine
2016-11-18MAINT-2141 Fix for Sky Cloud Coverage reverting.andreykproductengine
2016-11-19STORM-2140 LLLineEditor enabled-state cannot properly set via XUIAnsariel
2016-11-18SL-534 - make handling of other-gender sliders more consistent. Fixes mGroin ↵Brad Payne (Vir Linden)
bug.
2016-11-18MAINT-6901 Linux build fixandreykproductengine
2016-11-17DRTVWR-418: Provide Darwin_i686_Manifest alias to Darwin_i386_Manifest.Nat Goodspeed
It's never been clear to me why Macs tend to refer to 32-bit Intel processors as i386 when other platforms tend to refer to them as i686. New CMake logic to derive ARCH from ADDRESS_SIZE produces i686. Give viewer_manifest.py a Darwin_i686_Manifest class alias so it continues to work when arch is passed as i686 as well as i386.