summaryrefslogtreecommitdiffstats
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #57562 from AnilBK/string-add-containsRémi Verschelde2022-02-031-5/+5
|\
| * String: Add contains().Anilforextra2022-02-041-5/+5
* | EditorProperty: Fix range hint parsing with optional stepRémi Verschelde2022-02-031-2/+2
* | Minor fixes/refactoring of project and editor setting dialogsHendrik Brucker2022-02-011-2/+4
|/
* Revert "Add new scaling modes for splash screen"Rémi Verschelde2022-01-191-10/+7
* Add new scaling modes for splash screenSamuel Pedrajas2022-01-181-7/+10
* Merge pull request #47522 from madmiraal/rename-test_width-test_heightRémi Verschelde2022-01-181-25/+25
|\
| * Rename Project Window width and height settings to match their functionMarcel Admiraal2022-01-041-25/+25
* | Doctool: Add error checks and exit code handlingMax Hilbrunner2022-01-181-7/+16
* | Merge pull request #55020 from bruvzg/vlk_device_surface_checkRémi Verschelde2022-01-171-0/+9
|\ \
| * | [Vulkan] Check each device capabilities before selecting it.bruvzg2021-11-221-0/+9
* | | Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde2022-01-171-7/+0
|\ \ \
| * | | [Windows] Improve console handling and execute/create_process.bruvzg2021-12-181-7/+0
* | | | Remove property hints referencing unsupported svgz extensionRémi Verschelde2022-01-171-1/+1
* | | | Merge pull request #56311 from Calinou/default-allow-hidpiRémi Verschelde2022-01-131-8/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Enable "Allow Hidpi" by defaultHugo Locurcio2021-12-301-8/+1
* | | | Update copyright statements to 2022Rémi Verschelde2022-01-036-14/+14
* | | | Add a shader warning when the uniform buffer limit is exceededYuri Roubinsky2022-01-031-1/+1
|/ / /
* / / Print requested V-Sync mode when Print Fps is enabledHugo Locurcio2021-12-201-0/+18
|/ /
* | add 2d scale factor propertyAnsraer2021-12-171-0/+2
* | Make `--doctool` locale awareHaoyu Qiu2021-12-161-1/+6
* | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-24/+24
* | Merge pull request #55483 from pycbouh/theme-load-and-orderRémi Verschelde2021-12-021-0/+6
|\ \
| * | Make default/project theme wait for modules before initializingYuri Sizov2021-11-301-0/+6
* | | Remove editor splash screen with sponsors logoRémi Verschelde2021-11-303-7/+10
|/ /
* | Fix `strip_edges()` call that was removed in boot splash image changeHugo Locurcio2021-11-231-1/+1
* | Add a project setting to disable the boot splash imageHugo Locurcio2021-11-231-10/+16
|/
* Ignore override.cfg when in editorkobewi2021-11-221-1/+1
* Modules: Make sure to include modules_enabled.gen.h where neededRémi Verschelde2021-11-121-3/+2
* Move Mono unhandled exception setting to be located within a subsectionHugo Locurcio2021-11-101-1/+1
* Display 2 decimals instead of 1 in editor frametime labelsHugo Locurcio2021-11-091-2/+2
* Enable mono editor build in CIqarmin2021-11-091-2/+0
* Fix new projects always being created with OpenGLHugo Locurcio2021-11-011-2/+2
* [macOS] Add `create_instance` function to spawn editor copies.bruvzg2021-11-011-2/+1
* Use OpenGL 3.3 core profile instead of compatibility profileClay John2021-10-311-2/+0
* Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio2021-10-301-6/+4
* Add GLES2 2D renderer + Linux display managerlawnjelly2021-10-301-8/+79
* clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-281-4/+6
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-1/+1
* Fix exit code for --script --check-only, fixes #54087Pawel Lampe2021-10-211-0/+2
* Main: Fixup --dump-extension-api after #54017Rémi Verschelde2021-10-211-0/+4
* Merge pull request #50680 from Calinou/project-default-single-window-modeRémi Verschelde2021-10-201-1/+1
|\
| * Enable single-window mode by default in projectsHugo Locurcio2021-07-211-1/+1
* | doctool: Fix differences between headless and Vulkan rendering backendsRémi Verschelde2021-10-201-2/+3
* | Main: Add documentation for `--dump-extension-api`Rémi Verschelde2021-10-201-5/+7
* | Rework XR positional trackersBastiaan Olij2021-10-171-0/+3
* | Fix some LGTM errors of "Multiplication result converted to larger type"Aaron Franke2021-10-121-5/+5
* | Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg2021-10-011-63/+67
* | Merge pull request #48685 from bruvzg/bundle_icon_4Rémi Verschelde2021-09-301-3/+5
|\ \
| * | [macOS] Prefer .app bundle icon over the default one.bruvzg2021-05-131-3/+5