summaryrefslogtreecommitdiffstats
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)2020-05-273-12/+13
* | | Merge pull request #28289 from aaronfranke/gridRémi Verschelde2020-05-261-1/+1
|\ \ \ | |/ / |/| |
| * | Dynamic infinite 3D gridAaron Franke2020-05-221-1/+1
* | | Add `custom_modules` build option to compile external user modulesAndrii Doroshenko (Xrayez)2020-05-251-1/+5
* | | Merge pull request #38887 from AndreaCatania/oahash_impRémi Verschelde2020-05-251-0/+83
|\ \ \ | |/ / |/| |
| * | - Make sure it's impossible to initialize an OAHashMap with 0 capacity (would...Andrea Catania2020-05-251-0/+83
* | | Merge pull request #38942 from neikeq/hinjaku-hinjakuRémi Verschelde2020-05-221-6/+10
|\ \ \
| * | | Fix editor ignoring 'single_window_mode' with no main sceneIgnacio Etcheverry2020-05-221-6/+10
* | | | Fix condition in ClassDB tests that should returnIgnacio Etcheverry2020-05-221-34/+34
|/ / /
* | | 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
* | | Merge pull request #38723 from neikeq/initial-classdb-testRémi Verschelde2020-05-183-0/+930
|\ \ \
| * | | Added tests for ClassDBIgnacio Etcheverry2020-05-163-0/+930
* | | | Fix leaks and crashes in OAHashMapPedro J. Estébanez2020-05-181-0/+58
|/ / /
* | | Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-1412-170/+309
* | | Style: Enforce separation line between function definitionsRémi Verschelde2020-05-1410-0/+11
* | | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-1415-339/+0
* | | Remove redundant void argument listsRémi Verschelde2020-05-143-3/+3