Skip to content

Commit 142052c

Browse files
author
Ashvin Iyer
committed
2 parents 2cdf842 + 7ba5c1c commit 142052c

File tree

132 files changed

+8149
-116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+8149
-116
lines changed

core/src/com/amhsrobotics/circuitsim/files/FileManager.java

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ public static void save(String filename) {
3131
appdata.setGridSize(Constants.WORLD_DIM);
3232
appdata.setGridSpacing(Constants.GRID_SIZE);
3333

34+
if(!filename.contains(".tko")) {
35+
filename += ".tko";
36+
}
3437
FileHandle file = Gdx.files.absolute(filename);
3538
file.writeString(json.prettyPrint(appdata), false);
3639
Gdx.graphics.setTitle("TKO 1351 Circuit Simulator - " + filename);

package_config.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<dontWrapJar>true</dontWrapJar>
44
<headerType>gui</headerType>
55
<jar>desktop-1.0.jar</jar>
6-
<outfile>/home/titan/development/FRC_amhsrobotics/TKO1351CircuitSim/packaging/TKOcircuitsim.exe</outfile>
6+
<outfile>/home/titan/development/FRC_amhsrobotics/TKO1351CircuitSim/packaging/final_OS_outputs/windows/bin/TKOcircuitsim.exe</outfile>
77
<errTitle></errTitle>
88
<cmdLine></cmdLine>
99
<chdir>.</chdir>
@@ -18,7 +18,7 @@
1818
<mainClass>com.amhsrobotics.circuitsim.desktop.DesktopLauncher</mainClass>
1919
</classPath>
2020
<jre>
21-
<path>jre</path>
21+
<path>../jre</path>
2222
<bundledJre64Bit>true</bundledJre64Bit>
2323
<bundledJreAsFallback>false</bundledJreAsFallback>
2424
<minVersion>1.8.0</minVersion>

packaging/desktop-1.0.app/Contents/Info.plist

-64
This file was deleted.
Binary file not shown.
Binary file not shown.

packaging/desktop-1.0.app/Contents/Resources/en.lproj/Localizable.strings

-3
This file was deleted.
-26.7 MB
Binary file not shown.

packaging/inno_script_builder.iss

-47
This file was deleted.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.

packaging/windows/jre/bin/awt.dll

1.44 MB
Binary file not shown.
29 KB
Binary file not shown.
24 KB
Binary file not shown.
740 KB
Binary file not shown.
569 KB
Binary file not shown.

packaging/windows/jre/bin/hprof.dll

153 KB
Binary file not shown.
154 KB
Binary file not shown.

packaging/windows/jre/bin/j2pcsc.dll

18.5 KB
Binary file not shown.
66 KB
Binary file not shown.

packaging/windows/jre/bin/jaas_nt.dll

20.5 KB
Binary file not shown.
34 KB
Binary file not shown.
16.5 KB
Binary file not shown.

packaging/windows/jre/bin/java.dll

153 KB
Binary file not shown.

packaging/windows/jre/bin/java.exe

216 KB
Binary file not shown.
29.5 KB
Binary file not shown.

packaging/windows/jre/bin/javaw.exe

216 KB
Binary file not shown.

packaging/windows/jre/bin/jawt.dll

14 KB
Binary file not shown.

packaging/windows/jre/bin/jdwp.dll

195 KB
Binary file not shown.

packaging/windows/jre/bin/jjs.exe

16.5 KB
Binary file not shown.

packaging/windows/jre/bin/jli.dll

190 KB
Binary file not shown.

packaging/windows/jre/bin/jpeg.dll

159 KB
Binary file not shown.

packaging/windows/jre/bin/jsdt.dll

18 KB
Binary file not shown.

packaging/windows/jre/bin/jsound.dll

34.5 KB
Binary file not shown.
30.5 KB
Binary file not shown.

packaging/windows/jre/bin/keytool.exe

16.5 KB
Binary file not shown.

packaging/windows/jre/bin/kinit.exe

16.5 KB
Binary file not shown.

packaging/windows/jre/bin/klist.exe

16.5 KB
Binary file not shown.

packaging/windows/jre/bin/ktab.exe

16.5 KB
Binary file not shown.

packaging/windows/jre/bin/lcms.dll

235 KB
Binary file not shown.
36 KB
Binary file not shown.
663 KB
Binary file not shown.
635 KB
Binary file not shown.
931 KB
Binary file not shown.

packaging/windows/jre/bin/net.dll

95 KB
Binary file not shown.

packaging/windows/jre/bin/nio.dll

59.5 KB
Binary file not shown.

packaging/windows/jre/bin/npt.dll

18.5 KB
Binary file not shown.

packaging/windows/jre/bin/orbd.exe

16.5 KB
Binary file not shown.

packaging/windows/jre/bin/pack200.exe

16.5 KB
Binary file not shown.
16.5 KB
Binary file not shown.

packaging/windows/jre/bin/rmid.exe

16.5 KB
Binary file not shown.
16.5 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
-Xmixed mixed mode execution (default)
2+
-Xint interpreted mode execution only
3+
-Xbootclasspath:<directories and zip/jar files separated by ;>
4+
set search path for bootstrap classes and resources
5+
-Xbootclasspath/a:<directories and zip/jar files separated by ;>
6+
append to end of bootstrap class path
7+
-Xbootclasspath/p:<directories and zip/jar files separated by ;>
8+
prepend in front of bootstrap class path
9+
-Xnoclassgc disable class garbage collection
10+
-Xincgc enable incremental garbage collection
11+
-Xloggc:<file> log GC status to a file with time stamps
12+
-Xbatch disable background compilation
13+
-Xms<size> set initial Java heap size
14+
-Xmx<size> set maximum Java heap size
15+
-Xss<size> set java thread stack size
16+
-Xprof output cpu profiling data
17+
-Xfuture enable strictest checks, anticipating future default
18+
-Xrs reduce use of OS signals by Java/VM (see documentation)
19+
-Xcheck:jni perform additional checks for JNI functions
20+
-Xshare:off do not attempt to use shared class data
21+
-Xshare:auto use shared class data if possible (default)
22+
-Xshare:on require using shared class data, otherwise fail.
23+
24+
The -X options are non-standard and subject to change without notice.
8.22 MB
Binary file not shown.
16.5 KB
Binary file not shown.
201 KB
Binary file not shown.

packaging/windows/jre/bin/sunec.dll

133 KB
Binary file not shown.
36.5 KB
Binary file not shown.
16.5 KB
Binary file not shown.

packaging/windows/jre/bin/unpack.dll

78 KB
Binary file not shown.
196 KB
Binary file not shown.

packaging/windows/jre/bin/verify.dll

48 KB
Binary file not shown.
23.5 KB
Binary file not shown.

packaging/windows/jre/bin/zip.dll

77 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#
2+
# Load the Java Access Bridge class into the JVM
3+
#
4+
#assistive_technologies=com.sun.java.accessibility.AccessBridge
5+
#screen_magnifier_present=true
6+
+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
#
2+
#
3+
#
4+
# Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
5+
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6+
#
7+
# This code is free software; you can redistribute it and/or modify it
8+
# under the terms of the GNU General Public License version 2 only, as
9+
# published by the Free Software Foundation. Oracle designates this
10+
# particular file as subject to the "Classpath" exception as provided
11+
# by Oracle in the LICENSE file that accompanied this code.
12+
#
13+
# This code is distributed in the hope that it will be useful, but WITHOUT
14+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15+
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16+
# version 2 for more details (a copy is included in the LICENSE file that
17+
# accompanied this code).
18+
#
19+
# You should have received a copy of the GNU General Public License version
20+
# 2 along with this work; if not, write to the Free Software Foundation,
21+
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
22+
#
23+
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
24+
# or visit www.oracle.com if you need additional information or have any
25+
# questions.
26+
#
27+
#
28+
# List of JVMs that can be used as an option to java, javac, etc.
29+
# Order is important -- first in this list is the default JVM.
30+
# NOTE that this both this file and its format are UNSUPPORTED and
31+
# WILL GO AWAY in a future release.
32+
#
33+
# You may also select a JVM in an arbitrary location with the
34+
# "-XXaltjvm=<jvm_dir>" option, but that too is unsupported
35+
# and may not be available in a future release.
36+
#
37+
-server KNOWN
38+
-client IGNORE
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
2+
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3+
#
4+
# This code is free software; you can redistribute it and/or modify it
5+
# under the terms of the GNU General Public License version 2 only, as
6+
# published by the Free Software Foundation. Oracle designates this
7+
# particular file as subject to the "Classpath" exception as provided
8+
# by Oracle in the LICENSE file that accompanied this code.
9+
#
10+
# This code is distributed in the hope that it will be useful, but WITHOUT
11+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12+
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
13+
# version 2 for more details (a copy is included in the LICENSE file that
14+
# accompanied this code).
15+
#
16+
# You should have received a copy of the GNU General Public License version
17+
# 2 along with this work; if not, write to the Free Software Foundation,
18+
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
19+
#
20+
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
21+
# or visit www.oracle.com if you need additional information or have any
22+
# questions.
23+
#
24+
25+
#
26+
# Japanese imperial calendar
27+
#
28+
# Meiji since 1868-01-01 00:00:00 local time (Gregorian)
29+
# Taisho since 1912-07-30 00:00:00 local time (Gregorian)
30+
# Showa since 1926-12-25 00:00:00 local time (Gregorian)
31+
# Heisei since 1989-01-08 00:00:00 local time (Gregorian)
32+
# Reiwa since 2019-05-01 00:00:00 local time (Gregorian)
33+
calendar.japanese.type: LocalGregorianCalendar
34+
calendar.japanese.eras: \
35+
name=Meiji,abbr=M,since=-3218832000000; \
36+
name=Taisho,abbr=T,since=-1812153600000; \
37+
name=Showa,abbr=S,since=-1357603200000; \
38+
name=Heisei,abbr=H,since=600220800000; \
39+
name=Reiwa,abbr=R,since=1556668800000
40+
41+
#
42+
# Taiwanese calendar
43+
# Minguo since 1911-01-01 00:00:00 local time (Gregorian)
44+
calendar.taiwanese.type: LocalGregorianCalendar
45+
calendar.taiwanese.eras: \
46+
name=MinGuo,since=-1830384000000
47+
48+
#
49+
# Thai Buddhist calendar
50+
# Buddhist Era since -542-01-01 00:00:00 local time (Gregorian)
51+
calendar.thai-buddhist.type: LocalGregorianCalendar
52+
calendar.thai-buddhist.eras: \
53+
name=BuddhistEra,abbr=B.E.,since=-79302585600000
54+
calendar.thai-buddhist.year-boundary: \
55+
day1=4-1,since=-79302585600000; \
56+
day1=1-1,since=-915148800000
57+
58+
#
59+
# Hijrah calendars
60+
#
61+
calendar.hijrah.Hijrah-umalqura: hijrah-config-umalqura.properties
62+
calendar.hijrah.Hijrah-umalqura.type: islamic-umalqura
2.95 MB
Binary file not shown.

0 commit comments

Comments
 (0)