Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-05 | Added tag 5.0.0-release for changeset b41e1e7c7876 | Oz Linden | |
2016-12-05 | remove more bits of the old build system | Oz Linden | |
2016-12-05 | lower the verbosity of makensis to emit only warnings and errors | Oz Linden | |
2016-12-05 | suppress VS linker warning about unfound pdb files | Oz Linden | |
2016-12-05 | Backed out changeset: ffffbe002ff2 | AndreyL ProductEngine | |
Finally reverting the MAINT-4488 (see BUG-37693 for details) | |||
2016-12-05 | merge callum fixes | Oz Linden | |
2016-12-05 | DRTVWR-418: Another round (hopefully the last) of fixing $variables. | Nat Goodspeed | |
2016-12-05 | correct merge duplications, put source_environment commands into sections | Oz Linden | |
2016-12-05 | merge sling-buildscripts updates | Oz Linden | |
2016-12-03 | call standard initialization functions from buildscripts build.sh | Oz Linden | |
2016-12-02 | Pull in the new Havok source package that pulls includes the new Havok Libs ↵ | Callum Prentice | |
package with corrected Win64 libs that are properly built for VS2013 | |||
2016-12-02 | Pull in fixed FMODEX package with 64 bit fmodex DLL correctly named ↵ | Callum Prentice | |
(fmodex64.dll vs fmodex.dll) | |||
2016-12-02 | Remove winmmshim 'hack' from project and set volume directly from CEF media ↵ | Callum Prentice | |
plugin using Windows system call. WinMMShim was only needed for XP systems and since we no longer support XP, it is not required. | |||
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 | DRTVWR-418: Once again, undo inappropriate autobuild.xml expansions. | Nat Goodspeed | |
2016-11-30 | DRTVWR-418: Merge Callum's KDU update | Nat Goodspeed | |
2016-11-30 | DRTVWR-418: Update to KDU build 501106. | 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 | Automated merge with ssh://bitbucket.org/lindenlab/viewer64 | Nat Goodspeed | |
2016-11-30 | DRTVWR-418: Update llceflib to build 501109. | Nat Goodspeed | |
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 | DRTVWR-418: Revert unintentional expansion of $vars in autobuild.xml. | Nat Goodspeed | |
2016-11-29 | DRTVWR-418: Update to openjpeg build 501102 | Nat Goodspeed | |
2016-11-29 | DRTVWR-418: Add viewer-build-variables to BuildParams | Nat Goodspeed | |
2016-11-29 | DRTVWR-418: Rename darwin platform to darwin64. | Nat Goodspeed | |
We never intend to support 32-bit Mac builds any more. This change eliminates the autobuild warning about not finding darwin64 and therefore falling back on plain darwin. | |||
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: Update to SDL build 501092. | Nat Goodspeed | |
2016-11-23 | Automated merge with ssh://bitbucket.org/lindenlab/viewer64 | Nat Goodspeed | |
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 | |