Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-04 | Merge pull request #19849 from willnationsdev/expose-script-create-dialog | Max Hilbrunner | |
Expose ScriptCreateDialog to EditorPlugin | |||
2018-07-04 | Expose ScriptCreateDialog to EditorPlugin | willnationsdev | |
2018-07-04 | Merge pull request #19941 from guilhermefelipecgs/fix_animation_key | Max Hilbrunner | |
Fix animation key icon not show on inspector | |||
2018-07-04 | Merge pull request #19824 from JFonS/fix_orthogonal_select | Rémi Verschelde | |
Fix selection in 3D orthogonal view | |||
2018-07-04 | Merge pull request #19882 from khairul169/trackedit_playposition | Rémi Verschelde | |
Hide play position in animation editor if no animation node is selected | |||
2018-07-03 | Fix animaiton key icon not show on inspector | Guilherme Felipe | |
2018-07-03 | Merge pull request #19938 from Chaosus/fix_regression | Max Hilbrunner | |
[Regression] Fixed editor bad responsibility after #19244 | |||
2018-07-03 | Fix button regression | Chaosus | |
2018-07-03 | Merge pull request #19816 from ↵ | Max Hilbrunner | |
leecommamichael/survive-null-scene-root-from-plugin Survive editor crash if a plugin scene's root is null. | |||
2018-07-03 | Merge pull request #19873 from volzhs/show-scene-file | Max Hilbrunner | |
Show current scene file in FileSystem dock | |||
2018-07-03 | Merge pull request #19881 from khairul169/popupmenu_animedit | Max Hilbrunner | |
Fix error msg when selecting popupmenu if there is no animation selected | |||
2018-07-03 | Merge pull request #19920 from guilhermefelipecgs/group_dialog_resizable | Max Hilbrunner | |
Makes the group dialog resizable | |||
2018-07-03 | Merge pull request #16265 from nanoframe/export_issue_fix | Max Hilbrunner | |
Fix error when downloading export templates | |||
2018-07-03 | Merge pull request #17582 from Ovnuniarchos/TMapEditorMultiSel | Max Hilbrunner | |
Tile randomizer for tilemap editor. | |||
2018-07-03 | Merge pull request #18634 from groud/fix_control_child_of_node2d | Max Hilbrunner | |
Fixes the bad calculation of margin & anchors when child of Node2D | |||
2018-07-03 | Merge pull request #19166 from Grula/issue-18779 | Max Hilbrunner | |
Changed "Syntax Menu" into radio Menu | |||
2018-07-03 | Merge pull request #19156 from volzhs/fix-remove-split | Max Hilbrunner | |
Fix unable to remove split on Polygon 2D editor after restarting editor | |||
2018-07-03 | Merge pull request #19192 from marcelofg55/undo_redo_msg | Max Hilbrunner | |
Add a message when there is nothing to Undo or Redo | |||
2018-07-03 | Merge pull request #19244 from Chaosus/settingsperformance_and_colordeferred | Max Hilbrunner | |
Increases settings apply speed and added deferred color setting to ColorPicker | |||
2018-07-03 | Merge pull request #19251 from YeldhamDev/script_templates_changes | Max Hilbrunner | |
Small changes to the comments in the script templates | |||
2018-07-03 | Merge pull request #18305 from groud/inputmap_gui | Max Hilbrunner | |
Move the deadzone to a column in the input project settings | |||
2018-07-03 | Ensure, if a texture meant for a normal map is imported and size limit ↵ | Juan Linietsky | |
exists, that it's renormalized after resize. | |||
2018-07-03 | Merge pull request #19634 from guilhermefelipecgs/fix_shortcut_conflict | Max Hilbrunner | |
Remove shortcut conflict | |||
2018-07-03 | Merge pull request #19635 from bojidar-bg/19158-exported-array-new-inspector | Max Hilbrunner | |
Add proper type information to array property | |||
2018-07-03 | Merge pull request #19639 from volzhs/rescan-file-moved | Max Hilbrunner | |
Re-scan only when actually moving file | |||
2018-07-03 | Hide play position if animation node is invalid | khairul169 | |
2018-07-02 | Makes the group dialog resizable | Guilherme Felipe | |
2018-07-02 | further fixes to tag detection on importer | Juan Linietsky | |
2018-07-02 | Add a condition to detect duplicates objects, so cases like object-col.323, ↵ | Juan Linietsky | |
common in blender, is still detected as collision. | |||
2018-07-01 | -Fix in animationplayback, sound would be cut on loop | Juan Linietsky | |
-Fix on scene importer, keeping changes to animation tracks was not working | |||
2018-07-01 | Tile randomizer for tilemap editor. | Ovnuniarchos | |
2018-07-01 | Corrected art depo link in editor icons readme. | Ibrahn Sahir | |
2018-07-01 | Fix error msg when selecting popupmenu if there is no animation | khairul169 | |
2018-07-01 | Show current scene file in FileSystem dock | volzhs | |
2018-06-30 | -Fixes to OBJ importer, option to disable optimization | Juan Linietsky | |
-Fixes to script language, PlaceHolder can now get and check methods | |||
2018-06-29 | Revert "Fix saving unmodified scenes and resources" | Rémi Verschelde | |
This reverts commits 28ab60422d648d43d219186ea0ecffce1645188f and 7821b70a00768cb99c0b48450eabe5a687ae276c. Fixes #19576, and likely the fact that subresources are no longer saved when saving scenes with no change. | |||
2018-06-28 | Fix selection in 3D orthogonal view | JFonS | |
2018-06-28 | Preventing an editor crash in the event that a plugin scene's root-node is null. | Michael Lee | |
2018-06-27 | Changes to how node paths are selected from property, allowing setting a hint. | Juan Linietsky | |
2018-06-27 | The way multiple quaternions being slerped was not good, changed approach to ↵ | Juan Linietsky | |
one that seems to work better. | |||
2018-06-26 | -Add root motion support in AnimationTree. | Juan Linietsky | |
-Add RootMotionView, to debug root motion in 3D (disabled in runtime) | |||
2018-06-26 | Merge pull request #19164 from marcelofg55/tilemap_undo2 | Rémi Verschelde | |
Improve TileMap undo operations, second try | |||
2018-06-25 | renamed AnimationGraphPlayer to AnimationTree | Juan Linietsky | |
2018-06-25 | added BlendSpace1D editor plugin | Thomas Herzog | |
This commit also fixes a crash in the BlendSpace2D as well as correct the drawing of the x-zero indicator in the BlendSpace2D editor plugin. | |||
2018-06-25 | added AnimationBlendSpace1D | Thomas Herzog | |
2018-06-25 | rename BlendSpace to BlendSpace2D | Thomas Herzog | |
2018-06-25 | State machine animation node | Juan Linietsky | |
2018-06-25 | Remove extra addition to tree of editor autoloads | George Marques | |
Fix #19675 | |||
2018-06-25 | Merge pull request #19744 from marcelofg55/profiler_clear | Rémi Verschelde | |
Add a Clear button to the profiler | |||
2018-06-25 | Merge pull request #19728 from Chaosus/theme_strings | Rémi Verschelde | |
Changed themes presets to String format |