Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
XDG Integration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
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
JennaHuntsman
XDG Integration
Commits
2027eb8c
Commit
2027eb8c
authored
13 years ago
by
David Parks
Browse files
Options
Downloads
Patches
Plain Diff
Backed out changeset: c5a0cc9abf49
parent
b13b6ef0
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
autobuild.xml
+4
-4
4 additions, 4 deletions
autobuild.xml
indra/llmath/lloctree.h
+9
-1
9 additions, 1 deletion
indra/llmath/lloctree.h
with
13 additions
and
5 deletions
autobuild.xml
+
4
−
4
View file @
2027eb8c
...
...
@@ -1630,9 +1630,9 @@
<key>
archive
</key>
<map>
<key>
hash
</key>
<string>
e2e260409cbd9ac95bfbce929d88accb
</string>
<string>
cf513fc2eec4a414cc804cf408932a45
</string>
<key>
url
</key>
<string>
http://
automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-google-perftools/rev/226424/arch/Linux
/install
er
/google_perftools-1.7-linux-20110
412
.tar.bz2
</string>
<string>
http://
s3.amazonaws.com/viewer-source-downloads
/install
_pkgs
/google_perftools-1.7-linux-20110
315
.tar.bz2
</string>
</map>
<key>
name
</key>
<string>
linux
</string>
...
...
@@ -1642,9 +1642,9 @@
<key>
archive
</key>
<map>
<key>
hash
</key>
<string>
f68604547012e92db912b324c69fbeac
</string>
<string>
8308f7bd68bb7083655753b7abe7225f
</string>
<key>
url
</key>
<string>
http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-google-perftools/rev/226
424
/arch/CYGWIN/installer/google_perftools-1.7-windows-2011041
2
.tar.bz2
</string>
<string>
http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-google-perftools/rev/226
287
/arch/CYGWIN/installer/google_perftools-1.7-windows-2011041
1
.tar.bz2
</string>
</map>
<key>
name
</key>
<string>
windows
</string>
...
...
This diff is collapsed.
Click to expand it.
indra/llmath/lloctree.h
+
9
−
1
View file @
2027eb8c
...
...
@@ -580,11 +580,19 @@ class LLOctreeNode : public LLTreeNode<T>
}
protected
:
typedef
enum
{
CENTER
=
0
,
SIZE
=
1
,
MAX
=
2
,
MIN
=
3
}
eDName
;
LLVector4a
mCenter
;
LLVector4a
mSize
;
LLVector4a
mMax
;
LLVector4a
mMin
;
oct_node
*
mParent
;
U8
mOctant
;
...
...
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