summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2020-08-21Fix new black style check failures in various files.Marcel Admiraal
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-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
2020-07-14Merge pull request #40354 from bruvzg/add_vulkan_init_messageRémi Verschelde
2020-07-13Commit other files changed by file_format.shAaron Franke
2020-07-13Add error messages if Vulkan init failed, prevent Vulkan context freeing unin...bruvzg
2020-07-10Add override keywords.Marcel Admiraal
2020-07-10Merge pull request #40121 from Calinou/enable-file-loggingRémi Verschelde
2020-07-09Keep debug & verbose options after loading project from project managerPouleyKetchoupp
2020-07-08Enable file logging by default on desktops to help with troubleshootingHugo Locurcio
2020-07-06Add a map of autoloads to ProjectSettingsGeorge Marques
2020-07-05Fix string test code for MinGWAaron Franke
2020-07-04Merge pull request #40092 from hinlopen/remove-find-lastRémi Verschelde
2020-07-03Remove String::find_last (same as rfind)Stijn Hinlopen
2020-07-02Fix content scale mode, closes #37941Juan Linietsky
2020-07-01Merge pull request #38713 from aaronfranke/string-64bitRémi Verschelde
2020-07-01Merge pull request #36885 from Xrayez/doctool-err-msgRémi Verschelde
2020-06-30Move frame delaying functions from Main to OS.Fabio Alessandrelli
2020-06-29Added Custom Performance Monitor and feature to read intermediate values of M...simpu
2020-06-25Style: Fix copyright headersRémi Verschelde
2020-06-24Merge pull request #36052 from Calinou/improve-low-processor-sleepRémi Verschelde
2020-06-24Main::cleanup: Move MessageQueue deletion further down where it's saferRémi Verschelde
2020-06-18Mono: Always define options in main.cpp to keep them in docsRémi Verschelde
2020-06-16Merge pull request #39541 from Ev1lbl0w/feature/disable-renderingRémi Verschelde
2020-06-16Expose disable_render_loop property to GDScriptEv1lbl0w
2020-06-16Add a suffix to the window title when running from a debug buildHugo Locurcio
2020-06-15Merge pull request #39483 from AndreaCatania/eulerRémi Verschelde
2020-06-15Improve the low processor mode sleep precisionHugo Locurcio
2020-06-15Main: Ensure existing of user data dir in `setup()`Rémi Verschelde
2020-06-12- Added more euler rotation orders support.Andrea Catania
2020-06-03Remove 32-bit String to_int methodAaron Franke
2020-05-29Merge pull request #39051 from Xrayez/geometry-splitRémi Verschelde
2020-05-27Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)