Age | Commit message (Collapse) | Author |
|
Added a version field at the beginning of inventory cache files. If version field is not found or does not match expectected value, then the cache is discarded. In 1.23, the version line triggers a warning but is otherwise ignored.
Reviewed by Seraph.
|
|
with invalid objectp->mType"
Trivial fix to just ignore reading in items that have unknown/none asset type.
|
|
|
|
problem was caused by triggering updateMeshTextures() every time visual params
or textures were changed on your base avatar object. The latest structure
makes the parameters and textures in the wearables authoritative, causing them
to be copied to the avatar on a regular basis. This resulted in way too many callbacks
to be registered while waiting for baked textures to be uploaded.
Fixed by removing many calls to updateMeshTextures() and ensuring that it gets called
every time an appropriate param or texture actually changes, or a wearable gets
added/removed. This appears to cut the number of callbacks to a reasonable level.
Code reviewed by Bigpapi.
|
|
in this changeset and
in 4466:3ad0401e16a5. Here I changed height of buuttons.
--HG--
branch : product-engine
|
|
|
|
--HG--
branch : product-engine
|
|
As requested by the search team.
|
|
|
|
- Added NULL pointer checks.
--HG--
branch : product-engine
|
|
|
|
I've added a new LLAvatarActions::startCall() method to make it easy
to start a new P2P call. The Resident Profile "Call" button is now
hooked up to this.
I've also put back the "Call" menu in the avatar popup menu and hooked
this up too. While I was there I noticed that the "IM" popup menu code
could all be removed in favor of a call to LLAvatarActions::startIM().
|
|
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
|
|
|
|
on Group item hover
--HG--
branch : product-engine
|
|
- we'll be managing its state rather manually, not necessarily conforming to 'toggle' semantics.
|
|
Various trivial UI behavioral changes for disabling/enabling old/new floaters when bringing up properties of objects/items.
This is to make the UI behavior compliant with the Inventory Panel MVP.
Also added missing sidepanel_task_info.xml (although this is not actually enabled for viewer2.0).
|
|
appears only if right mouse click was performed over avatar's icon area. Remove default avatar context menu.
--HG--
branch : product-engine
|
|
|
|
|
|
buttons),
but Erica will have to set appropriate icon.
--HG--
branch : product-engine
|
|
visual state as a special case
- all speak buttons will soon know how to poll (sigh) the ptt state, with more reliability.
|
|
|
|
The reason is that some unnecessary free space is left in Place Profile panel.
- Cleaned up obsolete code from Place Profile panel.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
Floaters (Communicate) should be present in new IM Floaters/IM control panels, EXCLUDING voice related mute/moderation stuff
--HG--
branch : product-engine
|
|
|
|
expand to show active voice indicator
--HG--
branch : product-engine
|
|
offline
--HG--
branch : product-engine
|
|
|
|
- because on second thoughts, there's not much wisdom in carrying probably-not-tested-for-years code around 'just in case'.
|
|
to llmath with ll-header naming convention.
|
|
--HG--
branch : product-engine
|
|
Macro definitions for common math constants (e.g. M_PI) are declared under the _USE_MATH_DEFINES in math.h
Added "#define _USE_MATH_DEFINES" before including math.h (for Windows build only)
--HG--
branch : product-engine
|
|
viewing Classifieds.
--HG--
branch : product-engine
|
|
Pick panel has no effect)
--HG--
branch : product-engine
|
|
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
list by distance and most recent speakers)
--HG--
branch : product-engine
|
|
Fixed viewing classifieds of other avatars.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
|
|
because it has no name=
I18N: 2 nodes in panel_preferences_privacy.xml cant be localized because it has no name=
I18N: 2 EN files menu_inspect_object_gear.xml, panel_group.xml use duplicate name= parameters from a copy/paste error
L10N: rephrase for localizability in panel_preferences_advanced.xml and panel_preferences_sound.xml
|