Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-26 | Reveals Button "icon_color" style properties to the user | Yuri Roubinsky | |
2021-01-26 | Merge pull request #44732 from Calinou/os-add-get-thread-caller-id | Rémi Verschelde | |
Add an `OS.get_thread_caller_id()` method | |||
2021-01-26 | Merge pull request #44624 from Calinou/doc-array-hash | Rémi Verschelde | |
Improve the `Array.hash()` documentation | |||
2021-01-26 | Merge pull request #44678 from Calinou/doc-videoplayer-html5-performance | Rémi Verschelde | |
Document the expected low performance of VideoPlayer on HTML5 | |||
2021-01-26 | Merge pull request #45368 from Xrayez/doc-tilemap-collider-shape-metadata | Rémi Verschelde | |
Document shape metadata for `TileMap` | |||
2021-01-26 | Exposed find_next_valid_focus and find_prev_valid_focus. | Nils Reid | |
2021-01-26 | Merge pull request #45458 from Calinou/doc-array-push-pop-front-performance | Rémi Verschelde | |
Document low performance of `Array.push_front()` and `Array.pop_front()` | |||
2021-01-26 | Merge pull request #44194 from madmiraal/fix-font_selected_color | Rémi Verschelde | |
Change themes font_color_selected to font_selected_color | |||
2021-01-26 | Document low performance of `Array.push_front()` and `Array.pop_front()` | Hugo Locurcio | |
2021-01-25 | Merge pull request #45398 from Calinou/doc-resource-name-usage | Rémi Verschelde | |
Document a built-in use of `Resource.resource_name` | |||
2021-01-25 | Merge pull request #45394 from rcorre/timer-cleanup | Rémi Verschelde | |
Clarify that create_timer does not require cleanup. | |||
2021-01-25 | Clarify that create_timer does not require cleanup. | Ryan Roden-Corrent | |
This is how I would expect it to work, but the docs didn't clarify, so I had to check the source just to make sure I wasn't responsible for freeing the timer: https://github.com/godotengine/godot/blob/d39f6386ce3a7916dbb94fef5ff65e7599e060f0/scene/main/scene_tree.cpp#L473 | |||
2021-01-25 | Document that the high-level multiplayer API is only for Godot servers | Hugo Locurcio | |
2021-01-24 | Change themes *_color_* to *_*_color | Marcel Admiraal | |
Changed: font_color_accel -> font_accelerator_color font_color_bg -> font_unselected_color font_color_disabled -> font_disabled_color font_color_fg -> font_selected_color font_color_hover -> font_hover_color font_color_hover_pressed -> font_hover_pressed_color font_color_pressed -> font_pressed_color font_color_readonly -> font_readonly_color font_color_selected -> font_selected_color font_color_shadow -> font_shadow_color font_color_uneditable -> font_uneditable_color icon_color_disabled -> icon_disabled_color icon_color_hover -> icon_hover_color icon_color_hover_pressed -> icon_hover_pressed_color icon_color_normal -> icon_normal_color icon_color_pressed -> icon_pressed_color Also includes: font_outline_modulate -> font_outline_color tab_fg -> tab_selected tab_bg -> tab_unselected | |||
2021-01-23 | Document a built-in use of `Resource.resource_name` | Hugo Locurcio | |
2021-01-22 | Document shape metadata for `TileMap` | Andrii Doroshenko (Xrayez) | |
2021-01-18 | Added SDF nodes to visual shader | Yuri Roubinsky | |
2021-01-18 | RichTextLabel: adds separate `get_total_x_count`, `get_visible_x_count` and ↵ | bruvzg | |
`scroll_to_x` functions for wrapped lines and paragraphs (newlines). | |||
2021-01-16 | Document GPU particles visibility rect/aabb behavior | Andrii Doroshenko (Xrayez) | |
2021-01-15 | Merge pull request #44805 from Chaosus/vs_convert | Rémi Verschelde | |
Add convert options between constants and uniforms in visual shaders | |||
2021-01-15 | Merge pull request #33685 from Scony/improve-item-lists-add-item-methods | Rémi Verschelde | |
ItemList's add_(icon_)item method returns id of added item | |||
2021-01-15 | Merge pull request #38578 from Phischermen/transform-notification-doc_update | Rémi Verschelde | |
Mention gotcha about how gizmos affect transform notifications | |||
2021-01-15 | Merge pull request #42713 from madmiraal/fix-42614 | Rémi Verschelde | |
Update area-body_shape_entered-exited signal documentation. | |||
2021-01-15 | Merge pull request #44870 from ↵ | Rémi Verschelde | |
alexpech12/fix-rich-text-label-set-visible-characters Keep RichTextLabel visible character properties in sync | |||
2021-01-14 | Merge pull request #43923 from madmiraal/fix-43588 | Rémi Verschelde | |
Fix cast_motion sometimes failing | |||
2021-01-14 | Keep RichTextLabel visible character properties in sync | Alexander Pech | |
The RichTextLabel class is inconsistent in how it updates the visible_characters and percent_visible properties when either is changed. To keep both properties consistent, update percent_visible when setting the visible_characters property. For both properties, when setting one, notify change for the other. Docs updated for member set_visible_characters on RichTextLabel class. | |||
2021-01-13 | Expose `Resource.emit_changed()` to script | Andrii Doroshenko (Xrayez) | |
Also known as `emit_signal("changed")`. | |||
2021-01-12 | Merge pull request #44514 from madmiraal/split-os-execute | Rémi Verschelde | |
Split OS::execute into two methods | |||
2021-01-12 | Merge pull request #45126 from groud/improve_undo_redo | Rémi Verschelde | |
Improve UndoRedo class | |||
2021-01-12 | Improve UndoRedo class | Gilles Roudière | |
2021-01-11 | Fix incorrect parameter in audio_track_set_key_stream. | TechnoPorg | |
The description for audio_track_set_key_stream referenced a parameter called offset, which is not a parameter for that method. The description now references the correct parameter, stream. | |||
2021-01-11 | Merge pull request #45088 from skyace65/ReferenceResource | Rémi Verschelde | |
Remove the implication that references and resources are not objectes from their description | |||
2021-01-11 | Remove the implication that references and resources are not objected from ↵ | skyace65 | |
their description | |||
2021-01-10 | Clarify `lstrip()/rstrip()` methods in `String` for removed characters | Andrii Doroshenko (Xrayez) | |
2021-01-09 | Rename the final parameter of area_shape_entered-exited local_shape. | Marcel Admiraal | |
2021-01-09 | Update area-body_shape_entered-exited signal documentation. | Marcel Admiraal | |
2021-01-09 | Split OS::execute into two methods | Marcel Admiraal | |
1. execute(): Executes a command and returns the results. 2. create_process(): Creates a new process and returns the new process' id. | |||
2021-01-07 | Clarify class_get_method_list() in release exports | kobewi | |
2021-01-06 | doc: Sync classref with current source | Rémi Verschelde | |
2021-01-05 | Merge pull request #44925 from LoipesMas/str-docs | Rémi Verschelde | |
More explicit wording for str() function | |||
2021-01-05 | More explicit wording for str() and print() functions | LoipesMas | |
2021-01-05 | Mention that the `delta` argument is in seconds in Node documentation | Hugo Locurcio | |
2021-01-05 | Merge pull request #44929 from mrushyendra/astar_doc_fix | Rémi Verschelde | |
Explain use of weight_scale and distance in AStar pathfinding cost calcuation | |||
2021-01-05 | Explain A Star pathfinding algorithm cost calcuation | Maganty Rushyendra | |
2021-01-05 | Merge pull request #44928 from mrushyendra/raise_doc_fix | Rémi Verschelde | |
[Doc] Specify order of drawing of Nodes in raise() description | |||
2021-01-05 | Specify order of drawing of Nodes in raise() description | Maganty Rushyendra | |
2021-01-04 | doc: Sync classref with current source | Rémi Verschelde | |
2021-01-02 | Merge pull request #42188 from ↵ | Rémi Verschelde | |
Eoin-ONeill-Yokai/animationstateplayback/missing_binds AnimationStateMachinePlayback: Added Missing Method Bindings | |||
2021-01-01 | StateMachinePlayback: Added missing bindings to `get_current_play_pos` and ↵ | Eoin O'Neill | |
`get_current_length`. This allows the user to query the AnimationNodeStateMachinePlayback's current play position and total length of current animation state. These methods are currently used in the editor plugin, but can also be useful for querying general playback state information. Added documentation for AnimationNodeStateMachinePlayback's `get_current_play_position` | |||
2021-01-01 | Merge pull request #44809 from Calinou/physics-render-layers-zero-index | Rémi Verschelde | |
Use zero-indexing for physics and render layer names |