summaryrefslogtreecommitdiffstats
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Change VSync mode project setting enum type from string to integerHendrik Brucker2021-07-121-14/+1
* Restructure and reimplement vsync optionsHendrik Brucker2021-07-061-27/+19
* Fix Render Inforeduz2021-07-032-46/+22
* Implement native extension systemreduz2021-06-251-3/+21
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-9/+9
* Main: Fixup bogus fallback to project manager with more bologneseRémi Verschelde2021-06-162-16/+41
* Merge pull request #49432 from Calinou/tweak-physics-fps-property-hintRémi Verschelde2021-06-151-2/+2
|\
| * Tweak the physics FPS property hint to only allow reasonable valuesHugo Locurcio2021-06-081-2/+2
* | Refactor editor paths validation in EditorPaths and EditorSettingsRémi Verschelde2021-06-141-5/+3
* | Merge pull request #49123 from aaronfranke/it-is-timeRémi Verschelde2021-06-121-0/+9
|\ \
| * | Add Time singletonAaron Franke2021-06-111-0/+9
| |/
* / Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
|/
* Implement shader cachingreduz2021-05-311-0/+6
* Use an enum to represent screen orientation in the Project SettingsHugo Locurcio2021-05-241-17/+1
* Tweak CanvasItem/material sampling property hints for readabilityHugo Locurcio2021-05-061-1/+1
* ICU: Update to version 69.1, improve ICU data export process.bruvzg2021-04-221-0/+1
* Merge pull request #47701 from vnen/gdscript-test-runnerRémi Verschelde2021-04-161-0/+5
|\
| * Set up PackedData when setting up testsGeorge Marques2021-04-081-0/+5
* | Add option modules_enabled_by_defaulttotlmstr2021-04-101-1/+1
* | Improve command line `--print-fps` displayHugo Locurcio2021-04-091-2/+2
* | Main: Default `--doctool` path to '.' if none givenRémi Verschelde2021-04-061-10/+14
|/
* Fix feature tag casing in the Windows pen tablet project setting nameHugo Locurcio2021-03-221-2/+2
* Tweak the editor splash screen color to better match the default themeHugo Locurcio2021-03-172-2/+11
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-6/+6
* Move cursor shape loading after module loadingJohannes2021-03-051-12/+13
* Logger: Cache 'flush_stdout_on_print' to improve performance, and works befor...Mateo Kuruk Miccino2021-02-281-2/+4
* Remove GDScript bindings for OS.get/set_exit_code, SceneTree.quit(<exit_code>...Emmanuel Leblond2021-02-251-1/+1
* Merge pull request #46307 from RandomShaper/fix_crash_mono_glueRémi Verschelde2021-02-222-3/+5
|\
| * Make glue generation shutdown more gracefulPedro J. Estébanez2021-02-222-3/+5
* | Merge pull request #46313 from goostengine/tests-init-translation-serverRémi Verschelde2021-02-221-0/+15
|\ \ | |/ |/|
| * Initialize `TranslationServer` in the test environmentAndrii Doroshenko (Xrayez)2021-02-221-0/+15
* | Merge pull request #46131 from bruvzg/move_tablet_to_dsRémi Verschelde2021-02-181-45/+32
|\ \
| * | Move tablet driver API from OS to DisplayServer.bruvzg2021-02-181-45/+32
* | | Added ability to override built-in actions for the editorEric M2021-02-181-1/+1
|/ /
* | Reorganize Project Settingsreduz2021-02-182-52/+56
* | Disable engine splash logic on Android; this is now handled by the Android th...Fredia Huya-Kouadio2021-02-181-1/+1
* | Make Servers truly Thread Safereduz2021-02-101-7/+3
* | Main: Load translations and remaps before scene typesRémi Verschelde2021-02-021-14/+11
|/
* Merge pull request #45315 from RandomShaper/modernize_threadRémi Verschelde2021-01-311-3/+3
|\
| * Modernize ThreadPedro J. Estébanez2021-01-291-3/+3
* | Add GDNative JSON generator for the builtin APIGeorge Marques2021-01-291-58/+59
* | Shadow map rendering optimizationreduz2021-01-241-21/+0
* | Several GI related optimizations and fixesreduz2021-01-241-0/+9
|/
* Modernize RWLockPedro J. Estébanez2021-01-191-4/+0
* Split OS::execute into two methodsMarcel Admiraal2021-01-091-2/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-016-14/+14
* Fix warning spam when using `--help` or `--version` command line argumentHugo Locurcio2020-12-291-5/+5
* Rename MainLoop methods to match Node methodsMarcel Admiraal2020-12-223-69/+68
* Add a project setting to enable stdout flushing in release buildsHugo Locurcio2020-12-151-0/+5
* Reorganize rendering server.reduz2020-12-031-2/+2