Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-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 | [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 | |
2020-12-04 | Rename RD texture "type" to "texture_type" | Aaron Franke | |
"type" isn't very descriptive for exposed code, and this variable is exposed via RD_SETGET. | |||
2020-12-04 | Rename RD uniform "type" to "uniform_type" | Aaron Franke | |
"type" isn't very descriptive for exposed code, and this variable is exposed via RD_SETGET. | |||
2020-12-04 | Rebind Mesh/ArrayMesh enums | Aaron Franke | |
2020-12-04 | Rename Particles/ParticlesMaterial "Flags" enum to "ParticleFlags" | Aaron Franke | |
"Flags" was a bit too ambiguous, and in 3D it hid GeometryInstance.Flags | |||
2020-12-04 | Rename LightOccluder2D light_mask to occluder_light_mask | Aaron Franke | |
2020-12-04 | Rename PathFollow2D rotate bool | Aaron Franke | |
2020-12-04 | Rename XR get_type and get_name | Aaron Franke | |
Now called get_tracker_type and get_tracker_name | |||
2020-12-04 | doc: Sync classref with current source | Rémi Verschelde | |
And fixups: - Add missing bindings in RenderingServer - Remove duplicate ArrayMesh enum bindings (they're in Mesh already) - Remove redundant _unhandled_key_input binding in Control (it's in Node already) | |||
2020-12-04 | Rename TYPE_REAL to TYPE_FLOAT | George Marques | |
To be consistent with the naming everywhere else. | |||
2020-12-03 | Mention that 'changed' signal needs manual emit | Tomasz Chabora | |
2020-12-03 | Add "font_color_separator" theme property to 'PopupMenu' | Michael Alexsander | |