summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
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-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
2021-04-22ICU: Update to version 69.1, improve ICU data export process.bruvzg
2021-04-16Merge pull request #47701 from vnen/gdscript-test-runnerRémi Verschelde
2021-04-10Add option modules_enabled_by_defaulttotlmstr
2021-04-09Improve command line `--print-fps` displayHugo Locurcio
2021-04-08Set up PackedData when setting up testsGeorge Marques
2021-04-06Main: Default `--doctool` path to '.' if none givenRémi Verschelde
2021-03-22Fix feature tag casing in the Windows pen tablet project setting nameHugo Locurcio
2021-03-17Tweak the editor splash screen color to better match the default themeHugo Locurcio
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-03-05Move cursor shape loading after module loadingJohannes
2021-02-28Logger: Cache 'flush_stdout_on_print' to improve performance, and works befor...Mateo Kuruk Miccino
2021-02-25Remove GDScript bindings for OS.get/set_exit_code, SceneTree.quit(<exit_code>...Emmanuel Leblond
2021-02-22Merge pull request #46307 from RandomShaper/fix_crash_mono_glueRémi Verschelde
2021-02-22Merge pull request #46313 from goostengine/tests-init-translation-serverRémi Verschelde
2021-02-22Initialize `TranslationServer` in the test environmentAndrii Doroshenko (Xrayez)
2021-02-22Make glue generation shutdown more gracefulPedro J. Estébanez
2021-02-18Merge pull request #46131 from bruvzg/move_tablet_to_dsRémi Verschelde
2021-02-18Added ability to override built-in actions for the editorEric M
2021-02-18Move tablet driver API from OS to DisplayServer.bruvzg
2021-02-18Reorganize Project Settingsreduz
2021-02-18Disable engine splash logic on Android; this is now handled by the Android th...Fredia Huya-Kouadio
2021-02-10Make Servers truly Thread Safereduz
2021-02-02Main: Load translations and remaps before scene typesRémi Verschelde