Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-06 | Renamed playing property of audiostreams to play, to make it clearer. Fixes ↵ | Juan Linietsky | |
#10730 Also disabled the auto shut down of the property when stream ends, to make it easier to animate | |||
2017-09-06 | Check whether stuff is visible before baking it, closes #10525 | Juan Linietsky | |
2017-09-06 | Remove dead ButtonGroup code | Rémi Verschelde | |
2017-09-05 | hide next pass for material types that make it pointless, closes #10686 | Juan Linietsky | |
2017-09-05 | Automatically redraw when shaders using TIME are visible, fixes #10554 | Juan Linietsky | |
2017-09-05 | Merge pull request #10978 from Noshyaar/pr-meshlib | Rémi Verschelde | |
MeshLibrary: remove duplicated line [ci skip] | |||
2017-09-05 | Merge pull request #10822 from hoelzl/toggle-button | Rémi Verschelde | |
Fix inconsistent toggle button behavior | |||
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-05 | MeshLibrary: remove duplicated line | Poommetee Ketson | |
2017-09-04 | Merge pull request #10916 from volzhs/vertical-align-tree-lineedit | Rémi Verschelde | |
LineEdit in Tree is aligned vertical center | |||
2017-09-04 | Merge pull request #10931 from djrm/pr_style_fixes | Rémi Verschelde | |
Improved color temperature in script editor | |||
2017-09-04 | fixed copy on osx + help selection color | toger5 | |
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 | 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 #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 #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 #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 | Added transmission shader parameter. | Juan Linietsky | |
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 | LineEdit in Tree is aligned vertical center | volzhs | |
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 #10887 from Paulb23/fix_scrolling_up_jitter | Rémi Verschelde | |
Fixed jitter when scrolling up | |||
2017-09-02 | Fix typos 'a' and 'an' | Poommetee Ketson | |
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 | Merge pull request #10858 from letheed/add-shadow_filter-variant | Rémi Verschelde | |
add shadow_filter variant PCF7 | |||
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 | Fix freeze on exit on audiostreamplayers when setting invalid stream, closes ↵ | Juan Linietsky | |
#10093 | |||
2017-09-01 | Fix AnimationTreePlayer bogus argument name | Rémi Verschelde | |
Regression from 6fa6149517b974fccd97e41f6b0a6466c83473fc. | |||
2017-09-01 | Fix some argument ordering, closes #10010 | Juan Linietsky | |
2017-09-01 | Removed ontop property, added a material rendering priority system. Fixes ↵ | Juan Linietsky | |
#9935, closes #10135 | |||
2017-09-01 | Fix files header | Poommetee Ketson | |
2017-09-01 | add shadow_filter variant PCF7 | letheed | |
2017-09-01 | Fix signed and unsigned comparisons | Hein-Pieter van Braam | |
The first in my quest to make Godot 3.x compile with -Werror on GCC7 | |||
2017-08-31 | Fix issues regarding reload of resources in imported scenes. Closes #10017 | Juan Linietsky | |
2017-08-31 | Merge pull request #10791 from tuga3d/indent-glitch-attempt-2 | Rémi Verschelde | |
second attempt on fixing the indent glitch. | |||
2017-08-31 | Merge pull request #10816 from toger5/style_box_texture_set_fill | Rémi Verschelde | |
unified draw_center naming for (9patch,StyleBoxes) | |||
2017-08-31 | Merge pull request #10823 from toger5/fix_VSlider_focus_non_existent | Rémi Verschelde | |
changed-"HSlider" -> "VSlider" for focus style fixes #728 | |||
2017-08-31 | changed-"HSlider" -> "VSlider" for focus style fixes #728 | toger5 | |
2017-08-31 | Fix inconsistent toggle button behavior | Matthias Hoelzl | |
2017-08-31 | Merge pull request #10818 from Jellonator/master | Rémi Verschelde | |
Fixed incorrect KinematicBody::_move normal return | |||
2017-08-31 | Fixed return of KinematicBody::_move | James Beedie | |
Fixed incorrect normal Added missing collider velocity | |||
2017-08-31 | Exposed new ClearMode function to Viewport clases, closes #9995 | Juan Linietsky | |
2017-08-31 | unified draw_center naming for (9patch,StyleBoxes) | toger5 | |
- filled -> draw_center - is_draw_center -> is_draw_center_enabled - get_draw_center -> is_draw_center_enabled |