| Commit message (Expand) | Author | Age | Files | Lines |
* | Export path may now be written as a relative path | SonerSound | 2019-06-30 | 1 | -1/+14 |
* | Merge pull request #24156 from AnaDenisa/master | Rémi Verschelde | 2019-06-29 | 1 | -4/+45 |
|\ |
|
| * | Add option to input value manually in EditorPropertyEasing | AnaDenisa | 2019-06-28 | 1 | -4/+45 |
* | | Fix an EditorPropertyResource bug where clicking on the flat buttons would no... | LikeLakers2 | 2019-06-28 | 1 | -0/+2 |
|/ |
|
* | Some code changed with Clang-Tidy | qarmin | 2019-06-26 | 1 | -6/+6 |
* | Made use of semicolons more consitent, fixed formatting | JohnJLight | 2019-06-19 | 1 | -1/+2 |
* | Merge pull request #22301 from YeldhamDev/button_popup_highlight | Rémi Verschelde | 2019-04-25 | 1 | -0/+5 |
|\ |
|
| * | Enable toggle behaviour for buttons that trigger popups | Michael Alexsander Silva Dias | 2018-12-11 | 1 | -0/+6 |
* | | Added ability for multiple images to be imported as an atlas | Juan Linietsky | 2019-04-19 | 1 | -1/+5 |
* | | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde | 2019-04-09 | 1 | -3/+6 |
* | | Merge pull request #26122 from vixelz/allow-embedding-gdscript-defined-resources | Rémi Verschelde | 2019-04-06 | 1 | -1/+11 |
|\ \ |
|
| * | | Include global class resources in Resource property inspector | Vixelz | 2019-02-21 | 1 | -1/+11 |
* | | | Merge pull request #26954 from willnationsdev/refresh | Rémi Verschelde | 2019-04-05 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Add EditorInspector getter. Update Sub-Inspectors. | Will Nations | 2019-03-12 | 1 | -0/+1 |
* | | | | Prevents crash on loading unrecognized resources. | Anish | 2019-03-25 | 1 | -0/+2 |
|/ / / |
|
* | | | Allow class_name scripts to have nested inheritance | George Marques | 2019-03-09 | 1 | -1/+1 |
* | | | -Make tileset and meshlibrary edit in a separate inspector, fixes #26671 | Juan Linietsky | 2019-03-06 | 1 | -2/+1 |
* | | | Ensure shader is not set if code did not change | Juan Linietsky | 2019-03-04 | 1 | -2/+3 |
* | | | Some clean up to previous commit. | Juan Linietsky | 2019-03-04 | 1 | -2/+2 |
* | | | Remove the "Open Editor" button, it will open automatically. | Juan Linietsky | 2019-03-04 | 1 | -0/+48 |
* | | | Added a workaround to avoid crashes due to how TileSet editor works, fixes #2... | Juan Linietsky | 2019-02-22 | 1 | -1/+1 |
* | | | Fix EditorPropertyInteger and EditorPropertyEnum support for 64-bit int | Rémi Verschelde | 2019-02-21 | 1 | -7/+7 |
|/ / |
|
* | | Add -Wshadow=local to warnings and fix reported issues. | marxin | 2019-02-20 | 1 | -11/+11 |
* | | Fix big text window in TextEdit | qarmin | 2019-02-16 | 1 | -1/+1 |
* | | Instantiate global classes properly, fixes #20857 | Juan Linietsky | 2019-01-27 | 1 | -1/+13 |
* | | Make sub-inspectors not listen to node removals, since they never edit nodes.... | Juan Linietsky | 2019-01-25 | 1 | -1/+1 |
* | | Clean up and fix issues after merging #21701 , closes #21104 | Juan Linietsky | 2019-01-18 | 1 | -37/+37 |
* | | Merge pull request #21701 from AlexHolly/fix-multiselect-proptery-change | Juan Linietsky | 2019-01-18 | 1 | -32/+32 |
|\ \ |
|
| * | | Fix multiselect change property | Alexander Holland | 2018-11-24 | 1 | -32/+32 |
* | | | Fix keying resource properties, closes #24690 | Juan Linietsky | 2019-01-17 | 1 | -1/+1 |
* | | | wtf | Juan Linietsky | 2019-01-14 | 1 | -8/+10 |
* | | | Added a flag to specify an exported node path must be supplied from scene roo... | Juan Linietsky | 2019-01-14 | 1 | -8/+13 |
* | | | Add EditorPropertyRID as read-only label showing RID | Rémi Verschelde | 2019-01-14 | 1 | -0/+20 |
* | | | Merge pull request #24831 from clayjohn/fix_nested_docs_tooltip | Rémi Verschelde | 2019-01-08 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | make tooltips display for subinspectors | clayjohn | 2019-01-07 | 1 | -0/+1 |
* | | | | i18n: Sync translation template with current source | Rémi Verschelde | 2019-01-07 | 1 | -1/+1 |
|/ / / |
|
* | | | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | | | Fixed a property warning when loading a correct resource type | Dawid Wdowiak | 2018-12-30 | 1 | -4/+14 |
* | | | #23231: make resource changes in a nested inspector undoable | Gleb Mineev | 2018-12-13 | 1 | -0/+1 |
| |/
|/| |
|
* | | Merge pull request #22437 from DualMatrix/wrong_prop_warning | Rémi Verschelde | 2018-12-07 | 1 | -0/+14 |
|\ \ |
|
| * | | Added warning when trying to load resource of wrong type in editor. | DualMatrix | 2018-10-03 | 1 | -0/+14 |
* | | | Merge pull request #22535 from DualMatrix/editor_value_cap | Rémi Verschelde | 2018-12-07 | 1 | -0/+18 |
|\ \ \ |
|
| * | | | Fixed editor inspector ranges capping values at 65535. | DualMatrix | 2018-09-29 | 1 | -0/+18 |
* | | | | Merge pull request #23673 from marcelofg55/export_path_3 | Rémi Verschelde | 2018-12-06 | 1 | -1/+7 |
|\ \ \ \ |
|
| * | | | | Export Path now has a folder icon to select the path | Marcelo Fernandez | 2018-11-12 | 1 | -1/+7 |
* | | | | | Arrays now parse the hint_string in the new inspector. | MrCdK | 2018-12-03 | 1 | -1/+1 |
* | | | | | Make it smarter to infer paths from history data, closes #20005 | Juan Linietsky | 2018-11-21 | 1 | -6/+18 |
* | | | | | Merge pull request #23802 from JFonS/add_save_option | Rémi Verschelde | 2018-11-20 | 1 | -0/+8 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Add Save option to resource property menu | JFonS | 2018-11-18 | 1 | -0/+8 |
* | | | | | Make sure RMB also works for resource editor in inspector, fixes #18994 | Juan Linietsky | 2018-11-18 | 1 | -1/+24 |
|/ / / / |
|