aboutsummaryrefslogtreecommitdiff
path: root/editor (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | Merge pull request #18508 from AlexHolly/hide-tab-changed-debug-printRémi Verschelde2018-05-011-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | hide tab changed debug printAlexander Holland2018-04-301-2/+0
| | |_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #18291 from akien-mga/coverity-uninitialized-scalar-varRémi Verschelde2018-05-017-50/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Fix Coverity reports of uninitialized scalar variableRémi Verschelde2018-04-197-50/+25
* | | | | | | | | | | | | | | | | Merge pull request #16502 from Paulb23/multi_group_editorRémi Verschelde2018-05-012-1/+502
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Added multi group editor dialog, issue 13997Paulb232018-04-152-1/+502
| | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Adds z-index properties to TileSets.Pieter-Jan Briers2018-05-011-0/+1
* | | | | | | | | | | | | | | | | Revert "Added a more specific error message on export"Rémi Verschelde2018-05-011-1/+1
* | | | | | | | | | | | | | | | | Merge pull request #18434 from YeldhamDev/animation_autoplay_fixRémi Verschelde2018-05-011-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Made the Pin button disable when no AnimationPlayer is selected.Michael Alexsander Silva Dias2018-04-271-0/+1
| * | | | | | | | | | | | | | | | | Fixed deleting an animation marked to autoplay in the editor affecting the cr...Michael Alexsander Silva Dias2018-04-271-0/+6
| | |_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #18380 from groud/fix_spacebar_panningRémi Verschelde2018-05-012-40/+68
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Fixes 2d editor panning not workinggroud2018-04-232-40/+68
* | | | | | | | | | | | | | | | | | Merge pull request #18321 from Crazy-P/Fixes-logically-dead-codeRémi Verschelde2018-05-014-33/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Fixes logically dead code (Coverity)Crazy-P2018-04-214-33/+20
| | |_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #18373 from KidRigger/workingMax Hilbrunner2018-04-301-3/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Replaces CTRL with CMD in TileMapEditor for MacOS.Anish2018-04-231-3/+12
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #18381 from groud/fix_hard_to_select_node2dMax Hilbrunner2018-04-301-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Fixes hard to select Node2Dgroud2018-04-231-1/+1
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge pull request #18489 from Calinou/tweak-property-hint-rangesMax Hilbrunner2018-04-301-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Tweak the property hint ranges of caret blink and line length guidelineHugo Locurcio2018-04-281-2/+2
* | | | | | | | | | | | | | | | | | Merge pull request #18506 from AlexHolly/export-more-specific-error-messageMax Hilbrunner2018-04-301-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Added a more specific error message on exportAlexander Holland2018-04-291-1/+1
| | |_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #18515 from djrm/pr_iconsMax Hilbrunner2018-04-3033-299/+118
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Updated icons,Daniel J. Ramirez2018-04-2933-299/+118
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Add option to renormalize mipmaps when generating them for normalmaps.Juan Linietsky2018-04-291-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #18455 from neikeq/export-pck-zip-debugHein-Pieter van Braam2018-04-295-5/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Make 'Export PCK/ZIP' work well with EditorExportPluginIgnacio Etcheverry2018-04-265-5/+23
* | | | | | | | | | | | | | | | | Merge pull request #18425 from RandomShaper/fix-theme-editor-samplesHein-Pieter van Braam2018-04-281-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Fix theme editor sample widgetsPedro J. Estébanez2018-04-271-3/+3
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Fix how snapping is applied to 3D polygon editing, make it more friendly.Juan Linietsky2018-04-282-3/+22
* | | | | | | | | | | | | | | | CSG Support for Godot!Juan Linietsky2018-04-273-42/+53
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Fix use64 used without being initializedMarcelo Fernandez2018-04-272-1/+1
* | | | | | | | | | | | | | | Numerous changes to the Animation Editor.Michael Alexsander Silva Dias2018-04-262-8/+20
|/ / / / / / / / / / / / / /
* | | | | | | / / / / / / / Adds shortcuts for zooming in the 2D editorGilles Roudiere2018-04-261-2/+5
| |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Fix AnimationPlayer edited scene bugPeter Folkins2018-04-231-1/+0
|/ / / / / / / / / / / /
* / / / / / / / / / / / Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-04-2228-170/+170
|/ / / / / / / / / / /
* | / / / / / / / / / Fixes left/up axis not mappable as actionsGilles Roudiere2018-04-181-1/+2
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #18261 from flashyincceo/export-project-default-filenameRémi Verschelde2018-04-181-0/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Set default file name for exported projectsPeter Folkins2018-04-181-0/+4
* | | | | | | | | | | Merge pull request #18168 from Chaosus/fixcrashRémi Verschelde2018-04-182-0/+10
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix possible crash when clicking on Skeleton2D or Sprite editor optionsChaosus2018-04-182-0/+10
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #16902 from groud/analog_action_systemJuan Linietsky2018-04-182-70/+104
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Allow actions to provide an analog valueGilles Roudiere2018-04-162-70/+104
* | | | | | | | | | Merge pull request #18156 from RandomShaper/fix-messed-prRémi Verschelde2018-04-131-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Revert "Unify http- and percent- encode/decode"Pedro J. Estébanez2018-04-121-1/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #17502 from groud/2Deditor_rectJuan Linietsky2018-04-135-219/+628
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Displays node icon on hoverGilles Roudiere2018-04-034-8/+217
| * | | | | | | | | Display nodes without rect's positionGilles Roudiere2018-04-033-3/+116
| * | | | | | | | | Remove the selection rect for nodes that do not require itGilles Roudiere2018-04-032-191/+265