summaryrefslogtreecommitdiffstats
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-075-8/+8
|/ /
* | Refactored Variant Operators.reduz2020-11-061-1/+1
* | Refactor pixel snapping.reduz2020-10-301-1/+0
* | Merge pull request #42361 from akien-mga/vulkan-layers-opt-inRémi Verschelde2020-10-281-2/+8
|\ \
| * | Vulkan: Make validation layers optionalRémi Verschelde2020-10-271-2/+8
* | | Update AUTHORS and DONORS listRémi Verschelde2020-10-281-0/+0
|/ /
* | Refactor MethodBind to use variadic templatesreduz2020-10-181-1/+1
* | iOS: move touch delay to settingsSergey Minakov2020-10-011-0/+1
* | OS: Remove unused get_splash_tick_msecRémi Verschelde2020-09-241-1/+0
* | Ignore thread models when compiling with NO_THREADFabio Alessandrelli2020-09-231-0/+4
* | Donors: Add Gamblify, remove Interblock from splash screenRémi Verschelde2020-09-161-0/+0
|/
* Remove unused Python imports.Marcel Admiraal2020-09-101-1/+0
* Merge pull request #41332 from bruvzg/win_subsys_optionRémi Verschelde2020-09-031-0/+7
|\
| * Revert "[Windows] Attach to parent console instead of creating new one."bruvzg2020-08-171-0/+7
* | Merge pull request #41190 from Xrayez/main-loop-type-classRémi Verschelde2020-09-021-4/+18
|\ \
| * | Accept global classes for `MainLoop` type in project settingsAndrii Doroshenko (Xrayez)2020-08-111-4/+18
* | | Fix new black style check failures in various files.Marcel Admiraal2020-08-211-2/+6
| |/ |/|
* | Port ClassDB tests to use doctestAndrii Doroshenko (Xrayez)2020-08-162-5/+87
* | Fix "on top" incorrectly set on init (all platforms).bruvzg2020-08-151-1/+1
* | Remove obsolete GLES2 backend codeRémi Verschelde2020-08-131-4/+1
* | Merge pull request #41164 from bruvzg/win_attach_consoleRémi Verschelde2020-08-111-7/+0
|\ \
| * | [Windows] Attach to parent console instead of creating new one.bruvzg2020-08-111-7/+0
| |/
* / Properly detect `--test` command-line argumentAndrii Doroshenko (Xrayez)2020-08-081-1/+1
|/
* Cleanup obsolete tests from displaying in helpAndrii Doroshenko (Xrayez)2020-07-291-57/+25
* Make all String float conversion methods be 64-bitAaron Franke2020-07-271-2/+2
* SCons: Refactor running commands through buildersAndrii Doroshenko (Xrayez)2020-07-281-4/+9
* SCons: Build tests/ and main/ in cloned environmentsRémi Verschelde2020-07-261-8/+13
* Move `tests` to the top-level directoryAndrii Doroshenko (Xrayez)2020-07-2631-6192/+1
* Merge pull request #38900 from bruvzg/docs_ignore_os_spec_def_valsRémi Verschelde2020-07-251-2/+2
|\
| * Docs: Ignore OS specific values (constants, project settings, properties).bruvzg2020-07-151-2/+2
* | SCons: Add `tests` option to enable or disable unit testsAndrii Doroshenko (Xrayez)2020-07-252-3/+9
* | fix crash on shutdownGordon MacPherson2020-07-241-5/+6
* | Fix arguments always being found and returned some items back to normalGordon MacPherson2020-07-241-7/+7
* | t Add unit testing to Godot using DocTest and added to GitHub Actions CIRevoluPowered2020-07-248-1397/+1136
* | New GDScript tokenizer and parserGeorge Marques2020-07-201-915/+67
|/
* Disable file logging for the project managerHugo Locurcio2020-07-141-15/+17