Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document initializing PackedVectorArray/PackedColorArray correctly | Hugo Locurcio | 2023-06-15 | 3 | -0/+12 |
| | |||||
* | Allow setting negative WorldBoundaryShape2D.distance through the editor | kleonc | 2023-06-14 | 2 | -5/+6 |
| | |||||
* | Merge pull request #78203 from felaugmar/patch-1 | Rémi Verschelde | 2023-06-14 | 1 | -1/+2 |
|\ | | | | | | | Fixed `RichTextLabel::clear` documentation | ||||
| * | Fixed `RichTextLabel::clear` documentation | Felipe Augusto Marques | 2023-06-13 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #78212 from timothyqiu/move-towards | Rémi Verschelde | 2023-06-14 | 1 | -1/+2 |
|\ \ | | | | | | | | | | Clarify `move_towards` does not go past final value | ||||
| * | | Clarify move_towards does not go past final value | Haoyu Qiu | 2023-06-14 | 1 | -1/+2 |
| |/ | |||||
* | | Merge pull request #78201 from smix8/navmesh_cell_height_4.x | Rémi Verschelde | 2023-06-14 | 4 | -6/+24 |
|\ \ | | | | | | | | | | Fix `cell_height` for navigation meshes | ||||
| * | | Fix `cell_height` for navigation meshes | smix8 | 2023-06-13 | 4 | -6/+24 |
| |/ | | | | | | | Fixes `cell_height` for navigation meshes. | ||||
* | | Merge pull request #78161 from BastiaanOlij/expose_texture_native_handle | Rémi Verschelde | 2023-06-14 | 2 | -2/+10 |
|\ \ | | | | | | | | | | Expose `RD::texture_get_native_handle` | ||||
| * | | Expose RD::texture_native_handle | Bastiaan Olij | 2023-06-14 | 2 | -2/+10 |
| | | | |||||
* | | | Merge pull request #76688 from ajreckof/backward_undo | Rémi Verschelde | 2023-06-14 | 2 | -2/+35 |
|\ \ \ | | | | | | | | | | | | | Add `backward_undo_ops` as option for action | ||||
| * | | | add backward_undo_ops as property for action | ajreckof | 2023-06-13 | 2 | -2/+35 |
| | | | | |||||
* | | | | Document known bugs with the Multi-Threaded thread model project setting | Hugo Locurcio | 2023-06-14 | 1 | -1/+2 |
| |_|/ |/| | | | | | | | | | | | - Add a warning on project startup when using the Multi-Threaded option. - Improve command line validation for the `--render-thread` CLI argument. | ||||
* | | | Merge pull request #78172 from smix8/navpoly_cell_size_4.x | Rémi Verschelde | 2023-06-13 | 1 | -0/+5 |
|\ \ \ | | | | | | | | | | | | | Add NavigationPolygon `cell_size` property | ||||
| * | | | Add NavigationPolygon cell_size property | smix8 | 2023-06-13 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | Adds NavigationPolygon cell_size property. | ||||
* | | | | Merge pull request #77750 from RandomShaper/tidy_shader_data_items | Rémi Verschelde | 2023-06-13 | 1 | -0/+6 |
|\ \ \ \ | | | | | | | | | | | | | | | | Let editor workaround a case of inconsistency in compound scenes | ||||
| * | | | | Let editor workaround a case of inconsistency in compound scenes | Pedro J. Estébanez | 2023-06-13 | 1 | -0/+6 |
| | | | | | |||||
* | | | | | Disable NVIDIA's threaded optimization on Windows | Álex Román Núñez | 2023-06-13 | 1 | -0/+4 |
| |_|/ / |/| | | | |||||
* | | | | Set both texture format overrides to false by default | Aaron Franke | 2023-06-12 | 1 | -1/+3 |
| |/ / |/| | | |||||
* | | | Merge pull request #78139 from winston-yallow/document-audio-bus-index-from-name | Rémi Verschelde | 2023-06-12 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | Document behaviour of AudioServer.get_bus_index() if name doesn't exist | ||||
| * | | | Document behaviour of AudioServer.get_bus_index() if name doesn't exist | Winston | 2023-06-12 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #78081 from smix8/obstacle_api_update_4.x | Rémi Verschelde | 2023-06-12 | 4 | -16/+88 |
|\ \ \ \ | | | | | | | | | | | | | | | | Update NavigationObstacle API | ||||
| * | | | | Update navigation obstacle API | smix8 | 2023-06-12 | 4 | -16/+88 |
| |/ / / | | | | | | | | | | | | | Updates navigation obstacle API. | ||||
* | | | | Merge pull request #68599 from Rindbee/update-edited_scene_root-in-time | Rémi Verschelde | 2023-06-12 | 1 | -0/+7 |
|\ \ \ \ | |/ / / |/| | | | | | | | Update the edit scene root in time after it is replaced | ||||
| * | | | Update the edit scene root in time after it is replaced | Rindbee | 2023-06-12 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | When changing the type of the edited scene root node, it may be necessary to update edited scene root in time for the child nodes to work properly. | ||||
* | | | | Merge pull request #78132 from bruvzg/ios_rt_orient | Rémi Verschelde | 2023-06-12 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | [iOS] Fix orientation change in runtime. | ||||
| * | | | | [iOS] Fix orientation change in runtime. | bruvzg | 2023-06-12 | 1 | -0/+1 |
| | |_|/ | |/| | | |||||
* / | | | Input - fix just pressed and released with short presses | lawnjelly | 2023-06-12 | 2 | -2/+9 |
|/ / / | | | | | | | | | | | | | | | | Previously if an action was both pressed and released on the same tick or frame, `is_action_just_pressed()` would return false, resulting in missed input. This PR separately the timestamp for pressing and releasing so each can be tested independently. | ||||
* | | | Merge pull request #78000 from RandomShaper/let_users_mess_up | Rémi Verschelde | 2023-06-10 | 1 | -0/+13 |
|\ \ \ | | | | | | | | | | | | | Let user scripts disable thread safety checks | ||||
| * | | | Let user scripts disable thread safety checks | Pedro J. Estébanez | 2023-06-09 | 1 | -0/+13 |
| | |/ | |/| | |||||
* | | | Enable S3TC_BPTC but not ETC2_ASTC by default | Aaron Franke | 2023-06-09 | 1 | -2/+2 |
| | | | |||||
* | | | [Label] Add support for tab stops. | bruvzg | 2023-06-09 | 1 | -0/+3 |
| | | | |||||
* | | | Merge pull request #77882 from Calinou/doc-renderingdevice-initialaction | Rémi Verschelde | 2023-06-08 | 1 | -0/+6 |
|\ \ \ | | | | | | | | | | | | | Document the InitialAction enum in RenderingDevice | ||||
| * | | | Document the InitialAction enum in RenderingDevice | Hugo Locurcio | 2023-06-08 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | This also improves the documentation for the FinalAction enum, and fixes an incorrect comment in the RenderingDevice header. | ||||
* | | | | Merge pull request #75746 from ajreckof/order_autocomplete | Rémi Verschelde | 2023-06-08 | 2 | -1/+15 |
|\ \ \ \ | | | | | | | | | | | Sort code autocompletion with rules | ||||
| * | | | | sort code completions with rules | ajreckof | 2023-05-23 | 2 | -1/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixups Add levenshtein distance for comparisons, remove kind sort order, try to improve as many different use cases as possible Trying again to improve code completion Sort code autocompletion options by similarity based on input To make it really brief, uses a combination `String.similiary`, the category system introduced in a previous PR, and some filtering to yield more predictable results, instead of scattering every completion option at seemingly random. It also gives much higher priority to strings that contain the base in full, closer to the beginning or are perfect matches. Also moves CodeCompletionOptionCompare to code_edit.cpp Co-Authored-By: Micky <66727710+Mickeon@users.noreply.github.com> Co-Authored-By: Eric M <41730826+EricEzaM@users.noreply.github.com> | ||||
* | | | | | Merge pull request #77980 from YeldhamDev/not_so_disposable | Rémi Verschelde | 2023-06-08 | 1 | -1/+0 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Remove inaccuracy about re-using `Thread`s in its doc | ||||
| * | | | | | Remove inaccuracy about re-using `Thread`s in its doc | Michael Alexsander | 2023-06-07 | 1 | -1/+0 |
| | | | | | | |||||
* | | | | | | Merge pull request #77963 from dsnopek/remove-gdextension-legacy-struct | Rémi Verschelde | 2023-06-08 | 1 | -1/+0 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Remove GDExtension compatibility code for Godot 4.0 | ||||
| * | | | | | | Remove GDExtension compatibility code for Godot 4.0 | David Snopek | 2023-06-07 | 1 | -1/+0 |
| |/ / / / / | |||||
* | | / / / | Add setting to control the window used to run the project for the Android editor | Fredia Huya-Kouadio | 2023-06-07 | 1 | -0/+4 |
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The follow options were added to the (new) `run/window_placement/android_window` editor setting: - `Same as Editor`: run the project in the same window as the editor - `Side-by-side with Editor`: run the project in an adjacent window to the editor - `Auto`: choose how to run the project based on the device screen size | ||||
* | | | | | Merge pull request #77902 from dalexeev/doc-unify-deprecations | Rémi Verschelde | 2023-06-07 | 10 | -16/+19 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | Documentation: Unify deprecations | ||||
| * | | | | Documentation: Unify deprecations | Danil Alexeev | 2023-06-07 | 10 | -16/+19 |
| | | | | | |||||
* | | | | | Clarify use of size flags in `Control` | Ninni Pipping | 2023-06-07 | 1 | -2/+2 |
| |_|/ / |/| | | | |||||
* | | | | Merge pull request #77924 from Eranot/fix-tls-options-server-documentation | Rémi Verschelde | 2023-06-07 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | Fixing parameter order in the documentation of TLSOptions.server() | ||||
| * | | | | Fixing parameter order in the documentation of TLSOptions.server() | Eranot | 2023-06-06 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #77802 from dalexeev/tree-add-autowrap-mode | Rémi Verschelde | 2023-06-07 | 1 | -0/+15 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Tree: Add ability to configure text autowrap mode for individual cells | ||||
| * | | | | | Tree: Add ability to configure text autowrap mode for individual cells | Danil Alexeev | 2023-06-03 | 1 | -0/+15 |
| | | | | | | |||||
* | | | | | | Merge pull request #77761 from JustinDodemaide/typo-fixes | Rémi Verschelde | 2023-06-07 | 2 | -14/+14 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | NavigationAgent2D, NavigationAgent3D typo fixes | ||||
| * | | | | | NavigationAgent2D, NavigationAgent3D typo fixes | JustinDodemaide | 2023-06-06 | 2 | -14/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed minor spelling errors in the NavigationAgent2D and NavigationAgent3D classes. fixes godotengine/godot-docs#7445 |