Age | Commit message (Collapse) | Author |
|
|
|
|
|
AaronRecord/remove_redundant_theme_updates_in_enter_tree
Remove `NOTIFICATION_ENTER_TREE` when paired with `NOTIFICATION_THEME_CHANGED`
|
|
|
|
|
|
Fix optimizer miscalculation and add optimization for `Animation::ValueTrack`
|
|
|
|
Add read-only mode to AnimationTreeEditor plugins
|
|
|
|
Remove Inspector tooltip hack that never actually worked
|
|
Rename `str2var` to `str_to_var` and similar
|
|
[macOS] Extend editor contents to the window title bar for better space usage.
|
|
[macOS export] Simplify code signing options, add support for rcodesign tool for signing and notarization.
|
|
|
|
Affects the Math class, a good chunk of the audio code, and a lot of other miscellaneous classes, too.
- `var2str` -> `var_to_str`
- `str2var` -> `str_to_var`
- `bytes2var` -> `bytes_to_var`
- `bytes2var_with_objects` -> `bytes_to_var_with_objects`
- `var2bytes` -> `var_to_bytes`
- `var2bytes_with_objects` -> `var_to_bytes_with_objects`
- `linear2db` -> `linear_to_db`
- `db2linear` -> `db_to_linear`
- `deg2rad` -> `deg_to_rad`
- `rad2deg` -> `rad_to_deg`
- `dict2inst` -> `dict_to_inst`
- `inst2dict` -> `inst_to_dict`
|
|
|
|
for signing and notarization.
|
|
|
|
|
|
|
|
Refactor and remove excessive calls of `NOTIFICATION_THEME_CHANGED`
|
|
Improve scene playing and reloading
|
|
Fix alternative tile popup menu not being openable
|
|
Unify node casing adjustment
|
|
Replace `Cubic` to `CubicInTime` in the animation track interpolation type
|
|
Rename ParticlesMaterial to ParticleProcessMaterial
|
|
|
|
Also affects their file names, related classes and documentation.
|
|
Clear built-in name field when creating new script
|
|
Add "Copy Name" option to signal menu
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix overlapping keying and remove button in Inspector
|
|
Improves the API for monitoring contacts in RigidDynamicBody
|
|
|
|
|
|
|
|
|
|
|