summaryrefslogtreecommitdiffstats
path: root/main/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Port ClassDB tests to use doctestAndrii Doroshenko (Xrayez)2020-08-161-4/+82
* | 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
* Move `tests` to the top-level directoryAndrii Doroshenko (Xrayez)2020-07-261-1/+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-251-2/+8
* | 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-241-114/+281
|/
* Disable file logging for the project managerHugo Locurcio2020-07-141-15/+17
* Add error messages if Vulkan init failed, prevent Vulkan context freeing unin...bruvzg2020-07-131-1/+1
* 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
|/
* 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-011-1/+1
|\
| * Remove 32-bit String to_int methodAaron Franke2020-06-031-1/+1
* | 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-301-33/+1
* | | 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
* | | Main: Ensure existing of user data dir in `setup()`Rémi Verschelde2020-06-151-5/+3
|/ /
* | Add `custom_modules` build option to compile external user modulesAndrii Doroshenko (Xrayez)2020-05-251-1/+5
* | Fix editor ignoring 'single_window_mode' with no main sceneIgnacio Etcheverry2020-05-221-6/+10
* | Merge pull request #38874 from bruvzg/tab_drv_sel_40Rémi Verschelde2020-05-201-8/+41
|\ \
| * | [Windows] Add tablet driver selection.bruvzg2020-05-201-8/+41
* | | Merge pull request #38515 from Calinou/cli-scene-allow-res-tresRémi Verschelde2020-05-201-1/+5
|\ \ \ | |/ / |/| |
| * | Allow `.res` and `.tres` extensions in the scene CLI positional argumentHugo Locurcio2020-05-061-1/+5
* | | Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-53/+90
* | | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-64/+0
* | | Support multiple debug protocols.Fabio Alessandrelli2020-05-121-4/+3
* | | Rename SSL certificate bundle setting to clarify the "overriding" aspectHugo Locurcio2020-05-121-1/+1
* | | New lightmapperJuan Linietsky2020-05-101-3/+5