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
0dcc5ce2
Unverified
Commit
0dcc5ce2
authored
9 months ago
by
Rye Mutt
Committed by
GitHub
9 months ago
Browse files
Options
Downloads
Plain Diff
Merge pull request
#24
from AlchemyViewer/RyeMutt/swap-heretic-profile
Change Heretic to use new profiles
parents
ed975311
7203fb2e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
indra/newview/llpanelprofilelegacy.cpp
+1
-1
1 addition, 1 deletion
indra/newview/llpanelprofilelegacy.cpp
indra/newview/skins/heretic/skin_settings.xml
+2
-2
2 additions, 2 deletions
indra/newview/skins/heretic/skin_settings.xml
with
3 additions
and
3 deletions
indra/newview/llpanelprofilelegacy.cpp
+
1
−
1
View file @
0dcc5ce2
...
...
@@ -461,7 +461,7 @@ void LLPanelProfileLegacy::processProperties(void* data, EAvatarProcessorType ty
getChild
<
LLLineEditor
>
(
"www_edit"
)
->
setText
(
pData
->
profile_url
);
LLStringUtil
::
format_map_t
args
;
std
::
string
birth_date
=
LLTrans
::
getString
(
"AvatarBirthDateFormat"
);
std
::
string
birth_date
=
LLTrans
::
getString
(
"AvatarBirthDateFormat
Full
"
);
LLStringUtil
::
format
(
birth_date
,
LLSD
().
with
(
"datetime"
,
static_cast
<
S32
>
(
pData
->
born_on
.
secondsSinceEpoch
())));
args
[
"[AGE]"
]
=
LLDateUtil
::
ageFromDate
(
pData
->
born_on
,
LLDate
::
now
());
args
[
"[REZDAY]"
]
=
birth_date
;
...
...
This diff is collapsed.
Click to expand it.
indra/newview/skins/heretic/skin_settings.xml
+
2
−
2
View file @
0dcc5ce2
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<llsd
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"llsd.xsd"
>
<map>
...
...
@@ -13,7 +13,7 @@
<key>
Type
</key>
<string>
Boolean
</string>
<key>
Value
</key>
<boolean>
1
</boolean>
<boolean>
0
</boolean>
</map>
<key>
LegacyNotificationWell
</key>
<map>
...
...
This diff is collapsed.
Click to expand it.
Rye Mutt
@rye
mentioned in commit
69bd0565
·
2 months ago
mentioned in commit
69bd0565
mentioned in commit 69bd05651a2cb7dfb69959a52e00aa6dfa6258c5
Toggle commit list
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