summaryrefslogtreecommitdiffstats
path: root/main
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* 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