Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2017-09-02 | Improve 'quick open' search time | Jakub Grzesik | |
2017-09-02 | Merge pull request #10877 from hpvb/fix-unitialized-variables | Rémi Verschelde | |
Fix use of unitialized variables | |||
2017-09-02 | Revert "added setting to override the theme background with editor theme color" | toger5 | |
This reverts commit ce4eb307789eb86261afecc1400de5e5b0832400. | |||
2017-09-01 | Fixed missing return value in glTF2.0 importer camera, closes #10130 | Juan Linietsky | |
2017-09-02 | Fix use of unitialized variables | Hein-Pieter van Braam | |
The second in my quest to make Godot 3.x compile with -Werror on GCC7 | |||
2017-09-01 | Merge pull request #10846 from hpvb/fix-sign-compare | Rémi Verschelde | |
Fix signed and unsigned comparisons | |||
2017-09-01 | Merge pull request #10864 from Noshyaar/pr-beginning | Rémi Verschelde | |
Fix typo 'begining' to 'beginning' [ci skip] | |||
2017-09-01 | Fix detectin of existing file being a dir in new script creation, closes #9958 | Juan Linietsky | |