summaryrefslogtreecommitdiffstats
path: root/main
Commit message (Expand)AuthorAgeFilesLines
...
* Added count method to StringChaosus2019-07-231-0/+39
* SCons: Fix uses of [].append instead of env.add_source_files()Rémi Verschelde2019-07-221-1/+4
* Merge pull request #30226 from lawnjelly/interpolateRémi Verschelde2019-07-183-0/+6
|\
| * Add access to interpolation fraction for fixed timestep interpolationlawnjelly2019-07-113-0/+6
* | Implemented local shader arraysChaosus2019-07-151-0/+7
* | Use base `Color()` constructors instead of `Color::html()`Hugo Locurcio2019-07-081-2/+2
* | Merge pull request #29613 from Calinou/doctool-create-directoriesRémi Verschelde2019-07-081-1/+12
|\ \
| * | Make `--doctool` create directories if they don't existHugo Locurcio2019-07-041-1/+12
| |/
* / Fixes minor issues found by static analyzerqarmin2019-07-071-1/+1
|/
* 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-275-29/+26
|\ \ \
| * | | Some code changed with Clang-Tidyqarmin2019-06-265-29/+26
* | | | Add option to toggle console window on WindowsLuka Dornhecker2019-06-201-0/+5
|/ / /
* | | Enforce Unicode encoding in MSVCAndrii Doroshenko (Xrayez)2019-06-191-6/+6
* | | 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
|\ \ \
| * | | Removes redundant "display/window/per_pixel_transparency/splash" setting, imp...bruvzg2019-06-041-1/+0
| |/ /
* / / Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-1/+1
|/ /
* | Display longer Git hashes in engine version dialogsHugo Locurcio2019-06-011-1/+1
* | Fix and expose String::strip_escapes(), use it in LineEdit pasteRémi Verschelde2019-05-311-1/+1
* | Print engine version to stdout when starting GodotRémi Verschelde2019-05-281-1/+5
* | Merge pull request #29119 from bruvzg/native_icon_supportRémi Verschelde2019-05-271-1/+23
|\ \
| * | Add native window/taskbar icon support for Windows and macOS.bruvzg2019-05-241-1/+23
* | | Merge pull request #28993 from Calinou/server-hide-noop-cli-argumentsRémi Verschelde2019-05-241-46/+54
|\ \ \ | |/ / |/| |
| * | Hide non-applicable CLI arguments in the server platformHugo Locurcio2019-05-241-46/+54
* | | Merge pull request #28792 from Calinou/low-processor-mode-144hzRémi Verschelde2019-05-201-2/+2
|\ \ \ | |/ / |/| |
| * | Tweak the default low-processor usage mode to be 144 Hz-friendlyHugo Locurcio2019-05-091-2/+2
| |/
* / Add RegEx substitution testcase and fix relevant docsRyan Stein2019-05-111-3/+15
|/
* [Input] Release keys/actions pressed if window loses focusGuilherme Felipe2019-04-272-0/+14
* Add missing enum value to Performance::get_monitor_typeDaw112019-04-221-0/+1
* Add a monitor for the orphan nodesDaw112019-04-172-8/+16
* Add Input::get_current_cursor_shapeGuilherme Felipe2019-04-152-18/+9
* Fix `as` operator generating opcode 38 errorsBojidar Marinov2019-04-101-5/+19
* Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-092-2/+4
* Merge pull request #26760 from Xrayez/26744-fix-string-to-lowerRémi Verschelde2019-04-081-0/+14
|\
| * Reorder reverse caps characters table for string lower case conversionAndrii Doroshenko (Xrayez)2019-04-051-0/+14
* | Merge pull request #26830 from KidRigger/physics_fps_bugRémi Verschelde2019-04-051-1/+3
|\ \
| * | Fixes physic_fps=0 bug.Anish Bhobe2019-03-091-1/+3
* | | Fix -Wimplicit-fallthrough warnings from GCC 8Rémi Verschelde2019-04-051-0/+1