Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NetworkedGraphicsMV3500
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
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
Show more breadcrumbs
Savage
NetworkedGraphicsMV3500
Compare revisions
41704d97db2297e304ab2852426eadc8a8e1a5f4 to ac39a52a90965f54702f56635bf05a5dda9cf886
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
Savage/NetworkedGraphicsMV3500
Select target project
No results found
ac39a52a90965f54702f56635bf05a5dda9cf886
Select Git revision
Branches
master
Swap
Target
Savage/NetworkedGraphicsMV3500
Select target project
stefan.goericke.gy/NetworkedGraphicsMV3500
william.mahan/NetworkedGraphicsMV3500
alexander.white/NetworkedGraphicsMV3500
kyle.britt/NetworkedGraphicsMV3500
christopher.garibay/NetworkedGraphicsMV3500
christopher.cannon/NetworkedGraphicsMV3500
galoeffe/NetworkedGraphicsMV3500
dlcain1/NetworkedGraphicsMV3500
jmfurr/NetworkedGraphicsMV3500
jrjackso1/NetworkedGraphicsMV3500
kjmaroon1/NetworkedGraphicsMV3500
cdtacket/NetworkedGraphicsMV3500
12 results
41704d97db2297e304ab2852426eadc8a8e1a5f4
Select Git revision
Branches
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (4)
[Terry N.] format
· 0cc0ee86
Terry D. Norbraten
authored
8 months ago
0cc0ee86
[Terry N.] start viskit at the main basedir
· 3ebbc0a9
Terry D. Norbraten
authored
8 months ago
3ebbc0a9
[Terry N.] add ignore
· a4057e88
Terry D. Norbraten
authored
8 months ago
a4057e88
[Terry N.] add ignore
· ac39a52a
Terry D. Norbraten
authored
8 months ago
ac39a52a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
build.xml
+0
-1
0 additions, 1 deletion
build.xml
viskit/configuration/c_app.xml
+1
-1
1 addition, 1 deletion
viskit/configuration/c_app.xml
with
3 additions
and
2 deletions
.gitignore
View file @
ac39a52a
...
...
@@ -79,3 +79,5 @@
/viskit/pduLog/
/viskit/MyViskitProjects/DefaultProject/viskitProject.xml
/examples/src/ViskitOpenDis7Examples/viskitProject.xml
/logs/
/pduLog/
This diff is collapsed.
Click to expand it.
build.xml
View file @
ac39a52a
...
...
@@ -287,7 +287,6 @@ POSSIBILITY OF SUCH DAMAGE.
showduration=
"5000"
/>
<java
classname=
"${main.class}"
classpathref=
"runtime.classpath"
dir=
"${viskit.dir}"
fork=
"true"
>
<jvmarg
line=
"${run.args}"
/>
<arg
value=
"${assy.file}"
/>
...
...
This diff is collapsed.
Click to expand it.
viskit/configuration/c_app.xml
View file @
ac39a52a
...
...
@@ -15,7 +15,7 @@
<!-- These two attributes MUST always be at least zero-length Strings -->
<!-- A default project path and name (DefaultProject) are included
in this template for convenience -->
<path
dir=
"
../
assignments/src/MV3500Cohort2024JulySeptember/projects"
/>
<path
dir=
"assignments/src/MV3500Cohort2024JulySeptember/projects"
/>
<name
value=
"ViskitOpenDis7Examples"
/>
</projecthome>
<tabs>
...
...
This diff is collapsed.
Click to expand it.