Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-04 | Merge pull request #31619 from Calinou/assetlib-improve-sort-fields | Rémi Verschelde | |
Improve sorting options in the asset library | |||
2019-09-04 | Merge pull request #31908 from 64epicks/master | Rémi Verschelde | |
Implemented `ord` function in VisualScript | |||
2019-09-04 | Merge pull request #31942 from Calinou/improve-delete-node-confirmation | Rémi Verschelde | |
Improve the node deletion confirmation message | |||
2019-09-04 | Merge pull request #31461 from IronicallySerious/add-vcs-integration | Rémi Verschelde | |
VCS integration for Godot Editor | |||
2019-09-03 | Merge pull request #31931 from fire/assimp_map_mode | Rémi Verschelde | |
Assimp map mode is not initialized before use. | |||
2019-09-03 | Improve the node deletion confirmation message | Hugo Locurcio | |
The confirmation message now displays the number of nodes to delete, or the node's name if only one node is selected. | |||
2019-09-03 | Assimp map mode is not initialized before use. | K. S. Ernest (iFire) Lee | |
2019-09-03 | Merge pull request #31844 from 2shady4u/TweenInSceneTree | Rémi Verschelde | |
Timer and Tween check if they are in SceneTree when starting | |||
2019-09-03 | Merge pull request #28122 from mrcdk/show_get_property_list_in_completion | Rémi Verschelde | |
When triggering completion show all the properties added with _get_property_list() | |||
2019-09-03 | Merge pull request #31021 from willnationsdev/script-reflection | Rémi Verschelde | |
Expose Script reflection methods to scripting API. | |||
2019-09-03 | Implemented `ord` function in VisualScript | 64epicks | |
2019-09-03 | Add VCS editor plugin UI elements to editor | Twarit | |
2019-09-03 | Add an overridable VCS Interface for the editor | Twarit | |
The VCS interface can be thought of like a proxy system, where any call to the API is redirected to the actual implementation of the VCS API which may be existing in the form of a GDNative plugin which is marked as a singleton and is not marked reloadable. If the implementation doesn't exist in the file system, it only returns the default responses which contain mostly empty containers of the data type that every API call returns. EditorVCSInterface is used like a Godot object with a script attached to it. The script is the implementation of the API and the object is the interface to the script, which returns default responses if the script doesn't exist or if the script doesn't define a function that handles that particular API call. The entire system has been implemented using Object::call() and its ability to switch to the script instance to handle the API call if the script exists. Look for VersionControlEditorPlugin::_initialize() for the essential API setup. | |||
2019-09-03 | Add version control editor plugin | Twarit | |
Provides the editor with all the VCS GUI and extracts the data from the upcoming VCS API to cater to the project with VCS interaction. | |||
2019-09-03 | Improve sorting options in the asset library | Hugo Locurcio | |
The reverse sorting options are now integrated in the list of sorting options, making the "Reverse" button unnecessary. This pattern tends to be easier to discover by users. The "Downloads" sorting option was also removed as it's not implemented in the backend. | |||
2019-09-03 | Try and show all the properties added with _get_property_list() when ↵ | MrCdK | |
triggering completion. Closes https://github.com/godotengine/godot/issues/25097 | |||
2019-09-03 | Fixed javascript code to remove animateStatusIndeterminate callback when the ↵ | Enzo Ferrari | |
game is loaded. (cherry picked from commit a5a413c7e971808576bbcf369e91208b51d0d819) | |||
2019-09-03 | Update AUTHORS and DONORS list | Rémi Verschelde | |
New contributors added to AUTHORS: @merumelu, @sparkart Thanks to all contributors and donors for making Godot possible! | |||
2019-09-03 | Added is_inside_tree() check in both Timer and Tween | shaderbeast | |
Tween now throws error and doesnt even execute. | |||
2019-09-03 | Merge pull request #31295 from fstiewitz/focus-rect-issue | Rémi Verschelde | |
Fix get_meta error and visual bug when editing scene with keyboard | |||
2019-09-03 | Merge pull request #31346 from sparkart/Add_scrollwheel_input_to_spinslider | Rémi Verschelde | |
Add scrollwheel input to spin slider | |||
2019-09-03 | Merge pull request #31389 from Calinou/add-node-comments | Rémi Verschelde | |
Add an `editor_description` property to Node for documentation purposes | |||
2019-09-03 | Merge pull request #31476 from SoulForMachine/fix-move-and-slide-error | Rémi Verschelde | |
Prevent move_and_slide() to generate an error. | |||
2019-09-03 | Merge pull request #31507 from YeldhamDev/button_icon_expand | Rémi Verschelde | |
Add feature to Button to make its icon expand/shrink with the button's size | |||
2019-09-03 | Merge pull request #31782 from aole/persist-ColorPicker-color-mode | Rémi Verschelde | |
Persist ColorPicker color mode | |||
2019-09-03 | Merge pull request #31916 from puthre/bezier_editor_zoom | Rémi Verschelde | |
Animation Bezier Editor - fixed vertical zoom around mouse | |||
2019-09-03 | Merge pull request #31756 from raphael10241024/fast_aabb_transform | Rémi Verschelde | |
a faster function to transform aabb | |||
2019-09-03 | Merge pull request #31795 from puthre/master | Rémi Verschelde | |
Animation Bezier Editor: Extended zoom in and zoom out limits and fixed guide lines to accomodate sub unit steps and steps other than powers of 5 | |||
2019-09-03 | Merge pull request #31847 from aole/editor-expose-current-path | Rémi Verschelde | |
Expose current path function to EditorPlugin | |||
2019-09-03 | Merge pull request #31915 from KoBeWi/xformers | Rémi Verschelde | |
Don't transform global position of mouse input | |||
2019-09-03 | Merge pull request #31880 from nekomatata/joystick-ui-navigation | Rémi Verschelde | |
Fixed UI navigation using joy axis inputs | |||
2019-09-03 | Merge pull request #31871 from aaronfranke/equal-approx-inf | Rémi Verschelde | |
Check for exact equality before approximate equality | |||
2019-09-03 | Merge pull request #31913 from Calinou/improve-animation-autokey-icon | Rémi Verschelde | |
Improve the animation autokey editor icon | |||
2019-09-03 | Animation Bezier Editor - fixed vertical zoom around mouse | Valentin Zagura | |
Fixed vertical zoom so it zooms around the mouse cursor not around the center of the window. | |||
2019-09-03 | Don't transform global position of mouse input | Tomasz Chabora | |
2019-09-03 | Improve the animation autokey editor icon | Hugo Locurcio | |
The icon was redrawn to snap to a 16x16 grid, with a lower number of SVG nodes in the process. | |||
2019-09-02 | Merge pull request #31898 from Calinou/animation-editor-add-precise-snapping | Rémi Verschelde | |
Implement precise snapping in the animation editor | |||
2019-09-02 | Merge pull request #31890 from Calinou/curve-editor-add-snapping | Rémi Verschelde | |
Implement snapping in the Curve editor | |||
2019-09-02 | Merge pull request #31889 from Calinou/gradient-editor-add-snapping | Rémi Verschelde | |
Implement snapping in the Gradient editor | |||
2019-09-02 | Merge pull request #31906 from Calinou/assetlib-refresh-once | Rémi Verschelde | |
Refresh the asset library only once on startup | |||
2019-09-02 | Merge pull request #26812 from KoBeWi/auto-complete-the-scenes | Rémi Verschelde | |
Add autocomplete support for change_scene() | |||
2019-09-02 | Merge pull request #31893 from bojidar-bg/25081-gdscript-index-self | Rémi Verschelde | |
Re-allow indexing on objects and other non-builtin types | |||
2019-09-02 | Refresh the asset library only once on startup | Hugo Locurcio | |
This avoids unnecessary calls to the API when switching between tabs in the editor or project manager. | |||
2019-09-02 | Merge pull request #31902 from YeldhamDev/ruler_icon | Rémi Verschelde | |
Add icon for the ruler tool | |||
2019-09-02 | Merge pull request #31843 from 2shady4u/parserCtrlClick | Rémi Verschelde | |
Solves ctrl+click on functions by ignoring the cursor | |||
2019-09-02 | Re-allow indexing on "self" and object types in GDScript | Bojidar Marinov | |
Fixes #25081 | |||
2019-09-02 | Add autocomplete support for change_scene() | Tomasz Chabora | |
2019-09-02 | Merge pull request #31571 from NeoSpark314/tonemapping_none_option | Rémi Verschelde | |
Don't clamp color to [0, 1] in Linear tonemapping | |||
2019-09-02 | Merge pull request #31892 from ↵ | Rémi Verschelde | |
alexey-makarenko/fix/editor_search_back_infinitely Fix editor infinite loop in search_prev issue #31328 | |||
2019-09-02 | Merge pull request #31901 from akien-mga/completion-option-fix-build | Rémi Verschelde | |
gdscript: Fix build after #24925 |