Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-12 | Merge pull request #11007 from saltares/issue-9988 | Rémi Verschelde | |
Renames _add_child_below_node() to add_child_below_node(). Fixes #9988. | |||
2017-09-12 | Merge pull request #11026 from hpvb/fix-assign-in-if | Rémi Verschelde | |
Remove assignment and declarations in if statements | |||
2017-09-12 | Merge pull request #11057 from hpvb/fix-various-warnings | Rémi Verschelde | |
Fix various assorted warnings | |||
2017-09-12 | Merge pull request #11041 from hpvb/fix-clang-format-error | Rémi Verschelde | |
Fix serveral recent new clang-format errors [ci skip] | |||
2017-09-12 | Merge pull request #11135 from willnationsdev/area2d-docs | Poommetee Ketson | |
Area2D Documentation + constants in _bind_methods | |||
2017-09-11 | Updated Area2D docs and added enum constants to scripting | Will Nations | |
2017-09-12 | Merge pull request #11142 from BastiaanOlij/arvr_signal_id | Poommetee Ketson | |
Added ID to tracker signals and property for storing hand | |||
2017-09-12 | Merge pull request #11152 from SaracenOne/mesh_arrays_access | Poommetee Ketson | |
Script access to formatted arrays and blend_arrays in meshes. | |||
2017-09-12 | Merge pull request #11167 from bojidar-bg/9547-fix-metadata-duplication | Poommetee Ketson | |
Fix duplication of nodes resulting in shared metadata | |||
2017-09-11 | Material: fix priority not int | Poommetee Ketson | |
2017-09-11 | Fix duplication of nodes resulting in shared metadata | Bojidar Marinov | |
Fixes #9547 | |||
2017-09-11 | Script access to formatted arrays and blend_arrays in meshes. | SaracenOne | |
2017-09-10 | Added ID to tracker signals and property for storing hand | Bastiaan Olij | |
2017-09-08 | Remove assignment and declarations in if statements | Hein-Pieter van Braam | |
After discussing with @reduz and @akien-mga it was decided that we do not allow assignments or declarations in if statements. This PR removes the instances of this I could find by automated means. | |||
2017-09-08 | Fix various assorted warnings | Hein-Pieter van Braam | |
Fix various warnings that don't have enough instances to merit individual commits. Also fixes a potential bug in audio_server.cpp. | |||
2017-09-07 | Ability to use a sky for reflection together with a background color. | Juan Linietsky | |
2017-09-08 | Fix serveral recent new clang-format errors | Hein-Pieter van Braam | |
2017-09-07 | Several fixes to directional shadows, closes #10926 | Juan Linietsky | |
Added option to change directional light range mode, between optimized and stable. For Orthogonal, you might need to use optimized. | |||
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-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 | Renames _add_child_below_node() to add_child_below_node(). Closes #9988. | David Saltares | |
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 | |