summaryrefslogtreecommitdiffstats
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Improve unregistering XR interfaces so we don't get crashes in GDExtensions b...Bastiaan Olij2021-09-281-2/+7
* | | Display an alert when attempting to run a project with no main sceneHugo Locurcio2021-09-201-2/+4
* | | Add remaning code edit unit testsPaulb232021-09-201-1/+1
* | | --single-window is passed through project manager.Jacob Edie2021-09-151-3/+2
* | | Merge pull request #52562 from BastiaanOlij/gd_extensions_register_driversRémi Verschelde2021-09-151-5/+6
|\ \ \
| * | | Add driver types to GD extension initialisation levelsBastiaan Olij2021-09-131-5/+6
* | | | Merge pull request #52226 from Faless/debugger/4.x_start_optionsRémi Verschelde2021-09-141-0/+17
|\ \ \ \
| * | | | [Editor] Add "--debug-server <uri>" option.Fabio Alessandrelli2021-08-291-0/+17
* | | | | Merge pull request #50375 from Paulb23/code_edit_unit_testsRémi Verschelde2021-09-131-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Allow unit testing SceneTree OjectsPaulb232021-09-011-0/+1
* | | | | Merge pull request #47391 from Calinou/platform-feature-tags-lowercaseJuan Linietsky2021-09-071-2/+2
|\ \ \ \ \
| * | | | | Make platform feature tag names lowercaseHugo Locurcio2021-08-311-2/+2
| |/ / / /
* / / / / Fix negative delta argumentsManuel Moos2021-08-311-1/+42
|/ / / /
* / / / Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez2021-08-291-1/+1
|/ / /
* | | Use OrderedHashMap for autoloads to preserve orderLyuma2021-08-261-5/+5
* | | Merge pull request #51947 from AnilBK/redundant-assignmentsMichael Alexsander2021-08-231-2/+0
|\ \ \
| * | | Remove redundant assignments.Anilforextra2021-08-211-2/+0
* | | | Merge pull request #37260 from Calinou/define-minimum-window-sizeHugo Locurcio2021-08-221-0/+4
|\ \ \ \
| * | | | Define a default minimum window size to workaround rendering issuesHugo Locurcio2021-08-221-0/+4
| |/ / /
* | | | Merge pull request #36872 from Calinou/default-stretch-aspect-expandHugo Locurcio2021-08-221-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Use the `keep` stretch aspect by defaultHugo Locurcio2021-06-191-2/+2
* | | | Add project setting for agile input event flushingPedro J. Estébanez2021-08-132-4/+16
* | | | Add input buffering frameworkPedro J. Estébanez2021-08-131-0/+5
* | | | Merge pull request #51486 from reduz/fixes-to-mobile-rendererRémi Verschelde2021-08-111-1/+2
|\ \ \ \
| * | | | Fixes and optimizations to mobile rendererreduz2021-08-101-1/+2
* | | | | Rename `iterations_per_second` to `physics_ticks_per_second`Hugo Locurcio2021-08-113-17/+17
|/ / / /
* | | | [Headless] Add --headless switch (no rendering, no audio).Fabio Alessandrelli2021-08-031-8/+7
* | | | Print a warning when the engine is started as `root`/superuserHugo Locurcio2021-07-311-0/+7
* | | | Use doubles for time everywhere in Timer/SceneTreeAaron Franke2021-07-264-34/+34
* | | | Merge pull request #50786 from reduz/implement-resource-uidsRémi Verschelde2021-07-241-0/+2
|\ \ \ \
| * | | | Implement Resource UIDsreduz2021-07-241-0/+2
* | | | | Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-2/+2
|/ / / /