Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-30 | Renamed fixed_process to physics_process | AndreaCatania | |
2017-09-27 | Merge pull request #11617 from groud/fix_bad_display | Rémi Verschelde | |
Fixes bad display | |||
2017-09-27 | Merge pull request #11618 from tagcup/button_toggle | Rémi Verschelde | |
Fix toggle mode of BaseButton. [ci skip] | |||
2017-09-27 | Fixed bug with clearing the stream in AudioPlayerStream | Marcelo Fernandez | |
2017-09-26 | Fix toggle mode of BaseButton. | Ferenc Arn | |
..which got broken with #11480. | |||
2017-09-27 | Fixes set_anchors_and_margins_preset() | Gilles Roudiere | |
2017-09-27 | Remove unecessary anchors&margins set causing bad display (sons of containers) | Gilles Roudiere | |
2017-09-26 | Fix crash when scene has LineEdit and run from editor | volzhs | |
2017-09-26 | Merge pull request #11587 from Zylann/directional_light_init | Rémi Verschelde | |
In editor, instance DirectionalLight with an initial orientation [ci skip] | |||
2017-09-26 | Merge pull request #11424 from groud/control_node_presets | Rémi Verschelde | |
Implements set_margins_preset(...) | |||
2017-09-25 | In editor, instance DirectionalLight with an initial sun-like orientation | Marc Gilleron | |
2017-09-25 | Merge pull request #11541 from Paulb23/tree_arrow_goto_parent | Rémi Verschelde | |
Goto to parent on left arrow in tree with single column [ci skip] | |||
2017-09-25 | Merge pull request #11545 from ↵ | Rémi Verschelde | |
Paulb23/line_edit_caret_blink_resetting_issue_10764 Fixed caret blink and speed resetting in scenes, issue 10764 [ci skip] | |||
2017-09-25 | Merge pull request #11546 from Paulb23/scrollbar_jitter | Rémi Verschelde | |
Fixed scrollbar Jitter when clicking [ci skip] | |||
2017-09-25 | Use BoolVariable in target/component/advanced options. | Elliott Sales de Andrade | |
2017-09-25 | Merge pull request #11552 from Tetane/master | Poommetee Ketson | |
Add missing constant binding STRETCH_ASPECT_EXPAND in SceneTree | |||
2017-09-24 | Add a missing constant binding in SceenTree | Tetane | |
Add missing constant binding "STRETCH_ASPECT_EXPAND" (I cannot test it because godot does not compile anymore on my pc (windows10)) | |||
2017-09-24 | Fixed caret blink and speed resetting in scenes, issue 10764 | Paulb23 | |
2017-09-24 | Fixed scrollbar jitter when clicking | Paulb23 | |
2017-09-24 | Goto to parent on left arrow in tree with single column | Paulb23 | |
2017-09-24 | Fix: CollisionObject shape owner indexing is inconsistent | damarindra | |
2017-09-23 | Added light affect parameter to baked AO | Juan Linietsky | |
2017-09-23 | Rename get_position => get_playback_position and seek_pos => seek on audio ↵ | Marcelo Fernandez | |
classes | |||
2017-09-23 | Fixes to rim parameter in shader | Juan Linietsky | |
2017-09-22 | Changed get_audio_bus and set functions to get_audio_bus_name and set | Marcelo Paez | |
and edited docs for Area2D due to renaming o get_audio_bus and set_audio_bus | |||
2017-09-22 | Ability to convert from SpatialMaterial to ShaderMaterial | Juan Linietsky | |
2017-09-22 | Remove set_area_as_parent_rect and replace it by ↵ | Gilles Roudiere | |
set_anchors_and_margins_preset(PRESET_WIDE) | |||
2017-09-22 | Merge pull request #11480 from tagcup/button_unpress_fix | Rémi Verschelde | |
Ensure pressed is set to false in BaseButton::_unpress_group. [ci skip] | |||
2017-09-22 | Implements set_margins_preset(...) | Gilles Roudiere | |
2017-09-21 | RichTextLabel: Added get_visible_line_count method. | Ferenc Arn | |
Also exposed get_line_count to GDScript. | |||
2017-09-21 | Ensure pressed is set to false in BaseButton::_unpress_group. | Ferenc Arn | |
2017-09-21 | Added proximity and distance fade to SpatialMaterial | Juan Linietsky | |
2017-09-21 | Merge pull request #11013 from MednauN/master | Rémi Verschelde | |
Fix duplication of node with script | |||
2017-09-21 | Merge pull request #11453 from djrm/pr_visuals | Rémi Verschelde | |
Visual tweaks. | |||
2017-09-21 | Merge pull request #11447 from akien-mga/queue_delete | Rémi Verschelde | |
Let queue_free() work on nodes which are not in the scene tree | |||
2017-09-21 | Merge pull request #11365 from leezh/freetype_mono | Rémi Verschelde | |
Added support for FT_PIXEL_MODE_MONO in FreeType | |||
2017-09-20 | Visual tweaks. | Daniel J. Ramirez | |
Updated icons Updated some color | |||
2017-09-20 | Let queue_free() work on nodes which are not in the scene tree | Rémi Verschelde | |
In practice such nodes could directly be free()'ed, but this little change prevents users from leaking memory by mistake. Closes #9074. | |||
2017-09-20 | Rename pos to position in user facing methods and variables | letheed | |
Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is. | |||
2017-09-20 | Fix duplication of node with script | Evgeny Zuev | |
When duplicating node with script, properties of script weren't copied sometimes. It happened because properties were copied in arbitrary order, and properties of the script were setted before the "script" property itself, i.e. while script is sill NULL. Also, DUPLICATE_SCRIPTS flag wasn't working - script was always copied because `_duplicate` looked for "script/script" property while it should be just "script". Now "script" property is being set before all others, and "script/script" changed to `CoreStringNames::get_singleton()->_script`. | |||
2017-09-19 | Merge pull request #11256 from djrm/pr_visual_improvements | Rémi Verschelde | |
Visual improvements and new look for VS | |||
2017-09-19 | Merge pull request #10437 from groud/2d_editor_enhancements | Rémi Verschelde | |
Some 2d editor enhancements | |||
2017-09-19 | Added support for FT_PIXEL_MODE_MONO in FreeType | Zher Huei Lee | |
2017-09-18 | Add some options and reorganize the 2D editor menus. Makes available forced ↵ | Gilles Roudiere | |
snapping. | |||
2017-09-18 | Merge pull request #11372 from volzhs/fix-smooth-scroll | Rémi Verschelde | |
Fix smooth scrolling in ScrollBar | |||
2017-09-18 | Merge pull request #11021 from tuga3d/autocomplete-logic-attempt2 | Rémi Verschelde | |
autocomplete logic attempt 2, fixes #10695 | |||
2017-09-17 | Merge pull request #11328 from Paulb23/left_right_arrow_tree_issue_10737 | Rémi Verschelde | |
Added Left / Right arrow navigation in tree, issue 10737 | |||
2017-09-18 | Fix smooth scrolling in ScrollBar | volzhs | |
fixes #11369 | |||
2017-09-17 | Fix crash when using key+u on a line with only a # | Marcelo Fernandez | |
2017-09-17 | Merge pull request #11314 from marcelofg55/master | Rémi Verschelde | |
Fix possible crash with ctrl-u on script editor |