godot/scene
Rémi Verschelde 37d164e24e CharFXTransform: Drop unnecessary get_value_or()
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-12 07:47:08 +01:00
..
2d Merge pull request #34040 from qarmin/unused_variable_more_precise_numbers 2019-12-10 08:25:31 +01:00
3d Merge pull request #34040 from qarmin/unused_variable_more_precise_numbers 2019-12-10 08:25:31 +01:00
animation Removed unused variables, add some constants numbers 2019-12-10 05:13:02 +01:00
audio Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
debugger Implement game camera override 2019-10-23 02:51:32 +01:00
gui CharFXTransform: Drop unnecessary get_value_or() 2019-12-12 07:47:08 +01:00
main Removed unused variables, add some constants numbers 2019-12-10 05:13:02 +01:00
resources Merge pull request #34259 from timothyqiu/validate-texture-32982 2019-12-11 08:41:29 +01:00
register_scene_types.cpp Remove unused stb_truetype-based DynamicFont implementation 2019-10-03 01:19:02 +02:00
register_scene_types.h Remove redundant author doc comments 2019-08-12 04:26:38 -05:00
scene_string_names.cpp
scene_string_names.h
SCsub Implement game camera override 2019-10-23 02:51:32 +01:00