summaryrefslogtreecommitdiffstats
path: root/main
Commit message (Expand)AuthorAgeFilesLines
...
* | | Use OrderedHashMap for autoloads to preserve orderLyuma2021-08-261-5/+5
* | | Merge pull request #51947 from AnilBK/redundant-assignmentsMichael Alexsander2021-08-231-2/+0
|\ \ \
| * | | Remove redundant assignments.Anilforextra2021-08-211-2/+0
* | | | Merge pull request #37260 from Calinou/define-minimum-window-sizeHugo Locurcio2021-08-221-0/+4
|\ \ \ \
| * | | | Define a default minimum window size to workaround rendering issuesHugo Locurcio2021-08-221-0/+4
| |/ / /
* | | | Merge pull request #36872 from Calinou/default-stretch-aspect-expandHugo Locurcio2021-08-221-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Use the `keep` stretch aspect by defaultHugo Locurcio2021-06-191-2/+2
* | | | Add project setting for agile input event flushingPedro J. Estébanez2021-08-132-4/+16
* | | | Add input buffering frameworkPedro J. Estébanez2021-08-131-0/+5
* | | | Merge pull request #51486 from reduz/fixes-to-mobile-rendererRémi Verschelde2021-08-111-1/+2
|\ \ \ \
| * | | | Fixes and optimizations to mobile rendererreduz2021-08-101-1/+2
* | | | | Rename `iterations_per_second` to `physics_ticks_per_second`Hugo Locurcio2021-08-113-17/+17
|/ / / /
* | | | [Headless] Add --headless switch (no rendering, no audio).Fabio Alessandrelli2021-08-031-8/+7
* | | | Print a warning when the engine is started as `root`/superuserHugo Locurcio2021-07-311-0/+7
* | | | Use doubles for time everywhere in Timer/SceneTreeAaron Franke2021-07-264-34/+34
* | | | Merge pull request #50786 from reduz/implement-resource-uidsRémi Verschelde2021-07-241-0/+2
|\ \ \ \
| * | | | Implement Resource UIDsreduz2021-07-241-0/+2
* | | | | Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-2/+2
|/ / / /
* | | / Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-221-6/+6
| |_|/ |/| |
* | | Adds ability to debug stringnamesreduz2021-07-201-1/+3
* | | Implement the ability to disable classesreduz2021-07-131-1/+1
* | | 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