Age | Commit message (Expand) | Author |
2019-03-04 | Remove the "Open Editor" button, it will open automatically. | Juan Linietsky |
2019-02-22 | Added a workaround to avoid crashes due to how TileSet editor works, fixes #2... | Juan Linietsky |
2019-02-21 | Include global class resources in Resource property inspector | Vixelz |
2019-02-21 | Fix EditorPropertyInteger and EditorPropertyEnum support for 64-bit int | Rémi Verschelde |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-16 | Fix big text window in TextEdit | qarmin |
2019-01-27 | Instantiate global classes properly, fixes #20857 | Juan Linietsky |
2019-01-25 | Make sub-inspectors not listen to node removals, since they never edit nodes.... | Juan Linietsky |
2019-01-18 | Clean up and fix issues after merging #21701 , closes #21104 | Juan Linietsky |
2019-01-18 | Merge pull request #21701 from AlexHolly/fix-multiselect-proptery-change | Juan Linietsky |
2019-01-17 | Fix keying resource properties, closes #24690 | Juan Linietsky |
2019-01-14 | wtf | Juan Linietsky |
2019-01-14 | Added a flag to specify an exported node path must be supplied from scene roo... | Juan Linietsky |
2019-01-14 | Add EditorPropertyRID as read-only label showing RID | Rémi Verschelde |
2019-01-08 | Merge pull request #24831 from clayjohn/fix_nested_docs_tooltip | Rémi Verschelde |
2019-01-07 | make tooltips display for subinspectors | clayjohn |
2019-01-07 | i18n: Sync translation template with current source | Rémi Verschelde |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-30 | Fixed a property warning when loading a correct resource type | Dawid Wdowiak |
2018-12-13 | #23231: make resource changes in a nested inspector undoable | Gleb Mineev |
2018-12-11 | Enable toggle behaviour for buttons that trigger popups | Michael Alexsander Silva Dias |
2018-12-07 | Merge pull request #22437 from DualMatrix/wrong_prop_warning | Rémi Verschelde |
2018-12-07 | Merge pull request #22535 from DualMatrix/editor_value_cap | Rémi Verschelde |
2018-12-06 | Merge pull request #23673 from marcelofg55/export_path_3 | Rémi Verschelde |
2018-12-03 | Arrays now parse the hint_string in the new inspector. | MrCdK |
2018-11-24 | Fix multiselect change property | Alexander Holland |
2018-11-21 | Make it smarter to infer paths from history data, closes #20005 | Juan Linietsky |
2018-11-20 | Merge pull request #23802 from JFonS/add_save_option | Rémi Verschelde |
2018-11-18 | Make sure RMB also works for resource editor in inspector, fixes #18994 | Juan Linietsky |
2018-11-18 | Add Save option to resource property menu | JFonS |
2018-11-14 | Add proper warnings when attempting to create a ViewporTexture in a resource ... | Juan Linietsky |
2018-11-12 | Export Path now has a folder icon to select the path | Marcelo Fernandez |
2018-11-01 | Merge pull request #23311 from YeldhamDev/editor_capitalization_fix | Rémi Verschelde |
2018-11-01 | Merge pull request #23313 from DavidSichma/viewport-reassign | Juan Linietsky |
2018-10-26 | Handling NodePaths in in-place Editor for Resources | David Sichma |
2018-10-26 | Small capitalization fixes across the editor | Michael Alexsander Silva Dias |
2018-10-25 | Merge pull request #23038 from DualMatrix/ugly_names | Rémi Verschelde |
2018-10-16 | Merge pull request #22885 from neikeq/issue-22122 | Rémi Verschelde |
2018-10-15 | Fix enum values in the editor and hide enum numeric values in the Inspector | Ignacio Etcheverry |
2018-10-15 | Made NodePath property display path instead of object name if object is autog... | DualMatrix |
2018-10-11 | Merge pull request #22915 from fire/visuals-shader-colour-constant-22906 | Rémi Verschelde |
2018-10-11 | Fixes resources name not showing in the inspector | groud |
2018-10-10 | Fix for Visual Shader Editor #22906: Cannot change color on Color Constant | K. S. Ernest (iFire) Lee |
2018-10-07 | Fix inspector preview | Guilherme Felipe |
2018-10-03 | Added warning when trying to load resource of wrong type in editor. | DualMatrix |
2018-10-02 | Merge pull request #22364 from YeldhamDev/rect2_inspector_singleline | Rémi Verschelde |
2018-10-01 | Fix warnings about uninitialized vars [-Wsometimes-uninitialized] | Rémi Verschelde |
2018-09-30 | Merge pull request #22536 from DualMatrix/no_advance | Rémi Verschelde |
2018-09-29 | Fixed editor inspector ranges capping values at 65535. | DualMatrix |
2018-09-29 | Fixed animation_player not advancing to the next frame when inserting a value. | DualMatrix |