virtualx-engine/scene
Rémi Verschelde 0be64da008 Allow greater values for DynamicFont size property
See https://github.com/godotengine/godot/issues/22581#issuecomment-576836691.

Not using `or_greater` as there *is* a max size value that the current
implementation can accept. If using e.g. size 6000 with
FiraSans-Regular.ttf, errors are printed due to failing asserts on a
glyph size that should be within 4096x4096 px.
2020-01-21 20:59:16 +01:00
..
2d Validate input in (CPU)Particles set_emission_shape() 2020-01-16 11:08:51 +01:00
3d Validate input in (CPU)Particles set_emission_shape() 2020-01-16 11:08:51 +01:00
animation Fix SkeletonIK not playing animation if more than one IK-Bone is active 2020-01-16 20:22:15 +01:00
audio
debugger
gui Merge pull request #35183 from YeldhamDev/scrollbar_regression 2020-01-16 07:56:05 +01:00
main SceneTree: Abort change_scene if we're quitting 2020-01-19 22:08:40 +01:00
resources Allow greater values for DynamicFont size property 2020-01-21 20:59:16 +01:00
register_scene_types.cpp
register_scene_types.h
scene_string_names.cpp
scene_string_names.h
SCsub