Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-15 | Add feature (enabled) to turn off media plugins | callum_linden | |
2014-12-15 | include quicktime package only on windows | Oz Linden | |
2014-12-15 | include libuuid and fontconfig only on linux | Oz Linden | |
2014-12-15 | don't include glext on Mac where it is not used | Oz Linden | |
2014-12-15 | remove redundant include of Audio.cmake | Oz Linden | |
2014-12-15 | merge changes for 3.7.22-release | Oz Linden | |
2014-12-14 | STORM-2082 Remove ugly list of control names. Instead, obtain the list from ↵ | Jonathan Yap | |
the View data Remove a few remants used by the old hardware floater | |||
2014-12-13 | STORM-2082 When a control is greyed out make sure it's associated text is ↵ | Jonathan Yap | |
greyed out. Sky: has two dependencies; grey it out when either one is not available. Remove Basic Shaders from Basic tab | |||
2014-12-13 | STORM-2082 Write out settings to preset file if settings changed on the ↵ | Jonathan Yap | |
login page Code improvements from bitbucket comments | |||
2014-12-12 | Remove unneeded media plugin header file | callum_linden | |
2014-12-12 | Implicit conversion from ostream to string needs help in VS2013 | callum_linden | |
2014-12-12 | merge latest fix from nat | Oz Linden | |
2014-12-12 | Make JsonCpp.cmake reference Windows lib names we actually use. | Nat Goodspeed | |
2014-12-12 | fix dos line endings | Oz Linden | |
2014-12-12 | Eliminate use of boost::lambda with boost::function (Trac #10864). | Nat Goodspeed | |
https://svn.boost.org/trac/boost/ticket/10864 I've used boost::lambda with boost::function in a number of creative ways over the years. But the clang 6 shipped with Xcode 6 seems to have somehow broken lambda + function in Boost 1.57. boost::phoenix is a partial workaround. Sadly, lambda's comma-operator overload doesn't seem to be supported, necessitating a couple ugly workarounds. With real lambdas now supported by current compilers, I'm sure the Boost community has little incentive to repair the lambda + function problem. Presumably we'll be able to use such features ourselves Real Soon Now... | |||
2014-12-12 | Make LINE_NUMBER_HERE workaround conditional on LL_WINDOWS. | Nat Goodspeed | |
The referencing code is all within LL_WINDOWS conditionals, so the dummy variable must be enclosed that way too -- otherwise we get unreferenced-variable warnings-as-errors on other platforms. | |||
2014-12-12 | Fix up remaining llround() -> ll_round() issues | callum_linden | |
2014-12-12 | Merge with head | callum_linden | |
2014-12-12 | Update VSTool that is used to set configuration in MSVC solution file for ↵ | callum_linden | |
MSVC 2013 (v12.x) | |||
2014-12-12 | Another round of ll_round() | Nat Goodspeed | |
2014-12-12 | Automated merge with http://bitbucket.org/lindenlab/viewer-tools-update | Nat Goodspeed | |
2014-12-12 | STORM-2082 Merge Hardware floater into main graphics preferences display | Jonathan Yap | |
Change notifications so they are emitted only when an error occurs Put active preset at top of list Add Maximum ARC slider Merge two small methods into slider update code | |||
2014-12-11 | Re-add missing variable declaration (not that it's very useful and no idea ↵ | callum_linden | |
how it was removed) | |||
2014-12-11 | Add bespoke ctor/dtor that align on 16byte boundaries when creating things ↵ | callum_linden | |
on the heap | |||
2014-12-11 | Fix a couple more ll_round() calls | Nat Goodspeed | |
2014-12-11 | Disambiguate a few ensure() calls. | Nat Goodspeed | |
These were of the form ensure(std::string, something convertible to bool). Not sure what the ambiguity was, but ensure(std::string, bool(something)) works better. | |||
2014-12-11 | Add /SAFESEH:NO /NODEFAULTLIB:LIBCMT to viewer linker switches. | Nat Goodspeed | |
zlib cannot be linked with SAFESEH, which is the VS 2013 default, so every consumer must set /SAFESEH:NO. /NODEFAULTLIB:LIBCMT seems to eliminate many duplicate-symbol link errors. | |||
2014-12-10 | Match up our usage of MS APIs with function prototypes in the new version of ↵ | callum_linden | |
the API | |||
2014-12-10 | Merge with head | callum_linden | |
2014-12-10 | Fix for incorrectly formatted #if statements (worked on clang FWIW!) | callum_linden | |
2014-12-10 | Automated merge with http://bitbucket.org/lindenlab/viewer-tools-update | Nat Goodspeed | |
2014-12-10 | Replace boost::lambda::_1 with boost::phoenix::placeholders::arg1. | Nat Goodspeed | |
Apparently in Boost 1.57 with Xcode 6, the combination of Boost.Lambda and Boost.Function is broken -- Trac ticket 10864: https://svn.boost.org/trac/boost/ticket/10864 However, Boost.Phoenix provides an acceptable replacement. | |||
2014-12-10 | Clarify for VS 2013 that an operator bool() method returns bool. | Nat Goodspeed | |
For some reason VS 2013 (unlike its predecessors and other current compilers) needs us to explicitly convert an operator bool() method's return expression to bool. :-P | |||
2014-12-10 | Fix for build problems with LLTrace::AccumulatorBuffer copy ctor in VS2013 ↵ | callum_linden | |
(only) | |||
2014-12-10 | Rename llround(..) to ll_round(..) because of a collision with MS llround ↵ | callum_linden | |
(long long round) in VS2013 | |||
2014-12-09 | no implicit conversion from ofsteam to bool in VS2013!!!! | callum_linden | |
2014-12-09 | STORM-2082 Improve file error handling, add help topic labels to new floaters. | Jonathan Yap | |
2014-12-08 | merge | Brad Payne (Vir Linden) | |
2014-12-05 | merge changes for 3.7.22-release | Oz Linden | |
2014-12-05 | increment viewer version to 3.7.23 | Oz Linden | |
2014-12-05 | Wrap #pragma clang in #if __clang__, else VS produces fatal warnings. | Nat Goodspeed | |
2014-12-04 | Make havok_source package name agree with name from repo URL. | Nat Goodspeed | |
Until we get a havok-source package built with new metadata-bearing autobuild, the package name in autobuild.xml and CMake must agree with the tarball filename. | |||
2014-12-04 | STORM-2082 Revert name of Reset button from Undo back to Reset. Hopefully ↵ | Jonathan Yap | |
this will be renamed Recommended Settings. Display a test icon (artwork needed) in the pulldown panel | |||
2014-12-03 | further improvements to avatar render info display and logging of associated ↵ | Oz Linden | |
server messages | |||
2014-12-03 | remove obsolete menu entries in favor of integrated render info display | Oz Linden | |
2014-12-03 | STORM-2082 Send signal to pulldown panel to refresh itself | Jonathan Yap | |
2014-12-03 | STORM-2082 Remove Apply button. | Jonathan Yap | |
Add new control variable to track which preset is active. Save settings to active preset when clicking on Ok button. Initial work to make pulldown operational. Still to do: add pretty icon for current preset. Notifications do not appear when called from this panel. | |||
2014-12-02 | STORM-2082 Add Recommended button | Jonathan Yap | |
2014-12-01 | STORM-2082 Improve text in notifications. | Jonathan Yap | |
Disable delete button when thre is nothing to be deleted. | |||
2014-12-01 | merge fix | Brad Payne (Vir Linden) | |