summaryrefslogtreecommitdiff
path: root/main/main.cpp
AgeCommit message (Expand)Author
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-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-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-15Improve the low processor mode sleep precisionHugo Locurcio
2020-06-15Main: Ensure existing of user data dir in `setup()`Rémi Verschelde
2020-06-03Remove 32-bit String to_int methodAaron Franke
2020-05-25Add `custom_modules` build option to compile external user modulesAndrii Doroshenko (Xrayez)
2020-05-22Fix editor ignoring 'single_window_mode' with no main sceneIgnacio 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-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-12Support multiple debug protocols.Fabio Alessandrelli
2020-05-12Rename SSL certificate bundle setting to clarify the "overriding" aspectHugo Locurcio
2020-05-10New lightmapperJuan Linietsky
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-05-06Allow `.res` and `.tres` extensions in the scene CLI positional argumentHugo Locurcio
2020-05-05[Windows] Add support for the WinTab API for pen input.bruvzg
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-20DocData: Keep Mono properties on non-Mono buildsRémi Verschelde
2020-04-20DocData: Skip unexposed classesRémi Verschelde
2020-04-17Implement global and per instance shader uniforms.Juan Linietsky
2020-04-16Merge pull request #36868 from Calinou/improve-cli-script-error-messageRémi Verschelde
2020-04-10Ignore process serial number (`-psn_...`) command line argument passed by mac...bruvzg
2020-04-09Renaming all ARVR nodes to XRBastiaan Olij
2020-04-04Merge pull request #37391 from dreamsComeTrue/embedded-windows-modeRémi Verschelde
2020-04-03Expose 'Embedded Windows Mode' as Editor and Project SettingsDominik 'dreamsComeTrue' Jasiński
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-27DisplayServer: Fix registration of GetRenderingDriversFunctionRémi Verschelde
2020-03-26Add macOS DisplayServer implementation.bruvzg
2020-03-26Multiple changes to DisplayServerX11Mateo Kuruk Miccino
2020-03-26Open sub-windows as embedded if the OS does not support themJuan Linietsky
2020-03-26Separate DisplayServer from OS on WindowsJuan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Added a Window node, and made it the scene root.Juan Linietsky