Skip to content

Commit ddafed6

Browse files
committed
Unify all assets into one single submodule
Instead of having all of the assets split into submodules for each of the authors we now have one single submodule that contains them all. This includes: - Textures - Sounds - Models - Maps It is better to keep maps into their own, separate repo (they are a little special compared to the rest, after all), which is included as a subtree into the assets repo. Map contributions must still be done onto the maps repo, so that changes can be later pulled into the assets.
1 parent f55f68b commit ddafed6

38 files changed

+5
-179
lines changed

.gitmodules

Lines changed: 4 additions & 143 deletions
Original file line numberDiff line numberDiff line change
@@ -1,147 +1,8 @@
1-
[submodule "acerspyro"]
2-
path = data/acerspyro
3-
url = https://github.com/blue-nebula/acerspyro.git
4-
branch = master
5-
[submodule "actors"]
6-
path = data/actors
7-
url = https://github.com/blue-nebula/actors.git
8-
branch = master
9-
[submodule "appleflap"]
10-
path = data/appleflap
11-
url = https://github.com/blue-nebula/appleflap.git
12-
branch = master
13-
[submodule "blendbrush"]
14-
path = data/blendbrush
15-
url = https://github.com/blue-nebula/blendbrush.git
16-
branch = master
17-
[submodule "caustics"]
18-
path = data/caustics
19-
url = https://github.com/blue-nebula/caustics.git
20-
branch = master
21-
[submodule "crosshairs"]
22-
path = data/crosshairs
23-
url = https://github.com/blue-nebula/crosshairs.git
24-
branch = master
25-
[submodule "dziq"]
26-
path = data/dziq
27-
url = https://github.com/blue-nebula/dziq.git
28-
branch = master
29-
[submodule "elyvisions"]
30-
path = data/elyvisions
31-
url = https://github.com/blue-nebula/elyvisions.git
32-
branch = master
33-
[submodule "fonts"]
34-
path = data/fonts
35-
url = https://github.com/blue-nebula/fonts.git
36-
branch = master
37-
[submodule "freezurbern"]
38-
path = data/freezurbern
39-
url = https://github.com/blue-nebula/freezurbern.git
40-
[submodule "john"]
41-
path = data/john
42-
url = https://github.com/blue-nebula/john.git
43-
branch = master
44-
[submodule "jojo"]
45-
path = data/jojo
46-
url = https://github.com/blue-nebula/jojo.git
47-
branch = master
48-
[submodule "jwin"]
49-
path = data/jwin
50-
url = https://github.com/blue-nebula/jwin.git
51-
branch = master
52-
[submodule "luckystrike"]
53-
path = data/luckystrike
54-
url = https://github.com/blue-nebula/luckystrike.git
55-
branch = master
56-
[submodule "maps"]
57-
path = data/maps
58-
url = https://github.com/blue-nebula/maps.git
59-
branch = stable
60-
[submodule "mayhem"]
61-
path = data/mayhem
62-
url = https://github.com/blue-nebula/mayhem.git
63-
branch = master
64-
[submodule "mikeplus64"]
65-
path = data/mikeplus64
66-
url = https://github.com/blue-nebula/mikeplus64.git
67-
branch = master
68-
[submodule "misc"]
69-
path = data/misc
70-
url = https://github.com/blue-nebula/misc.git
71-
branch = master
72-
[submodule "nieb"]
73-
path = data/nieb
74-
url = https://github.com/blue-nebula/nieb.git
75-
branch = master
76-
[submodule "nobiax"]
77-
path = data/nobiax
78-
url = https://github.com/blue-nebula/nobiax.git
79-
branch = master
80-
[submodule "particles"]
81-
path = data/particles
82-
url = https://github.com/blue-nebula/particles.git
83-
branch = master
84-
[submodule "philipk"]
85-
path = data/philipk
86-
url = https://github.com/blue-nebula/philipk.git
87-
branch = master
88-
[submodule "projectiles"]
89-
path = data/projectiles
90-
url = https://github.com/blue-nebula/projectiles.git
91-
branch = master
92-
[submodule "props"]
93-
path = data/props
94-
url = https://github.com/blue-nebula/props.git
95-
branch = master
96-
[submodule "skyboxes"]
97-
path = data/skyboxes
98-
url = https://github.com/blue-nebula/skyboxes.git
99-
branch = master
100-
[submodule "snipergoth"]
101-
path = data/snipergoth
102-
url = https://github.com/blue-nebula/snipergoth.git
103-
branch = master
104-
[submodule "sounds"]
105-
path = data/sounds
106-
url = https://github.com/blue-nebula/sounds.git
107-
branch = master
108-
[submodule "textures"]
109-
path = data/textures
110-
url = https://github.com/blue-nebula/textures.git
111-
branch = master
112-
[submodule "torley"]
113-
path = data/torley
114-
url = https://github.com/blue-nebula/torley.git
115-
branch = master
116-
[submodule "trak"]
117-
path = data/trak
118-
url = https://github.com/blue-nebula/trak.git
119-
branch = master
120-
[submodule "ulukai"]
121-
path = data/ulukai
122-
url = https://github.com/blue-nebula/ulukai.git
123-
branch = master
124-
[submodule "unnamed"]
125-
path = data/unnamed
126-
url = https://github.com/blue-nebula/unnamed.git
127-
branch = master
128-
[submodule "vanities"]
129-
path = data/vanities
130-
url = https://github.com/blue-nebula/vanities.git
131-
branch = master
132-
[submodule "vegetation"]
133-
path = data/vegetation
134-
url = https://github.com/blue-nebula/vegetation.git
135-
branch = master
136-
[submodule "weapons"]
137-
path = data/weapons
138-
url = https://github.com/blue-nebula/weapons.git
139-
branch = master
140-
[submodule "wicked"]
141-
path = data/wicked
142-
url = https://github.com/blue-nebula/wicked.git
143-
branch = master
1441
[submodule "enet"]
1452
path = src/enet
1463
url = https://github.com/lsalzman/enet.git
1474
branch = master
5+
[submodule "data"]
6+
path = data
7+
url = https://github.com/blue-nebula/assets.git
8+
branch = main

data

Submodule data added at a91c478

data/acerspyro

Lines changed: 0 additions & 1 deletion
This file was deleted.

data/actors

Lines changed: 0 additions & 1 deletion
This file was deleted.

data/appleflap

Lines changed: 0 additions & 1 deletion
This file was deleted.

data/blendbrush

Lines changed: 0 additions & 1 deletion
This file was deleted.

data/caustics

Lines changed: 0 additions & 1 deletion
This file was deleted.

data/crosshairs

Lines changed: 0 additions & 1 deletion
This file was deleted.

data/dziq

Lines changed: 0 additions & 1 deletion
This file was deleted.

data/elyvisions

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)