| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #10123 from bojidar-bg/7695-key-kp-enter | Juan Linietsky | 2017-08-06 | 2 | -3/+3 |
| |\ | | | | | Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER | ||||
| | * | Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER | Bojidar Marinov | 2017-08-06 | 2 | -3/+3 |
| | | | | | | | | | Closes #7695 | ||||
| * | | Added a .gdignore check to ignore specific folders. Closes #8461 | Juan Linietsky | 2017-08-06 | 1 | -0/+4 |
| | | | |||||
| * | | keep default exported script values unless overriden, closes #8127 | Juan Linietsky | 2017-08-06 | 1 | -1/+1 |
| |/ | |||||
| * | Full GLTF 2.0 Specification support! cheers! | Juan Linietsky | 2017-08-03 | 2 | -11/+584 |
| | | |||||
| * | TileMap: Fix infinite loop when trying to bucket-delete empty tiles. | Andreas Haas | 2017-08-03 | 1 | -0/+2 |
| | | | | | | | | Right-clicking when the bucket tool is enabled means "erase all instances of this tile". So it doesn't make sense to try doing this for empty tiles :P Fixes #10065 | ||||
| * | Merge pull request #10046 from Hinsbart/script_open_resource | Rémi Verschelde | 2017-08-03 | 1 | -1/+11 |
| |\ | | | | | ScriptEditor: ctrl+click can open scenes & resources. | ||||
| | * | ScriptEditor: ctrl+click can open scenes/resources. | Andreas Haas | 2017-08-02 | 1 | -1/+11 |
| | | | | | | | | | Closes #9654 | ||||
| * | | -Added GLTF scene support (still missing animations and .glb extension) | Juan Linietsky | 2017-08-02 | 3 | -0/+1844 |
| | | | | | | | | | -Fixed bugs regarding tangent generation in SurfaceTool | ||||
| * | | Revert "Tweak command-line arguments to make them more UNIX-like" | Juan Linietsky | 2017-08-02 | 3 | -16/+16 |
| |/ | |||||
| * | Merge pull request #10014 from Calinou/tweak-command-line-arguments | Rémi Verschelde | 2017-08-02 | 3 | -16/+16 |
| |\ | | | | | Tweak command-line arguments to make them more UNIX-like | ||||
| | * | Tweak command-line arguments to make them more UNIX-like | Hugo Locurcio | 2017-08-02 | 3 | -16/+16 |
| | | | | | | | | | Also improves the command-line help text readability. | ||||
| * | | Merge pull request #10006 from djrm/pr_theme_fixes | Rémi Verschelde | 2017-08-01 | 7 | -51/+77 |
| |\ \ | |/ |/| | Some theme and usability improvements | ||||
| | * | Some theme and usability improvements | Daniel J. Ramirez | 2017-07-31 | 7 | -52/+78 |
| | | | | | | | | | | | Fixed create script editor dialog not changing extension Options menu for inspector element is bigger | ||||
| * | | Merge pull request #10009 from marcelofg55/master | Rémi Verschelde | 2017-08-01 | 1 | -2/+2 |
| |\ \ | | | | | | | Fix possible division by zero crashes on the wav importer | ||||
| | * | | Fix possible division by zero crashes on the wav importer | Marcelo Fernandez | 2017-07-31 | 1 | -2/+2 |
| | | | | |||||
| * | | | Fix equality when assignment intended | Pedro J. Estébanez | 2017-08-01 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #8209 from robertdhernandez/Texture-Region-Editor-Sync | Rémi Verschelde | 2017-08-01 | 3 | -28/+27 |
| |\ \ | | | | | | | Texture region now updates when changing an Atlas region rect | ||||
| | * | | Texture region now updates when changing an Atlas | Robert Hernandez | 2017-06-29 | 3 | -28/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed atlas_changed signal for AtlasTexture - Changes are now handled by _notify_change - Removed unneccesary signal connections - Texture preview now updates in real-time Fixed TextureRegionEditor constantly regenerating | ||||
| * | | | SpatialEditor: fix transform dialog | Poommetee Ketson | 2017-07-31 | 1 | -22/+26 |
| | | | | |||||
| * | | | Merge pull request #9990 from GodotExplorer/pr-fix-stretch-ratio | Rémi Verschelde | 2017-07-31 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | Fix errors with stretch ratio | ||||
| | * | | | Fix property type expose of Control.stretch_ratio. | Geequlim | 2017-07-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Fix set integer value from inspector to round instead of floor. | ||||
| * | | | | Style: Apply clang-format on all files | Rémi Verschelde | 2017-07-30 | 22 | -23/+23 |
| | | | | | | | | | | | | | | | | | Thus fixing some invalid changes that had still made it to the master branch. | ||||
| * | | | | Revert "PropertyEditor: display "Off" if property is false" | Rémi Verschelde | 2017-07-30 | 1 | -2/+1 |
| | |_|/ |/| | | | | | | | | | | | This reverts commit 5adb94e72694fd4c4b80be85b3adf9a4a7d6c45b. It was actually not a bug, see discussion on #9898. | ||||
| * | | | Merge pull request #9968 from kubecz3k/edit-plugin-hint | George Marques | 2017-07-29 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | ScriptEditor -> 'script_close' signal hint correction | ||||
| | * | | | ScriptEditor -> 'script_close' signal hint correction | Jakub Grzesik | 2017-07-29 | 1 | -1/+1 |
| | |/ / | |||||
| * / / | PropertyEditor: Fix easing_curve blocking popup input | Poommetee Ketson | 2017-07-29 | 1 | -5/+5 |
| |/ / | |||||
| * | | Few small GI Probe fixes | Juan Linietsky | 2017-07-29 | 1 | -2/+2 |
| | | | |||||
| * | | Merge pull request #9943 from kubecz3k/fix-inh-inst-edit | Rémi Verschelde | 2017-07-28 | 1 | -2/+2 |
| |\ \ | | | | | | | correct RMB options for instanced inherited scene | ||||
| | * | | correct RMB options for instanced inherited scene | Jakub Grzesik | 2017-07-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | When scene is inherited and later instanced as a part of another scene, only options related to instancing will be visible - same behavior as in 2.x closes #9901 | ||||
| * | | | Merge pull request #9906 from Noshyaar/pr-theme | Rémi Verschelde | 2017-07-28 | 2 | -34/+28 |
| |\ \ \ | | | | | | | | | ThemeEditor: fix broken dialog | ||||
| | * | | | ThemeEditor: fix broken dialog | Poommetee Ketson | 2017-07-27 | 2 | -34/+28 |
| | | | | | |||||
| * | | | | Merge pull request #9879 from RandomShaper/fix-mutating-settings-file | Rémi Verschelde | 2017-07-28 | 1 | -20/+7 |
| |\ \ \ \ | |_|/ / |/| | | | Fix mutating project.godot | ||||
| | * | | | Fix mutating project.godot | Pedro J. Estébanez | 2017-07-26 | 1 | -20/+7 |
| | |/ / | | | | | | | | | | | | | | | | | | | Namely: - comment block lost on first save; - config_version doubled as 3 and null on second save; - format change on first save. | ||||
| * | | | Merge pull request #9870 from Noshyaar/pr-fixsave | Rémi Verschelde | 2017-07-27 | 2 | -16/+15 |
| |\ \ \ | | | | | | | | | Fix !save_each_scene saving scenes with no filename | ||||
| | * | | | Fix !save_each_scene saving scenes with no filename | Poommetee Ketson | 2017-07-26 | 2 | -16/+15 |
| | |/ / | | | | | | | | | | | | | | | | When save_each_scene is false, only scenes that have been saved at least once are saved. But EditorNode tries to save scenes with no filename too (they're never saved), so it crashes. | ||||
| * | | | Merge pull request #9852 from groud/canvas_editor_update | Rémi Verschelde | 2017-07-27 | 1 | -6/+15 |
| |\ \ \ | | | | | | | | | Some more CanvasItemEditor improvements | ||||
| | * | | | Change the grid offset when the snap is set as relative | Gilles Roudiere | 2017-07-25 | 1 | -6/+15 |
| | | | | | |||||
| * | | | | Merge pull request #9904 from Noshyaar/pr-off | Rémi Verschelde | 2017-07-27 | 1 | -1/+2 |
| |\ \ \ \ | | | | | | | | | | | PropertyEditor: display "Off" if property is false | ||||
| | * | | | | PropertyEditor: display "Off" if property is false | Poommetee Ketson | 2017-07-27 | 1 | -1/+2 |
| | | |/ / | |/| | | |||||
| * / | | | Initialize freelook shortcuts properly | Marc Gilleron | 2017-07-27 | 1 | -7/+15 |
| |/ / / | |||||
| * / / | Temporarily disable the Asset Library | Rémi Verschelde | 2017-07-25 | 1 | -2/+5 |
| |/ / | | | | | | | | | Currently it features only plugins for Godot 2.1.x, we need #7147 fixed to be able to propose only 3.0-compatible plugins in the Asset Library. | ||||
| * | | Label: update min size when regenerate wordcache | Poommetee Ketson | 2017-07-25 | 1 | -1/+0 |
| | | | |||||
| * | | Merge pull request #9702 from groud/canvas_editor_update | Rémi Verschelde | 2017-07-25 | 2 | -209/+114 |
| |\ \ | | | | | | | [WIP] Canvas editor code clean-up (and improvements) | ||||
| | * | | Make uniform resize possible with side (top, left, right, bottom) | Gilles Roudiere | 2017-07-20 | 1 | -26/+30 |
| | | | | | | | | | | | | | handles. | ||||
| | * | | Replaced the hard-to-understand _select by _select_click_on_empty_area and ↵ | Gilles Roudiere | 2017-07-20 | 2 | -113/+67 |
| | | | | | | | | | | | | | | | | | | | | | | _select_click_on_item. Added some comments Removed commented code or useless ones | ||||
| | * | | Generalized _find_canvas_items_at_pos to remove _select_canvas_items_at_pos | Gilles Roudiere | 2017-07-20 | 2 | -71/+18 |
| | | | | | | | | | | | | | | | | Removed some useless parameters Removed old comments | ||||
| * | | | EditorNode: fix missing distraction-free tooltip | Poommetee Ketson | 2017-07-24 | 1 | -0/+1 |
| | | | | |||||
| * | | | small grammar fix | Juan Linietsky | 2017-07-23 | 1 | -3/+3 |
| | | | | |||||
| * | | | -Ability to set default import presets for type | Juan Linietsky | 2017-07-23 | 8 | -138/+254 |
| | | | | | | | | | | | | | | | | | | | -More presets for scene importer -Option in scene importer to export root nodes as separate scenes -Fixed MeshInstance preview | ||||
