| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #9038 from AlexHolly/rect2-rename-pos | Rémi Verschelde | 2017-06-05 | 15 | -182/+182 |
| |\ | | | | | renamed all Rect2.pos to Rect2.position | ||||
| | * | renamed all Rect2.pos to Rect2.position | alexholly | 2017-06-04 | 15 | -182/+182 |
| | | | |||||
| * | | Merge pull request #8974 from Paulb23/script_overview | Rémi Verschelde | 2017-06-05 | 5 | -1/+77 |
| |\ \ | | | | | | | Added script overview | ||||
| | * | | Added members overview | Paulb23 | 2017-05-29 | 5 | -1/+77 |
| | | | | |||||
| * | | | Merge pull request #9050 from vnen/fix-run-window-size | Rémi Verschelde | 2017-06-05 | 1 | -4/+4 |
| |\ \ \ | | | | | | | | | Update window size property names for editor run | ||||
| | * | | | Update window size property names for editor run | George Marques | 2017-06-04 | 1 | -4/+4 |
| | | |/ | |/| | |||||
| * | | | Quick access list to subresources on RMB | Juan Linietsky | 2017-06-05 | 2 | -0/+70 |
| | | | | |||||
| * | | | Removed stupid right arrow to edit resource. Now simply click it.. | Juan Linietsky | 2017-06-04 | 2 | -4/+24 |
| | | | | |||||
| * | | | project manager, fixed siing of sort button | toger5 | 2017-06-04 | 1 | -1/+1 |
| |/ / | |||||
| * | | InputEvent: Renamed "pos" property to "position" | Andreas Haas | 2017-06-03 | 20 | -89/+89 |
| | | | | | | | | | Make the naming consistent with other classes. | ||||
| * | | Merge pull request #8971 from noshyaar/pr-help | Andreas Haas | 2017-06-01 | 2 | -10/+4 |
| |\ \ | | | | | | | EditorHelp: Help>Class now switch to script editor | ||||
| | * | | EditorHelp: Help>Class now switch to script editor | Poommetee Ketson | 2017-05-31 | 2 | -10/+4 |
| | | | | |||||
| * | | | rewritten PBR implementation to make it friendlier with Blender | Juan Linietsky | 2017-05-31 | 2 | -6/+7 |
| |/ / | |||||
| * | | Several fixes related to PBR and Environment | Juan Linietsky | 2017-05-30 | 2 | -2/+4 |
| | | | |||||
| * | | -Added .hdr format support | Juan Linietsky | 2017-05-28 | 7 | -179/+46 |
| | | | | | | | | | | | | | -Added default environment editor setting -Added environment created by default in new projects -Removed default light and ambient from spatial editor, to make the editor more PBR compliant | ||||
| * | | Merge pull request #8966 from voithos/path2d-bezier-handle-fix | Rémi Verschelde | 2017-05-28 | 1 | -9/+7 |
| |\ \ | | | | | | | Fix moving path controls in edit mode. | ||||
| | * | | Fix moving path controls in edit mode. | Zaven Muradyan | 2017-05-27 | 1 | -9/+7 |
| | | | | | | | | | | | | | | | | | | | The previous code would never trigger the subsequent conditionals (for moving the control points) when in EDIT_MODE because the point conditionals were nested instead of being a conjunction. | ||||
| * | | | Merge pull request #8968 from noshyaar/pr-bug2 | Rémi Verschelde | 2017-05-28 | 1 | -0/+2 |
| |\ \ \ | | | | | | | | | CreateDialog: fix activating recent item creates node selected in search result | ||||
| | * | | | CreateDialog: fix activating recent item creates node selected in search result | Poommetee Ketson | 2017-05-28 | 1 | -0/+2 |
| | |/ / | |||||
| * / / | CreateDialog: select root if search exactly match | Poommetee Ketson | 2017-05-28 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #8956 from mcanders/mcanders/ProfilerInputFix | Rémi Verschelde | 2017-05-27 | 1 | -1/+1 |
| |\ \ | | | | | | | Fix incorrect input event reference in editor_profiler.cpp | ||||
| | * | | Fix incorrect input event reference in editor_profiler.cpp | Carter Anderson | 2017-05-27 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #8955 from mcanders/mcanders/AnimationEditorInputFix | Rémi Verschelde | 2017-05-27 | 1 | -7/+7 |
| |\ \ \ | | | | | | | | | Fix incorrect input event reference in animation_editor.cpp | ||||
| | * | | | Fix incorrect input event reference in animation_editor.cpp | Carter Anderson | 2017-05-27 | 1 | -7/+7 |
| | |/ / | |||||
| * | | | Merge pull request #8929 from nunodonato/themecolors | Rémi Verschelde | 2017-05-27 | 2 | -3/+29 |
| |\ \ \ | | | | | | | | | Added color presets for easy theme switching | ||||
| | * | | | Added color presets for easy theme switching | Nuno Donato | 2017-05-26 | 2 | -3/+29 |
| | | |/ | |/| | | | | | | | Also tweaked the default colors (darker and less satured) | ||||
| * | | | Merge pull request #8928 from nunodonato/helpmenu | Rémi Verschelde | 2017-05-27 | 5 | -11/+57 |
| |\ \ \ | |_|/ |/| | | Added an help menu | ||||
| | * | | Added an help menu | Nuno Donato | 2017-05-26 | 5 | -11/+57 |
| | |/ | | | | | | | | | Also renamed the "tutorials" button in the script editor to be consistent with the help menu entry. Fixed #8921 | ||||
| * / | -Added EXR supprot for HDR (no BC6 compression yet though) | Juan Linietsky | 2017-05-26 | 3 | -6/+19 |
| |/ | | | | | | -Improvements to texture importer -Proper detection of S3TC compression modes, and added all modes to Image -Fixes to non-power of 2 compressed textures, which should all be supported by GLES3 | ||||
| * | Merge pull request #8901 from tagcup/path_editor_plugin | Rémi Verschelde | 2017-05-26 | 3 | -238/+195 |
| |\ | | | | | Revive PathEditorPlugin. | ||||
| | * | Applied clang-format. | Ferenc Arn | 2017-05-25 | 3 | -223/+181 |
| | | | | | | | | | Since PathEditorPlugin was commented out, it didn't get clang-format'ed. | ||||
| | * | Revive PathEditorPlugin. | Ferenc Arn | 2017-05-24 | 3 | -25/+24 |
| | | | | | | | | | | | | | Adapted the plugin to recent changes in input classes and pool arrays. Fixed an out-of-bounds bug in the process. Doesn't display anything for a single point (existing issue). | ||||
| * | | Merge pull request #8895 from nunodonato/newdefaultcolors | Rémi Verschelde | 2017-05-25 | 2 | -14/+16 |
| |\ \ | | | | | | | Improved default colors for the new theme | ||||
| | * | | Improved default colors for the new theme | Nuno Donato | 2017-05-24 | 2 | -14/+16 |
| | |/ | | | | | | | | | Colors inspired from solarized themes. Also moved the theme settings to the Interface category. | ||||
| * | | Merge pull request #8891 from nunodonato/newmenu | Rémi Verschelde | 2017-05-25 | 2 | -156/+113 |
| |\ \ | | | | | | | Join text menus on the top-left, move shortcut buttons to new locations (Preliminary work towards achieving the changes discussed in #8865.) | ||||
| | * | | Join text menus on the top-left, move shortcut buttons to new location | Nuno Donato | 2017-05-24 | 2 | -156/+113 |
| | |/ | |||||
| * | | Merge pull request #8869 from Hinsbart/errors | Rémi Verschelde | 2017-05-25 | 3 | -3/+5 |
| |\ \ | |/ |/| | Fix errors on engine startup. | ||||
| | * | Fix errors on engine startup. | Andreas Haas | 2017-05-22 | 3 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | Fixes a bunch of the most spammy console errors introduced by recent refactorings: - `AudioServerState` does not exist, this was the reference to it in the source. The surrounding code made it clear that `AudioServerLayout` was meant to be used instead. - `StreamCSVTranslation` same here, it's the only reference. I went with `Translation` here, but I'm not 100% sure on this one. - Some methods have been moved from `Texture` to `Image`, but the old bindings were still there. - A few `name == ""` errors related to duplicating nodes. | ||||
| * | | Fix crash when interacting with the 2d editor | George Marques | 2017-05-23 | 1 | -2/+2 |
| | | | |||||
| * | | Merge pull request #8872 from volzhs/editor-theme-lineedit | Rémi Verschelde | 2017-05-23 | 1 | -4/+5 |
| |\ \ | |/ |/| | Fix disabled style of LineEdit | ||||
| | * | Fix disabled style of LineEdit | volzhs | 2017-05-23 | 1 | -4/+5 |
| | | | |||||
| * | | Merge pull request #8863 from volzhs/editor-theme-new-node | Rémi Verschelde | 2017-05-22 | 1 | -1/+1 |
| |\ \ | | | | | | | Show description box on create new node window | ||||
| | * | | Show description box on create new node window | volzhs | 2017-05-22 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #8861 from volzhs/editor-theme-filedialog | Rémi Verschelde | 2017-05-22 | 1 | -0/+5 |
| |\ \ | | | | | | | Show disabled item with proper color on FileDialog of editor theme | ||||
| | * | | Show disabled item with proper color on FileDialog of editor theme | volzhs | 2017-05-22 | 1 | -0/+5 |
| | |/ | | | | | | | Fix #8635 | ||||
| * / | Fix 2d path editor controls. | Zaven Muradyan | 2017-05-21 | 1 | -85/+53 |
| |/ | | | | | Fixes #502. This appears to have been broken due to a merge conflict after the InputEvents changes. | ||||
| * | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | 2017-05-20 | 86 | -3369/+3435 |
| | | | | | this might cause bugs I haven't found yet.. | ||||
| * | Merge pull request #8838 from zlsa/master | Rémi Verschelde | 2017-05-20 | 2 | -12/+15 |
| |\ | | | | | Export nested nodes in TileSet scenes; resolves #8819. | ||||
| | * | Fix #8819. Adds _import_node() that, when used in conjunction with ↵ | Jon Ross | 2017-05-19 | 2 | -12/+15 |
| | | | | | | | | | _import_scene, recurses through the scene tree and exports all available nodes. | ||||
| * | | Merge pull request #8631 from volzhs/editor-theme-custom | Rémi Verschelde | 2017-05-20 | 81 | -237/+2474 |
| |\ \ | |/ |/| | New customizable editor theme | ||||
