|
2 | 2 | # Each line is a file pattern followed by one or more owners. |
3 | 3 | # Owners can be @users, @org/teams or emails |
4 | 4 |
|
5 | | -# Buildsystem |
| 5 | +# Buildsystem (Before everything to be overwritten) |
6 | 6 |
|
7 | 7 | * @godotengine/buildsystem |
8 | 8 |
|
|
17 | 17 | # Doc |
18 | 18 |
|
19 | 19 | /doc/ @godotengine/documentation |
20 | | -**/doc_classes/ @godotengine/documentation |
21 | 20 |
|
22 | 21 | # Drivers |
23 | 22 |
|
| 23 | +/drivers/ @godotengine/_systems |
| 24 | + |
24 | 25 | ## Audio |
25 | 26 | /drivers/alsa/ @godotengine/audio |
26 | 27 | /drivers/alsamidi/ @godotengine/audio |
|
34 | 35 | ## Rendering |
35 | 36 | /drivers/d3d12/ @godotengine/rendering |
36 | 37 | /drivers/dummy/ @godotengine/rendering |
| 38 | +/drivers/egl/ @godotengine/rendering |
37 | 39 | /drivers/gles3/ @godotengine/rendering |
| 40 | +/drivers/metal/ @godotengine/rendering |
38 | 41 | /drivers/spirv-reflect/ @godotengine/rendering |
39 | 42 | /drivers/vulkan/ @godotengine/rendering |
40 | 43 |
|
|
47 | 50 |
|
48 | 51 | # Editor |
49 | 52 |
|
50 | | -/editor/*debugger* @godotengine/debugger |
| 53 | +/editor/ @godotengine/_editor |
| 54 | +/editor/**/*2d* @godotengine/2d-editor |
| 55 | +/editor/**/*3d* @godotengine/3d-editor |
| 56 | +/editor/**/*code* @godotengine/script-editor |
| 57 | +/editor/**/*debugger* @godotengine/debugger |
| 58 | +/editor/**/*dock* @godotengine/docks |
| 59 | +/editor/**/*script* @godotengine/script-editor |
| 60 | +/editor/**/*shader* @godotengine/shaders |
| 61 | +/editor/debugger/ @godotengine/debugger |
51 | 62 | /editor/gui/ @godotengine/usability @godotengine/gui-nodes |
52 | 63 | /editor/icons/ @godotengine/usability |
53 | 64 | /editor/import/ @godotengine/import |
54 | | -/editor/plugins/*2d_*.* @godotengine/2d-editor |
55 | | -/editor/plugins/*3d_*.* @godotengine/3d-editor |
56 | | -/editor/plugins/script_*.* @godotengine/script-editor |
57 | | -/editor/plugins/*shader*.* @godotengine/shaders |
58 | 65 | /editor/themes/ @godotengine/usability @godotengine/gui-nodes |
59 | | -/editor/code_editor.* @godotengine/script-editor |
60 | | -/editor/*dock*.* @godotengine/docks |
61 | | -/editor/*shader*.* @godotengine/shaders |
62 | 66 |
|
63 | 67 | # Main |
64 | 68 |
|
|
71 | 75 |
|
72 | 76 | # Modules |
73 | 77 |
|
| 78 | +/modules/ @godotengine/_engine |
| 79 | +/modules/**/doc_classes/ @godotengine/_engine @godotengine/documentation |
| 80 | +/modules/**/editor/ @godotengine/_engine @godotengine/_editor |
| 81 | +/modules/**/icons/ @godotengine/_engine @godotengine/usability |
| 82 | +/modules/**/tests/ @godotengine/_engine @godotengine/tests |
| 83 | + |
74 | 84 | ## Audio (+ video) |
75 | 85 | /modules/interactive_music/ @godotengine/audio |
76 | 86 | /modules/interactive_music/doc_classes/ @godotengine/audio @godotengine/documentation |
| 87 | +/modules/interactive_music/editor/ @godotengine/audio @godotengine/_editor |
77 | 88 | /modules/minimp3/ @godotengine/audio |
78 | 89 | /modules/minimp3/doc_classes/ @godotengine/audio @godotengine/documentation |
79 | 90 | /modules/ogg/ @godotengine/audio |
|
93 | 104 | /modules/etcpak/ @godotengine/import |
94 | 105 | /modules/fbx/ @godotengine/import |
95 | 106 | /modules/fbx/doc_classes/ @godotengine/import @godotengine/documentation |
| 107 | +/modules/fbx/editor/ @godotengine/import @godotengine/_editor |
96 | 108 | /modules/gltf/ @godotengine/import |
97 | 109 | /modules/gltf/doc_classes/ @godotengine/import @godotengine/documentation |
| 110 | +/modules/gltf/editor/ @godotengine/import @godotengine/_editor |
98 | 111 | /modules/gltf/tests/ @godotengine/import @godotengine/tests |
99 | 112 | /modules/hdr/ @godotengine/import |
100 | 113 | /modules/jpg/ @godotengine/import |
|
112 | 125 | /modules/mbedtls/tests/ @godotengine/network @godotengine/tests |
113 | 126 | /modules/multiplayer/ @godotengine/network |
114 | 127 | /modules/multiplayer/doc_classes/ @godotengine/network @godotengine/documentation |
| 128 | +/modules/multiplayer/editor/ @godotengine/network @godotengine/_editor |
115 | 129 | /modules/upnp/ @godotengine/network |
116 | 130 | /modules/upnp/doc_classes/ @godotengine/network @godotengine/documentation |
117 | 131 | /modules/webrtc/ @godotengine/network |
118 | 132 | /modules/webrtc/doc_classes/ @godotengine/network @godotengine/documentation |
119 | 133 | /modules/websocket/ @godotengine/network |
120 | 134 | /modules/websocket/doc_classes/ @godotengine/network @godotengine/documentation |
| 135 | +/modules/websocket/editor/ @godotengine/network @godotengine/_editor |
121 | 136 |
|
122 | 137 | ## Physics |
123 | 138 | /modules/godot_physics_2d/ @godotengine/physics |
|
134 | 149 | ## Scripting |
135 | 150 | /modules/gdscript/ @godotengine/gdscript |
136 | 151 | /modules/gdscript/doc_classes/ @godotengine/gdscript @godotengine/documentation |
| 152 | +/modules/gdscript/editor/ @godotengine/gdscript @godotengine/_editor |
137 | 153 | /modules/gdscript/icons/ @godotengine/gdscript @godotengine/usability |
138 | 154 | /modules/gdscript/tests/ @godotengine/gdscript @godotengine/tests |
139 | 155 | /modules/jsonrpc/ @godotengine/gdscript @godotengine/network |
140 | 156 | /modules/jsonrpc/tests @godotengine/gdscript @godotengine/network @godotengine/tests |
141 | 157 | /modules/mono/ @godotengine/dotnet |
142 | 158 | /modules/mono/doc_classes/ @godotengine/dotnet @godotengine/documentation |
| 159 | +/modules/mono/editor/ @godotengine/dotnet @godotengine/_editor |
143 | 160 | /modules/mono/icons/ @godotengine/dotnet @godotengine/usability |
144 | 161 |
|
145 | 162 | ## Text |
|
156 | 173 | /modules/mobile_vr/doc_classes/ @godotengine/xr @godotengine/documentation |
157 | 174 | /modules/openxr/ @godotengine/xr |
158 | 175 | /modules/openxr/doc_classes/ @godotengine/xr @godotengine/documentation |
| 176 | +/modules/openxr/editor/ @godotengine/xr @godotengine/_editor |
159 | 177 | /modules/webxr/ @godotengine/xr |
160 | 178 | /modules/webxr/doc_classes/ @godotengine/xr @godotengine/documentation |
161 | 179 |
|
162 | 180 | ## Misc |
163 | 181 | /modules/csg/ @godotengine/3d-nodes |
164 | 182 | /modules/csg/doc_classes/ @godotengine/3d-nodes @godotengine/documentation |
| 183 | +/modules/csg/editor/ @godotengine/3d-nodes @godotengine/_editor |
165 | 184 | /modules/csg/icons/ @godotengine/3d-nodes @godotengine/usability |
166 | | -/modules/navigation/ @godotengine/navigation |
167 | 185 | /modules/gridmap/ @godotengine/3d-nodes |
168 | 186 | /modules/gridmap/doc_classes/ @godotengine/3d-nodes @godotengine/documentation |
| 187 | +/modules/gridmap/editor/ @godotengine/3d-nodes @godotengine/_editor |
169 | 188 | /modules/gridmap/icons/ @godotengine/3d-nodes @godotengine/usability |
| 189 | +/modules/navigation/ @godotengine/navigation |
| 190 | +/modules/navigation/editor/ @godotengine/navigation @godotengine/_editor |
170 | 191 | /modules/noise/ @godotengine/core |
171 | 192 | /modules/noise/doc_classes/ @godotengine/core @godotengine/documentation |
| 193 | +/modules/noise/editor/ @godotengine/core @godotengine/_editor |
172 | 194 | /modules/noise/icons/ @godotengine/core @godotengine/usability |
173 | 195 | /modules/noise/tests/ @godotengine/core @godotengine/tests |
174 | 196 | /modules/regex/ @godotengine/core |
|
180 | 202 |
|
181 | 203 | # Platform |
182 | 204 |
|
| 205 | +/platform/ @godotengine/_platforms |
183 | 206 | /platform/android/ @godotengine/android |
184 | 207 | /platform/android/doc_classes/ @godotengine/android @godotengine/documentation |
185 | 208 | /platform/ios/ @godotengine/ios |
|
195 | 218 |
|
196 | 219 | # Scene |
197 | 220 |
|
| 221 | +/scene/ @godotengine/_systems @godotengine/core |
198 | 222 | /scene/2d/ @godotengine/2d-nodes |
199 | 223 | /scene/2d/physics/ @godotengine/2d-nodes @godotengine/physics |
200 | 224 | /scene/3d/ @godotengine/3d-nodes |
|
213 | 237 |
|
214 | 238 | # Servers |
215 | 239 |
|
216 | | -/servers/audio* @godotengine/audio |
217 | | -/servers/camera* @godotengine/xr |
218 | | -/servers/display_server.* @godotengine/_platforms |
219 | | -/servers/navigation_server*.* @godotengine/navigation |
220 | | -/servers/physics* @godotengine/physics |
221 | | -/servers/rendering* @godotengine/rendering |
222 | | -/servers/text_server.* @godotengine/gui-nodes |
223 | | -/servers/xr* @godotengine/xr |
| 240 | +/servers/ @godotengine/_systems |
| 241 | +/servers/**/audio* @godotengine/audio |
| 242 | +/servers/**/camera* @godotengine/xr |
| 243 | +/servers/**/debugger* @godotengine/debugger |
| 244 | +/servers/**/display* @godotengine/_platforms |
| 245 | +/servers/**/navigation* @godotengine/navigation |
| 246 | +/servers/**/physics* @godotengine/physics |
| 247 | +/servers/**/rendering* @godotengine/rendering |
| 248 | +/servers/**/text* @godotengine/gui-nodes |
| 249 | +/servers/**/xr* @godotengine/xr |
224 | 250 |
|
225 | 251 | # Tests |
226 | 252 |
|
|
0 commit comments