summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2020-12-15Add a project setting to enable stdout flushing in release buildsHugo Locurcio
2020-12-03Reorganize rendering server.reduz
2020-12-02Refactor DocData into core and editor (DocTools) partsThakee Nathees
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-26[Complex Text Layouts] Implement TextServer interface. Implement Fallback Tex...bruvzg
2020-11-19Merge pull request #43661 from EricEzaM/PR/INP2-rename_load_from_globalsRémi Verschelde
2020-11-19load_from_globals() -> load_from_project_settings()Eric M
2020-11-18allow vulkan validation layers in release builds if explicity asked forJordan Schidlowsky
2020-11-17Fix CLI export when export_path is in preset.Fabio Alessandrelli
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-16Merge pull request #42167 from madmiraal/fix-42108Rémi Verschelde
2020-11-10Merge pull request #43369 from Calinou/allow-svg-project-iconRémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-11-06Allow using SVG images as project iconHugo Locurcio
2020-11-06Refactored Variant Operators.reduz
2020-10-30Refactor pixel snapping.reduz
2020-10-28Merge pull request #42361 from akien-mga/vulkan-layers-opt-inRémi Verschelde
2020-10-28Update AUTHORS and DONORS listRémi Verschelde
2020-10-27Vulkan: Make validation layers optionalRémi Verschelde
2020-10-18Refactor MethodBind to use variadic templatesreduz
2020-10-01iOS: move touch delay to settingsSergey Minakov
2020-09-24OS: Remove unused get_splash_tick_msecRémi Verschelde
2020-09-23Ignore thread models when compiling with NO_THREADFabio Alessandrelli
2020-09-18Remove the unnecessary sync() and the restrictions it imposes on 3D Physics.Marcel Admiraal
2020-09-16Donors: Add Gamblify, remove Interblock from splash screenRémi Verschelde
2020-09-10Remove unused Python imports.Marcel Admiraal
2020-09-03Merge pull request #41332 from bruvzg/win_subsys_optionRémi Verschelde
2020-09-02Merge pull request #41190 from Xrayez/main-loop-type-classRémi Verschelde
2020-08-21Fix new black style check failures in various files.Marcel Admiraal
2020-08-17Revert "[Windows] Attach to parent console instead of creating new one."bruvzg
2020-08-16Port ClassDB tests to use doctestAndrii Doroshenko (Xrayez)
2020-08-15Fix "on top" incorrectly set on init (all platforms).bruvzg
2020-08-13Remove obsolete GLES2 backend codeRémi Verschelde
2020-08-11Accept global classes for `MainLoop` type in project settingsAndrii Doroshenko (Xrayez)
2020-08-11Merge pull request #41164 from bruvzg/win_attach_consoleRémi Verschelde
2020-08-11[Windows] Attach to parent console instead of creating new one.bruvzg
2020-08-08Properly detect `--test` command-line argumentAndrii Doroshenko (Xrayez)
2020-07-29Cleanup obsolete tests from displaying in helpAndrii Doroshenko (Xrayez)
2020-07-27Make all String float conversion methods be 64-bitAaron Franke
2020-07-28SCons: Refactor running commands through buildersAndrii Doroshenko (Xrayez)
2020-07-26SCons: Build tests/ and main/ in cloned environmentsRémi Verschelde
2020-07-26Move `tests` to the top-level directoryAndrii Doroshenko (Xrayez)
2020-07-25Merge pull request #38900 from bruvzg/docs_ignore_os_spec_def_valsRémi Verschelde
2020-07-25SCons: Add `tests` option to enable or disable unit testsAndrii Doroshenko (Xrayez)
2020-07-24fix crash on shutdownGordon MacPherson
2020-07-24Fix arguments always being found and returned some items back to normalGordon MacPherson
2020-07-24t Add unit testing to Godot using DocTest and added to GitHub Actions CIRevoluPowered
2020-07-20New GDScript tokenizer and parserGeorge Marques
2020-07-15Docs: Ignore OS specific values (constants, project settings, properties).bruvzg
2020-07-14Disable file logging for the project managerHugo Locurcio