summaryrefslogtreecommitdiffstats
path: root/main/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
|/ /
* | [Windows] Add support for the WinTab API for pen input.bruvzg2020-05-051-0/+12
* | Rename InputFilter back to InputRémi Verschelde2020-04-281-5/+5
* | DocData: Keep Mono properties on non-Mono buildsRémi Verschelde2020-04-201-0/+14
* | DocData: Skip unexposed classesRémi Verschelde2020-04-201-2/+4
* | Implement global and per instance shader uniforms.Juan Linietsky2020-04-171-0/+12
* | Merge pull request #36868 from Calinou/improve-cli-script-error-messageRémi Verschelde2020-04-161-2/+2
|\ \
| * | Tweak the error message when trying to run an invalid script from CLIHugo Locurcio2020-03-061-2/+2
| |/
* | Ignore process serial number (`-psn_...`) command line argument passed by mac...bruvzg2020-04-101-0/+8
* | Renaming all ARVR nodes to XRBastiaan Olij2020-04-091-6/+6
* | Merge pull request #37391 from dreamsComeTrue/embedded-windows-modeRémi Verschelde2020-04-041-1/+9
|\ \
| * | Expose 'Embedded Windows Mode' as Editor and Project SettingsDominik 'dreamsComeTrue' Jasiński2020-04-031-1/+9
* | | Replace NULL with nullptrlupoDharkael2020-04-021-27/+27
|/ /
* | Renaming of servers for coherency.Juan Linietsky2020-03-271-42/+42
* | DisplayServer: Fix registration of GetRenderingDriversFunctionRémi Verschelde2020-03-271-9/+17