summaryrefslogtreecommitdiffstats
path: root/.gitmodules
blob: 73bae7338f41105d19a43748ff02f74f77526252 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[submodule "Server/Plugins/Core"]
	path = Server/Plugins/Core
	url = https://github.com/cuberite/Core.git
[submodule "Server/Plugins/ProtectionAreas"]
	path = Server/Plugins/ProtectionAreas
	url = https://github.com/cuberite/ProtectionAreas.git
[submodule "Server/Plugins/ChatLog"]
	path = Server/Plugins/ChatLog
	url = https://github.com/cuberite/ChatLog.git
[submodule "lib/mbedtls"]
	path = lib/mbedtls
	url = https://github.com/cuberite/polarssl.git
	ignore = dirty
[submodule "lib/SQLiteCpp"]
	path = lib/SQLiteCpp
	url = https://github.com/cuberite/SQLiteCpp.git
	ignore = dirty
[submodule "lib/libevent"]
	path = lib/libevent
	url = https://github.com/cuberite/libevent.git
	ignore = dirty
[submodule "lib/jsoncpp"]
	path = lib/jsoncpp
	url = https://github.com/open-source-parsers/jsoncpp.git
	ignore = dirty
[submodule "lib/TCLAP"]
	path = lib/TCLAP
	url = https://github.com/cuberite/TCLAP.git
	ignore = dirty
[submodule "lib/cmake-coverage"]
	path = lib/cmake-coverage
	url = https://github.com/cuberite/cmake-coverage.git
	ignore = dirty
[submodule "lib/expat"]
	path = lib/expat
	url = https://github.com/cuberite/expat.git
	ignore = dirty
[submodule "lib/lua"]
	path = lib/lua
	url = https://github.com/cuberite/lua.git
	ignore = dirty
[submodule "lib/luaexpat"]
	path = lib/luaexpat
	url = https://github.com/cuberite/luaexpat.git
	ignore = dirty
[submodule "lib/luaproxy"]
	path = lib/luaproxy
	url = https://github.com/cuberite/luaproxy.git
	ignore = dirty
[submodule "lib/sqlite"]
	path = lib/sqlite
	url = https://github.com/cuberite/sqlite.git
	ignore = dirty
[submodule "lib/tolua++"]
	path = lib/tolua++
	url = https://github.com/cuberite/toluapp.git
	ignore = dirty
[submodule "lib/fmt"]
	path = lib/fmt
	url = https://github.com/fmtlib/fmt.git
	ignore = dirty
[submodule "Tools/BlockTypePaletteGenerator/lib/lunajson"]
	path = Tools/BlockTypePaletteGenerator/lib/lunajson
	url = https://github.com/grafi-tt/lunajson.git
[submodule "lib/libdeflate"]
	path = lib/libdeflate
	url = https://github.com/cuberite/libdeflate