summaryrefslogtreecommitdiffstats
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-021-4/+4
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-69/+39
* [Complex Text Layouts] Implement TextServer interface. Implement Fallback Tex...bruvzg2020-11-261-7/+117
* Merge pull request #43661 from EricEzaM/PR/INP2-rename_load_from_globalsRémi Verschelde2020-11-191-1/+1
|\
| * load_from_globals() -> load_from_project_settings()Eric M2020-11-191-1/+1
* | allow vulkan validation layers in release builds if explicity asked forJordan Schidlowsky2020-11-181-2/+2
* | Fix CLI export when export_path is in preset.Fabio Alessandrelli2020-11-171-8/+0
* | Remove empty lines around braces with the formatting scriptAaron Franke2020-11-162-3/+0
* | Merge pull request #42167 from madmiraal/fix-42108Rémi Verschelde2020-11-161-1/+0
|\ \
| * | Remove the unnecessary sync() and the restrictions it imposes on 3D Physics.Marcel Admiraal2020-09-181-1/+0
* | | Merge pull request #43369 from Calinou/allow-svg-project-iconRémi Verschelde2020-11-101-1/+1
|\ \ \ | |_|/ |/| |
| * | Allow using SVG images as project iconHugo Locurcio2020-11-061-1/+1