Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
046e047b
Commit
046e047b
authored
12 years ago
by
Don Kjer
Browse files
Options
Downloads
Plain Diff
Automated merge
parents
793dde16
637fb26d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
autobuild.xml
+2
-2
2 additions, 2 deletions
autobuild.xml
indra/llappearance/llavatarappearance.h
+3
-1
3 additions, 1 deletion
indra/llappearance/llavatarappearance.h
with
5 additions
and
3 deletions
autobuild.xml
+
2
−
2
View file @
046e047b
...
...
@@ -1254,9 +1254,9 @@
<key>
archive
</key>
<map>
<key>
hash
</key>
<string>
e737558cc184667f23f01a103cc9a41a
</string>
<string>
3f6d155b817f13577b96ff28160d5e12
</string>
<key>
url
</key>
<string>
http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/llappearanceutility-source/rev/2652
1
4/arch/Linux/installer/llappearanceutility_source-0.1-linux-2012092
6
.tar.bz2
</string>
<string>
http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/llappearanceutility-source/rev/26524
3
/arch/Linux/installer/llappearanceutility_source-0.1-linux-2012092
7
.tar.bz2
</string>
</map>
<key>
name
</key>
<string>
linux
</string>
...
...
This diff is collapsed.
Click to expand it.
indra/llappearance/llavatarappearance.h
+
3
−
1
View file @
046e047b
...
...
@@ -136,13 +136,15 @@ class LLAvatarAppearance : public LLCharacter
typedef
std
::
map
<
std
::
string
,
LLJoint
*>
joint_map_t
;
joint_map_t
mJointMap
;
void
computeBodySize
();
protected
:
static
BOOL
parseSkeletonFile
(
const
std
::
string
&
filename
);
virtual
void
buildCharacter
();
virtual
BOOL
loadAvatar
();
virtual
void
bodySizeChanged
()
=
0
;
void
computeBodySize
();
BOOL
setupBone
(
const
LLAvatarBoneInfo
*
info
,
LLJoint
*
parent
,
S32
&
current_volume_num
,
S32
&
current_joint_num
);
BOOL
allocateCharacterJoints
(
U32
num
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment