summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-12Automated merge with http://bitbucket.org/lindenlab/viewer-tools-updateNat Goodspeed
2014-12-12Update viewer to consume googlemock build 297460.Nat Goodspeed
2014-12-12MAINT-4735 FIXED Need to press Ctrl+W twice to close floaterandreykproductengine
2014-12-12MAINT-4739 FIXED Restore cursor when WorldMap floater loses focus.Mnikolenko ProductEngine
2014-12-11Automated merge with ssh://bitbucket.org/lindenlab/viewer-tools-updateNat Goodspeed
2014-12-11Update viewer to consume colladadom build 297450Nat Goodspeed
2014-12-11Re-add missing variable declaration (not that it's very useful and no idea ↵callum_linden
how it was removed)
2014-12-11Add bespoke ctor/dtor that align on 16byte boundaries when creating things ↵callum_linden
on the heap
2014-12-11Update viewer to consume boost build 297445 (no fchmodat())Nat Goodspeed
2014-12-11SL-92 WIPBrad Payne (Vir Linden)
2014-12-11Fix a couple more ll_round() callsNat Goodspeed
2014-12-11Disambiguate 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-11Add /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-11MAINT-4740 FIXED Context menus left on screen when closing floater with Ctrl+Wandreykproductengine
2014-12-10merge with headcallum_linden
2014-12-10Match up our usage of MS APIs with function prototypes in the new version of ↵callum_linden
the API
2014-12-10Automated merge with ssh://bitbucket.org/lindenlab/viewer-tools-updateNat Goodspeed
2014-12-10Update autobuild.xml with current builds from Tools Update spreadsheet.Nat Goodspeed
This is mostly Mac and Linux, given rev 6cf8a8cd07c6, save for glui, jsoncpp and llphysicsextensions_source, which also update Windows.
2014-12-10Merge with headcallum_linden
2014-12-10Fix for incorrectly formatted #if statements (worked on clang FWIW!)callum_linden
2014-12-10Automated merge with http://bitbucket.org/lindenlab/viewer-tools-updateNat Goodspeed
2014-12-10Replace 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-10Clarify 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-10Fix for build problems with LLTrace::AccumulatorBuffer copy ctor in VS2013 ↵callum_linden
(only)
2014-12-10Rename llround(..) to ll_round(..) because of a collision with MS llround ↵callum_linden
(long long round) in VS2013
2014-12-10MAINT-1774 FIXED Don't open preview texture floater if user clicks "Cancel" ↵Mnikolenko ProductEngine
button.
2014-12-09merge with headcallum_linden
2014-12-09no implicit conversion from ofsteam to bool in VS2013!!!!callum_linden
2014-12-09update dictionaries to a single common platform buildOz Linden
2014-12-09Made merge to correct version of file.Aura Linden
2014-12-08Merged.Aura Linden
2014-12-08Pointed to newest havok repos.Aura Linden
2014-12-08Update autobuild to point to new (Windows) third poarty libraries we just ↵callum_linden
built and configure for VS2013
2014-12-08Merge downstream code and become version 3.7.23simon
2014-12-08SL-92 WIP - hover height communicated via appearance messages.Brad Payne (Vir Linden)
2014-12-08mergeBrad Payne (Vir Linden)
2014-12-08MAINT-3457 FIXED List of notecard content is shifted while resize of ↵andreykproductengine
notecard window
2014-12-09MAINT-3648 FIXED Allow opening URLs when any text is selected.Mnikolenko ProductEngine
2014-12-08Merge downstream code and become version 3.7.23simon
2014-12-08MAINT-4342 FIXED Height text-box value decreases after it was set to a ↵andreykproductengine
specific value
2014-12-08MAINT-1662 FIXED Disable menu items for attached objects.Mnikolenko ProductEngine
2014-12-06Update viewer to consume mesa build 297283.Nat Goodspeed
2014-12-05merge changes for 3.7.22-releaseOz Linden
2014-12-05increment viewer version to 3.7.23Oz Linden
2014-12-05Added tag 3.7.22-release for changeset bc61801f6140Oz Linden
2014-12-05Wrap #pragma clang in #if __clang__, else VS produces fatal warnings.Nat Goodspeed
2014-12-05Update viewer to consume tut build 297257.Nat Goodspeed
2014-12-05MAINT-4718 FIXED Enable Open menu item even if texture is no-copy.Mnikolenko ProductEngine
2014-12-04Place Windows build artifacts in build-vc120 rather than build-vc100.Nat Goodspeed
2014-12-04Make 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.