- Apr 20, 2012
-
-
Oz Linden authored
-
- Apr 17, 2012
-
-
Oz Linden authored
-
Oz Linden authored
-
Seth ProductEngine authored
-
- Apr 16, 2012
-
-
callum authored
MAINT-922 FIX Client side code to catch the SCRIPT_PERMISSION_TELEPORT request from similator and display a notification Reviewed by Simon
-
- 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
-
- Apr 03, 2012
-
-
Oz Linden authored
-
- Apr 02, 2012
- Mar 30, 2012
-
-
Oz Linden authored
-
Oz Linden authored
-
Vadim ProductEngine authored
As far as I can tell, if login fails with the "Region has begun the logout process" message, gAgentAvatarp gets destroyed, which leads to the crash. Adding a check that should prevent it (could not reproduce to make sure).
-
- Mar 29, 2012
- Mar 28, 2012
-
-
Oz Linden authored
-
- Mar 27, 2012
-
-
Nat Goodspeed authored
Introduce new LLInventoryModel::removeCategory() method comparable to removeItem(), but for folder objects (using changeCategoryParent() rather than changeItemParent()). Introduce removeObject() method that calls one of the above, depending on runtime object type.
-
Nat Goodspeed authored
The body of removeItem() was already nearly identical to the body of changeItemParent(); this eliminates the redundancy. Improve logging for changeItemParent().
-
Nat Goodspeed authored
It's not really clear why they're in llinventoryfunctions.{h,cpp} instead of LLInventoryModel, and in fact LLInventoryModel::removeItem() already contains code essentially cloned from change_item_parent() -- or perhaps vice-versa. This changeset addresses only migrating the functions, and fixing up existing references, to simplify code review.
-
Oz Linden authored
-
Oz Linden authored
-