- May 24, 2012
- May 22, 2012
- May 19, 2012
-
-
Richard Linden authored
don't auto position other floater when it is hosted
-
- May 04, 2012
- Apr 26, 2012
-
-
Oz Linden authored
-
- Apr 25, 2012
-
-
Oz Linden authored
-
Seth ProductEngine authored
Added checks for LLViewerRegion pointer in LLViewerObject being invalid.
-
Nat Goodspeed authored
Mindful that some autobuild packages populate only packages/lib/release (rather than packages/lib/debug), Linking.cmake always appends packages/lib/release to CMake's link_directories() directive. But since CMake always appends CMAKE_BUILD_TYPE to those directories, we end up with a phantom packages/lib/release/Release directory on the search path. This would be harmless except that the Mac's 'ld' command produces a warning. These warnings quickly make TC's "Important Messages" output useless. Try appending packages/lib/release only when the build type isn't already Release.
-
Oz Linden authored
WOLF-363: (partial) correct ordering of cleaning build dir vs running 'autobuild install'
-
- Apr 24, 2012
-
-
eli authored
-
eli authored
-
Oz Linden authored
-
Boroondas Gupte authored
-
Oz Linden authored
-
- Apr 17, 2012
-
-
Oz Linden authored
-
Oz Linden authored
-
Seth ProductEngine authored
-
- Apr 16, 2012
- Apr 14, 2012
-
-
Nat Goodspeed authored
Incoming changes from two different project repos left viewer-development with LLInventoryModel::removeItem() and removeCategory() plus free functions remove_item() and remove_category() in llinventoryfunctions.cpp. remove_category() was actually the better implementation; migrated its body into LLInventoryModel::removeCategory(). Clearly the previous state of affairs -- with LLInventoryModel::removeItem() plus a remove_category() free function in a very different source file -- fooled two different developers into overlooking the other of the pair. Unfortunately we each added different "missing" functions, leaving us with a complete set of four. Fix existing references to remove_item() and remove_category() free functions.
-
Oz Linden authored
-
- Apr 13, 2012
-
-
Oz Linden authored
-
Oz Linden authored
-
Seth ProductEngine authored
-
Oz Linden authored
-
- Apr 12, 2012
-
-
Seth ProductEngine authored
Notification handlers now use LLHandles to screen channels.
-
Seth ProductEngine authored
Fixed boost trackable objects usage.
-
- Apr 11, 2012
-
-
Oz Linden authored
-
- Apr 10, 2012
-
-
Vaalith authored
-
- Apr 09, 2012
-
-
eli authored
-
Vaalith Jinn authored
-
- Apr 06, 2012
-
-
Oz Linden authored
-
- Apr 04, 2012
-
-
Oz Linden authored
-
- Apr 03, 2012
-
-
Nicky Perian authored
LL_PATH_USER_SETTINGS. This will allow a common write location for development and installed configurations. Should correct installed configuration from permission failures on windows systems where writing to the install directory requires elevation of rights to administrator.
-
- Apr 06, 2012
-
-
Oz Linden authored
-
Jonathan Yap authored
Subtask of STORM-637
-