Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document initializing PackedVectorArray/PackedColorArray correctly | Hugo Locurcio | 2023-06-15 | 3 | -0/+12 |
| | |||||
* | Merge pull request #78226 from RedworkDE/gdextension-breaking-changes-update-3 | Rémi Verschelde | 2023-06-14 | 2 | -1/+11 |
|\ | | | | | | | Update list of known breaking changes compared to 4.0-stable (3) | ||||
| * | Update list of known breaking changes compared to 4.0-stable (3) | RedworkDE | 2023-06-14 | 2 | -1/+11 |
| | | |||||
* | | Merge pull request #77236 from kleonc/world_boundary_2d_allow_negative_distance | Rémi Verschelde | 2023-06-14 | 5 | -19/+25 |
|\ \ | |/ |/| | | | Allow setting negative `WorldBoundaryShape2D.distance` through the editor | ||||
| * | Allow setting negative WorldBoundaryShape2D.distance through the editor | kleonc | 2023-06-14 | 5 | -19/+25 |
|/ | |||||
* | Merge pull request #78223 from akien-mga/gdscript-test-no-function | Rémi Verschelde | 2023-06-14 | 2 | -10/+9 |
|\ | | | | | GDScript: Further restrict test error output for C++ errors | ||||
| * | GDScript: Further restrict test error output for C++ errors | Rémi Verschelde | 2023-06-14 | 2 | -10/+9 |
|/ | | | | MSVC and GCC/Clang also have different function names... | ||||
* | Merge pull request #78216 from akien-mga/gdscript-test-no-file-path | Rémi Verschelde | 2023-06-14 | 2 | -6/+10 |
|\ | | | | | | | GDScript: Only include script file path in test error output | ||||
| * | GDScript: Only include script file path in test error output | Rémi Verschelde | 2023-06-14 | 2 | -6/+10 |
| | | | | | | | | | | | | | | Errors originating in C++ files cause unnecessary diffs whenever the engine is updated (line number changes, etc.) and would cause CI failures due to different formatting of the file path on Windows (backslashes, worked around here anyway) and when using SCU builds (`../scu` insert). | ||||
* | | 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 #78063 from lawnjelly/scu_non_relative_paths | Rémi Verschelde | 2023-06-14 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | | | | SCU build - make paths relative to project folder | ||||
| * | | SCU build - make paths relative to project folder | lawnjelly | 2023-06-09 | 1 | -1/+1 |
| | | | | | | | | | | | | Making paths relative to the project folder rather than the SCU directory helps make stack traces more readable. | ||||
* | | | Merge pull request #77627 from TestSubject06/reciprocal-conns | Fabio Alessandrelli | 2023-06-14 | 3 | -0/+46 |
|\ \ \ | | | | | | | | | Allow an ENetConnection to send a packet to an arbitrary destination for the purposes of establishing NAT routing table entries. | ||||
| * | | | Add socket_send method to ENetConnection. | TestSubject06 | 2023-06-13 | 3 | -0/+46 |
| | |/ | |/| | | | | | | | * Sends a given packet toward a given destination address and port, using the current ENetHost's socket. | ||||
* | | | 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 | 15 | -14/+74 |
|\ \ \ | | | | | | | | | | | | | Fix `cell_height` for navigation meshes | ||||
| * | | | Fix `cell_height` for navigation meshes | smix8 | 2023-06-13 | 15 | -14/+74 |
| | | | | | | | | | | | | | | | | Fixes `cell_height` for navigation meshes. | ||||
* | | | | Merge pull request #78200 from prominentdetail/patch-3 | Rémi Verschelde | 2023-06-14 | 2 | -1/+3 |
|\ \ \ \ | | | | | | | | | | | | | | | | Properly handle wireframe mode in RendererRD pipeline cache | ||||
| * | | | | Properly handle wireframe mode in RendererRD pipeline cache | Alex | 2023-06-14 | 2 | -1/+3 |
| | |/ / | |/| | | | | | | | | | | | | | | Makes wireframe get cached properly so that it doesn't keep being recreated. Fixes #76237. | ||||
* | | | | Merge pull request #78199 from clayjohn/detect_3d | Rémi Verschelde | 2023-06-14 | 3 | -15/+13 |
|\ \ \ \ | | | | | | | | | | | | | | | | Ensure that "detect 3D" is only called when using 3D shaders | ||||
| * | | | | Ensure that "detect 3D" is only called when using 3D shaders | clayjohn | 2023-06-13 | 3 | -15/+13 |
| |/ / / | |||||
* | | | | Merge pull request #78194 from MewPurPur/video-stream-resource-icon | Rémi Verschelde | 2023-06-14 | 2 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | | | | | | Add VideoStream icon | ||||
| * | | | | Add VideoStream icon | MewPurPur | 2023-06-13 | 2 | -0/+2 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #78161 from BastiaanOlij/expose_texture_native_handle | Rémi Verschelde | 2023-06-14 | 8 | -8/+18 |
|\ \ \ \ | | | | | | | | | | | | | | | | Expose `RD::texture_get_native_handle` | ||||
| * | | | | Expose RD::texture_native_handle | Bastiaan Olij | 2023-06-14 | 8 | -8/+18 |
| | | | | | |||||
* | | | | | Merge pull request #78138 from KoBeWi/are_we_clear | Rémi Verschelde | 2023-06-14 | 1 | -0/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Clear SelfList when destroying GDScriptLanguage | ||||
| * | | | | | Clear SelfList when destroying GDScriptLanguage | kobewi | 2023-06-12 | 1 | -0/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #78099 from DeeJayLSP/rvo2023 | Rémi Verschelde | 2023-06-14 | 33 | -4271/+5055 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Update RVO2 to git 2022.09 | ||||
| * | | | | | | Update RVO2 to git 2022.09 | DeeJayLSP | 2023-06-13 | 33 | -4271/+5055 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #78054 from bruvzg/fix_res_errors | Rémi Verschelde | 2023-06-14 | 1 | -1/+24 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix "Resource file not found" error on editor start. | ||||
| * | | | | | | | Fix "Resource file not found" error on editor start. | bruvzg | 2023-06-09 | 1 | -1/+24 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge pull request #77709 from MewPurPur/improve-center-selection-icon | Rémi Verschelde | 2023-06-14 | 5 | -5/+5 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Make the CenterView icon clearer | ||||
| * | | | | | | | Make the Make Center icon clearer | VolTer | 2023-06-14 | 5 | -5/+5 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #76688 from ajreckof/backward_undo | Rémi Verschelde | 2023-06-14 | 6 | -15/+61 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `backward_undo_ops` as option for action | ||||
| * | | | | | | | | add backward_undo_ops as property for action | ajreckof | 2023-06-13 | 6 | -15/+61 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #75419 from vonagam/fix-super-classes-in-array-literals | Rémi Verschelde | 2023-06-14 | 4 | -2/+20 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GDScript: Allow elements of a parent class in a typed array literal | ||||
| * | | | | | | | | | GDScript: Allow elements of a parent class in a typed array literal | Dmitrii Maganov | 2023-03-28 | 4 | -2/+20 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #75365 from Calinou/doc-thread-model-multi-threaded-bugs | Rémi Verschelde | 2023-06-14 | 2 | -2/+11 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | Document known bugs with the Multi-Threaded thread model project setting | ||||
| * | | | | | | | | | Document known bugs with the Multi-Threaded thread model project setting | Hugo Locurcio | 2023-06-14 | 2 | -2/+11 |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 #77151 from dalexeev/gds-fix-call-static-from-non-static | Rémi Verschelde | 2023-06-13 | 3 | -0/+14 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | GDScript: Fix calling static func from non-static is allowed | ||||
| * | | | | | | | | GDScript: Fix calling static func from non-static is allowed | Danil Alexeev | 2023-05-17 | 3 | -0/+14 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #78183 from bruvzg/rtl_tag_split | Rémi Verschelde | 2023-06-13 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [RTL] Fix parsing tags with multiple features. | ||||
| * | | | | | | | | | [RTL] Fix parsing tags with multiple features. | bruvzg | 2023-06-13 | 1 | -1/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #77615 from jpcerrone/add_joypad_conversion | Rémi Verschelde | 2023-06-13 | 2 | -0/+101 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | Add joypad input map conversion to project converter | ||||
| * | | | | | | | | | Add joypad input map conversion to project converter. | jpcerrone | 2023-05-29 | 2 | -0/+101 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes godotengine#77314 (Input Map's joypad button numbers are not converted). | ||||
* | | | | | | | | | | Merge pull request #78173 from smix8/navregion_rot_warning_4.x | Rémi Verschelde | 2023-06-13 | 1 | -0/+6 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add NavigationRegion rotation warning | ||||
| * | | | | | | | | | | Add NavigationRegion rotation warning | smix8 | 2023-06-13 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds NavigationRegion rotation warning. | ||||
* | | | | | | | | | | | Merge pull request #78172 from smix8/navpoly_cell_size_4.x | Rémi Verschelde | 2023-06-13 | 3 | -0/+24 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add NavigationPolygon `cell_size` property |