summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Document initializing PackedVectorArray/PackedColorArray correctlyHugo Locurcio2023-06-153-0/+12
|
* Merge pull request #78226 from RedworkDE/gdextension-breaking-changes-update-3Rémi Verschelde2023-06-142-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)RedworkDE2023-06-142-1/+11
| |
* | Merge pull request #77236 from kleonc/world_boundary_2d_allow_negative_distanceRémi Verschelde2023-06-145-19/+25
|\ \ | |/ |/| | | Allow setting negative `WorldBoundaryShape2D.distance` through the editor
| * Allow setting negative WorldBoundaryShape2D.distance through the editorkleonc2023-06-145-19/+25
|/
* Merge pull request #78223 from akien-mga/gdscript-test-no-functionRémi Verschelde2023-06-142-10/+9
|\ | | | | GDScript: Further restrict test error output for C++ errors
| * GDScript: Further restrict test error output for C++ errorsRémi Verschelde2023-06-142-10/+9
|/ | | | MSVC and GCC/Clang also have different function names...
* Merge pull request #78216 from akien-mga/gdscript-test-no-file-pathRémi Verschelde2023-06-142-6/+10
|\ | | | | | | GDScript: Only include script file path in test error output
| * GDScript: Only include script file path in test error outputRémi Verschelde2023-06-142-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-1Rémi Verschelde2023-06-141-1/+2
|\ \ | | | | | | | | | Fixed `RichTextLabel::clear` documentation
| * | Fixed `RichTextLabel::clear` documentationFelipe Augusto Marques2023-06-131-1/+2
| | |
* | | Merge pull request #78063 from lawnjelly/scu_non_relative_pathsRémi Verschelde2023-06-141-1/+1
|\ \ \ | |_|/ |/| | | | | SCU build - make paths relative to project folder
| * | SCU build - make paths relative to project folderlawnjelly2023-06-091-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-connsFabio Alessandrelli2023-06-143-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.TestSubject062023-06-133-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-towardsRémi Verschelde2023-06-141-1/+2
|\ \ \ | | | | | | | | | | | | Clarify `move_towards` does not go past final value
| * | | Clarify move_towards does not go past final valueHaoyu Qiu2023-06-141-1/+2
| |/ /
* | | Merge pull request #78201 from smix8/navmesh_cell_height_4.xRémi Verschelde2023-06-1415-14/+74
|\ \ \ | | | | | | | | | | | | Fix `cell_height` for navigation meshes
| * | | Fix `cell_height` for navigation meshessmix82023-06-1315-14/+74
| | | | | | | | | | | | | | | | Fixes `cell_height` for navigation meshes.
* | | | Merge pull request #78200 from prominentdetail/patch-3Rémi Verschelde2023-06-142-1/+3
|\ \ \ \ | | | | | | | | | | | | | | | Properly handle wireframe mode in RendererRD pipeline cache
| * | | | Properly handle wireframe mode in RendererRD pipeline cacheAlex2023-06-142-1/+3
| | |/ / | |/| | | | | | | | | | | | | | Makes wireframe get cached properly so that it doesn't keep being recreated. Fixes #76237.
* | | | Merge pull request #78199 from clayjohn/detect_3dRémi Verschelde2023-06-143-15/+13
|\ \ \ \ | | | | | | | | | | | | | | | Ensure that "detect 3D" is only called when using 3D shaders
| * | | | Ensure that "detect 3D" is only called when using 3D shadersclayjohn2023-06-133-15/+13
| |/ / /
* | | | Merge pull request #78194 from MewPurPur/video-stream-resource-iconRémi Verschelde2023-06-142-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | Add VideoStream icon
| * | | | Add VideoStream iconMewPurPur2023-06-132-0/+2
| | |/ / | |/| |
* | | | Merge pull request #78161 from BastiaanOlij/expose_texture_native_handleRémi Verschelde2023-06-148-8/+18
|\ \ \ \ | | | | | | | | | | | | | | | Expose `RD::texture_get_native_handle`
| * | | | Expose RD::texture_native_handleBastiaan Olij2023-06-148-8/+18
| | | | |
* | | | | Merge pull request #78138 from KoBeWi/are_we_clearRémi Verschelde2023-06-141-0/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Clear SelfList when destroying GDScriptLanguage
| * | | | | Clear SelfList when destroying GDScriptLanguagekobewi2023-06-121-0/+2
| | | | | |
* | | | | | Merge pull request #78099 from DeeJayLSP/rvo2023Rémi Verschelde2023-06-1433-4271/+5055
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Update RVO2 to git 2022.09
| * | | | | | Update RVO2 to git 2022.09DeeJayLSP2023-06-1333-4271/+5055
| | | | | | |
* | | | | | | Merge pull request #78054 from bruvzg/fix_res_errorsRémi Verschelde2023-06-141-1/+24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix "Resource file not found" error on editor start.
| * | | | | | | Fix "Resource file not found" error on editor start.bruvzg2023-06-091-1/+24
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #77709 from MewPurPur/improve-center-selection-iconRémi Verschelde2023-06-145-5/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Make the CenterView icon clearer
| * | | | | | | Make the Make Center icon clearerVolTer2023-06-145-5/+5
| | | | | | | |
* | | | | | | | Merge pull request #76688 from ajreckof/backward_undoRémi Verschelde2023-06-146-15/+61
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `backward_undo_ops` as option for action
| * | | | | | | | add backward_undo_ops as property for actionajreckof2023-06-136-15/+61
| | | | | | | | |
* | | | | | | | | Merge pull request #75419 from vonagam/fix-super-classes-in-array-literalsRémi Verschelde2023-06-144-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 literalDmitrii Maganov2023-03-284-2/+20
| | | | | | | | | |
* | | | | | | | | | Merge pull request #75365 from Calinou/doc-thread-model-multi-threaded-bugsRémi Verschelde2023-06-142-2/+11
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | Document known bugs with the Multi-Threaded thread model project setting
| * | | | | | | | | Document known bugs with the Multi-Threaded thread model project settingHugo Locurcio2023-06-142-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-staticRémi Verschelde2023-06-133-0/+14
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | GDScript: Fix calling static func from non-static is allowed
| * | | | | | | | GDScript: Fix calling static func from non-static is allowedDanil Alexeev2023-05-173-0/+14
| | | | | | | | |
* | | | | | | | | Merge pull request #78183 from bruvzg/rtl_tag_splitRémi Verschelde2023-06-131-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [RTL] Fix parsing tags with multiple features.
| * | | | | | | | | [RTL] Fix parsing tags with multiple features.bruvzg2023-06-131-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge pull request #77615 from jpcerrone/add_joypad_conversionRémi Verschelde2023-06-132-0/+101
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Add joypad input map conversion to project converter
| * | | | | | | | | Add joypad input map conversion to project converter.jpcerrone2023-05-292-0/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes godotengine#77314 (Input Map's joypad button numbers are not converted).
* | | | | | | | | | Merge pull request #78173 from smix8/navregion_rot_warning_4.xRémi Verschelde2023-06-131-0/+6
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add NavigationRegion rotation warning
| * | | | | | | | | | Add NavigationRegion rotation warningsmix82023-06-131-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds NavigationRegion rotation warning.
* | | | | | | | | | | Merge pull request #78172 from smix8/navpoly_cell_size_4.xRémi Verschelde2023-06-133-0/+24
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add NavigationPolygon `cell_size` property