summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2020-07-14Disable file logging for the project managerHugo Locurcio
2020-07-14Merge pull request #40354 from bruvzg/add_vulkan_init_messageRémi Verschelde
2020-07-13Commit other files changed by file_format.shAaron Franke
2020-07-13Add error messages if Vulkan init failed, prevent Vulkan context freeing unin...bruvzg
2020-07-10Add override keywords.Marcel Admiraal
2020-07-10Merge pull request #40121 from Calinou/enable-file-loggingRémi Verschelde
2020-07-09Keep debug & verbose options after loading project from project managerPouleyKetchoupp
2020-07-08Enable file logging by default on desktops to help with troubleshootingHugo Locurcio
2020-07-06Add a map of autoloads to ProjectSettingsGeorge Marques
2020-07-05Fix string test code for MinGWAaron Franke
2020-07-04Merge pull request #40092 from hinlopen/remove-find-lastRémi Verschelde
2020-07-03Remove String::find_last (same as rfind)Stijn Hinlopen
2020-07-02Fix content scale mode, closes #37941Juan Linietsky
2020-07-01Merge pull request #38713 from aaronfranke/string-64bitRémi Verschelde
2020-07-01Merge pull request #36885 from Xrayez/doctool-err-msgRémi Verschelde
2020-06-30Move frame delaying functions from Main to OS.Fabio Alessandrelli
2020-06-29Added Custom Performance Monitor and feature to read intermediate values of M...simpu
2020-06-25Style: Fix copyright headersRémi Verschelde
2020-06-24Merge pull request #36052 from Calinou/improve-low-processor-sleepRémi Verschelde
2020-06-24Main::cleanup: Move MessageQueue deletion further down where it's saferRémi Verschelde
2020-06-18Mono: Always define options in main.cpp to keep them in docsRémi Verschelde
2020-06-16Merge pull request #39541 from Ev1lbl0w/feature/disable-renderingRémi Verschelde
2020-06-16Expose disable_render_loop property to GDScriptEv1lbl0w
2020-06-16Add a suffix to the window title when running from a debug buildHugo Locurcio
2020-06-15Merge pull request #39483 from AndreaCatania/eulerRémi Verschelde
2020-06-15Improve the low processor mode sleep precisionHugo Locurcio
2020-06-15Main: Ensure existing of user data dir in `setup()`Rémi Verschelde
2020-06-12- Added more euler rotation orders support.Andrea Catania
2020-06-03Remove 32-bit String to_int methodAaron Franke
2020-05-29Merge pull request #39051 from Xrayez/geometry-splitRémi Verschelde
2020-05-27Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)
2020-05-26Merge pull request #28289 from aaronfranke/gridRémi Verschelde
2020-05-25Add `custom_modules` build option to compile external user modulesAndrii Doroshenko (Xrayez)
2020-05-25Merge pull request #38887 from AndreaCatania/oahash_impRémi Verschelde
2020-05-25- Make sure it's impossible to initialize an OAHashMap with 0 capacity (would...Andrea Catania
2020-05-22Dynamic infinite 3D gridAaron Franke
2020-05-22Merge pull request #38942 from neikeq/hinjaku-hinjakuRémi Verschelde
2020-05-22Fix editor ignoring 'single_window_mode' with no main sceneIgnacio Etcheverry
2020-05-22Fix condition in ClassDB tests that should returnIgnacio Etcheverry
2020-05-20Merge pull request #38874 from bruvzg/tab_drv_sel_40Rémi Verschelde
2020-05-20Merge pull request #38515 from Calinou/cli-scene-allow-res-tresRémi Verschelde
2020-05-20[Windows] Add tablet driver selection.bruvzg
2020-05-18Merge pull request #38723 from neikeq/initial-classdb-testRémi Verschelde
2020-05-18Fix leaks and crashes in OAHashMapPedro J. Estébanez
2020-05-16Added tests for ClassDBIgnacio Etcheverry
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Remove redundant void argument listsRémi Verschelde
2020-05-14Modernize remaining uses of 0/NULL instead of nullptr (C++11)Rémi Verschelde