summaryrefslogtreecommitdiffstats
path: root/main/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Export: Add dedicated --export-pack option to export data packRémi Verschelde2020-01-081-13/+16
* Export: Improve usability of command line interfaceRémi Verschelde2020-01-071-12/+8
* Update copyright statements to 2020Rémi Verschelde2020-01-011-4/+4
* Merge pull request #34589 from Calinou/improve-cli-export-helpRémi Verschelde2019-12-301-2/+2
|\
| * Fix and improve command-line exporting helpHugo Locurcio2019-12-241-2/+2
* | Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
|/
* Add project setting to hide home indicator on iOSJonas Bernemann2019-12-131-0/+2
* Added support for vertical syncing via the Windows OS compositor (DWM.)TerminalJack2019-12-041-0/+21
* iOS modular build and export implementation.bruvzg2019-12-011-0/+8
* Flush remaining messages before quitting the game when loading failsPouleyKetchoupp2019-11-291-0/+5
* godot exit code improvement for --script --check-only, fixes #33895Pawel Lampe2019-11-261-0/+3
* Remove ERR_EXPLAIN macros and the scaffolding they needed.Marcel Admiraal2019-11-111-1/+0
* Merge pull request #27742 from rxlecky/camera-replicationRémi Verschelde2019-11-081-1/+7
|\
| * Implement game camera overrideErik2019-10-231-1/+7
* | Remove unused `editor/active` project settingHugo Locurcio2019-11-041-2/+0
* | Fix some crashes, overflows and using variables without valuesRafał Mikrut2019-11-011-2/+2
|/
* Small fixes to redundand code, copy paste bugsqarmin2019-10-141-2/+0
* Make possible to use just one "size/test_*" value in the settingsMichael Alexsander2019-10-041-2/+5
* Validate audio/video driver command-line argumentsHugo Locurcio2019-09-271-6/+52
* SCons: do not build tests with tools=noAndrii Doroshenko (Xrayez)2019-09-261-2/+1
* Added some obvious errors explanationsqarmin2019-09-251-1/+1
* Adds skip-breakpoints featureiwek72019-09-031-0/+5
* Mark the V-Sync project setting to require an editor restartHugo Locurcio2019-08-271-1/+1
* Merge pull request #31481 from Calinou/generate-gdnative-use-gles2Rémi Verschelde2019-08-261-0/+8
|\
| * Register as an editor instance when generating the GDNative API JSONHugo Locurcio2019-08-241-0/+8
* | Rewrite StreamPeerSSL with SSLContext helper classFabio Alessandrelli2019-08-211-10/+7
|/
* Revert "Add Min/Max Window Size Setting"Rémi Verschelde2019-08-171-20/+0
* Add Min/Max Window Size SettingEmmanuel Barroga2019-08-151-0/+20
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "main" and "servers" directoriesMichael Alexsander Silva Dias2019-08-091-32/+15
* Cap the number of warnings/errors per second rather than per frameHugo Locurcio2019-07-311-2/+4
* Merge pull request #30226 from lawnjelly/interpolateRémi Verschelde2019-07-181-0/+1
|\
| * Add access to interpolation fraction for fixed timestep interpolationlawnjelly2019-07-111-0/+1
* | Make `--doctool` create directories if they don't existHugo Locurcio2019-07-041-1/+12
|/
* Revert "Add godot version in backtrace message"Rémi Verschelde2019-07-011-1/+1
* Merge pull request #29815 from NilsIrl/plus_file_1Rémi Verschelde2019-07-011-2/+2
|\
| * Replace ` + "/" + ` with `String::file_add()`Nils ANDRÉ-CHANG2019-06-231-2/+2
* | Merge pull request #28572 from lupoDharkael/trace-infoRémi Verschelde2019-07-011-1/+1
|\ \
| * | Add godot version in backtrace messagelupoDharkael2019-05-011-1/+1
* | | Merge pull request #30154 from bojidar-bg/30149-export-flag-editorRémi Verschelde2019-06-291-12/+6
|\ \ \
| * | | Ensure --export implies --editorBojidar Marinov2019-06-281-12/+6
* | | | Add default values to the editor help, docs, and generated RSTBojidar Marinov2019-06-271-0/+2
|/ / /
* | | Merge pull request #29941 from qarmin/redundant_code_and_othersRémi Verschelde2019-06-271-2/+2
|\ \ \
| * | | Some code changed with Clang-Tidyqarmin2019-06-261-2/+2
* | | | Add option to toggle console window on WindowsLuka Dornhecker2019-06-201-0/+5
|/ / /
* | | Merge pull request #29470 from KoBeWi/_Rémi Verschelde2019-06-191-0/+2
|\ \ \
| * | | Add a separator in debug output for readabilityTomasz Chabora2019-06-041-0/+2
* | | | Merge pull request #29764 from Calinou/boot-splash-no-filter-optionRémi Verschelde2019-06-161-1/+2
|\ \ \ \
| * | | | Add an option to disable boot splash filteringHugo Locurcio2019-06-151-1/+2
| | |_|/ | |/| |
* / | | Limit Physics Process FPS above 0Emmanuel Barroga2019-06-131-0/+1
|/ / /
* | | Merge pull request #29465 from bruvzg/per_pixel_transp_imprRémi Verschelde2019-06-121-1/+0
|\ \ \