summaryrefslogtreecommitdiffstats
path: root/editor/localization_editor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactored binding system for core typesreduz2020-10-141-1/+1
| | | | | | | | | Moved to a system using variadic templates, shared with CallableBind. New code is cleaner, faster and allows for much better optimization of core type functions from GDScript and GDNative. Added Variant::InternalMethod function for direct call access.
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and ↵Stijn Hinlopen2020-07-141-5/+5
| | | | resource depency dialogs).
* Refactor Project Settings:Stijn Hinlopen2020-07-141-0/+794
- Moved Localization and InputMap editor code to separate files. - Removed empty method _item_checked from project_settings_editor. - Reordered some code for better readability.