Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
EXT-7399: FIXED: 2.0.2 with http textures loads textures slower than 1.23.5
|
|
|
|
avatar to bounce up and down
|
|
menu on right-click, as if it IS attached
Objects attached to bad attachment point end up attached to chest by default so they're not hanging in space.
|
|
EXT-7500: Texture Jamming problems with http texture off;
|
|
fix for EXT-7500: Texture Jamming problems with http texture off;
|
|
|
|
EXT-7567 FIX My feet are missing when walking on the ground
reviewed by Nyx
|
|
Added a third visual param group VISUAL_PARAM_GROUP_TWEAKABLE_NO_TRANSMIT
to specify visual params that are user-tweakable, but should not be sent
over the network.
We should have this group *only* for new user-tweakable visual parameters
that should not be sent over the network. These should only be used for
*new* parameters that only contribute to the generation of baked textures.
Code reviewed by Richard
|
|
added some comments and cleaned up code based on review
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
off.
Raise priorities of textures for self avatar to the highest.
|
|
off.
Raise priorities of textures for self avatar to the highest.
|
|
|
|
|
|
Fixed random to use ll_rand() so that it compiles across all architectures.
This should fix the trunk build.
Code reviewed by CG
|
|
EXT-7598 FIXED dup - Consistent 'ruthing' of male avatars at meeting
final piece. all reviewed by nyx.
|
|
to be reviewed by nyx.
|
|
|
|
|
|
EXT-7526 FIXED Add baked texture information to texture view
First attempt at low res textures after timeout.
Added debug setting to control whether low res texture timeout is used.
Added baked texture load information to texture view debug display.
Trivial name changes to some variables.
|
|
|
|
reviewed by Nyx.
|
|
|
|
|
|
Final fixes for:
EXT-7209 camera to enter appearance edit mode
EXT-7366 change camera to face front of avatar in previews
EXT-7213 kill old appearance editor
Partial fix for:
EXT-7392 alpha mask checkboxes are not hooked up
All changes code reviewed by vir. Following commits (plus this one) reviewed with this checkin:
425d4e960450
15d04b6464a7
e92ae606de12
adc94512ea9b
24577dbbf7a4
6f28b241eae2
(sorry dessie! :) )
|
|
|
|
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/434/
--HG--
branch : product-engine
|
|
part 2 - correcting a few points that would have broken the build.
Final version will be reviewed before pushing.
|
|
This is needed so that we don't duplicate this functionality for EXT-7392.
Its late, so will be reviewed tomorrow (but before code is pushed!)
|
|
Adds a color swatch to tattoo wearable that allows users to color their tattoos.
Defaults to white so should not affect existing tattoo wearables.
Code reviewed by Vir.
|
|
Superficial improvements to llinfos messaging.
|
|
Added timestamp for avatar rez messages.
Added messaging when entering/leaving Edit Appearance Mode.
|
|
Fixed memory leak.
Prettied up formatting for debug readouts.
Added more notifications for rez and cloud time.
|
|
for each component texture at each discard level, as well as baked texture
upload times, and reports the timing of each texture to the console when your
avatar sends out its appearance data to the server.
Reviewed by Seraph, will be removed before release.
-Nyx
|
|
|
|
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
|
|
Refactored LLWearableDictionary to look more like LLAssetType/LLFolderType/etc. in terms of code design. This required a lot of superficial changes across many files. Overall functionality has not changed.
|
|
|