Age | Commit message (Collapse) | Author |
|
vector of items)
Added new constructors to LLInventoryFetch types to allow passing in a single item.
|
|
observer list automatically
FetchObservers now take in a list of IDs to check against.
Made some naming changes.
|
|
observer list automatically
Preliminary work to clean up naming conventions.
|
|
Took out enums and flags from LLInventory into LLInventoryDefines
Did a bunch of header file reformatting for LLInventory.h
Change made to simulator files as well.
|
|
Fixed some more typedefs that I missed in first checkin.
|
|
Includes: DEV-45800, DEV-45803 - Grid Manager
DEV-45804 - SLURL refactor
DEV-45801 - Single username field (for Identity Evolution and SLE Ldap)
Also,
Includes Certificate Management code allowing the viewer to connect to
grids not signed by a well know key (just like any web browser). Also
contains secure storage for things like passwords.
The security/certificate code is modular with the intention of adding modules
to directly use the operating system facilities for crypto if available.
(that's much more secure than we'll ever be)
Also, refactor of voice to modularize it, and add a diamondware voice module.
CR: Aimee, James, Lynx, Mani, Karina and a list of thousands
|
|
|
|
history,
* added class for LLPostponedNotification to rpovide possibility postpone adding notification to notifications system till sender avatar name will be received from cache name;
* rolled back changes related to fix of EXT-4779;
* avoided passing avatar id when logging 'Object Return' notification to nearby chat;
eviewed by Vadim Savchuk at https://jira.secondlife.com/browse/EXT-6373
--HG--
branch : product-engine
|
|
replaced [NAME] with [NAME_SLURL] in friendship offer notification;
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
gAgentAvatarp pointer was being checked for null instead of the local avatarp.
|
|
--HG--
branch : product-engine
|
|
Moved all the LLInventoryModelCOllectFunctors from LLInventoryModel to LLInventoryFunctions
|
|
--HG--
branch : product-engine
|
|
Superficial cleanup to change all typedef std::vector<LLUUID> to use a common typedef uuid_vec_t instead.
|
|
Superficial cleanup to replace all instances of "gAgentAvatar" with "gAgentAvatarp".
|
|
Superficial cleanup to replace all instances of "LLVOAvatarSelf *avatarp = gAgent.getAvatarObject" with "gAgentAvatar".
|
|
Superficial cleanup so that all instances of gAgent.getAvatarObject() use "LLVOAvatarSelf *avatarp = gAgent.getAvatarObject".
|
|
Lots of superficial cleanup, particularly around "if (" formatting.
Removed LLAgent as a friend of LLAgentCamera and refactored to use accessors.
|
|
Resolved conflict in indra/newview/llviewerwindow.cpp.
--HG--
branch : product-engine
|
|
replaced [NAME] with [NAME_SLURL] in teleport offer notification, this will unify offers appearance and gap between offers in IM chat log with disabled plaintext mode;
--HG--
branch : product-engine
|
|
|
|
Minor superficial cleanup to have all references to getAvatarObject use LLVOAvatarSelf *avatarp = gAgent.getAvatarObject()
|
|
logged to IM log”,
reviewed by Mike Antipov at
https://codereview.productengine.com/secondlife/r/90/
--HG--
branch : product-engine
|
|
#2 checkin.
Superficial cleanup and some bug fixing (e.g. took out duplicate mDrawDistance from llagent, took out gAgentCameraHACK and gAgentHACK).
|
|
First check-in; only compiles, nothing more.
|
|
|
|
Resolved conflicts in llpanellandmarks.cpp.
--HG--
branch : product-engine
|
|
|
|
(when viewer is disconnected, timed out)
added defensive check for non null region
--HG--
branch : product-engine
|
|
Reusable notifications are deleted when user closes IM floater(old - when user closes Viewer).
--HG--
branch : product-engine
|
|
LLSD::maps keys accross the code are used in mix of cases, lower and upper.
Using "from_id" and "FROM_ID" causes avatar id to be null and thus "no body" was displayed.
BUT this fix is of no use since several minutes ago viewer-offers feature was merged into release,
which overrides avatar name with "Second Life" to display message about teleport offering as system message
Reviewed by Q at https://codereview.productengine.com/secondlife/r/72/
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
translation)
- Slightly modified regexp to avoid adding of extra space after names and also made demands to the end of the message string more strict by escaping "."
Reviewed by Kent at https://codereview.productengine.com/secondlife/r/55/
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
message needs translation).
String is server side hardcoded!
- Moved strings to strings.xml
- Parsed incoming "You paid" messages in code via regex
--HG--
branch : product-engine
|
|
- Moved hardcoded strings in LLFloaterBuyCurrency::buyCurrency() calls to strings.xml
Reviewed by Vadim Savchuk https://codereview.productengine.com/secondlife/r/56/
--HG--
branch : product-engine
|
|
to be localized
extracted strings used in LLAppViewer::forceDisconnect(...) calls
Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/41/
--HG--
branch : product-engine
|
|
|
|
|
|
- Moved hardcoded strings in LLFloaterBuyCurrency::buyCurrency() calls to strings.xml
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/33/
--HG--
branch : product-engine
|
|
receiving inventory offers: The item term needs to be localized
Localized asset type names will be taken from strings.xml.
Reviewed by Mike Antipov https://codereview.productengine.com/secondlife/r/15/
--HG--
branch : product-engine
|
|
Update for TeleportOffered and OfferFriendship offers.
--HG--
branch : product-engine
|
|
Reviwed https://codereview.productengine.com/secondlife/r/13/
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
Added functionality to make Toasts accept multiple user inputs(clicks on option buttons).
--HG--
branch : product-engine
|
|
translation
--HG--
branch : product-engine
|
|
|
|
completed from" needs translation)
- moved hard coded string into teleport_strings.xml (name="completed_from")
--HG--
branch : product-engine
|
|
Checker: MISSING_BREAK
Function: friendship_offer_callback(const LLSD &, const LLSD &)
File: /indra/newview/llviewermessage.cpp
not-a-bug
|