Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-04 | Add missing ERR_FAIL_INDEX check to Variant::construct | Alex Hirsch | |
Other functions in the same file validate parameters using the ERR_FAIL macros. This validation was missing for Variant::construct resulting in a crash when called with invalid data (p_type < 0). fix #46067 | |||
2021-03-04 | Merge pull request #46652 from akien-mga/remote-debugger-fix-div-by-zero | Rémi Verschelde | |
RemoteDebugger: Fix possible division by zero | |||
2021-03-04 | RemoteDebugger: Fix possible division by zero | Rémi Verschelde | |
2021-03-04 | Revert "Add size check in Control._edit_set_state to prevent crash" | Rémi Verschelde | |
This reverts commit ef1d58f034233a0d8b5d0b5dbf539e851ffc726c. | |||
2021-03-04 | Merge pull request #46524 from kuruk-mm/lineedit_triple_click | Rémi Verschelde | |
LineEdit: Now double click to select a word, and triple click to sele… | |||
2021-03-04 | Merge pull request #46635 from Calinou/doc-itemlist-remove-examples | Rémi Verschelde | |
Remove trivial examples in the ItemList class documentation | |||
2021-03-04 | Merge pull request #46640 from pdfrod/fix-crash-in-image-texture | Rémi Verschelde | |
Fix crash trying to destroy an ImageTexture object containing a null texture | |||
2021-03-04 | Merge pull request #46620 from sps1112/fix-control.edit_set_state-crash | Rémi Verschelde | |
Add size check in Control::_edit_set_state() to fix crash | |||
2021-03-04 | Add size check in Control._edit_set_state to prevent crash | sps1112 | |
2021-03-03 | Fix crash trying to destroy an ImageTexture object containing a null texture | Pedro Rodrigues | |
The problem happened when `ImageTexture::create_from_image` was called with an empty image. In this situation an RID was allocated despite the texture being null. The destructor would then crash trying to acess this null texture. Fixes #46274 | |||
2021-03-03 | Merge pull request #46573 from pdfrod/fix-crash-on-httpclient-poll | Rémi Verschelde | |
Fix crash on HTTPClient::poll method | |||
2021-03-03 | Remove trivial examples in the ItemList class documentation | Hugo Locurcio | |
See https://github.com/godotengine/godot-docs/issues/4712. | |||
2021-03-03 | Merge pull request #43768 from sjml/mac-mono-export-fix | Rémi Verschelde | |
Mono/macOS: Separate data dir into frameworks and resources for codesigning | |||
2021-03-03 | Merge pull request #46621 from bruvzg/macos_export_entitlemenst_4 | Rémi Verschelde | |
[macOS] Add entitlements config and export template `dylib` signing to the export. | |||
2021-03-03 | Merge pull request #46629 from KoBeWi/tree_column_men | Rémi Verschelde | |
Deselect column only if belongs to deselected item | |||
2021-03-03 | Fix crash on HTTPClient::poll method | Pedro Rodrigues | |
The problem happened because `poll` assumed that when the SSL flag was true, the `connection` would be a subclass of StreamPeerSSL. However that invariant could be broken by calling HTTPClient::set_connection with a `connection` that is not a subclass of StreamPeerSSL. Fixes #46138 | |||
2021-03-03 | Deselect column only if belongs to deselected item | kobewi | |
2021-03-03 | Merge pull request #46617 from sps1112/fix-navigationmesh-crash | Rémi Verschelde | |
Add null check in NavigationMesh.new().create_from_mesh(BoxShape.new()) | |||
2021-03-03 | Merge pull request #46616 from sps1112/fix-bakedlightmap-crash | Rémi Verschelde | |
Add size check in BakedLightmapData::_set_user_data() | |||
2021-03-03 | Merge pull request #46578 from nekomatata/fix-joint-remove-body-regression | Rémi Verschelde | |
Fix Joint2D/Joint3D node path reset on scene switch | |||
2021-03-03 | Mono/macOS: Separate data dir into frameworks and resources for codesigning | Shane Liesegang | |
Co-authored-by: Ignacio Etcheverry <ignalfonsore@gmail.com> | |||
2021-03-03 | [macOS] Add entitlements config and export template `dylib` signing to the ↵ | bruvzg | |
export. | |||
2021-03-03 | Add null check for NavigationMesh.create_from_mesh() | sps1112 | |
2021-03-03 | Add size<=0 check in BakedLighmapData._get_user_data() | sps1112 | |
2021-03-03 | Merge pull request #46609 from jmb462/fix-no-tween-repeat-after-stop | Rémi Verschelde | |
Fix no tween repeat after stop and restart (Fix #39801) | |||
2021-03-03 | Merge pull request #43045 from DavidSichma/gdmatch | Rémi Verschelde | |
Fixed match for expression pattern | |||
2021-03-03 | fix no tween repeat after stop_all() and start() again | jmb462 | |
2021-03-02 | Fixed match for expression pattern | David Sichma | |
equality comparison now writes to right target address | |||
2021-03-02 | Merge pull request #43947 from ↵ | Rémi Verschelde | |
winterpixelgames/PR-allow-msan-sanitizer-build-option consolidating sanitizers and adding MSAN option on platforms that sup… | |||
2021-03-02 | add msan sanitizer option for linus/bsd, lsan option for osx | Jordan Schidlowsky | |
2021-03-02 | Merge pull request #46594 from asheraryam/fix-clip-content-master | Rémi Verschelde | |
Fix rounding error in Clip Content [4.0] | |||
2021-03-02 | Merge pull request #46581 from Riteo/fix-capsule-shape | Rémi Verschelde | |
Change CapsuleShape3D's collision detection axis to vertical | |||
2021-03-02 | Fix rounding error in Clip Content | asheraryam | |
Rounds the position and size of the final clip rect to avoid flickering issues. Fixes https://github.com/godotengine/godot/issues/46493 | |||
2021-03-02 | Fix Joint2D/Joint3D node path reset on scene switch | PouleyKetchoupp | |
When one of the bodies exited the tree, the corresponding node path was reset instead of just resetting the joint from the physics server. That was causing the node path to be reset on scene switch when one of the bodies is under the joint in the scene tree. | |||
2021-03-02 | Merge pull request #42029 from ThakeeNathees/export-type-infer-bug-fix | George Marques | |
GDScript export array/dictionary type infer bug fix | |||
2021-03-02 | Merge pull request #46559 from asmaloney/fix-code-completion | Rémi Verschelde | |
Script editor: Fix two special cases not being checked in code completion | |||
2021-03-02 | Merge pull request #41897 from strank/not-in-conditional-done | Rémi Verschelde | |
Add a "not in" operator to GDScript. | |||
2021-03-02 | Merge pull request #36065 from YeldhamDev/camera2d_helper_editor_only | Rémi Verschelde | |
Make Camera2D's editor helper code only be compiled on editor builds | |||
2021-03-02 | Merge pull request #36202 from YeldhamDev/sprite_region_hide | Rémi Verschelde | |
Hide extra options from various nodes if they're not enabled | |||
2021-03-02 | Merge pull request #46558 from kleonc/callable_docs_fix | Rémi Verschelde | |
Fix examples in Callable docs | |||
2021-03-02 | Hide extra options from various nodes if they're not enabled | Michael Alexsander | |
2021-03-02 | Merge pull request #35246 from zaksnet/disconnect-while-downloading | Fabio Alessandrelli | |
Disconnect while downloading | |||
2021-03-02 | Update scene/main/http_request.cpp | Zak Stam | |
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2021-03-02 | Merge pull request #46585 from akien-mga/fix-animation-track-enabled | Rémi Verschelde | |
Fix Animation tracks disabled by default | |||
2021-03-02 | Fix Animation tracks disabled by default | Rémi Verschelde | |
Was a regression from #45845. | |||
2021-03-02 | Change CapsuleShape3D's collision detection axis to vertical | Riteo Siuga | |
This fixes an issue where its collision detection would actually work as if it had the old default orientation. | |||
2021-03-02 | Fix examples in Callable docs | kleonc | |
2021-03-01 | Merge pull request #46423 from kleonc/color_from_hsv_fix | Rémi Verschelde | |
Make Color::from_hsv use Color::set_hsv | |||
2021-03-01 | Merge pull request #46046 from BastiaanOlij/cleanup_gi | Rémi Verschelde | |
Moving GI and Sky code from RendererSceneRenderRD into separate classes | |||
2021-03-01 | Make Camera2D's editor helper code only be compiled on editor builds | Michael Alexsander | |