summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-07Fix various fringe issues with multi-carets and selectionsVolTer
2022-12-05Fix slight visual discrepancy in Search Result dockVolTer
2022-11-30Merge pull request #69376 from zaevi/adjust_dropping_textureRémi Verschelde
Adjust position and size for dropping texture in canvas editor.
2022-11-30Merge pull request #69269 from red1939/red1939/masterRémi Verschelde
Acknowledge that a CLASS kind of a DataType might not have an identifier
2022-11-30Merge pull request #69377 from bruvzg/mac_app_pass_ntRémi Verschelde
[macOS] Fix export button incorrectly disabled when using login/app password for notarization.
2022-11-30Merge pull request #69365 from timothyqiu/invalid-referenceRémi Verschelde
Fix heap-use-after-free when changing alternative tile ID
2022-11-30Merge pull request #68070 from Geometror/move_z_index_to_canvasitemRémi Verschelde
Move z_index, z_as_relative and y_sort_enabled from `Node2D` to `CanvasItem`
2022-11-30Merge pull request #65759 from nathanfranke/migrate-project-managerRémi Verschelde
Print each migrated project path instead of always printing "migrating" when there are none
2022-11-30[macOS] Fix export button incorrectly disabled when using login/app password ↵bruvzg
for notarization.
2022-11-30Adjust position and size for dropping texture.Zae
2022-11-30Acknowledge that a CLASS kind of a DataType might not have an identifierBartosz Bielecki
2022-11-30Fix heap-use-after-free when changing alternative tile IDHaoyu Qiu
2022-11-29print each migrated project path instead of always printing "migrating" when ↵Nathan Franke
there are none
2022-11-30Merge pull request #65905 from raulsntos/dotnet/marshaling-collectionsIgnacio Roldán Etcheverry
C#: Fix marshaling generic Godot collections
2022-11-29Merge pull request #69355 from clayjohn/android-GLES3Rémi Verschelde
Enable GLES3 on Android
2022-11-29Enable GLES3 on Androidclayjohn
Add necessary build flags and switch from using a GLES2 context to a GLES3 one. This also enables building for OpenXR Co-authored-by: m4gr3d <fhuyakou@gmail.com> Co-authored-by: dsnopek <dsnopek@gmail.com>
2022-11-29Merge pull request #69338 from akien-mga/pm-fix-hacky-project-renameYuri Sizov
Project Manager: Fix hacky code for project rename
2022-11-29Move z_index, z_as_relative and y_sort_enabled from Node2D to CanvasItemHendrik Brucker
2022-11-29Merge pull request #69342 from DeeJayLSP/update_certsRémi Verschelde
Update CA certificates to 2022.10 revision
2022-11-29Merge pull request #68665 from TokageItLab/cut-unkeyed-gltf-animRémi Verschelde
Add "Trimming" option to cut un-keyed timeline before first key in glTF animation
2022-11-29Merge pull request #69341 from TokageItLab/fix-timeline-crashRémi Verschelde
Fix crash AnimationTimelineEdit when switch FPS mode without track
2022-11-29Merge pull request #66995 from HolonProduction/main_window_bugRémi Verschelde
Fix a bug with main window `EditorPlugin`.
2022-11-29Merge pull request #51471 from KoBeWi/array_of_crashesRémi Verschelde
Fix crash in EditorPropertyArray
2022-11-29Merge pull request #69339 from Faless/fix/4.x_resource_name_is_stringRémi Verschelde
[Core] Fix Resource.resource_name type.
2022-11-29Merge pull request #63512 from MmAaXx500/autoload-double-add-removeRémi Verschelde
Prevent autoloads from being added or removed twice
2022-11-29Merge pull request #67664 from WindyDarian/fix_dependency_importRémi Verschelde
Don't try to import unknown dependency from scan
2022-11-29Merge pull request #67814 from opl-/fix/editor-inspector-accept-eventRémi Verschelde
Fix editor inspector classes not accepting events
2022-11-29Merge pull request #66194 from YeldhamDev/feature_fixesRémi Verschelde
Fix some stuff with the editor features
2022-11-29Merge pull request #69334 from bruvzg/ios_user_dirRémi Verschelde
[iOS] Read document and cache path directly in the OS code, instead of passing in from main.
2022-11-29Update CA certificates to 2022.10 revisionDeeJayLSP
2022-11-30Fix crash AnimationTimelineEdit when switch FPS mode without trackSilc Renew
2022-11-29Solve a bug with main window plugins.HolonProduction
When removing a main window plugin the bindings of the main window buttons was not changed to reflect the changed indices.
2022-11-29Fix crash in EditorPropertyArraykobewi
2022-11-29[Core] Fix Resource.resource_name type.Fabio Alessandrelli
The methods returns a String, but the Variant was bound as a StringName. We could alternatively change the method return type but that's a breaking change which will requires code changes in other parts of the engine.
2022-11-29Project Manager: Fix hacky code for project renameRémi Verschelde
Instantiating a new ProjectSettings is *not* the way to go. ConfigFile works just fine to read/change a single value. Fixes memory leaks as the instantiated ProjectSettings was never freed. Forbid doing this to prevent such problems. Fixes #25661.
2022-11-29[iOS] Read document and cache path directly in the OS code, instead of ↵bruvzg
passing in from main.
2022-11-29Merge pull request #67680 from haasanen/fix_physics_thread_race_conditionRémi Verschelde
Fix physics/3d/run_on_separate_thread race condition in WorkerThreadPool (crash).
2022-11-29Merge pull request #65641 from voylin/Adding_ttf_otf_to_custom_font_dialogueRémi Verschelde
Adding .tff .otf, .woff and .woff2 to custom font extensions - Fixes #65633
2022-11-29Merge pull request #69332 from bruvzg/exact_symbolsRémi Verschelde
[MSVC] Use symbols from .pdb only, to avoid incorrect names in the backtrace when symbols are missing.
2022-11-29Merge pull request #69062 from trollodel/lightweight_editor_massRémi Verschelde
Use forward-declarations in big editor classes
2022-11-29Merge pull request #69323 from timothyqiu/erase-in-loopRémi Verschelde
Fix heap-use-after-free when removing a tile in TileSet editor
2022-11-29Merge pull request #69110 from bruvzg/con_icon2Rémi Verschelde
[Windows] Optimize editor icon, use different icon for console executable.
2022-11-29[MSVC] Use symbols from .pdb only, to avoid incorrect names in the backtrace ↵bruvzg
when symbols are missing.
2022-11-29Use forward-declarations in big editor classestrollodel
2022-11-29[Windows] Optimize editor icon, use different icon for console executable.bruvzg
2022-11-29Add trimming option to cut un-keyed timeline before first key in gltfSilc Renew
2022-11-29Fix heap-use-after-free when removing a tile in TileSet editorHaoyu Qiu
2022-11-28Merge pull request #69301 from KoBeWi/ERR_WHATEVERRémi Verschelde
Don't break parsing on missing resources
2022-11-28Merge pull request #69224 from adamscott/fix-PackedScene-reload_from_fileRémi Verschelde
Add `PackedScene::reload_from_file()` override
2022-11-28Add PackedScene::reload_from_file() overrideAdam Scott