godot/modules/gdnative
Rémi Verschelde 336846e547 Inspector: Fix PROPERTY_HINT_SPRITE_FRAME not behaving as RANGE
This was a regression in 3.1 and later from the new inspector, where
PROPERTY_HINT_SPRITE_FRAME was not fully re-implemented. It's meant to
be a normal PROPERTY_HINT_RANGE which also automatically increments its
value when keyed in the animation player.

To avoid code duplication, I made the frames properties use the actual
PROPERTY_HINT_RANGE and introduced a PROPERTY_USAGE_KEYING_INCREMENTS
usage flag instead.
2019-07-25 09:29:51 +02:00
..
android Setup Godot to support the Oculus Mobile SDK. 2019-05-30 16:35:50 -07:00
arvr Add default values to the editor help, docs, and generated RST 2019-06-27 18:29:35 +03:00
doc_classes doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
gdnative Added count method to String 2019-07-23 18:55:54 +03:00
icons Add support for creating editor icons per module 2019-06-28 23:42:26 +03:00
include Inspector: Fix PROPERTY_HINT_SPRITE_FRAME not behaving as RANGE 2019-07-25 09:29:51 +02:00
nativescript SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines 2019-07-03 09:59:04 +02:00
net Add default values to the editor help, docs, and generated RST 2019-06-27 18:29:35 +03:00
pluginscript Remove added pluginscript resource format loaders and savers on cleanup 2019-07-19 22:13:44 +03:00
videodecoder Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
config.py doc: Improve docs for Resource* classes 2019-06-18 20:07:26 +02:00
gdnative.cpp Fix various memory leaks and errors 2019-07-02 17:23:54 +03:00
gdnative.h Fix various memory leaks and errors 2019-07-02 17:23:54 +03:00
gdnative_api.json Added count method to String 2019-07-23 18:55:54 +03:00
gdnative_builders.py Fixing C compatiblity for GDNative NET module 2019-02-24 21:23:23 +01:00
gdnative_library_editor_plugin.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdnative_library_editor_plugin.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdnative_library_singleton_editor.cpp Update GDNativeLibrarySingletonEditor. 2019-05-15 18:08:17 +02:00
gdnative_library_singleton_editor.h Update GDNativeLibrarySingletonEditor. 2019-05-15 18:08:17 +02:00
register_types.cpp Skip export of non-project libraries 2019-07-03 21:54:46 +02:00
register_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00