Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-07 | Fix various fringe issues with multi-carets and selections | VolTer | |
2022-12-05 | Fix slight visual discrepancy in Search Result dock | VolTer | |
2022-11-30 | Merge pull request #69376 from zaevi/adjust_dropping_texture | Rémi Verschelde | |
Adjust position and size for dropping texture in canvas editor. | |||
2022-11-30 | Merge pull request #69269 from red1939/red1939/master | Rémi Verschelde | |
Acknowledge that a CLASS kind of a DataType might not have an identifier | |||
2022-11-30 | Merge pull request #69377 from bruvzg/mac_app_pass_nt | Rémi Verschelde | |
[macOS] Fix export button incorrectly disabled when using login/app password for notarization. | |||
2022-11-30 | Merge pull request #69365 from timothyqiu/invalid-reference | Rémi Verschelde | |
Fix heap-use-after-free when changing alternative tile ID | |||
2022-11-30 | Merge pull request #68070 from Geometror/move_z_index_to_canvasitem | Rémi Verschelde | |
Move z_index, z_as_relative and y_sort_enabled from `Node2D` to `CanvasItem` | |||
2022-11-30 | Merge pull request #65759 from nathanfranke/migrate-project-manager | Ré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-30 | Adjust position and size for dropping texture. | Zae | |
2022-11-30 | Acknowledge that a CLASS kind of a DataType might not have an identifier | Bartosz Bielecki | |
2022-11-30 | Fix heap-use-after-free when changing alternative tile ID | Haoyu Qiu | |
2022-11-29 | print each migrated project path instead of always printing "migrating" when ↵ | Nathan Franke | |
there are none | |||
2022-11-30 | Merge pull request #65905 from raulsntos/dotnet/marshaling-collections | Ignacio Roldán Etcheverry | |
C#: Fix marshaling generic Godot collections | |||
2022-11-29 | Merge pull request #69355 from clayjohn/android-GLES3 | Rémi Verschelde | |
Enable GLES3 on Android | |||
2022-11-29 | Enable GLES3 on Android | clayjohn | |
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-29 | Merge pull request #69338 from akien-mga/pm-fix-hacky-project-rename | Yuri Sizov | |
Project Manager: Fix hacky code for project rename | |||
2022-11-29 | Move z_index, z_as_relative and y_sort_enabled from Node2D to CanvasItem | Hendrik Brucker | |
2022-11-29 | Merge pull request #69342 from DeeJayLSP/update_certs | Rémi Verschelde | |
Update CA certificates to 2022.10 revision | |||
2022-11-29 | Merge pull request #68665 from TokageItLab/cut-unkeyed-gltf-anim | Rémi Verschelde | |
Add "Trimming" option to cut un-keyed timeline before first key in glTF animation | |||
2022-11-29 | Merge pull request #69341 from TokageItLab/fix-timeline-crash | Rémi Verschelde | |
Fix crash AnimationTimelineEdit when switch FPS mode without track | |||
2022-11-29 | Merge pull request #66995 from HolonProduction/main_window_bug | Rémi Verschelde | |
Fix a bug with main window `EditorPlugin`. | |||
2022-11-29 | Merge pull request #51471 from KoBeWi/array_of_crashes | Rémi Verschelde | |
Fix crash in EditorPropertyArray | |||
2022-11-29 | Merge pull request #69339 from Faless/fix/4.x_resource_name_is_string | Rémi Verschelde | |
[Core] Fix Resource.resource_name type. | |||
2022-11-29 | Merge pull request #63512 from MmAaXx500/autoload-double-add-remove | Rémi Verschelde | |
Prevent autoloads from being added or removed twice | |||
2022-11-29 | Merge pull request #67664 from WindyDarian/fix_dependency_import | Rémi Verschelde | |
Don't try to import unknown dependency from scan | |||
2022-11-29 | Merge pull request #67814 from opl-/fix/editor-inspector-accept-event | Rémi Verschelde | |
Fix editor inspector classes not accepting events | |||
2022-11-29 | Merge pull request #66194 from YeldhamDev/feature_fixes | Rémi Verschelde | |
Fix some stuff with the editor features | |||
2022-11-29 | Merge pull request #69334 from bruvzg/ios_user_dir | Rémi Verschelde | |
[iOS] Read document and cache path directly in the OS code, instead of passing in from main. | |||
2022-11-29 | Update CA certificates to 2022.10 revision | DeeJayLSP | |
2022-11-30 | Fix crash AnimationTimelineEdit when switch FPS mode without track | Silc Renew | |
2022-11-29 | Solve 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-29 | Fix crash in EditorPropertyArray | kobewi | |
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-29 | Project Manager: Fix hacky code for project rename | Ré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-29 | Merge pull request #67680 from haasanen/fix_physics_thread_race_condition | Rémi Verschelde | |
Fix physics/3d/run_on_separate_thread race condition in WorkerThreadPool (crash). | |||
2022-11-29 | Merge pull request #65641 from voylin/Adding_ttf_otf_to_custom_font_dialogue | Rémi Verschelde | |
Adding .tff .otf, .woff and .woff2 to custom font extensions - Fixes #65633 | |||
2022-11-29 | Merge pull request #69332 from bruvzg/exact_symbols | Rémi Verschelde | |
[MSVC] Use symbols from .pdb only, to avoid incorrect names in the backtrace when symbols are missing. | |||
2022-11-29 | Merge pull request #69062 from trollodel/lightweight_editor_mass | Rémi Verschelde | |
Use forward-declarations in big editor classes | |||
2022-11-29 | Merge pull request #69323 from timothyqiu/erase-in-loop | Rémi Verschelde | |
Fix heap-use-after-free when removing a tile in TileSet editor | |||
2022-11-29 | Merge pull request #69110 from bruvzg/con_icon2 | Ré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-29 | Use forward-declarations in big editor classes | trollodel | |
2022-11-29 | [Windows] Optimize editor icon, use different icon for console executable. | bruvzg | |
2022-11-29 | Add trimming option to cut un-keyed timeline before first key in gltf | Silc Renew | |
2022-11-29 | Fix heap-use-after-free when removing a tile in TileSet editor | Haoyu Qiu | |
2022-11-28 | Merge pull request #69301 from KoBeWi/ERR_WHATEVER | Rémi Verschelde | |
Don't break parsing on missing resources | |||
2022-11-28 | Merge pull request #69224 from adamscott/fix-PackedScene-reload_from_file | Rémi Verschelde | |
Add `PackedScene::reload_from_file()` override | |||
2022-11-28 | Add PackedScene::reload_from_file() override | Adam Scott | |