Skip to content

Commit 819ed3f

Browse files
committed
Prepare for GORE
1 parent 987ee1e commit 819ed3f

Some content is hidden

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

41 files changed

+1
-46
lines changed

resources/config/spl/1.png

-84.2 KB
Binary file not shown.

resources/config/spl/10.gif

-14.4 KB
Binary file not shown.

resources/config/spl/11.png

-184 KB
Binary file not shown.

resources/config/spl/14.png

-768 KB
Binary file not shown.

resources/config/spl/15.png

-236 KB
Binary file not shown.

resources/config/spl/16.png

-36.8 KB
Binary file not shown.

resources/config/spl/17.png

-120 KB
Binary file not shown.

resources/config/spl/18.gif

-36.3 KB
Binary file not shown.

resources/config/spl/19.png

-320 KB
Binary file not shown.

resources/config/spl/2.gif

-29.3 KB
Binary file not shown.

resources/config/spl/20.png

-104 KB
Binary file not shown.

resources/config/spl/21.png

-473 KB
Binary file not shown.

resources/config/spl/22.png

-53.3 KB
Binary file not shown.

resources/config/spl/23.png

-58.7 KB
Binary file not shown.

resources/config/spl/26.gif

-7.24 KB
Binary file not shown.

resources/config/spl/27.png

-11.8 KB
Binary file not shown.

resources/config/spl/28.png

-76.2 KB
Binary file not shown.

resources/config/spl/29.png

-13.3 KB
Binary file not shown.

resources/config/spl/30.png

-195 KB
Binary file not shown.

resources/config/spl/31.png

-38.4 KB
Binary file not shown.

resources/config/spl/32.png

-83.6 KB
Binary file not shown.

resources/config/spl/33.png

-411 KB
Binary file not shown.

resources/config/spl/34.png

-134 KB
Binary file not shown.

resources/config/spl/35.png

-113 KB
Binary file not shown.

resources/config/spl/36.png

-1.46 MB
Binary file not shown.

resources/config/spl/37.png

-88 KB
Binary file not shown.

resources/config/spl/38.png

-15.8 KB
Binary file not shown.

resources/config/spl/39.png

-56.7 KB
Binary file not shown.

resources/config/spl/41.png

-69.1 KB
Binary file not shown.

resources/config/spl/44.png

-91.7 KB
Binary file not shown.

resources/config/spl/45.png

-157 KB
Binary file not shown.

resources/config/spl/46.png

-480 KB
Binary file not shown.

resources/config/spl/47.png

-156 KB
Binary file not shown.

resources/config/spl/48.png

-133 KB
Binary file not shown.

resources/config/spl/49.png

-64.4 KB
Binary file not shown.

resources/config/spl/6.gif

-41.1 KB
Binary file not shown.

resources/config/spl/7.png

-54.3 KB
Binary file not shown.

resources/config/spl/8.png

-23.4 KB
Binary file not shown.

resources/config/spl/9.png

-366 KB
Binary file not shown.

resources/config/spl/teams.cfg

-42
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,8 @@
11
0=Invisibles
2-
1=UT Austin Villa,white,orange
3-
2=Austrian Kangaroos
42
3=Bembelbots,gray
53
4=Berlin United,blue,red
64
5=B-Human,black,red
7-
6=Cerberus
8-
7=DAInamite,red,blue
9-
8=Dutch Nao Team,blue,orange
10-
9=Edinferno
11-
10=Kouretes
12-
11=MiPal,red,blue
135
12=Nao Devils Dortmund,yellow,black
146
13=HTWK Robots,blue,yellow
15-
14=Northern Bites,black,white
16-
15=NTU RoboPAL,red,yellow
17-
16=RoboCanes
18-
17=RoboEireann,green,white
19-
18=rUNSWift,yellow,blue
20-
19=SPQR Team,red,blue
21-
20=TJArk,gray,red
22-
21=UChile Robotics Team
23-
22=UPennalizers,blue,red
24-
23=Crude Scientists
257
24=HULKs,gray,red
26-
26=MRL-SPL,blue,red
27-
27=Philosopher,white,black
28-
28=Rimal Team
29-
29=SpelBots
30-
30=Team-NUST,blue,yellow
31-
31=UnBeatables,yellow
32-
32=UTH-CAR
33-
33=NomadZ,red,blue
34-
34=SPURT
35-
35=Blue Spider
36-
36=Camellia Dragons,purple,yellow
37-
37=JoiTech-SPL
38-
38=Linköping Humanoids,blue,orange
39-
39=WrightOcean
40-
40=Mars
41-
41=Aztlan
42-
42=CMSingle
43-
43=TeamSP
44-
44=Luxembourg United
45-
45=Naova ETS,red,blue
46-
46=Recife Soccer
47-
47=Rinobot,red,blue
48-
48=Starkit,red,blue
49-
49=SABANA Herons,blue,red
508
50=R-ZWEI KICKERS,blue,red

src/data/Rules.java

+1-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ public abstract class Rules
1212
{
1313
/** Note all league´s rules here to have them available. */
1414
public static final Rules[] LEAGUES = {
15-
new SPL(),
16-
new SPLGORE(),
17-
new SPLPenaltyShootout(),
18-
new SPLGeneralPenaltyKick()
15+
new SPLGORE()
1916
};
2017

2118
/**

0 commit comments

Comments
 (0)