mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-04-09 05:21:49 +02:00
Cleaned up the CODEOWNERS file. It might need to be removed, I'm not sure yet.
This commit is contained in:
parent
fd41c321a5
commit
bd7ae07b02
169
.github/CODEOWNERS
vendored
169
.github/CODEOWNERS
vendored
@ -4,171 +4,4 @@
|
|||||||
|
|
||||||
# Buildsystem
|
# Buildsystem
|
||||||
|
|
||||||
.* @godotengine/buildsystem
|
.* @Relintai
|
||||||
.github/ @godotengine/buildsystem
|
|
||||||
*.py @godotengine/buildsystem
|
|
||||||
SConstruct @godotengine/buildsystem
|
|
||||||
SCsub @godotengine/buildsystem
|
|
||||||
|
|
||||||
# Core
|
|
||||||
|
|
||||||
/core/ @godotengine/core
|
|
||||||
/core/crypto/ @godotengine/network
|
|
||||||
/core/input*.* @godotengine/input
|
|
||||||
|
|
||||||
# Doc
|
|
||||||
|
|
||||||
/doc/ @godotengine/documentation
|
|
||||||
doc_classes/* @godotengine/documentation
|
|
||||||
|
|
||||||
# Drivers
|
|
||||||
|
|
||||||
## Audio
|
|
||||||
/drivers/alsa/ @godotengine/audio
|
|
||||||
/drivers/alsamidi/ @godotengine/audio
|
|
||||||
/drivers/coreaudio/ @godotengine/audio
|
|
||||||
/drivers/coremidi/ @godotengine/audio
|
|
||||||
/drivers/pulseaudio/ @godotengine/audio
|
|
||||||
/drivers/wasapi/ @godotengine/audio
|
|
||||||
/drivers/winmidi/ @godotengine/audio
|
|
||||||
/drivers/xaudio2/ @godotengine/audio
|
|
||||||
|
|
||||||
## Rendering
|
|
||||||
/drivers/dummy/ @godotengine/rendering
|
|
||||||
/drivers/gl_context/ @godotengine/rendering
|
|
||||||
/drivers/gles2/ @godotengine/rendering
|
|
||||||
/drivers/gles3/ @godotengine/rendering
|
|
||||||
/drivers/gles_common/ @godotengine/rendering
|
|
||||||
|
|
||||||
## OS
|
|
||||||
/drivers/unix/ @godotengine/_platforms
|
|
||||||
/drivers/windows/ @godotengine/windows
|
|
||||||
|
|
||||||
## Misc
|
|
||||||
/drivers/png/ @godotengine/import
|
|
||||||
|
|
||||||
# Editor
|
|
||||||
|
|
||||||
/editor/*debugger* @godotengine/debugger
|
|
||||||
/editor/icons/ @godotengine/usability
|
|
||||||
/editor/import/ @godotengine/import
|
|
||||||
/editor/plugins/*2d_*.* @godotengine/2d-editor
|
|
||||||
/editor/plugins/script_*.* @godotengine/script-editor
|
|
||||||
/editor/plugins/*shader*.* @godotengine/shaders
|
|
||||||
/editor/code_editor.* @godotengine/script-editor
|
|
||||||
/editor/*dock*.* @godotengine/docks
|
|
||||||
|
|
||||||
# Main
|
|
||||||
|
|
||||||
/main/ @godotengine/core
|
|
||||||
/main/tests/ @godotengine/tests
|
|
||||||
|
|
||||||
# Misc
|
|
||||||
|
|
||||||
/misc/ @godotengine/buildsystem
|
|
||||||
|
|
||||||
# Modules
|
|
||||||
|
|
||||||
## Audio (+ video)
|
|
||||||
/modules/minimp3/ @godotengine/audio
|
|
||||||
/modules/ogg/ @godotengine/audio
|
|
||||||
/modules/opus/ @godotengine/audio
|
|
||||||
/modules/stb_vorbis/ @godotengine/audio
|
|
||||||
/modules/theora/ @godotengine/audio
|
|
||||||
/modules/vorbis/ @godotengine/audio
|
|
||||||
/modules/webm/ @godotengine/audio
|
|
||||||
|
|
||||||
## Import
|
|
||||||
/modules/basis_universal/ @godotengine/import
|
|
||||||
/modules/bmp/ @godotengine/import
|
|
||||||
/modules/cvtt/ @godotengine/import
|
|
||||||
/modules/dds/ @godotengine/import
|
|
||||||
/modules/etc/ @godotengine/import
|
|
||||||
/modules/fbx/ @godotengine/import
|
|
||||||
/modules/gltf/ @godotengine/import
|
|
||||||
/modules/hdr/ @godotengine/import
|
|
||||||
/modules/jpg/ @godotengine/import
|
|
||||||
/modules/pvr/ @godotengine/import
|
|
||||||
/modules/squish/ @godotengine/import
|
|
||||||
/modules/svg/ @godotengine/import
|
|
||||||
/modules/tga/ @godotengine/import
|
|
||||||
/modules/tinyexr/ @godotengine/import
|
|
||||||
/modules/webp/ @godotengine/import
|
|
||||||
|
|
||||||
## Network
|
|
||||||
/modules/enet/ @godotengine/network
|
|
||||||
/modules/mbedtls/ @godotengine/network
|
|
||||||
/modules/upnp/ @godotengine/network
|
|
||||||
/modules/webrtc/ @godotengine/network
|
|
||||||
/modules/websocket/ @godotengine/network
|
|
||||||
|
|
||||||
## Rendering
|
|
||||||
/modules/denoise/ @godotengine/rendering
|
|
||||||
/modules/glslang/ @godotengine/rendering
|
|
||||||
/modules/lightmapper_cpu/ @godotengine/rendering
|
|
||||||
/modules/meshoptimizer/ @godotengine/rendering
|
|
||||||
/modules/raycast/ @godotengine/rendering
|
|
||||||
/modules/vhacd/ @godotengine/rendering
|
|
||||||
/modules/xatlas_unwrap/ @godotengine/rendering
|
|
||||||
|
|
||||||
## Scripting
|
|
||||||
/modules/gdnative/ @godotengine/gdnative
|
|
||||||
/modules/gdscript/ @godotengine/gdscript
|
|
||||||
/modules/jsonrpc/ @godotengine/gdscript
|
|
||||||
/modules/mono/ @godotengine/mono
|
|
||||||
/modules/visual_script/ @godotengine/visualscript
|
|
||||||
|
|
||||||
## Text
|
|
||||||
/modules/freetype/ @godotengine/buildsystem
|
|
||||||
/modules/gdnative/text/ @godotengine/gui-nodes
|
|
||||||
/modules/text_server_adv/ @godotengine/gui-nodes
|
|
||||||
/modules/text_server_fb/ @godotengine/gui-nodes
|
|
||||||
|
|
||||||
## XR
|
|
||||||
/modules/camera/ @godotengine/xr
|
|
||||||
/modules/gdnative/arvr/ @godotengine/xr
|
|
||||||
/modules/mobile_vr/ @godotengine/xr
|
|
||||||
/modules/webxr/ @godotengine/xr
|
|
||||||
|
|
||||||
## Misc
|
|
||||||
/modules/bullet/ @godotengine/physics
|
|
||||||
/modules/csg/ @godotengine/3d-nodes
|
|
||||||
/modules/gridmap/ @godotengine/3d-nodes
|
|
||||||
/modules/opensimplex/ @godotengine/3d-nodes
|
|
||||||
/modules/recast/ @godotengine/navigation
|
|
||||||
/modules/regex/ @godotengine/core
|
|
||||||
|
|
||||||
# Platform
|
|
||||||
|
|
||||||
/platform/android/ @godotengine/android
|
|
||||||
/platform/iphone/ @godotengine/ios
|
|
||||||
/platform/javascript/ @godotengine/html5
|
|
||||||
/platform/x11/ @godotengine/linux-bsd
|
|
||||||
/platform/osx/ @godotengine/macos
|
|
||||||
/platform/uwp/ @godotengine/uwp
|
|
||||||
/platform/windows/ @godotengine/windows
|
|
||||||
|
|
||||||
# Scene
|
|
||||||
|
|
||||||
/scene/2d/ @godotengine/2d-nodes
|
|
||||||
/scene/3d/ @godotengine/3d-nodes
|
|
||||||
/scene/animation/ @godotengine/animation
|
|
||||||
/scene/audio/ @godotengine/audio
|
|
||||||
/scene/debugger/ @godotengine/debugger
|
|
||||||
/scene/gui/ @godotengine/gui-nodes
|
|
||||||
/scene/main/ @godotengine/core
|
|
||||||
/scene/resources/default_theme/ @godotengine/gui-nodes
|
|
||||||
/scene/resources/font.* @godotengine/gui-nodes
|
|
||||||
/scene/resources/visual_shader*.* @godotengine/shaders
|
|
||||||
|
|
||||||
# Servers
|
|
||||||
|
|
||||||
/servers/arvr* @godotengine/xr
|
|
||||||
/servers/audio* @godotengine/audio
|
|
||||||
/servers/camera* @godotengine/xr
|
|
||||||
/servers/physics* @godotengine/physics
|
|
||||||
/servers/visual* @godotengine/rendering
|
|
||||||
|
|
||||||
# Thirdparty
|
|
||||||
|
|
||||||
/thirdparty/ @godotengine/buildsystem
|
|
||||||
|
Loading…
Reference in New Issue
Block a user