Age | Commit message (Collapse) | Author |
|
|
|
meshes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
leaking.
|
|
|
|
|
|
- Added creating own calling card for the user to be able to share it with other residents.
- Moved calling cards synchronization with friends list to the viewer start up. Previously synchronized upon opening the Friends tab in People side panel.
- Calling cards for non-friends are not removed upon calling cards synchronization with friends list.
- Enabled "Share" menu item for calling cards in inventory.
|
|
- Moved callbacks for Link/Unlink to the LLSelectMgr
- Binded Link/Unlink callbacks with buttons in Build Floater
- Replaced view_listener_t usage for Link, Unlink, EnableLink, EnableUnlink with boost::bind
|
|
|
|
|
|
|
|
<jsonpath>/include.
Otherwise include/json/features.h will mask /usr/include/features.
|
|
|
|
|
|
|
|
|
|
|
|
obsolete entries)
|
|
|
|
name on windows.
|
|
due to improperly disabled msvcrt manifest checking.
reviewed by jenn.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Now called 'HeadlessClient' instead of 'DisableRendering'
* Removed most cases where we skipped certain behaviors in the client when in this mode. This gets us closer to a 'true' client, for testing purposes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Each LLEventAPI method that generates a reply needs to extract the name of the
reply LLEventPump from the request, typically from a ["reply"] key, copy the
["reqid"] value from request to reply, locate the reply LLEventPump and send
the enriched reply object. Encapsulate in sendReply() function before we
proliferate doing all that by hand too many more times.
|
|
|