summaryrefslogtreecommitdiffstats
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Warn users when using non existing --export flag, replaced by --export-releaseRémi Verschelde2023-02-221-0/+3
* Mark Application Icon and V-Sync Mode project settings as basicHugo Locurcio2023-02-191-2/+2
* iOS: Fix memory leak on touch inputTravis Veralrud2023-02-151-1/+0
* Merge pull request #73033 from akien-mga/gdscript-fix-gd4-renames-buildRémi Verschelde2023-02-111-10/+24
|\
| * Clean up ProjectConverter3To4 architecture, move renames map to separate fileRémi Verschelde2023-02-101-10/+24
* | Allow compiling out the navigation moduleJosh Jones2023-02-091-0/+14
|/
* Fix build with `deprecated=no` not exclude ProjectConverter3To4 optionsRémi Verschelde2023-02-011-0/+6
* Merge pull request #70377 from dsnopek/server-export-mk2Rémi Verschelde2023-01-231-6/+16
|\
| * Add "dedicated server" export mode which can strip unneeded visual resourcesDavid Snopek2023-01-231-6/+16
* | [TextServer] Fix ICU data loading and exporting with `internationalization/lo...bruvzg2023-01-231-2/+10
* | Mark touch emulation project settings as basicHugo Locurcio2023-01-231-2/+2
* | Merge pull request #71663 from bruvzg/init_pos_xRémi Verschelde2023-01-221-1/+19
|\ \
| * | Reorganize main and sub-window initial position properties.bruvzg2023-01-191-1/+19
* | | Merge pull request #68002 from dogboydog/csharp_build_exit_codeRémi Verschelde2023-01-211-0/+2
|\ \ \
| * | | set exit code EXIT_FAILURE when --build-solutions failsdogboydog2022-10-291-0/+2
* | | | doc: Define dummy Mono settings to keep them in doctoolRémi Verschelde2023-01-201-0/+8
| |/ / |/| |
* | | Merge pull request #71515 from akien-mga/disable-mangohud-editorRémi Verschelde2023-01-191-1/+12
|\ \ \
| * | | Force disable Vulkan overlays in the editor and project managerRémi Verschelde2023-01-181-1/+12
* | | | [Windows] Fix main window project icon not set when using editor executable.bruvzg2023-01-191-1/+1
|/ / /
* | | Make physics servers `end_sync` on exitMikael Hermansson2023-01-171-0/+3
* | | Fix 'Navigation Process' monitor initializationPawel Lampe2023-01-131-0/+1
* | | Refactor ProjectSetting overridesJuan Linietsky2023-01-131-1/+0
* | | Fix duplicate NavigationServer processsmix82023-01-132-1/+3
* | | Add framework for avoidance of color flash in new windowsPedro J. Estébanez2023-01-121-1/+6
* | | Merge pull request #70731 from smix8/navigationserver_performance_monitor_4.xRémi Verschelde2023-01-123-1/+74
|\ \ \ | |_|/ |/| |
| * | Add NavigationServer Performance Monitorsmix82023-01-083-1/+74
* | | Merge pull request #70863 from bruvzg/win_init_minRémi Verschelde2023-01-091-4/+0
|\ \ \ | |/ / |/| |
| * | Set main window min. size via Window object instead of DisplayServer to prese...bruvzg2023-01-031-4/+0
* | | Rework const on NavigationServer methodsJosh Jones2023-01-071-2/+2
* | | Add support for the custom initial screen for the main window, fix primary sc...bruvzg2023-01-071-11/+17
* | | Merge pull request #68429 from KoBeWi/PropertySettingsRémi Verschelde2023-01-061-180/+41
|\ \ \
| * | | Add PropertyInfo overload for GLOBAL_DEFkobewi2022-12-111-180/+41
* | | | One Copyright Update to rule them allRémi Verschelde2023-01-056-176/+176
| |/ / |/| |
* | | Add boot splash for the Godot Android EditorFredia Huya-Kouadio2022-12-161-1/+1
* | | CI: Fix dumping GDExtension interface and API for godot-cppRémi Verschelde2022-12-141-0/+1
* | | Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextensionRémi Verschelde2022-12-121-22/+22
|\ \ \ | |/ / |/| |
| * | Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-22/+22
* | | Move navigation server finalize before physics serverAdam Scott2022-12-081-1/+1
* | | Fix `ResourceLoader::thread_load_tasks` crashAdam Scott2022-12-071-0/+2
* | | Merge pull request #69654 from BastiaanOlij/openxr_submit_depth_optionalRémi Verschelde2022-12-071-0/+2
|\ \ \
| * | | Make submitting depth buffer in OpenXR optionalBastiaan Olij2022-12-061-0/+2
| |/ /
* / / Fix Determining Window for TouchscreenMarkus Sauermann2022-12-071-7/+1
|/ /
* | Merge pull request #68660 from Calinou/improve-cli-helpRémi Verschelde2022-12-051-69/+73
|\ \
| * | Improve command line help to fit on narrower displaysHugo Locurcio2022-12-041-69/+73
* | | Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-0/+8
|/ /
* | Enable GLES3 on Androidclayjohn2022-11-291-0/+1
* | Merge pull request #69272 from rune-scape/rune-avoid-global-baseRémi Verschelde2022-11-281-1/+5
|\ \
| * | GDScript: Avoid using `get_global_class_native_base`rune-scape2022-11-271-1/+5
* | | Merge pull request #68532 from Calinou/cmdline-user-args-add-alternative-sepa...Rémi Verschelde2022-11-281-2/+2
|\ \ \ | |/ / |/| |
| * | Allow `++` as an alternative separator to `--` for user CLI argumentsHugo Locurcio2022-11-111-2/+2