godot/modules/text_server_adv
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
gdextension_build Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +03:00
icu_data
.gitignore
config.py
register_types.cpp Refactor module initialization 2022-05-04 17:34:51 +02:00
register_types.h Refactor module initialization 2022-05-04 17:34:51 +02:00
script_iterator.cpp Fix some issues found by cppcheck. 2022-04-06 14:34:37 +03:00
script_iterator.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
SCsub [Scons] Implement module dependency sorting. 2022-08-04 20:00:19 +02:00
text_server_adv.cpp HarfBuzz: Update to version 5.1.0, use new FLAG_SAFE_TO_INSERT_TATWEEL flag to improve justification. 2022-08-04 09:10:16 +03:00
text_server_adv.h [TextServer] Add ICU Unicode security and spoofing detection. 2022-08-02 15:37:49 +03:00