mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
- 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 |
||
|---|---|---|
| .. | ||
| callable_method_pointer.cpp | ||
| callable_method_pointer.h | ||
| class_db.cpp | ||
| class_db.h | ||
| make_virtuals.py | ||
| message_queue.cpp | ||
| message_queue.h | ||
| method_bind.cpp | ||
| method_bind.h | ||
| object.cpp | ||
| object.h | ||
| object_id.h | ||
| ref_counted.cpp | ||
| ref_counted.h | ||
| script_instance.cpp | ||
| script_instance.h | ||
| script_language.cpp | ||
| script_language.h | ||
| script_language_extension.cpp | ||
| script_language_extension.h | ||
| SCsub | ||
| undo_redo.cpp | ||
| undo_redo.h | ||
| worker_thread_pool.cpp | ||
| worker_thread_pool.h | ||