Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-03 | Full GLTF 2.0 Specification support! cheers! | Juan Linietsky | |
2017-08-03 | TileMap: Fix infinite loop when trying to bucket-delete empty tiles. | Andreas Haas | |
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 | |||
2017-08-03 | Merge pull request #10046 from Hinsbart/script_open_resource | Rémi Verschelde | |
ScriptEditor: ctrl+click can open scenes & resources. | |||
2017-08-02 | -Added GLTF scene support (still missing animations and .glb extension) | Juan Linietsky | |
-Fixed bugs regarding tangent generation in SurfaceTool | |||
2017-08-02 | Revert "Tweak command-line arguments to make them more UNIX-like" | Juan Linietsky | |
2017-08-02 | ScriptEditor: ctrl+click can open scenes/resources. | Andreas Haas | |
Closes #9654 | |||
2017-08-02 | Merge pull request #10014 from Calinou/tweak-command-line-arguments | Rémi Verschelde | |
Tweak command-line arguments to make them more UNIX-like | |||
2017-08-02 | Tweak command-line arguments to make them more UNIX-like | Hugo Locurcio | |
Also improves the command-line help text readability. | |||
2017-08-01 | Merge pull request #10006 from djrm/pr_theme_fixes | Rémi Verschelde | |
Some theme and usability improvements | |||
2017-08-01 | Merge pull request #10009 from marcelofg55/master | Rémi Verschelde | |
Fix possible division by zero crashes on the wav importer | |||
2017-07-31 | Fix possible division by zero crashes on the wav importer | Marcelo Fernandez | |
2017-08-01 | Fix equality when assignment intended | Pedro J. Estébanez | |
2017-08-01 | Merge pull request #8209 from robertdhernandez/Texture-Region-Editor-Sync | Rémi Verschelde | |
Texture region now updates when changing an Atlas region rect | |||
2017-07-31 | Some theme and usability improvements | Daniel J. Ramirez | |
Fixed create script editor dialog not changing extension Options menu for inspector element is bigger | |||
2017-07-31 | SpatialEditor: fix transform dialog | Poommetee Ketson | |
2017-07-31 | Merge pull request #9990 from GodotExplorer/pr-fix-stretch-ratio | Rémi Verschelde | |
Fix errors with stretch ratio | |||
2017-07-31 | Fix property type expose of Control.stretch_ratio. | Geequlim | |
Fix set integer value from inspector to round instead of floor. | |||
2017-07-30 | Style: Apply clang-format on all files | Rémi Verschelde | |
Thus fixing some invalid changes that had still made it to the master branch. | |||
2017-07-30 | Revert "PropertyEditor: display "Off" if property is false" | Rémi Verschelde | |
This reverts commit 5adb94e72694fd4c4b80be85b3adf9a4a7d6c45b. It was actually not a bug, see discussion on #9898. | |||
2017-07-29 | Merge pull request #9968 from kubecz3k/edit-plugin-hint | George Marques | |
ScriptEditor -> 'script_close' signal hint correction | |||
2017-07-29 | ScriptEditor -> 'script_close' signal hint correction | Jakub Grzesik | |
2017-07-29 | PropertyEditor: Fix easing_curve blocking popup input | Poommetee Ketson | |
2017-07-29 | Few small GI Probe fixes | Juan Linietsky | |
2017-07-28 | Merge pull request #9943 from kubecz3k/fix-inh-inst-edit | Rémi Verschelde | |
correct RMB options for instanced inherited scene | |||
2017-07-28 | Merge pull request #9906 from Noshyaar/pr-theme | Rémi Verschelde | |
ThemeEditor: fix broken dialog | |||
2017-07-28 | Merge pull request #9879 from RandomShaper/fix-mutating-settings-file | Rémi Verschelde | |
Fix mutating project.godot | |||
2017-07-28 | correct RMB options for instanced inherited scene | Jakub Grzesik | |
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 | |||
2017-07-27 | ThemeEditor: fix broken dialog | Poommetee Ketson | |
2017-07-27 | Merge pull request #9870 from Noshyaar/pr-fixsave | Rémi Verschelde | |
Fix !save_each_scene saving scenes with no filename | |||
2017-07-27 | Merge pull request #9852 from groud/canvas_editor_update | Rémi Verschelde | |
Some more CanvasItemEditor improvements | |||
2017-07-27 | Merge pull request #9904 from Noshyaar/pr-off | Rémi Verschelde | |
PropertyEditor: display "Off" if property is false | |||
2017-07-27 | PropertyEditor: display "Off" if property is false | Poommetee Ketson | |
2017-07-27 | Initialize freelook shortcuts properly | Marc Gilleron | |
2017-07-26 | Fix mutating project.godot | Pedro J. Estébanez | |
Namely: - comment block lost on first save; - config_version doubled as 3 and null on second save; - format change on first save. | |||
2017-07-26 | Fix !save_each_scene saving scenes with no filename | Poommetee Ketson | |
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. | |||
2017-07-25 | Temporarily disable the Asset Library | Rémi Verschelde | |
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. | |||
2017-07-25 | Change the grid offset when the snap is set as relative | Gilles Roudiere | |
2017-07-25 | Label: update min size when regenerate wordcache | Poommetee Ketson | |
2017-07-25 | Merge pull request #9702 from groud/canvas_editor_update | Rémi Verschelde | |
[WIP] Canvas editor code clean-up (and improvements) | |||
2017-07-24 | EditorNode: fix missing distraction-free tooltip | Poommetee Ketson | |
2017-07-23 | small grammar fix | Juan Linietsky | |
2017-07-23 | -Ability to set default import presets for type | Juan Linietsky | |
-More presets for scene importer -Option in scene importer to export root nodes as separate scenes -Fixed MeshInstance preview | |||
2017-07-23 | Suppress get_edited_scene_root error | Poommetee Ketson | |
2017-07-23 | Merge pull request #9765 from Noshyaar/pr-clang | Rémi Verschelde | |
Clang-formatting *.cpp and *.h (some files excluded) | |||
2017-07-23 | Merge pull request #9790 from Noshyaar/pr-req | Rémi Verschelde | |
EditorNode: request_attn when behind other windows | |||
2017-07-23 | Merge pull request #9788 from Zylann/freelook_modifier | Rémi Verschelde | |
Added configurable modifier key to activate freelook | |||
2017-07-23 | Merge pull request #9774 from Noshyaar/pr-about | Rémi Verschelde | |
Move About dialog to editor_about.cpp | |||
2017-07-23 | Merge pull request #9762 from Paulb23/_scipt_close_tab_selection_issue_8400 | Rémi Verschelde | |
Fixed script tab selection on file close, issue 8400 | |||
2017-07-23 | Merge pull request #9761 from Noshyaar/pr-fix | Rémi Verschelde | |
ScriptEditor: suppress get_child errors | |||
2017-07-23 | Merge pull request #9706 from djrm/theme_fixes | Rémi Verschelde | |
Icons can now be added inside line edits (Search icon). |