summaryrefslogtreecommitdiff
path: root/main/main.cpp
AgeCommit message (Expand)Author
2020-01-10Be stricter on what's considered a scene path in CLI argument parsingHugo Locurcio
2020-01-10Merge pull request #34968 from Calinou/enable-vsync-via-compositorRémi Verschelde
2020-01-10Main: Prevent Project Manager-ception in editorRémi Verschelde
2020-01-09Enable Vsync via Compositor by defaultHugo Locurcio
2020-01-08Export: Add dedicated --export-pack option to export data packRémi Verschelde
2020-01-07Export: Improve usability of command line interfaceRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-30Merge pull request #34589 from Calinou/improve-cli-export-helpRémi Verschelde
2019-12-24Fix and improve command-line exporting helpHugo Locurcio
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-12-13Add project setting to hide home indicator on iOSJonas Bernemann
2019-12-04Added support for vertical syncing via the Windows OS compositor (DWM.)TerminalJack
2019-12-01iOS modular build and export implementation.bruvzg
2019-11-29Flush remaining messages before quitting the game when loading failsPouleyKetchoupp
2019-11-26godot exit code improvement for --script --check-only, fixes #33895Pawel Lampe
2019-11-11Remove ERR_EXPLAIN macros and the scaffolding they needed.Marcel Admiraal
2019-11-08Merge pull request #27742 from rxlecky/camera-replicationRémi Verschelde
2019-11-04Remove unused `editor/active` project settingHugo Locurcio
2019-11-01Fix some crashes, overflows and using variables without valuesRafał Mikrut
2019-10-23Implement game camera overrideErik
2019-10-14Small fixes to redundand code, copy paste bugsqarmin
2019-10-04Make possible to use just one "size/test_*" value in the settingsMichael Alexsander
2019-09-27Validate audio/video driver command-line argumentsHugo Locurcio
2019-09-26SCons: do not build tests with tools=noAndrii Doroshenko (Xrayez)
2019-09-25Added some obvious errors explanationsqarmin
2019-09-03Adds skip-breakpoints featureiwek7
2019-08-27Mark the V-Sync project setting to require an editor restartHugo Locurcio
2019-08-26Merge pull request #31481 from Calinou/generate-gdnative-use-gles2Rémi Verschelde
2019-08-24Register as an editor instance when generating the GDNative API JSONHugo Locurcio
2019-08-21Rewrite StreamPeerSSL with SSLContext helper classFabio Alessandrelli
2019-08-17Revert "Add Min/Max Window Size Setting"Rémi Verschelde
2019-08-15Add Min/Max Window Size SettingEmmanuel Barroga
2019-08-09Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "main" and "servers" directoriesMichael Alexsander Silva Dias
2019-07-31Cap the number of warnings/errors per second rather than per frameHugo Locurcio
2019-07-18Merge pull request #30226 from lawnjelly/interpolateRémi Verschelde
2019-07-11Add access to interpolation fraction for fixed timestep interpolationlawnjelly
2019-07-04Make `--doctool` create directories if they don't existHugo Locurcio
2019-07-01Revert "Add godot version in backtrace message"Rémi Verschelde
2019-07-01Merge pull request #29815 from NilsIrl/plus_file_1Rémi Verschelde
2019-07-01Merge pull request #28572 from lupoDharkael/trace-infoRémi Verschelde
2019-06-29Merge pull request #30154 from bojidar-bg/30149-export-flag-editorRémi Verschelde
2019-06-28Ensure --export implies --editorBojidar Marinov
2019-06-27Add default values to the editor help, docs, and generated RSTBojidar Marinov
2019-06-27Merge pull request #29941 from qarmin/redundant_code_and_othersRémi Verschelde
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-23Replace ` + "/" + ` with `String::file_add()`Nils ANDRÉ-CHANG
2019-06-20Add option to toggle console window on WindowsLuka Dornhecker
2019-06-19Merge pull request #29470 from KoBeWi/_Rémi Verschelde
2019-06-16Merge pull request #29764 from Calinou/boot-splash-no-filter-optionRémi Verschelde
2019-06-15Add an option to disable boot splash filteringHugo Locurcio