summaryrefslogtreecommitdiff
path: root/main/main.cpp
AgeCommit message (Expand)Author
2020-02-10- Integrated NavigationServer and Navigation2DServer.Andrea Catania
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-01-31Merge pull request #35418 from Calinou/project-manager-viewport-usage-2dRémi Verschelde
2020-01-28Improve the error message displayed when the PCK file can't be foundHugo Locurcio
2020-01-21Use a cheaper viewport usage mode in the project managerHugo Locurcio
2020-01-13Sync pending VisualServer commands after ScriptServer finalizationIgnacio Etcheverry
2020-01-13Ignore command line --build-solutions when not editing projectRémi Verschelde
2020-01-13Revert "Enable Vsync via Compositor by default"Rémi Verschelde
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