summaryrefslogtreecommitdiffstats
path: root/editor/plugins/bone_map_editor_plugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use range iterators in LocalVector loopskobewi2023-01-211-6/+6
|
* Add expand modes to TextureRectkobewi2023-01-121-1/+1
|
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
| | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+4
|
* Code simplifications found by cppcheckMarkus Sauermann2022-11-211-2/+0
| | | | | | | They are based on: - Boolean arithmetic simplifications - setting variables that are not accessed - constant variables
* Rename TextureButton set_*_texture methods to set_texture_*Aaron Franke2022-11-191-2/+2
|
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-4/+4
|
* Fix typos with codespellRémi Verschelde2022-09-301-1/+1
| | | | | | | Using codespell 2.3-dev from current git. And fix typo in `methods.py` for `vsproj=yes` option (still won't work though).
* Add `is_zero_approx` methods to `Vector2`, `3`, and `4`Jonathan Nicholl2022-09-021-1/+1
|
* Add `String.to_{camel,pascal,snake}_case` methodsDanil Alexeev2022-08-301-1/+1
|
* Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-1/+1
| | | | | | | | `hint_tooltip` -> `tooltip_text` `set_tooltip` -> `set_tooltip_text` `_get_tooltip` -> `get_tooltip_text` Updates documentation, too.
* Add simple auto mapping to BoneMapperSilc Renew2022-08-231-21/+910
| | | | Co-authored-by: K. S. Ernest (iFire) Lee <ernest.lee@chibifire.com>
* Remove Signal connect bindsJuan Linietsky2022-07-291-1/+1
| | | | | Remove the optional argument p_binds from `Object::connect` since it was deprecated by Callable.bind(). Changed all uses of it to Callable.bind()
* Make BoneMapper validation stricterSilc 'Tokage' Renew2022-07-281-5/+41
|
* add position track normalization & post process key value for retargetSilc Renew2022-07-261-4/+13
|
* add rest fixer to importer retargetSilc Renew2022-07-161-7/+22
|
* implement bone renamer in importerSilc Renew2022-07-011-0/+439