summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2021-11-12Modules: Make sure to include modules_enabled.gen.h where neededRémi Verschelde
2021-11-10Move Mono unhandled exception setting to be located within a subsectionHugo Locurcio
2021-11-09Display 2 decimals instead of 1 in editor frametime labelsHugo Locurcio
2021-11-09Enable mono editor build in CIqarmin
2021-11-01Fix new projects always being created with OpenGLHugo Locurcio
2021-11-01[macOS] Add `create_instance` function to spawn editor copies.bruvzg
2021-10-31Use OpenGL 3.3 core profile instead of compatibility profileClay John
2021-10-30Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio
2021-10-30Add GLES2 2D renderer + Linux display managerlawnjelly
2021-10-28clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
2021-10-21Fix exit code for --script --check-only, fixes #54087Pawel Lampe
2021-10-21Main: Fixup --dump-extension-api after #54017Rémi Verschelde
2021-10-20Merge pull request #50680 from Calinou/project-default-single-window-modeRémi Verschelde
2021-10-20doctool: Fix differences between headless and Vulkan rendering backendsRémi Verschelde
2021-10-20Main: Add documentation for `--dump-extension-api`Rémi Verschelde
2021-10-17Rework XR positional trackersBastiaan Olij
2021-10-12Fix some LGTM errors of "Multiplication result converted to larger type"Aaron Franke
2021-10-01Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg
2021-09-30Merge pull request #48685 from bruvzg/bundle_icon_4Rémi Verschelde
2021-09-28Improve unregistering XR interfaces so we don't get crashes in GDExtensions b...Bastiaan Olij
2021-09-20Display an alert when attempting to run a project with no main sceneHugo Locurcio
2021-09-20Add remaning code edit unit testsPaulb23
2021-09-15--single-window is passed through project manager.Jacob Edie
2021-09-15Merge pull request #52562 from BastiaanOlij/gd_extensions_register_driversRémi Verschelde
2021-09-14Merge pull request #52226 from Faless/debugger/4.x_start_optionsRémi Verschelde
2021-09-13Merge pull request #50375 from Paulb23/code_edit_unit_testsRémi Verschelde
2021-09-13Add driver types to GD extension initialisation levelsBastiaan Olij
2021-09-07Merge pull request #47391 from Calinou/platform-feature-tags-lowercaseJuan Linietsky
2021-09-01Allow unit testing SceneTree OjectsPaulb23
2021-08-31Fix negative delta argumentsManuel Moos
2021-08-31Make platform feature tag names lowercaseHugo Locurcio
2021-08-29Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez
2021-08-29[Editor] Add "--debug-server <uri>" option.Fabio Alessandrelli
2021-08-26Use OrderedHashMap for autoloads to preserve orderLyuma
2021-08-23Merge pull request #51947 from AnilBK/redundant-assignmentsMichael Alexsander
2021-08-22Merge pull request #37260 from Calinou/define-minimum-window-sizeHugo Locurcio
2021-08-22Merge pull request #36872 from Calinou/default-stretch-aspect-expandHugo Locurcio
2021-08-22Define a default minimum window size to workaround rendering issuesHugo Locurcio
2021-08-21Remove redundant assignments.Anilforextra
2021-08-13Add project setting for agile input event flushingPedro J. Estébanez
2021-08-13Add input buffering frameworkPedro J. Estébanez
2021-08-11Merge pull request #51486 from reduz/fixes-to-mobile-rendererRémi Verschelde
2021-08-10Fixes and optimizations to mobile rendererreduz
2021-08-11Rename `iterations_per_second` to `physics_ticks_per_second`Hugo Locurcio
2021-08-03[Headless] Add --headless switch (no rendering, no audio).Fabio Alessandrelli
2021-07-31Print a warning when the engine is started as `root`/superuserHugo Locurcio
2021-07-26Use doubles for time everywhere in Timer/SceneTreeAaron Franke
2021-07-24Merge pull request #50786 from reduz/implement-resource-uidsRémi Verschelde
2021-07-24Implement Resource UIDsreduz