godot/CODEOWNERS
Line: 5: incorrect codeowner user: reduz Line: 5: no users/groups matched Line: 7: incorrect codeowner organization: godotengine/documentation Line: 7: no users/groups matched Line: 8: incorrect codeowner organization: godotengine/documentation Line: 8: no users/groups matched Line: 11: incorrect codeowner user: reduz Line: 11: no users/groups matched Line: 12: incorrect codeowner user: reduz Line: 12: no users/groups matched Line: 13: incorrect codeowner user: reduz Line: 13: no users/groups matched Line: 16: incorrect codeowner user: marcelofg55 Line: 16: no users/groups matched Line: 17: incorrect codeowner user: marcelofg55 Line: 17: no users/groups matched Line: 18: incorrect codeowner user: marcelofg55 Line: 18: no users/groups matched Line: 19: incorrect codeowner user: marcelofg55 Line: 19: no users/groups matched Line: 20: incorrect codeowner user: marcelofg55 Line: 20: no users/groups matched Line: 21: incorrect codeowner user: marcelofg55 Line: 21: no users/groups matched Line: 22: incorrect codeowner user: marcelofg55 Line: 22: no users/groups matched Line: 23: incorrect codeowner user: marcelofg55 Line: 23: no users/groups matched Line: 26: incorrect codeowner user: reduz Line: 26: incorrect codeowner user: hpvb Line: 26: no users/groups matched Line: 27: incorrect codeowner user: reduz Line: 27: incorrect codeowner user: hpvb Line: 27: no users/groups matched Line: 29: incorrect codeowner user: djrm Line: 29: no users/groups matched Line: 31: incorrect codeowner user: reduz Line: 31: no users/groups matched Line: 33: incorrect codeowner user: akien-mga Line: 33: no users/groups matched Line: 35: incorrect codeowner user: AndreaCatania Line: 35: no users/groups matched Line: 36: incorrect codeowner user: reduz Line: 36: incorrect codeowner user: BastiaanOlij Line: 36: no users/groups matched Line: 37: incorrect codeowner organization: godotengine/network Line: 37: no users/groups matched Line: 38: incorrect codeowner user: karroffel Line: 38: no users/groups matched Line: 39: incorrect codeowner user: BastiaanOlij Line: 39: no users/groups matched Line: 40: incorrect codeowner user: reduz Line: 40: incorrect codeowner user: vnen Line: 40: incorrect codeowner user: bojidar-bg Line: 40: no users/groups matched Line: 41: incorrect codeowner organization: godotengine/network Line: 41: no users/groups matched Line: 42: incorrect codeowner user: BastiaanOlij Line: 42: no users/groups matched Line: 43: incorrect codeowner user: neikeq Line: 43: no users/groups matched Line: 44: incorrect codeowner user: JFonS Line: 44: no users/groups matched Line: 45: incorrect codeowner user: LeeZH Line: 45: no users/groups matched Line: 46: incorrect codeowner organization: godotengine/network Line: 46: no users/groups matched Line: 47: incorrect codeowner organization: godotengine/network Line: 47: no users/groups matched Line: 49: incorrect codeowner user: eska014 Line: 49: no users/groups matched Line: 50: incorrect codeowner user: vnen Line: 50: no users/groups matched Line: 52: incorrect codeowner user: reduz Line: 52: no users/groups matched Line: 54: incorrect codeowner user: reduz Line: 54: incorrect codeowner user: AndreaCatania Line: 54: no users/groups matched Line: 55: incorrect codeowner user: reduz Line: 55: incorrect codeowner user: karroffel Line: 55: no users/groups matched Line: 57: incorrect codeowner user: akien-mga Line: 57: no users/groups matched
Rémi Verschelde 51c9ffaec0 Drop RtAudio driver on Windows
We've been defaulting to WASAPI since 3.0 and it's superior to RtAudio
in all aspects.

Obsoletes and closes #25503.

Also enable WINMIDI on MinGW, this had been missed initially.

Fix os_windows.cpp and crash_handler_windows.cpp which had weird
dependencies on RtAudio.h's includes (ugh).
2019-02-20 13:47:01 +01:00

58 lines
1.5 KiB
Plaintext

# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# Owners can be @users, @org/teams or emails
/core/ @reduz
/doc/ @godotengine/documentation
doc_classes/* @godotengine/documentation
# Rendering
/drivers/gl_context/ @reduz
/drivers/gles2/ @reduz
/drivers/gles3/ @reduz
# Audio
/drivers/alsa/ @marcelofg55
/drivers/alsamidi/ @marcelofg55
/drivers/coreaudio/ @marcelofg55
/drivers/coremidi/ @marcelofg55
/drivers/pulseaudio/ @marcelofg55
/drivers/wasapi/ @marcelofg55
/drivers/winmidi/ @marcelofg55
/drivers/xaudio2/ @marcelofg55
# Porting
/drivers/unix/ @reduz @hpvb
/drivers/windows/ @reduz @hpvb
/editor/icons/ @djrm
/main/ @reduz
/misc/ @akien-mga
/modules/bullet/ @AndreaCatania
/modules/csg/ @reduz @BastiaanOlij
/modules/enet/ @godotengine/network
/modules/gdnative/ @karroffel
/modules/gdnative/*arvr/ @BastiaanOlij
/modules/gdscript/ @reduz @vnen @bojidar-bg
/modules/mbedtls/ @godotengine/network
/modules/mobile_vr/ @BastiaanOlij
/modules/mono/ @neikeq
/modules/opensimplex/ @JFonS
/modules/regex/ @LeeZH
/modules/upnp/ @godotengine/network
/modules/websocket/ @godotengine/network
/platform/javascript/ @eska014
/platform/uwp/ @vnen
/scene/main/ @reduz
/server/physics*/ @reduz @AndreaCatania
/server/visual*/ @reduz @karroffel
/thirdparty/ @akien-mga