Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-12 | Merge pull request #11138 from NathanWarden/change_cancel_to_done | Poommetee Ketson | |
Changed the text from "Cancel" to "Done" in the "Fix Dependencies" dialog. | |||
2017-09-12 | Merge pull request #11163 from marcelofg55/project_grayed | Poommetee Ketson | |
Not found projects are grayed instead of removed at the Project Manager | |||
2017-09-11 | Fix duplication of nodes resulting in shared metadata | Bojidar Marinov | |
Fixes #9547 | |||
2017-09-11 | Not found projects are grayed instead of removed at the Project Manager | Marcelo Fernandez | |
2017-09-09 | Changed the text from "Cancel" to "Done" in the "Fix Dependencies" dialog. | Nathan Warden | |
2017-09-07 | Restored auto snapping of controls to pixels, fixes #10847 and probably ↵ | Juan Linietsky | |
several more issues. Made it optional in the project settings but defaults to true. | |||
2017-09-07 | Removed camera interpolation in orthogonal mode (I have no idea how to fix ↵ | Juan Linietsky | |
this due to how orthogonal works), closes #10718 | |||
2017-09-06 | -Fixed changes to default input actions not working, closes #10502 | Juan Linietsky | |
-Added Array.duplicate() method, needed to fix above | |||
2017-09-06 | Remove dead ButtonGroup code | Rémi Verschelde | |
2017-09-05 | Added a warning for when a PC compression is not found for the project, ↵ | Juan Linietsky | |
closes #10626 | |||
2017-09-05 | fixed log colors | toger5 | |
2017-09-04 | Merge pull request #10874 from Noshyaar/pr-action | Rémi Verschelde | |
ProjectSettings: enhance add action error, fix confirm dialog | |||
2017-09-04 | Merge pull request #10899 from toger5/theme_fixes_from_light | Rémi Verschelde | |
Theme fixes from light | |||
2017-09-04 | Merge pull request #10902 from toger5/rtl_copy_and_selection_color | Rémi Verschelde | |
fixed copy on osx + help selection color | |||
2017-09-04 | Merge pull request #10907 from SaracenOne/spatial_edit_drag | Rémi Verschelde | |
Added support for drag and drop in spatial editor. | |||
2017-09-04 | Improve guessing of what editor to switch to, fixes #10405 | Juan Linietsky | |
2017-09-04 | Merge pull request #10931 from djrm/pr_style_fixes | Rémi Verschelde | |
Improved color temperature in script editor | |||
2017-09-04 | Merge pull request #10941 from Noshyaar/pr-cursor | Rémi Verschelde | |
2DEditor: enhance viewport cursor shape | |||
2017-09-04 | fixed copy on osx + help selection color | toger5 | |
2017-09-04 | changed tree font color to be more saturated | toger5 | |
2017-09-04 | fixed hover line for menu button | toger5 | |
2017-09-04 | Fixed theme (chagnes introduced in light theme) | toger5 | |
- adapted contrast color intensity (to make buttons less bright) - added missing border for lineEdit - removed unnecassary code for option button | |||
2017-09-04 | EditorAbout: fix names being selectable | Poommetee Ketson | |
2017-09-04 | -Changed KinematicBody API yet again to make it friendlier | Juan Linietsky | |
-Fixed get_scale functions (and added set_scale) to make it more coherent when decomposing and composing (fixes bugs in transform interpolation) | |||
2017-09-04 | ProjectSettings: enhance add action error, fix confirm dialog | Poommetee Ketson | |
- Disable add action button if name is invalid - Fix dialog being ConfirmationDialog instead of AcceptDialog | |||
2017-09-04 | Merge pull request #10939 from neikeq/fix-overridden-external-editors | Rémi Verschelde | |
Fixes language overridden external editors | |||
2017-09-04 | Merge pull request #10933 from Noshyaar/pr-donor | Rémi Verschelde | |
EditorAbout: add donors tab | |||
2017-09-04 | Merge pull request #10932 from djrm/pr_fix_metrics | Rémi Verschelde | |
Fixed some metrics (some issues caused by the new Noto Sans font). | |||
2017-09-04 | Merge pull request #10925 from scayze/search_binding | Rémi Verschelde | |
Searchable Key-Bindings in editor | |||
2017-09-04 | Merge pull request #10920 from Paulb23/smooth_scrolling_shader_editor | Rémi Verschelde | |
Enabled smooth scrolling for shader editor | |||
2017-09-04 | Merge pull request #10901 from toger5/script_background_cleanup | Rémi Verschelde | |
StyleBoxSupport for RichTextLabel and cleanup for script+docs backgrounds fixes #10685 | |||
2017-09-04 | Merge pull request #10895 from Paulb23/fix_delete_animation_frames | Rémi Verschelde | |
Fixed delete animation frames in AnimatedSprite, issue 10788 | |||
2017-09-04 | Merge pull request #10892 from kubecz3k/quick_open | Rémi Verschelde | |
Improve 'quick open' search time | |||
2017-09-04 | 2DEditor: enhance viewport cursor shape | Poommetee Ketson | |
2017-09-03 | Fixes language overridden external editors | Ignacio Etcheverry | |
2017-09-03 | -Added an optimization so physics shapes are configured later, speeds up ↵ | Juan Linietsky | |
grid map loading and editing | |||
2017-09-04 | EditorAbout: add donors tab | Poommetee Ketson | |
2017-09-03 | Searchable Key-Bindings in editor | Scayze | |
2017-09-03 | Added transmission shader parameter. | Juan Linietsky | |
2017-09-03 | Enabled smooth scrolling for shader editor | Paulb23 | |
2017-09-03 | Improved color temperature in script editor | Daniel J. Ramirez | |
2017-09-03 | Fixed some metrics (some issues caused by the new Noto Sans font). | Daniel J. Ramirez | |
plus other minor fixes | |||
2017-09-03 | Added support for drag and drop in spatial editor. | SaracenOne | |
2017-09-03 | -Fixed EditorDirDialog, which was really old and needed to use EditorFileSystem | Juan Linietsky | |
-Fixed refactoring tools to work with imported scenes (properly move .import files) | |||
2017-09-02 | DocData: Include enum attributes in return nodes | Ignacio Etcheverry | |
2017-09-02 | Fixed delete animation frames in AnimatedSprite, issue 10788 | Paulb23 | |
2017-09-02 | Unified script panel backgrounds. | toger5 | |
- simplefied it with using the new rtl. - removed ("ScriptPanel", "EditorStyles") for since rtl now can be used - unified backgrounds when script editor color is set to transparent => option to set background color adapt to theme is deprecated. | |||
2017-09-02 | Merge pull request #10889 from Rubonnek/remove-empty-separator | Rémi Verschelde | |
Removed empty segment [ci skip] | |||
2017-09-02 | Removed empty segment | Wilson E. Alvarez | |
2017-09-02 | Fix typos 'a' and 'an' | Poommetee Ketson | |