summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
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
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-22Move `alert` function from `DisplayServer` to `OS`.bruvzg
2021-07-20Adds ability to debug stringnamesreduz
2021-07-13Implement the ability to disable classesreduz
2021-07-12Change VSync mode project setting enum type from string to integerHendrik Brucker
2021-07-06Restructure and reimplement vsync optionsHendrik Brucker
2021-07-03Fix Render Inforeduz
2021-06-25Implement native extension systemreduz
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-19Use the `keep` stretch aspect by defaultHugo Locurcio
2021-06-16Main: Fixup bogus fallback to project manager with more bologneseRémi Verschelde
2021-06-15Merge pull request #49432 from Calinou/tweak-physics-fps-property-hintRémi Verschelde
2021-06-14Refactor editor paths validation in EditorPaths and EditorSettingsRémi Verschelde
2021-06-12Merge pull request #49123 from aaronfranke/it-is-timeRémi Verschelde
2021-06-11Add Time singletonAaron Franke
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-06-08Tweak the physics FPS property hint to only allow reasonable valuesHugo Locurcio
2021-05-31Implement shader cachingreduz
2021-05-24Use an enum to represent screen orientation in the Project SettingsHugo Locurcio
2021-05-06Tweak CanvasItem/material sampling property hints for readabilityHugo Locurcio