Compare commits

..

10 Commits

Author SHA1 Message Date
Wilson E. Alvarez 5ad7d80ca7
Merge eb0dab6f1b into 98917a2055 2025-01-21 11:16:20 +07:00
Wilson E. Alvarez eb0dab6f1b
Fix unhandled PROPERTY_HINT_NO_NODEPATH warning
Due to upstream change:

	6f7525c396
2025-01-10 11:41:11 -05:00
Wilson E. Alvarez 3af5cba6d5
Override renamed EditorPlugin::get_name() method
Due to upstream change:

	0ab3dc273e
2025-01-10 11:41:11 -05:00
Wilson E. Alvarez 0a11595c02
Refactor EditorHelpBit usage
Due to upstream change:

	4e19ab8afe
2025-01-10 11:41:11 -05:00
Wilson E. Alvarez 0258d4ee0b
Fix unhandled PROPERTY_HINT_ONESHOT warning
Due to upstream change:

	761a20f7a7
2025-01-10 11:41:11 -05:00
Wilson E. Alvarez a08bc541c9
Fix forbidden comparisons between Ref and nullptr.
Necessary when compiling with strict_checks=yes.

Due to upstream change:

	df29cc696f
2025-01-10 11:41:11 -05:00
Wilson E. Alvarez 291c0d9a76
Fix internal Button set_icon calls to set_button_icon
Due to upstream change:

    562c666e3d
2025-01-10 11:41:11 -05:00
Wilson E. Alvarez d2d835bb86
Fix unhandled PROPERTY_HINT_TOOL_BUTTON warning
Due to upstream change:

	85dfd89653
2025-01-10 11:41:11 -05:00
Wilson E. Alvarez 90a2283798
Fix unhandled PROPERTY_HINT_DICTIONARY_TYPE warning
Due to upstream change:

	9853a69144
2025-01-10 11:41:11 -05:00
Wilson E. Alvarez 9a5e550504
Update EditorMainScreen calls after its extraction
Due to upstream change:

	5e1c9d68aa
2025-01-10 11:41:11 -05:00
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# Edit the following variables to change version info # Edit the following variables to change version info
major = 1 major = 1
minor = 4 minor = 3
patch = 0 patch = 0
status = "dev" status = ""
doc_branch = "latest" doc_branch = "v1.3.0"
godot_cpp_ref = "godot-4.3-stable" godot_cpp_ref = "godot-4.3-stable"
# Code that generates version header # Code that generates version header