Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-15 | Use int64_t for EditorPropertyInteger and warn when out of double range | Aaron Franke | |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! We're starting a new decade with a well-established, non-profit, free and open source game engine, and tons of further improvements in the pipeline from hundreds of contributors. Godot will keep getting better, and we're looking forward to all the games that the community will keep developing and releasing with it. | |||
2019-12-24 | Cleans up headers included in editor_node.h | Haoyu Qiu | |
2019-12-10 | Removed unused variables, add some constants numbers | Rafał Mikrut | |
2019-11-07 | Merge pull request #32997 from Calinou/editor-color-picker-add-tooltip | Rémi Verschelde | |
Add a tooltip to Color properties in the editor inspector | |||
2019-10-22 | Add a tooltip to Color properties in the editor inspector | Hugo Locurcio | |
This makes it possible to view a color's raw R/G/B/A values without clicking the ColorPickerButton. | |||
2019-10-23 | Add clear menu entries for extending and replacing scripts | Anubhab Ghosh | |
2019-10-21 | Make the the resource menu button fallback to the Object icon instead of Node | Michael Alexsander | |
2019-10-14 | Make resource editor fallback to Object icon if none is found | Michael Alexsander | |
2019-10-13 | Increased step precision | David Sichma | |
Results in nicer numbers for float properties like 20.0 instead of 20.000001 | |||
2019-10-06 | Set tooltip to an empty string when clearing | Joe Morton | |
Format Remove string conversion | |||
2019-09-25 | Merge pull request #32051 from qarmin/some_error_explanation | Rémi Verschelde | |
Added some obvious errors explanations | |||
2019-09-25 | Added some obvious errors explanations | qarmin | |
2019-09-06 | Make editor inspector easing lines use the accent color when dragged | Hugo Locurcio | |
This makes their visual feedback more consistent with other controls. This also makes easing lines slightly more subtle by decreasing their opacity by 10%. | |||
2019-08-31 | Default ColorPicker color mode setting | Bhupendra Aole | |
There is a new setting for Default ColorPicker color mode in Editor Settings->Interface->Inspector. Initially this setting will be RGB. Editor ColorPicker will always start with mode defined in this settiing. Fixes #30755 and #30754 | |||
2019-08-30 | Editor: remove TOOLS_ENABLED guards | merumelu | |
For code inside editor/ `#ifdef TOOLS_ENABLED` is always true so those checks are redundant. | |||
2019-08-23 | Merge pull request #31586 from SonerSound/issue_31533 | Rémi Verschelde | |
Export path is the only path to be saved as a relative path | |||
2019-08-22 | Export path is the only path to be saved as a relative path | SonerSound | |
Also reverts 90b2415343287f67586956c798d4b7a63544158f | |||
2019-08-09 | Tweak the size of the multiline text edit popup dialog | Hugo Locurcio | |
This caps its size on large displays. This in turn prevents lines from becoming very long, which could hamper text readability. | |||
2019-07-23 | Inspector: Make default float step configurable | Rémi Verschelde | |
Also allow lifting the decimal step formatting with a hint range step of 0. A new `range_step_decimals()` is added for this to avoid breaking compatibility on the general purpose `step_decimals()` (which still returns 0 for an input step of 0). Supersedes #25470. Partial fix for #18251. | |||
2019-07-20 | Merge pull request #30576 from qarmin/lgtm_coverage | Rémi Verschelde | |
Changed some code reported by LGTM and Coverity | |||
2019-07-20 | Changed some code showed in LGTM and Coverage | qarmin | |
2019-07-19 | Make multiline text edit grab focus when popping up | Michael Alexsander Silva Dias | |
2019-06-30 | Export path may now be written as a relative path | SonerSound | |
If the target directory does not exist, it will be recursively created. Export paths are now saved as a relative to the projects base directory Renamed relative_to function to final_path_from_relative which takes a relative path and outputs the final path from a string that represents a directory. Added relative_path_from_final which takes in a final path and outputs a relative path if possible. If not possible it outputs the relative path that represents the current directory. If the target directory does not exist when exporting the project, then it is recursively created. Removed final_path_from_relative function Changed DirAccess into DirAccessRef for automatic object destruction | |||
2019-06-29 | Merge pull request #24156 from AnaDenisa/master | Rémi Verschelde | |
Add option to input value in EditorPropertyEasing. Fixes #8449 | |||
2019-06-28 | Fix an EditorPropertyResource bug where clicking on the flat buttons would ↵ | LikeLakers2 | |
not select the property in the inspector | |||
2019-06-28 | Add option to input value manually in EditorPropertyEasing | AnaDenisa | |
Double-clicking on the EditorPropertyEasing widget (e.g. for the Light Attenuation parameter) shows an EditorSpinSlider to set the value manually. Fixes #8449. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2019-06-26 | Some code changed with Clang-Tidy | qarmin | |
2019-06-19 | Made use of semicolons more consitent, fixed formatting | JohnJLight | |
2019-04-25 | Merge pull request #22301 from YeldhamDev/button_popup_highlight | Rémi Verschelde | |
Enable toggle behaviour for buttons that trigger popups | |||
2019-04-19 | Added ability for multiple images to be imported as an atlas | Juan Linietsky | |
This adds support for groups in the import system, which point to a single file. Add property hint for saving files in file field | |||
2019-04-09 | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde | |
It seems to stay compatible with formatting done by clang-format 6.0 and 7.0, so contributors can keep using those versions for now (they will not undo those changes). | |||
2019-04-06 | Merge pull request #26122 from vixelz/allow-embedding-gdscript-defined-resources | Rémi Verschelde | |
Include global class resources in Resource property inspector | |||
2019-04-05 | Merge pull request #26954 from willnationsdev/refresh | Rémi Verschelde | |
Add a getter for the EditorInspector | |||
2019-03-25 | Prevents crash on loading unrecognized resources. | Anish | |
Editor crashes on trying to load resources with no loaders. Simple check on the resource loader prevents using a null resource loader. Fixes: #27385 | |||
2019-03-12 | Add EditorInspector getter. Update Sub-Inspectors. | Will Nations | |
2019-03-09 | Allow class_name scripts to have nested inheritance | George Marques | |
2019-03-06 | -Make tileset and meshlibrary edit in a separate inspector, fixes #26671 | Juan Linietsky | |
-Made relationship lines appear based on theme settings, not previous hack -Fix drawing of relationship lines (was broken) -Fix double initialization of theme settings | |||
2019-03-04 | Ensure shader is not set if code did not change | Juan Linietsky | |
2019-03-04 | Some clean up to previous commit. | Juan Linietsky | |
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 ↵ | Juan Linietsky | |
#23672 Also fixed a few uninitialized memory variables. | |||
2019-02-21 | Include global class resources in Resource property inspector | Vixelz | |
Much like how script defined global classes can be created from the "New Resource..." button in the FileSystem panel, this allows the creation of script defined resources to be embedded. | |||
2019-02-21 | Fix EditorPropertyInteger and EditorPropertyEnum support for 64-bit int | Rémi Verschelde | |
Fixes #26116 and fixes #22004, thanks @kiidmale. | |||
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin | |
Fixes #25316. | |||
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 ↵ | Juan Linietsky | |
nodes. Fixes #23554 | |||
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 | |
Fix multiselect change property |