summaryrefslogtreecommitdiff
path: root/main/main.cpp
AgeCommit message (Expand)Author
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
2019-06-13Limit Physics Process FPS above 0Emmanuel Barroga
2019-06-12Merge pull request #29465 from bruvzg/per_pixel_transp_imprRémi Verschelde
2019-06-11Fix error macro calls not ending with semicolonRémi Verschelde
2019-06-04Add a separator in debug output for readabilityTomasz Chabora
2019-06-04Removes redundant "display/window/per_pixel_transparency/splash" setting, imp...bruvzg
2019-06-01Display longer Git hashes in engine version dialogsHugo Locurcio
2019-05-31Fix and expose String::strip_escapes(), use it in LineEdit pasteRémi Verschelde
2019-05-28Print engine version to stdout when starting GodotRémi Verschelde
2019-05-27Merge pull request #29119 from bruvzg/native_icon_supportRémi Verschelde
2019-05-24Merge pull request #28993 from Calinou/server-hide-noop-cli-argumentsRémi Verschelde
2019-05-24Hide non-applicable CLI arguments in the server platformHugo Locurcio
2019-05-24Add native window/taskbar icon support for Windows and macOS.bruvzg
2019-05-09Tweak the default low-processor usage mode to be 144 Hz-friendlyHugo Locurcio
2019-05-01Add godot version in backtrace messagelupoDharkael