summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2021-02-10Make Servers truly Thread Safereduz
2021-02-02Main: Load translations and remaps before scene typesRémi Verschelde
2021-01-31Merge pull request #45315 from RandomShaper/modernize_threadRémi Verschelde
2021-01-29Add GDNative JSON generator for the builtin APIGeorge Marques
2021-01-29Modernize ThreadPedro J. Estébanez
2021-01-24Shadow map rendering optimizationreduz
2021-01-24Several GI related optimizations and fixesreduz
2021-01-19Modernize RWLockPedro J. Estébanez
2021-01-09Split OS::execute into two methodsMarcel Admiraal
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-29Fix warning spam when using `--help` or `--version` command line argumentHugo Locurcio
2020-12-22Rename MainLoop methods to match Node methodsMarcel Admiraal
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)