Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-27 | Merge with head | callum_linden | |
2014-10-27 | Remove obselete TO DO list | callum_linden | |
2014-10-27 | fix build of llphysicsextensions package for sublicensed tpvs | Oz Linden | |
2014-10-27 | MAINT-2759 FIXED Touch is greyed out when right clicking on child prims in a ↵ | andreykproductengine | |
touchable linkset if the script uses a reset on rez | |||
2014-10-27 | MAINT-4435 FIXED fix in llvolume.cpp Perform full build if number of vertices | ruslantproductengine | |
less than allowed. Changes in all other files relate auxiliary methods for catching similar bugs in future. | |||
2014-10-27 | MAINT-4597 FIXED Show emoted name according to name settings in preferences. | Mnikolenko ProductEngine | |
2014-10-24 | update llphysicsextension with build fixes | Oz Linden | |
2014-10-24 | MAINT-4614 - fix viewer warning about bad membership list update | simon | |
2014-10-24 | convert llphysicsextensions tpv package build to use new autobuild package ↵ | Oz Linden | |
--results-file option | |||
2014-10-24 | MAINT-3208 FIXED Confusing button state when working with multiple textures ↵ | andreykproductengine | |
and the default texture is the last selected. | |||
2014-10-24 | document the special packaging parameters, and remove the obsolete uses | Oz Linden | |
2014-10-24 | Suppress non-useful NaN test in llsd_new_tut.cpp | Nat Goodspeed | |
2014-10-24 | MAINT-4554 FIXED Display owner as [groupname] (group) for group-owned object | Mnikolenko ProductEngine | |
2014-10-24 | upload autobuild metadata after viewer build | Oz Linden | |
2014-10-23 | Automated merge with ↵ | Nat Goodspeed | |
http://bitbucket.org/callum_linden/viewer-tools-update-callum | |||
2014-10-23 | Bring in new TUT library build. Clean up ensure_equals() overloads. | Nat Goodspeed | |
The new TUT library build eliminates the ambiguity about ensure_equals(const char*, ...) versus ensure_equals(const std::string&, ...). Now it's all based on const std::string&. Remove pointless const char* overloads and ambiguous forwarding templates. With clang in Xcode 6, any new datatypes we intend to use with ensure_equals() must have operator<<(std::ostream&, datatype) declared BEFORE lltut.h #includes tut.hpp. Reorder code in certain test source files to guarantee that visibility. | |||
2014-10-23 | merge changes for STORM-2081 | Oz Linden | |
2014-10-23 | Update to build on Xcode 6.0: update TODO list | callum_linden | |
2014-10-23 | Update to build on Xcode 6.0: point at new jpeglib package which moves lib ↵ | callum_linden | |
into lib/release vs lib | |||
2014-10-23 | STORM-2081 - Guard against null gWindowImplementation when fullscreen ↵ | Cinder | |
(crashes OS X Yosemite) | |||
2014-10-23 | Fix Xcode 6 compile errors relating to tut::ensure_equals() overloads. | Nat Goodspeed | |
lltut.h declares a number of ensure_equals() overloads for various data types, notably the types supported by LLSD. We expect these to be called by tut code. But the tut code in question is in a template in tut.hpp -- which was #included BEFORE the overloads were declared. Previous C++ compilers have evidently made multiple passes, collecting the relevant overloads before attempting to compile the template bodies. clang does not, complaining that the overloads must be declared before the tut.hpp template code that references them. Reordering parts of lltut.h seems to address that problem. For similar reasons, test programs that use StringVec.h and its operator<<() must #include StringVec.h before lltut.h. Add ensure_equals(const std::string&, const LLSD::Binary&, const LLSD::Binary&) overload. The sloppy mix of (const char*, ...) and (const std::string&, ...) overloads bothers me, since for many of those ... types we seem to have to duplicate them. | |||
2014-10-23 | MAINT-2131 FIXED "Copy" menu item is enabled for folders in "My inventory" ↵ | andreykproductengine | |
panel inside "Places>My Landmarks" tab | |||
2014-10-22 | Update to build on Xcode 6.0 (fix unit tests): minor fix for debug only unit ↵ | callum_linden | |
test | |||
2014-10-22 | merge with head | Oz Linden | |
2014-10-22 | Remove unit test case that relied on undefined order of evaluation | Oz Linden | |
in: 'cout << a() << b()' the order of evaluation of a() and b() is undefined. | |||
2014-10-22 | update glui package to repair unit test | Oz Linden | |
2014-10-22 | Update to build on Xcode 6.0 (fix unit tests): comment out failing unit test ↵ | callum_linden | |
in llsd_new_tut.cpp to let the build proceed - will fix later | |||
2014-10-22 | Merge with head | callum_linden | |
2014-10-22 | Update to build on Xcode 6.0 (fix unit tests): point to new version of GLUI ↵ | callum_linden | |
that has been built to match viewer | |||
2014-10-22 | merge with more fixes from callum | Oz Linden | |
2014-10-22 | correct merge error in llerror_test.cpp | Oz Linden | |
2014-10-22 | updates to TO DO list | callum_linden | |
2014-10-22 | Update to build on Xcode 6.0 (fix unit tests): remove unused statement warning | callum_linden | |
2014-10-22 | Update to build on Xcode 6.0 (fix unit tests): skip llerror_test test for ↵ | callum_linden | |
now - operator << issues on clang | |||
2014-10-22 | Update to build on Xcode 6.0 (fix unit tests): remove unused functions that ↵ | callum_linden | |
trigger clang warnings | |||
2014-10-22 | Update to build on Xcode 6.0 (fix unit tests): fix up Boost linker errors | callum_linden | |
2014-10-22 | Update to build on Xcode 6.0 (fix unit tests): fix and remove copy-pasted ↵ | callum_linden | |
code :( | |||
2014-10-22 | MAINT-4602 FIXED URLs are not highlighted as URLs in chat view when ↵ | MNikolenko ProductEngine | |
preceding an internal URL | |||
2014-10-22 | Update to build on Xcode 6.0 (fix unit tests): fix function stubbing in KDU | callum_linden | |
2014-10-22 | added skip to llerror_test of nested logging, noted in todo file | Oz Linden | |
2014-10-22 | added quoting to clarify failure messages | Oz Linden | |
2014-10-21 | Update to build on Xcode 6.0 (fix unit tests): turn off warnings for ↵ | callum_linden | |
multiple unused private members | |||
2014-10-21 | Update to build on Xcode 6.0: update TO DO list | callum_linden | |
2014-10-21 | Update to build on Xcode 6.0: point to new version of KDU libs with correct ↵ | callum_linden | |
build configs that match viewer (and everything else) | |||
2014-10-21 | correct test construction macro target reference for integration tests | Oz Linden | |
2014-10-21 | update darwin glui package with initialization fix | Oz Linden | |
2014-10-21 | correct hash for darwin apr_suite package | Oz Linden | |
2014-10-21 | Update to build on Xcode 6.0: remove release build unused function | callum_linden | |
2014-10-21 | Update to build on Xcode 6.0: remove release build unused function | callum_linden | |
2014-10-21 | merge changes for 3.7.18-release | Oz Linden | |