summaryrefslogtreecommitdiffstats
path: root/editor
Commit message (Expand)AuthorAgeFilesLines
* 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-227/+636
|\ \ \ | |/ / |/| |
| * | 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-199/+273
| * | Fixes issues with selectable children and locksGilles Roudiere2018-04-032-27/+40
* | | Merge pull request #16473 from ianb96/move_tabRémi Verschelde2018-04-092-0/+53
|\ \ \ | |_|/ |/| |
| * | Drag to rearrange Tabs and TabContainerianb962018-04-082-0/+53
* | | Merge pull request #18054 from Mintormo/bugfix-inconsistent-sort-in-file-managerRémi Verschelde2018-04-091-0/+1
|\ \ \ | |/ / |/| |
| * | Fixed bug #17929. Inconsistent sort in file manager.Mintormo2018-04-081-0/+1
* | | Merge pull request #16297 from lpn/masterJuan Linietsky2018-04-081-7/+21
|\ \ \
| * | | Fixed wave file importer's broken resampling.L. Nikko2018-02-021-7/+21
* | | | Merge pull request #16571 from Zylann/find_in_filesJuan Linietsky2018-04-086-68/+1155
|\ \ \ \
| * | | | Added find & replace in filesMarc Gilleron2018-02-196-68/+1155
* | | | | Fix #18058 regressionChaosus2018-04-081-1/+6
* | | | | Merge pull request #16995 from mrcdk/custom_resources_inspectorJuan Linietsky2018-04-084-23/+70
|\ \ \ \ \
| * | | | | Now the inspector will show the custom resources added via pluginMrCdK2018-02-254-23/+70
* | | | | | Merge pull request #17123 from Jason0214/BugFix_UpdataFavoriteListWhenMoveOrR...Juan Linietsky2018-04-082-23/+54
|\ \ \ \ \ \
| * | | | | | update favorite_dirs list after move or rename a dirJason02142018-02-282-23/+54
* | | | | | | Merge pull request #17382 from bojidar-bg/13971-path-array-unsavedJuan Linietsky2018-04-081-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Duplicate Arrays and Dictionaries when instancing scene in editorBojidar Marinov2018-03-131-1/+1
* | | | | | | | Merge pull request #17443 from Noshyaar/tilesetcrashJuan Linietsky2018-04-082-17/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix converting to tileset crashes Godot if existing file is not tilesetPoommetee Ketson2018-03-232-17/+17
* | | | | | | | | Merge pull request #17967 from Nibodhika/all-device-modeJuan Linietsky2018-04-082-15/+36
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Allows to map an action to all devices.Nibodhika2018-04-072-15/+36
* | | | | | | | | | Merge pull request #17741 from Essojadojef/fix-shortcut-categoriesJuan Linietsky2018-04-081-1/+15
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | Fix all categories unfold when one key binding is changedAlessandro2018-03-241-1/+15
* | | | | | | | | | Merge pull request #17583 from RandomShaper/enhance-uri-utilsJuan Linietsky2018-04-071-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Unify http- and percent- encode/decodePedro J. Estébanez2018-03-271-1/+1
* | | | | | | | | | | Merge pull request #17717 from NikodemL/masterJuan Linietsky2018-04-071-4/+71
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | perform_node_renames fix for a case where the new name is emptyNikodem Lokatelj2018-03-301-1/+7
| * | | | | | | | | | | Extended node renames function to also rename script instance node path prope...Nikodem Lokatelj2018-03-231-4/+65
* | | | | | | | | | | | Merge pull request #17730 from RandomShaper/radio-buttons-in-menusJuan Linietsky2018-04-077-30/+50
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Use radio-button-like menu entries where applicablePedro J. Estébanez2018-03-273-21/+19
| * | | | | | | | | | | | Support radio-button entries in ItemListPluginPedro J. Estébanez2018-03-272-7/+25
| * | | | | | | | | | | | Add radio-button-looking entries to PopupMenuPedro J. Estébanez2018-03-272-2/+6
| | |/ / / / / / / / / / | |/| | | | | | | | | |