behaviour-tree-test/scene
Priahoud bf963e767e Add Options, Functions and Settings to convert Node-Names and Strings to kebab-case
- refactored and renamed String::_camelcase_to_underscore to String:_separate_compound_words
- refactored String::to_snake_case to work with the refactored String::_separate_compound_words
- created char_utils::is_hyphen to catch all hyphen variants in kebab-case conversion
- created String::to_kebab_case using the new String::_separate_compound_words
- created corresponding Documentation in String and StringName
- simplified both switch statements in EditorNode and ProjectDialog
- added new kebab-casing Option for Node Names in ProjectSettings
- added missing camelCase Options to Scene- and Node-Names in ProjectSettings
- simplified Mono RuntimeInterop Functions
- hooked up the ConnectionsDialog
- created additional Unit Tests
2025-04-10 21:22:21 +02:00
..
2d Merge pull request #101011 from aaronfranke/limit-max-contacts-reported 2025-04-09 18:11:53 -05:00
3d Merge pull request #101011 from aaronfranke/limit-max-contacts-reported 2025-04-09 18:11:53 -05:00
animation Merge pull request #103198 from Naputt1/fix-tween.kill()-isValid()-return-false 2025-04-10 10:18:21 -05:00
audio Base accessibility API. 2025-04-08 20:14:28 +03:00
debugger Replace size() == 0 with is_empty(). 2025-04-02 19:18:43 +08:00
gui Merge pull request #92475 from AThousandShips/string_replace_char 2025-04-10 10:18:16 -05:00
main Add Options, Functions and Settings to convert Node-Names and Strings to kebab-case 2025-04-10 21:22:21 +02:00
resources Add String::replace_char(s) methods for performance and convenience 2025-04-10 13:08:45 +02:00
theme Add FoldableContainer 2025-04-08 22:27:32 +02:00
property_list_helper.cpp
property_list_helper.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
property_utils.cpp Validate custom type script before loading it 2025-03-02 14:55:30 +01:00
property_utils.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
register_scene_types.cpp Add FoldableContainer 2025-04-08 22:27:32 +02:00
register_scene_types.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
scene_string_names.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
SCsub