summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-04fixed hover line for menu buttontoger5
2017-09-04Fixed 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-Changed KinematicBody API yet again to make it friendlierJuan 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-04Merge pull request #10944 from jscheel/js/add-node-to-sort-custom-docsRémi Verschelde
Add note to Array#sort_custom about the dangers of using random values
2017-09-04Merge pull request #10939 from neikeq/fix-overridden-external-editorsRémi Verschelde
Fixes language overridden external editors
2017-09-04Merge pull request #10933 from Noshyaar/pr-donorRémi Verschelde
EditorAbout: add donors tab
2017-09-04Merge pull request #10932 from djrm/pr_fix_metricsRémi Verschelde
Fixed some metrics (some issues caused by the new Noto Sans font).
2017-09-04Merge pull request #10925 from scayze/search_bindingRémi Verschelde
Searchable Key-Bindings in editor
2017-09-04Merge pull request #10920 from Paulb23/smooth_scrolling_shader_editorRémi Verschelde
Enabled smooth scrolling for shader editor
2017-09-04Merge pull request #10901 from toger5/script_background_cleanupRémi Verschelde
StyleBoxSupport for RichTextLabel and cleanup for script+docs backgrounds fixes #10685
2017-09-04Merge pull request #10895 from Paulb23/fix_delete_animation_framesRémi Verschelde
Fixed delete animation frames in AnimatedSprite, issue 10788
2017-09-04Merge pull request #10894 from Paulb23/brace_auto_indentRémi Verschelde
Added support for brace auto indent and fixed indent above.
2017-09-04Merge pull request #10892 from kubecz3k/quick_openRémi Verschelde
Improve 'quick open' search time
2017-09-04Merge pull request #10937 from djrm/pr_fix_typoRémi Verschelde
Fix. resizeable -> resizable.
2017-09-03Add note to Array#sort_custom about the dangers of using random return valuesJared A. Scheel
2017-09-03Fixes language overridden external editorsIgnacio Etcheverry
2017-09-03Fix. 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-04EditorAbout: add donors tabPoommetee Ketson
2017-09-03Searchable Key-Bindings in editorScayze
2017-09-03Donors: Add a missing nameRémi Verschelde
Xananax and Thomas/karroffel make a joint donation. [ci skip]
2017-09-03Add list of current donorsRémi Verschelde
Based on the patrons for August 2017 on Patreon. [ci skip]
2017-09-03Added transmission shader parameter.Juan Linietsky
2017-09-03Enabled smooth scrolling for shader editorPaulb23
2017-09-03doc: Sync classref to fix default args and enum returnsRémi Verschelde
Following #10903 and #10906.
2017-09-03Merge pull request #10914 from eska014/html5-main-notifRémi Verschelde
Prevent sending MainLoop notifications before initialized
2017-09-03Fixed 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 EditorFileSystemJuan Linietsky
-Fixed refactoring tools to work with imported scenes (properly move .import files)
2017-09-03HTML5: Prevent sending MainLoop notifications before initializedLeon Krause
2017-09-03Merge pull request #10903 from neikeq/fix-defval-order-definitely-i-promiseRémi Verschelde
Fixes order of default arguments in MethodInfo
2017-09-03Merge pull request #10906 from neikeq/docdata-return-attrs-enumRémi Verschelde
DocData: Include enum attributes in return nodes
2017-09-02DocData: Include enum attributes in return nodesIgnacio Etcheverry
2017-09-02Fixes order of default arguments in MethodInfoIgnacio Etcheverry
This time for real
2017-09-02Fixed delete animation frames in AnimatedSprite, issue 10788Paulb23
2017-09-02Unified 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-02richTextLable implemented stylebox supporttoger5
- also fixed issue with total_chars ignoring first line
2017-09-02Added support for brace auto indent and fixed indent abovePaulb23
2017-09-02Merge pull request #10889 from Rubonnek/remove-empty-separatorRémi Verschelde
Removed empty segment [ci skip]
2017-09-02Merge pull request #10887 from Paulb23/fix_scrolling_up_jitterRémi Verschelde
Fixed jitter when scrolling up
2017-09-02Merge pull request #10890 from Noshyaar/an-prRémi Verschelde
Fix typos 'a' and 'an' [ci skip]
2017-09-02Removed empty segmentWilson E. Alvarez
2017-09-02Fix typos 'a' and 'an'Poommetee Ketson
2017-09-02Improve 'quick open' search timeJakub Grzesik
2017-09-02Made triplanar local space by default, world space optionally, closes #10159Juan Linietsky
2017-09-02Fixed jitter when scrolling upPaulb23
2017-09-02Update AUTHORS with recent contributorsRémi Verschelde
Adding @groud, @ISylvox, @endragor, @Rubonnek, @bruvzg. [ci skip]
2017-09-02Merge pull request #10858 from letheed/add-shadow_filter-variantRémi Verschelde
add shadow_filter variant PCF7
2017-09-02doc: Sync classref with current sourceRé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-02Merge pull request #10882 from hpvb/fix-missing-pragma-pushRémi Verschelde
Fix missing pragma push [ci skip]
2017-09-02Fix missing pragma pushHein-Pieter van Braam
I forgot to pragma push the ignored warning in #10877 this adds the missing ones.