Age | Commit message (Expand) | Author |
2020-11-11 | Merge pull request #43449 from nekomatata/line_edit_window_pos | Rémi Verschelde |
2020-11-11 | Expose LineEdit scroll offset to scripts | PouleyKetchoupp |
2020-11-10 | Merge pull request #43437 from akien-mga/doc-operators | Rémi Verschelde |
2020-11-10 | doc: Sync classref to add operators after #43419 | Rémi Verschelde |
2020-11-10 | Merge pull request #43398 from KoBeWi/add_an_array_to_another_array_but_with_... | Rémi Verschelde |
2020-11-10 | Register methods for drawing 3D editor overlays | Tomasz Chabora |
2020-11-10 | [Docs] Add C# example for EditorPlugin::forward_canvas_draw_over_viewport | HaSa1002 |
2020-11-10 | Merge pull request #43356 from KoBeWi/editor_art | Rémi Verschelde |
2020-11-09 | Variant: Sync docs with new constructors, fixups after #43403 | Rémi Verschelde |
2020-11-09 | Merge pull request #42841 from HaSa1002/docs-lang-3 | Rémi Verschelde |
2020-11-08 | Add append_array() method to Array class | Tomasz Chabora |
2020-11-07 | Merge pull request #42896 from Calinou/httprequest-increase-chunk-size | Rémi Verschelde |
2020-11-07 | Merge pull request #42947 from Calinou/image-load-bmp-from-buffer | Rémi Verschelde |
2020-11-07 | Increase the default HTTPClient download chunk size to 64 KiB | Hugo Locurcio |
2020-11-06 | Add docs for editor viewport drawing methods | Tomasz Chabora |
2020-11-06 | Merge pull request #41746 from Calinou/doc-projectsettings-fullscreen-borderless | Rémi Verschelde |
2020-11-06 | Merge pull request #42870 from Calinou/doc-httprequest-tls-version | Rémi Verschelde |
2020-11-06 | Merge pull request #43283 from Calinou/color-remove-contrasted | Rémi Verschelde |
2020-11-05 | doc: Override default value for RandomNumberGenerator.seed | Rémi Verschelde |
2020-11-04 | doc: Sync classref with current source + fixup some bindings | Rémi Verschelde |
2020-11-03 | Fix typo in Tabs doc. | Ryan Roden-Corrent |
2020-11-03 | Remove `Color.contrasted()` as its behavior is barely useful | Hugo Locurcio |
2020-11-03 | Tooltips: Improve code clarity and docs | Rémi Verschelde |
2020-11-03 | Merge pull request #40364 from marstaik/alpha2coverage_up | Rémi Verschelde |
2020-11-02 | Alpha Hash and Alpha2Coverage Implementation | Marios Staikopoulos |
2020-11-02 | Merge pull request #43260 from HaSa1002/mainloop-remove-deprecated-methods | Rémi Verschelde |
2020-11-01 | Correct documentation about NinePatchRect stretch modes | Hugo Locurcio |
2020-11-01 | MainLoop: Remove deprecated methods | HaSa1002 |
2020-11-01 | Port code examples to C# (D) | HaSa1002 |
2020-10-31 | Fix a variable being redeclared in the HTTPRequest code sample | Hugo Locurcio |
2020-10-29 | Merge pull request #42811 from Calinou/doc-packetpeerudp-wait-interrupt | Rémi Verschelde |
2020-10-28 | Clarify what the "item_rect_changed" signal does | SirQuartz |
2020-10-28 | Improve the documentation related to fullscreen and borderless settings | Hugo Locurcio |
2020-10-27 | Document hiding a Control when its reference point is behind the camera | Hugo Locurcio |
2020-10-27 | Improved documentation for TileMap.cell_y_sort | Dustin Petersohn |
2020-10-25 | Fixup `ColorRamp` to `Gradient` renames | Andrii Doroshenko (Xrayez) |
2020-10-24 | Rename button group property to button_group | Aaron Franke |
2020-10-22 | Merge pull request #42907 from Xrayez/add-ref-rect-border-width | Rémi Verschelde |
2020-10-20 | Add `Image.load_bmp_from_buffer()` for run-time BMP image loading | Hugo Locurcio |
2020-10-20 | Cross-reference `ColorRect` and `ReferenceRect` in the class reference | Andrii Doroshenko (Xrayez) |
2020-10-20 | Add `border_width` to `ReferenceRect` | Andrii Doroshenko (Xrayez) |
2020-10-20 | Removed underscore from GraphEdit begin/end_node_move signals | Yuri Roubinsky |
2020-10-19 | Document how to display the vertex color in `SurfaceTool.add_color()` | Hugo Locurcio |
2020-10-19 | Merge pull request #42558 from Chaosus/vs_curve | Rémi Verschelde |
2020-10-19 | Merge pull request #42579 from theoway/stylebox_and_control_documentation | Rémi Verschelde |
2020-10-18 | Revert "Replace SAO implementation with MSSAO" | Juan Linietsky |
2020-10-18 | Merge pull request #42077 from clayjohn/MSSAO | Juan Linietsky |
2020-10-18 | Merge pull request #42201 from clayjohn/Vulkan-new-glow | Juan Linietsky |
2020-10-18 | Replace SAO implementation with MSSAO | clayjohn |
2020-10-18 | Optimize Glow with local memory | clayjohn |