godot/modules/vorbis
Fabio Alessandrelli 951a1016d3 [Scons] Implement module dependency sorting.
Modules can now call:

env.module_add_dependencies(name: str, deps: list, optional: bool)

To add required or optional dependencies during the "can_build" step.

Required dependencies will be checked and the module will be not be
enabled when they are missing, printing a warning to notify the user.
2022-08-04 20:00:19 +02:00
..
doc_classes Rename every instance of "OGG" to "Ogg" 2022-07-28 16:41:38 -03:00
audio_stream_ogg_vorbis.cpp Rename every instance of "OGG" to "Ogg" 2022-07-28 16:41:38 -03:00
audio_stream_ogg_vorbis.h Rename every instance of "OGG" to "Ogg" 2022-07-28 16:41:38 -03:00
config.py [Scons] Implement module dependency sorting. 2022-08-04 20:00:19 +02:00
register_types.cpp Rename every instance of "OGG" to "Ogg" 2022-07-28 16:41:38 -03:00
register_types.h Refactor module initialization 2022-05-04 17:34:51 +02:00
resource_importer_ogg_vorbis.cpp Swap arguments of ResourceSaver.save() 2022-07-29 19:53:09 +02:00
resource_importer_ogg_vorbis.h Rename every instance of "OGG" to "Ogg" 2022-07-28 16:41:38 -03:00
SCsub Replace stb_vorbis with libogg+libvorbis 2021-09-09 19:39:04 -07:00