1
0
Fork 0
godot/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
crypto CryptoCore: Use size_t for buffer sizes to fix encoding/sums of 2.0+ GiB files. 2025-04-03 11:29:59 +02:00
debugger size() <= 0 and size() < 1. 2025-04-02 19:18:44 +08:00
error Add templated version of ObjectDB::get_instance() 2025-03-27 15:43:23 +01:00
extension Merge pull request #104432 from YYF233333/dict_iter2 2025-04-07 08:43:33 -05:00
input Base accessibility API. 2025-04-08 20:14:28 +03:00
io Merge pull request #100086 from erodozer/multipart-ext-import 2025-04-10 10:18:18 -05:00
math Optimize Color.html() 2025-04-05 14:00:30 +03:00
object Add Options, Functions and Settings to convert Node-Names and Strings to kebab-case 2025-04-10 21:22:21 +02:00
os Merge pull request #92475 from AThousandShips/string_replace_char 2025-04-10 10:18:16 -05: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 CI: Bump various pre-commit hooks 2025-04-07 08:23:35 -05:00
variant Add Options, Functions and Settings to convert Node-Names and Strings to kebab-case 2025-04-10 21:22:21 +02:00
SCsub SCons: Add `CPPEXTPATH` for external includes 2025-04-02 07:29:08 -05:00
core_bind.compat.inc Style: Convert namespaces to PascalCase 2025-03-23 19:10:24 -05:00
core_bind.cpp Fix Thread crash when using invalid callback signature. And invalid message formatting. 2025-04-09 11:57:25 +03:00
core_bind.h Style: Convert namespaces to PascalCase 2025-03-23 19:10:24 -05:00
core_builders.py
core_constants.cpp
core_constants.h
core_globals.cpp
core_globals.h
core_string_names.h
doc_data.cpp Add `String::replace_char(s)` methods for performance and convenience 2025-04-10 13:08:45 +02:00
doc_data.h Do not iterate Dictionary with get_key_at_index. 2025-04-07 21:54:13 +08:00
register_core_types.cpp Style: Convert namespaces to PascalCase 2025-03-23 19:10:24 -05:00
register_core_types.h
typedefs.h Core: Integrate warning suppression macro helpers 2025-04-03 10:13:46 -05:00
version.h Merge pull request #99590 from Calinou/version-double-build-name 2025-03-28 14:31:23 +01:00