summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #35906 from muiroc/anim_node_value_bugRémi Verschelde2020-02-061-2/+2
|\
| * pass missing args in AnimationNode script callsmuiroc2020-02-041-2/+2
* | Merge pull request #35892 from Calinou/project-manager-allow-hidden-filesRémi Verschelde2020-02-061-9/+17
|\ \
| * | Allow existing hidden files/directories when creating a new projectHugo Locurcio2020-02-031-9/+17
| |/
* | Merge pull request #35749 from Chaosus/vst_fix_constantsRémi Verschelde2020-02-061-4/+24
|\ \
| * | Fix GlobalConstant/BasicTypeConstant return type in visual scriptsYuri Roubinsky2020-01-301-4/+24
* | | Merge pull request #35727 from Calinou/profiler-set-background-colorRémi Verschelde2020-02-061-18/+19
|\ \ \
| * | | Use the editor background color for the profiler graphHugo Locurcio2020-01-301-18/+19
* | | | Merge pull request #35731 from timothyqiu/texture-region-gesturesRémi Verschelde2020-02-061-0/+11
|\ \ \ \
| * | | | Adds pan and zoom gestures to TextureRegion editorHaoyu Qiu2020-01-301-0/+11
| |/ / /
* | | | Merge pull request #35886 from doot24/fix_#35871Rémi Verschelde2020-02-061-1/+1
|\ \ \ \
| * | | | fixed godot not recognising 150x150 icon for uwp exportD00T242020-02-031-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #35887 from dankan1890/quick_fixRémi Verschelde2020-02-061-1/+1
|\ \ \ \
| * | | | Fixed String::humanize_size crash.dankan18902020-02-031-1/+1
* | | | | Merge pull request #35867 from timothyqiu/path-updateRémi Verschelde2020-02-061-2/+8
|\ \ \ \ \
| * | | | | Updates Path2D in debugging if navigation is visibleHaoyu Qiu2020-02-031-2/+8
| |/ / / /
* | | | | Merge pull request #35938 from Calinou/export-android-remove-progressRémi Verschelde2020-02-061-8/+5
|\ \ \ \ \
| * | | | | Remove per-file progress reporting when exporting to AndroidHugo Locurcio2020-02-051-8/+5
* | | | | | Merge pull request #35939 from timothyqiu/project-iconRémi Verschelde2020-02-061-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Centers icon vertically in project listHaoyu Qiu2020-02-061-0/+1
|/ / / / /
* | | | | Merge pull request #35911 from clayjohn/DOCS-misc3Rémi Verschelde2020-02-052-2/+21
|\ \ \ \ \
| * | | | | Finish documenting BakedLightmap and TextureLayeredclayjohn2020-02-052-2/+21
| | |/ / / | |/| | |
* | | | | Merge pull request #32959 from georgwacker/control-node-anim-fixRémi Verschelde2020-02-051-5/+0
|\ \ \ \ \
| * | | | | Fix control node transform animation jitter with pivot offsetGeorg Wacker2019-10-211-5/+0
* | | | | | Merge pull request #35807 from Calinou/improve-doc-status-outputRémi Verschelde2020-02-051-3/+12
|\ \ \ \ \ \
| * | | | | | Improve the `doc_status.py` console outputHugo Locurcio2020-02-011-3/+12
* | | | | | | Merge pull request #35723 from Calinou/improve-contributing-guideRémi Verschelde2020-02-051-57/+92
|\ \ \ \ \ \ \
| * | | | | | | Improve `CONTRIBUTING.md` and update it to follow recent changesHugo Locurcio2020-02-011-57/+92
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #35908 from YeldhamDev/tileset_hide_propertiesRémi Verschelde2020-02-051-18/+18
|\ \ \ \ \ \ \
| * | | | | | | Hide TileSet's properties from the inspectorMichael Alexsander2020-02-041-18/+18
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #35926 from akien-mga/changelog-tilemapRémi Verschelde2020-02-051-0/+3
|\ \ \ \ \ \ \
| * | | | | | | Changelog: Mention 3.2 changes to TileMap featuresRémi Verschelde2020-02-051-0/+3
* | | | | | | | Merge pull request #35912 from bruce965/fix-empty-audio-loopRémi Verschelde2020-02-051-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix empty audio infinite loopFabio Iotti2020-02-041-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #35915 from YeldhamDev/filedock_move_improvementsRémi Verschelde2020-02-051-9/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | Make some QOL improvements to move operations in the FileSystem dockMichael Alexsander2020-02-041-9/+13
| |/ / / / / / /
* | | | | | | | Merge pull request #35918 from timothyqiu/script-views-min-heightRémi Verschelde2020-02-051-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Shortens minimum height of script editor windowsHaoyu Qiu2020-02-051-3/+3
| |/ / / / / / /
* | | | | | | | Merge pull request #35898 from timothyqiu/buttons-docRémi Verschelde2020-02-055-1/+45
|\ \ \ \ \ \ \ \
| * | | | | | | | Completes doc for button classesHaoyu Qiu2020-02-055-1/+45
| |/ / / / / / /
* | | | | | | | Merge pull request #33391 from madmiraal/cleanup-error_macrosRémi Verschelde2020-02-05104-483/+603
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Apply macro documentation from #35521.Marcel Admiraal2020-02-051-81/+268
| * | | | | | | Remove trailing semicolons from do..while wrappers.Marcel Admiraal2020-02-051-12/+12
| * | | | | | | Add do..while(0) wrappers to macros without one.Marcel Admiraal2020-02-0510-89/+89
| * | | | | | | Remove duplicate WARN_PRINT macro.Marcel Admiraal2020-02-0537-69/+64
| * | | | | | | Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-0576-178/+173
| * | | | | | | Clean up error_macros.hMarcel Admiraal2020-02-051-258/+201
| |/ / / / / /
* | | | | | | Merge pull request #35855 from YeldhamDev/script_builtin_load_fixRémi Verschelde2020-02-051-1/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix built-in script creation loading existing scripts by mistakeMichael Alexsander2020-02-031-1/+7
* | | | | | | Merge pull request #35883 from Chaosus/fix_x11_window_restoring2Yuri Roubinsky2020-02-032-1/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |