behaviour-tree-test/tests/core
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
..
config Add String::replace_char(s) methods for performance and convenience 2025-04-10 13:08:45 +02:00
input Use initializer list in Arrays 2025-03-26 18:38:15 +01:00
io Fix FileAccessCompressed claiming one byte more than it actually has. 2025-04-08 15:19:58 +02:00
math Expose TriangleMesh api functions wrapped for scripting 2025-04-02 09:52:35 +02:00
object Remove unused get_inheritance_list_static from GDCLASS. 2025-04-03 17:18:28 +02:00
os Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
string Add Options, Functions and Settings to convert Node-Names and Strings to kebab-case 2025-04-10 21:22:21 +02:00
templates Merge pull request #105164 from stuartcarnie/apple_pthread 2025-04-10 10:18:12 -05:00
threads Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
variant Merge pull request #100333 from YYF233333/reduce_list 2025-04-09 08:51:45 -05:00
test_crypto.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
test_hashing_context.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
test_time.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00