Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-18 | Fixed running the game before saving scene | Manish Sharma | |
Closes #6184 | |||
2016-08-16 | Merge pull request #6165 from TheHX/pr-tile-palette | Rémi Verschelde | |
Small usability improvements on the TileMap editor tile palette. | |||
2016-08-16 | Small usability improvements on the TileMap editor tile palette. | Franklin Sobrinho | |
* The column width changes with the zoom, now the icons don't overlap. * Added a tile hsepation setting. * Added a setting to show/hide tile names. | |||
2016-08-16 | Merge pull request #6161 from djrm/icons | Rémi Verschelde | |
2d collision shape icons now uses the color for shape icons | |||
2016-08-15 | Expose additional functions for the EditorPlugin class | Franklin Sobrinho | |
2016-08-15 | 2d collision shape icons now uses the color for shape icons | Daniel J. Ramirez | |
2016-08-08 | Some new icons for visual script and graphs | Daniel J. Ramirez | |
2016-08-08 | Merge pull request #6050 from Hinsbart/remove_pm_file_import | Rémi Verschelde | |
Remove unused function in Project Manager. | |||
2016-08-08 | Merge pull request #6051 from neikeq/pr-imp-5882 | Rémi Verschelde | |
Project Manager: Fix and improve unhandled input | |||
2016-08-08 | Added a simpler way to do sub-functions in both visual and gdscript with the ↵ | Juan Linietsky | |
subcall node. With this, visual script is almost done (missing registering custom nodes from addon). All this is probably pretty broken, too and needs a lot of testing. | |||
2016-08-07 | -Added yield nodes to visual script | Juan Linietsky | |
-Added input selection nodes to visual script -Added script create icon for those who miss it, will only appear when it can be used. | |||
2016-08-06 | removed extra print | Juan Linietsky | |
2016-08-06 | Reverted printable null object, seems to cause bugs around and not sure why. | Juan Linietsky | |
Will have to check better, likely for 3.0 | |||
2016-08-06 | Likely with bugs and with some features are missing, as well as profiler ↵ | Juan Linietsky | |
support, but VisualScript should be more or less done! | |||
2016-08-05 | VisualScript can now execute visual scripts, but there is no debugger or ↵ | Juan Linietsky | |
profiler yet. | |||
2016-08-05 | Project Manager: Fix and improve unhandled input | Ignacio Etcheverry | |
2016-08-05 | Remove unused function in Project Manager. | Andreas Haas | |
This has been deprecated by #5993 | |||
2016-08-04 | TextureRegionEditor snap_mode fix. | Saracen | |
2016-08-03 | More work on visual scripting.. | Juan Linietsky | |
2016-08-03 | Added missing license and quotation typo | Paulb23 | |
2016-08-03 | More progress on visual script editing | Juan Linietsky | |
2016-08-02 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
2016-08-02 | WIP visual scripting, not working yet but you can check out stuff | Juan Linietsky | |
2016-08-01 | Merge pull request #5993 from profelis/PR-scan-dragged-folder-2 | Rémi Verschelde | |
Improved drad&drop files on project manager | |||
2016-08-01 | Auto import project folder, confirm scan multiple folders or non-project folder | Dima Granetchi | |
2016-08-01 | Added Scene tree dock shortcuts | Paulb23 | |
2016-08-01 | Merge pull request #5996 from hurikhan/editor_help_indentation | Rémi Verschelde | |
Fix help page title indentation | |||
2016-08-01 | Fix help page title indentation | Mario Schlack | |
2016-07-31 | Improve dialog title when scanning for projects | Rémi Verschelde | |
2016-07-31 | Merge pull request #5981 from profelis/PR-scan-dragged-folder | Rémi Verschelde | |
Drag open scan window if engine.cfg not found | |||
2016-07-31 | dnd folder open scan window if engine.cfg not found | Dima Granetchi | |
2016-07-31 | fix run button availability check | Dima Granetchi | |
2016-07-30 | Merge pull request #5966 from neikeq/pr-issue-5935 | Rémi Verschelde | |
Fix infinite loop when replacing text | |||
2016-07-30 | Fix infinite loop when replacing text | Ignacio Etcheverry | |
2016-07-29 | Project Manager: Import projects using filesystem drag'n'drop. | Andreas Haas | |
Can drop an engine.cfg file over the window to import it ;) | |||
2016-07-29 | Explicitly initialize 'pending_auto_reload' to false. | Saracen | |
2016-07-29 | Merge pull request #5957 from djrm/new_icons | Rémi Verschelde | |
New http request and tutorials icon | |||
2016-07-29 | Merge pull request #5955 from profelis/PR-update-selected-list | Rémi Verschelde | |
Keep ProjectManager.selected_list up to date | |||
2016-07-28 | New http request and tutorials icon | Daniel J. Ramirez | |
Remove garbage in group icon | |||
2016-07-29 | keep selected_list up to date | Dima Granetchi | |
2016-07-28 | Fix editor icons source file generation | George Marques | |
Also removes the unused make_icons.py file. | |||
2016-07-28 | Merge pull request #5925 from profelis/shortcut-filter-project | Rémi Verschelde | |
Command-f focus filter input field in project manager | |||
2016-07-27 | Merge pull request #5939 from neikeq/pr-imp-about | Rémi Verschelde | |
AboutDialog: Popup respecting its minimum size | |||
2016-07-27 | AboutDialog: Popup respecting its minimum size | Ignacio Etcheverry | |
2016-07-27 | Project Settings: Use containers for the Input Map tab content | Ignacio Etcheverry | |
2016-07-27 | Command-F focus filter input field in project manager | Dima Granetchi | |
2016-07-25 | Stop baking process if there is no geometry in the BakedLightInstance. | Daniel J. Ramirez | |
moved missing baked light warning to BakedLightInstance configuration warning | |||
2016-07-25 | Merge pull request #5902 from 29jm/fix-warnings | Rémi Verschelde | |
Fix some warnings | |||
2016-07-25 | Fix some warnings | Johan Manuel | |
2016-07-25 | Merge pull request #5900 from bojidar-bg/fix-integer-ranges | Rémi Verschelde | |
Fix default ranges of the inspector, as well as Range. |