Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-17 | FIx visual issues with GraphEdit minimap | Yuri Sizov | |
2020-12-17 | Merge pull request #43416 from pycbouh/graph-minimap | Rémi Verschelde | |
Add a minimap to the GraphEdit | |||
2020-12-17 | Remove unused argument in Theme method and expose missing methods | Yuri Sizov | |
2020-12-17 | Merge pull request #44393 from Calinou/add-stdout-flush-project-setting | Rémi Verschelde | |
Add a project setting to enable stdout flushing in release builds | |||
2020-12-17 | Merge pull request #44295 from akien-mga/proximity-group-fix-access-modifiers | Rémi Verschelde | |
ProximityGroup: Fix access modifiers, rename private methods for clarity | |||
2020-12-17 | Merge pull request #44360 from bruvzg/ctl_punct_word_break | Rémi Verschelde | |
Add word breaks on punctuation characters. | |||
2020-12-16 | Merge pull request #44410 from KoBeWi/project--tools--thisPR | Rémi Verschelde | |
Make tool menu plugins use Callables for callback | |||
2020-12-16 | Make tool menu plugins use Callables for callback | kobewi | |
2020-12-16 | Merge pull request #44341 from Faless/docs/4.x_os_unixtime | Rémi Verschelde | |
Add important note about OS.get_unixtime. | |||
2020-12-16 | Merge pull request #44404 from Chaosus/doc_direction_to | Rémi Verschelde | |
Added a note describing a code behind Vector2/3.direction_to | |||
2020-12-16 | Merge pull request #44414 from skyace65/TypeHint | Rémi Verschelde | |
Document what can be used as a type hint | |||
2020-12-16 | Merge pull request #44412 from DanielZTing/rename | Rémi Verschelde | |
Rename neighbour in Control to neighbor | |||
2020-12-15 | Document what can be used as a type hint | skyace65 | |
2020-12-15 | Rename neighbour in Control to neighbor | Daniel Ting | |
This keeps things consistent with the rest of Godot, which uses the American English spelling of Color. | |||
2020-12-15 | Added a note describing a code behind Vector2/3.direction_to | Yuri Roubinsky | |
2020-12-15 | Merge pull request #44391 from madmiraal/fix-42285 | Rémi Verschelde | |
Remove Generic6DOFJoint precision property | |||
2020-12-15 | Add a project setting to enable stdout flushing in release builds | Hugo Locurcio | |
This can be used in server builds for journalctl compatibility. | |||
2020-12-15 | Merge pull request #44372 from madmiraal/rename-animation-track_remove_key_at | Rémi Verschelde | |
Rename Animation::track_remove_key_at_position to track_remove_key_at_time | |||
2020-12-15 | Merge pull request #44377 from Calinou/rename-textureprogressbar | Rémi Verschelde | |
Rename the TextureProgress node to TextureProgressBar | |||
2020-12-15 | Remove Generic6DOFJoint precision property | Marcel Admiraal | |
2020-12-14 | Rename the TextureProgress node to TextureProgressBar | Hugo Locurcio | |
Advantages: - When searching for "progressbar", you'll see both nodes in the search results. - More consistent with Button/TextureButton. | |||
2020-12-14 | Rename AcceptDialog get_ok() to get_ok_button() | Marcel Admiraal | |
Also renames: - AcceptDialog add_cancel() to add_cancel_button() - ConfirmationDiaglog get_cancel() to get_cancel_button() | |||
2020-12-14 | Rename Animation::track_remove_key_at_position to track_remove_key_at_time | Marcel Admiraal | |
2020-12-14 | Add word breaks on punctuation characters. | bruvzg | |
2020-12-13 | [Complex Text Layouts] Add variable fonts support. | bruvzg | |
2020-12-13 | Add important note about OS.get_unixtime. | Fabio Alessandrelli | |
Should NEVER be used for precise time computations since its return values are not guaranteed to be monotonic. | |||
2020-12-13 | Merge pull request #42595 from bruvzg/ctl_rich_text | Rémi Verschelde | |
[Complex Text Layouts] Refactor RichTextLabel. | |||
2020-12-12 | Merge pull request #44317 from mbrlabs/geometry2d-docs | Rémi Verschelde | |
Fixed Geometry2D::get_closest_points_between_segments docs | |||
2020-12-12 | Fixed Geometry2D::get_closest_points_between_segments docs | Marcus Brummer | |
2020-12-11 | ProximityGroup: Fix access modifiers, rename private methods for clarity | Rémi Verschelde | |
See #36285 which mistakenly added documentation for the whole C++ API, while some of it is meant to be and stay private as it's not exposed to scripts. The access modifiers and method prefix were not used properly. Cleanup code, and rename wrong `group_name` parameters to `method`, as it's a method name which is being broadcast. This is a very old class from pre-open source days, chances are that it was just forgotten and not meant to be kept as is and undocumented. | |||
2020-12-11 | [Complex Text Layouts] Refactor RichTextLabel. | bruvzg | |
2020-12-10 | Image: Rename PVRTC{2,4} to PVRTC1_{2,4}, drop COMPRESS_PVRTC2 | Rémi Verschelde | |
We haven't had a proper implementation for COMPRESS_PVRTC2 (which is PVRTC1 2-bpp) in years, so let's drop it instead of keeping a compress type which doesn't work. The other enum values were renamed to clarify that our PVRTC2 and PVRTC4 are respectively PVRTC1 2-bpp and PVRTC1 4-bpp. PVRTC2 2-bpp and 4-bpp are not implemented yet. | |||
2020-12-10 | Rename Viewport::ClearMode::CLEAR_MODE_ONLY_NEXT_FRAME to CLEAR_MODE_ONCE | Marcel Admiraal | |
2020-12-10 | Merge pull request #44260 from madmiraal/rename-area3d-audio_bus_name | Rémi Verschelde | |
Rename Area3D audio_bus_name getter and setter | |||
2020-12-10 | Merge pull request #40708 from bruvzg/improve_os_locale | Rémi Verschelde | |
Improve `OS::get_locale()` and documentation. | |||
2020-12-10 | Merge pull request #44070 from YeldhamDev/popupmenu_separator_font_color | Rémi Verschelde | |
Add "font_color_separator" theme property to 'PopupMenu' | |||
2020-12-10 | Merge pull request #43920 from Calinou/doc-videoplayer-no-remapping | Rémi Verschelde | |
Document the lack of localization remapping support in VideoPlayer | |||
2020-12-10 | Merge pull request #44016 from KoBeWi/emit_me_senpai | Rémi Verschelde | |
Mention that 'changed' signal needs manual emit | |||
2020-12-10 | Rename Area3D audio_bus_name getter and setter | Marcel Admiraal | |
2020-12-10 | Merge pull request #44124 from volzhs/tabs-in-front | Rémi Verschelde | |
Add option to draw all tabs in front | |||
2020-12-10 | Add option to draw all tabs in front | volzhs | |
2020-12-08 | Merge pull request #44089 from Xrayez/rng-state | Rémi Verschelde | |
Add ability to restore `RandomNumberGenerator` state | |||
2020-12-08 | Rename CanvasItem's hide signal to hidden | Marcel Admiraal | |
2020-12-08 | Merge pull request #44188 from madmiraal/tabs-signal-names | Rémi Verschelde | |
Rename Tabs close and hover signals to tab_closed and tab_hovered | |||
2020-12-08 | Rename Tabs close and hover signals to tab_closed and tab_hovered | Marcel Admiraal | |
2020-12-08 | Rename XRController signal button_release to button_released | Marcel Admiraal | |
2020-12-07 | Add ability to restore `RandomNumberGenerator` state | Andrii Doroshenko (Xrayez) | |
- added `state` as a property to restore internal state of RNG; - `get_seed()` returns last seed used to initialize the state rather than the current state. Co-authored-by: MidZik <matt.idzik1@gmail.com> | |||
2020-12-07 | Improve argument names for core types | Aaron Franke | |
2020-12-05 | Merge pull request #44091 from madmiraal/rename-cubemesh-boxmesh | Rémi Verschelde | |
Rename CubeMesh to BoxMesh | |||
2020-12-05 | Rename CubeMesh BoxMesh | Marcel Admiraal | |