Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 #10894 from Paulb23/brace_auto_indent | Rémi Verschelde | |
Added support for brace auto indent and fixed indent above. | |||
2017-09-04 | Merge pull request #10892 from kubecz3k/quick_open | Rémi Verschelde | |
Improve 'quick open' search time | |||
2017-09-04 | Merge pull request #10937 from djrm/pr_fix_typo | Rémi Verschelde | |
Fix. resizeable -> resizable. | |||
2017-09-03 | Fix. resizeable -> resizable. | Daniel J. Ramirez | |
(not actually a typo, but the rest of the API uses resizable) | |||
2017-09-03 | -Added an optimization so physics shapes are configured later, speeds up ↵ | Juan Linietsky | |
grid map loading and editing | |||
2017-09-03 | Searchable Key-Bindings in editor | Scayze | |
2017-09-03 | Donors: Add a missing name | Rémi Verschelde | |
Xananax and Thomas/karroffel make a joint donation. [ci skip] | |||
2017-09-03 | Add list of current donors | Rémi Verschelde | |
Based on the patrons for August 2017 on Patreon. [ci skip] | |||
2017-09-03 | Added transmission shader parameter. | Juan Linietsky | |
2017-09-03 | Enabled smooth scrolling for shader editor | Paulb23 | |
2017-09-03 | doc: Sync classref to fix default args and enum returns | Rémi Verschelde | |
Following #10903 and #10906. | |||
2017-09-03 | Merge pull request #10914 from eska014/html5-main-notif | Rémi Verschelde | |
Prevent sending MainLoop notifications before initialized | |||
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 | -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-03 | HTML5: Prevent sending MainLoop notifications before initialized | Leon Krause | |
2017-09-03 | Merge pull request #10903 from neikeq/fix-defval-order-definitely-i-promise | Rémi Verschelde | |
Fixes order of default arguments in MethodInfo | |||
2017-09-03 | Merge pull request #10906 from neikeq/docdata-return-attrs-enum | Rémi Verschelde | |
DocData: Include enum attributes in return nodes | |||
2017-09-02 | DocData: Include enum attributes in return nodes | Ignacio Etcheverry | |
2017-09-02 | Fixes order of default arguments in MethodInfo | Ignacio Etcheverry | |
This time for real | |||
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 | richTextLable implemented stylebox support | toger5 | |
- also fixed issue with total_chars ignoring first line | |||
2017-09-02 | Added support for brace auto indent and fixed indent above | Paulb23 | |
2017-09-02 | Merge pull request #10889 from Rubonnek/remove-empty-separator | Rémi Verschelde | |
Removed empty segment [ci skip] | |||
2017-09-02 | Merge pull request #10887 from Paulb23/fix_scrolling_up_jitter | Rémi Verschelde | |
Fixed jitter when scrolling up | |||
2017-09-02 | Merge pull request #10890 from Noshyaar/an-pr | Rémi Verschelde | |
Fix typos 'a' and 'an' [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 | Made triplanar local space by default, world space optionally, closes #10159 | Juan Linietsky | |
2017-09-02 | Fixed jitter when scrolling up | Paulb23 | |
2017-09-02 | Update AUTHORS with recent contributors | Rémi Verschelde | |
Adding @groud, @ISylvox, @endragor, @Rubonnek, @bruvzg. [ci skip] | |||
2017-09-02 | Merge pull request #10858 from letheed/add-shadow_filter-variant | Rémi Verschelde | |
add shadow_filter variant PCF7 | |||
2017-09-02 | doc: Sync classref with current source | Rémi Verschelde | |
Lots of changes due to new MethodBind logic, a few issues here and there that will need to be fixed later on (wrong default values, imprecise return types). | |||
2017-09-02 | Merge pull request #10882 from hpvb/fix-missing-pragma-push | Rémi Verschelde | |
Fix missing pragma push [ci skip] | |||
2017-09-02 | Fix missing pragma push | Hein-Pieter van Braam | |
I forgot to pragma push the ignored warning in #10877 this adds the missing ones. | |||
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 #10854 from MednauN/ogg-fix | Rémi Verschelde | |
Fix crash when destroying AudioStreamPlaybackOGGVorbis | |||
2017-09-01 | Fix freeze on exit on audiostreamplayers when setting invalid stream, closes ↵ | Juan Linietsky | |
#10093 | |||
2017-09-01 | Merge pull request #10775 from marcelofg55/buffersize_fixes | Rémi Verschelde | |
Corrections to audio buffer size calculations | |||
2017-09-01 | Merge pull request #10864 from Noshyaar/pr-beginning | Rémi Verschelde | |
Fix typo 'begining' to 'beginning' [ci skip] |