Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-02 | show the build address size in the About box | Oz Linden | |
2016-12-02 | add viewer channel and version to the beginning of the About box Licenses ↵ | Oz Linden | |
information | |||
2016-12-02 | Merged in MAINT-6562 | Andrey Kleshchev | |
2016-12-01 | DRTVWR-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-01 | DRTVWR-418: In 64 bits, storing size_t in an int is a no-no. | Nat Goodspeed | |
2016-12-01 | MAINT-6974 FIXED '[ERROR_MESSAGE]' dialog is shown if try to bulk apload any ↵ | Mnikolenko Productengine | |
.txt file | |||
2016-12-01 | MAINT-6562 Avatar COF was occasionally failing to update because Not Found | andreykproductengine | |
2016-12-01 | Ignore plugin warnings on linux | Mnikolenko Productengine | |
2016-11-30 | DRTVWR-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-30 | DRTVWR-418: Flesh out the set of Platform_arch_Manifest classes. | Nat Goodspeed | |
2016-11-30 | DRTVWR-418: VertexMap::mapped_type -> size_t: we store map.size(). | Nat Goodspeed | |
2016-11-30 | Pull 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-30 | MAINT-6803 Account for deselection | andreykproductengine | |
2016-11-30 | SL-540 - fix for regression in handling of out-of-range joint indices in ↵ | Brad Payne (Vir Linden) | |
skin weights | |||
2016-11-30 | DRTVWR-418: Update forwarding_api.cpp to match current API signature | Nat 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-30 | MAINT-6970 FIXED Crash in LLFloaterPermsDefault::updateCap() | Mnikolenko Productengine | |
2016-11-30 | Merged in maxim_productengine/viewer-neko_maint2 (pull request #104) | Andrey Lihatskiy | |
MAINT-6967 FIXED Crash in LLFloaterAvatarPicker::find() | |||
2016-11-29 | DRTVWR-418: Address yet another effect of downdating openjpeg. | Nat Goodspeed | |
2016-11-29 | MAINT-6967 FIXED Crash in LLFloaterAvatarPicker::find() | Mnikolenko Productengine | |
2016-11-29 | Merged in Ansariel/viewer-neko-ui-scaling (pull request #98) | Andrey Lihatskiy | |
More improvements for UI scaling detection | |||
2016-11-29 | MAINT-6729 Fix crash in LLImageGL::analyzeAlpha() | AndreyL ProductEngine | |
2016-11-28 | DRTVWR-418: Revert one more openjp2.dll reference to openjpeg.dll. | Nat Goodspeed | |
2016-11-25 | Fix UI scaling changed notice showing up on startup if system UI scale ↵ | Ansariel | |
factor changed during last session | |||
2016-11-25 | Don't resize viewer window if UI scaling didn't change | Ansariel | |
2016-11-23 | DRTVWR-418: Work around missing LLCEFLibSettings::page_zoom_factor. | Nat Goodspeed | |
2016-11-23 | DRTVWR-418: Have to #include "llkdumem.h" even when not LL_DARWIN. | Nat Goodspeed | |
2016-11-22 | DRTVWR-418: libc++ has stat data in <sys/types.h>. | Nat Goodspeed | |
2016-11-22 | DRTVWR-418: Use correct spelling for glh_linear package. | Nat Goodspeed | |
2016-11-22 | DRTVWR-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-22 | DRTVWR-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-19 | STORM-2143 Correct vertex winding of stars | Drake Arconis | |
2016-11-29 | Merged in MAINT-6803 face cycling | Andrey Kleshchev | |
2016-11-29 | MAINT-6936 Black screen following toggle to wireframe in photo dialogue. | Mnikolenko Productengine | |
2016-11-28 | MAINT-5456 Button tooltips in Appearance floater should now be localisable | andreykproductengine | |
2016-11-28 | MAINT-6962 Viewer crashes when saving sky preset and clicking "Save" button ↵ | Mnikolenko Productengine | |
twice | |||
2016-11-25 | MAINT-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-19 | DRTVWR-418: Change to libc++ on Mac, remove reminder warning. | Nat Goodspeed | |
2016-11-19 | MAINT-6953 [Contribution] Error in DPI scaling calculation | Ansariel Hiller | |
2016-11-23 | MAINT-6951 Fixed Appearance panel causing camera movement regardless of ↵ | andreykproductengine | |
circumstance. | |||
2016-11-23 | MAINT-6919 New SKU description doesn't fit in REGION/ESTATE ->Region tab | Mnikolenko Productengine | |
2016-11-23 | MAINT-6957 A high object bonus can cause incorrect parcel land capacity to ↵ | Mnikolenko Productengine | |
appear in the build tool's Advanced floater | |||
2016-11-22 | MAINT-6949 Visual Outfit Browser - rename worn outfit is not reflected in ↵ | Mnikolenko Productengine | |
gallery view | |||
2016-11-21 | MAINT-6901 safety checks fix | andreykproductengine | |
2016-11-21 | Merged in Ansariel/storm-2141 | AndreyL ProductEngine | |
2016-11-21 | MAINT-6938 Fixed Inventory gear menu, 'empty' entries are always enabled. | andreykproductengine | |
2016-11-18 | MAINT-2141 Fix for Sky Cloud Coverage reverting. | andreykproductengine | |
2016-11-19 | STORM-2140 LLLineEditor enabled-state cannot properly set via XUI | Ansariel | |
2016-11-18 | SL-534 - make handling of other-gender sliders more consistent. Fixes mGroin ↵ | Brad Payne (Vir Linden) | |
bug. | |||
2016-11-18 | MAINT-6901 Linux build fix | andreykproductengine | |
2016-11-17 | DRTVWR-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. |