summaryrefslogtreecommitdiffstats
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #40354 from bruvzg/add_vulkan_init_messageRémi Verschelde2020-07-141-1/+1
|\
| * Add error messages if Vulkan init failed, prevent Vulkan context freeing unin...bruvzg2020-07-131-1/+1
* | Commit other files changed by file_format.shAaron Franke2020-07-131-4/+4
|/
* Add override keywords.Marcel Admiraal2020-07-102-7/+7
* Merge pull request #40121 from Calinou/enable-file-loggingRémi Verschelde2020-07-101-2/+7
|\
| * Enable file logging by default on desktops to help with troubleshootingHugo Locurcio2020-07-081-2/+7
* | Keep debug & verbose options after loading project from project managerPouleyKetchoupp2020-07-091-0/+1
* | Add a map of autoloads to ProjectSettingsGeorge Marques2020-07-061-34/+14
* | Fix string test code for MinGWAaron Franke2020-07-051-1/+4
|/
* Merge pull request #40092 from hinlopen/remove-find-lastRémi Verschelde2020-07-041-2/+2
|\
| * Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-031-2/+2
* | Fix content scale mode, closes #37941Juan Linietsky2020-07-021-5/+5
|/
* Merge pull request #38713 from aaronfranke/string-64bitRémi Verschelde2020-07-012-2/+2
|\
| * Remove 32-bit String to_int methodAaron Franke2020-06-032-2/+2
* | Merge pull request #36885 from Xrayez/doctool-err-msgRémi Verschelde2020-07-011-1/+1
|\ \
| * | Fix doctool misleading error messageAndrii Doroshenko (Xrayez)2020-03-071-1/+1
* | | Move frame delaying functions from Main to OS.Fabio Alessandrelli2020-06-302-34/+1
* | | Added Custom Performance Monitor and feature to read intermediate values of M...simpu2020-06-292-0/+98
* | | Style: Fix copyright headersRémi Verschelde2020-06-252-2/+2
* | | Merge pull request #36052 from Calinou/improve-low-processor-sleepRémi Verschelde2020-06-241-12/+24
|\ \ \
| * | | Improve the low processor mode sleep precisionHugo Locurcio2020-06-151-12/+24
| | |/ | |/|
* | | Main::cleanup: Move MessageQueue deletion further down where it's saferRémi Verschelde2020-06-241-1/+5
* | | Mono: Always define options in main.cpp to keep them in docsRémi Verschelde2020-06-181-0/+2
* | | Merge pull request #39541 from Ev1lbl0w/feature/disable-renderingRémi Verschelde2020-06-161-1/+2
|\ \ \
| * | | Expose disable_render_loop property to GDScriptEv1lbl0w2020-06-161-1/+2
| |/ /
* | | Add a suffix to the window title when running from a debug buildHugo Locurcio2020-06-161-0/+7
* | | Merge pull request #39483 from AndreaCatania/eulerRémi Verschelde2020-06-153-0/+371
|\ \ \
| * | | - Added more euler rotation orders support.Andrea Catania2020-06-123-0/+371
| |/ /
* / / Main: Ensure existing of user data dir in `setup()`Rémi Verschelde2020-06-151-5/+3
|/ /
* | Merge pull request #39051 from Xrayez/geometry-splitRémi Verschelde2020-05-293-12/+13
|\ \