Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-12 | CharFXTransform: Drop unnecessary get_value_or() | Rémi Verschelde | |
See https://github.com/godotengine/godot/pull/23658#issuecomment-562706669 The method was implemented back when Dictionary.get(key, default) did not exist, but now that it does we do not need a custom method in CharFXTransform. It's a new feature in 3.2, so does not break compat with 3.1.x. | |||
2019-12-06 | Document RichTextEffect and CharFXTransform | Hugo Locurcio | |
2019-09-24 | doc: Sync classref with current source | Rémi Verschelde | |
Fix a few missing bindings or unspecified argument names and default values. |