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
91ac6b16
Commit
91ac6b16
authored
13 years ago
by
Oz Linden
Browse files
Options
Downloads
Plain Diff
merge changes for VWR-25588
parents
a2dc2317
5774bac2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/contributions.txt
+3
-0
3 additions, 0 deletions
doc/contributions.txt
indra/llrender/llfontgl.cpp
+3
-0
3 additions, 0 deletions
indra/llrender/llfontgl.cpp
with
6 additions
and
0 deletions
doc/contributions.txt
+
3
−
0
View file @
91ac6b16
...
@@ -1195,12 +1195,15 @@ Zarkonnen Decosta
...
@@ -1195,12 +1195,15 @@ Zarkonnen Decosta
Zeja Pyle
Zeja Pyle
ZenMondo Wormser
ZenMondo Wormser
Zi Ree
Zi Ree
SH-489
VWR-423
VWR-423
VWR-671
VWR-671
VWR-682
VWR-682
VWR-684
VWR-684
VWR-9127
VWR-9127
VWR-1140
VWR-1140
VWR-24017
VWR-25588
Zipherius Turas
Zipherius Turas
VWR-76
VWR-76
VWR-77
VWR-77
...
...
This diff is collapsed.
Click to expand it.
indra/llrender/llfontgl.cpp
+
3
−
0
View file @
91ac6b16
...
@@ -189,6 +189,9 @@ S32 LLFontGL::render(const LLWString &wstr, S32 begin_offset, F32 x, F32 y, cons
...
@@ -189,6 +189,9 @@ S32 LLFontGL::render(const LLWString &wstr, S32 begin_offset, F32 x, F32 y, cons
origin
.
mV
[
VX
]
-=
llround
((
F32
)
sCurOrigin
.
mX
)
-
(
sCurOrigin
.
mX
);
origin
.
mV
[
VX
]
-=
llround
((
F32
)
sCurOrigin
.
mX
)
-
(
sCurOrigin
.
mX
);
origin
.
mV
[
VY
]
-=
llround
((
F32
)
sCurOrigin
.
mY
)
-
(
sCurOrigin
.
mY
);
origin
.
mV
[
VY
]
-=
llround
((
F32
)
sCurOrigin
.
mY
)
-
(
sCurOrigin
.
mY
);
// Depth translation, so that floating text appears 'inworld'
// and is correclty occluded.
gGL
.
translatef
(
0.
f
,
0.
f
,
sCurOrigin
.
mZ
);
S32
chars_drawn
=
0
;
S32
chars_drawn
=
0
;
S32
i
;
S32
i
;
...
...
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