aboutsummaryrefslogtreecommitdiff
path: root/tools/editor (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Initialize the SSL certificates in the project managerRémi Verschelde2016-07-061-1/+3
|/ / / / / /
* | | | | | Revert "Fix return type for EditorResourcePreview::check_for_invalidation"Rémi Verschelde2016-07-052-2/+2
* | | | | | added missing return valueJuan Linietsky2016-07-041-0/+2
* | | | | | Merge pull request #5548 from TheHX/fix-plugin-spatial-eventRémi Verschelde2016-07-041-0/+1
|\ \ \ \ \ \
| * | | | | | Fix EditorPlugin::forward_spatial_input_event in GDScripts addonsFranklin Sobrinho2016-07-041-0/+1
| |/ / / / /
* | | | | | Merge pull request #5547 from TheHX/fix-addons-disablingRémi Verschelde2016-07-041-1/+1
|\ \ \ \ \ \
| * | | | | | Fix addon disablingFranklin Sobrinho2016-07-041-1/+1
| |/ / / / /
* / / / / / Fix return type for EditorResourcePreview::check_for_invalidationRémi Verschelde2016-07-042-2/+2
|/ / / / /
* | | | | fix to the fix, and removed some conflicting shorcutsJuan Linietsky2016-07-032-3/+4
* | | | | Avoid settings from being lost when opening project manager.Juan Linietsky2016-07-033-6/+22
* | | | | Merge pull request #5530 from Paulb23/shortcut_searchRémi Verschelde2016-07-032-14/+56
|\ \ \ \ \
| * | | | | Added search to shortcut configPaulb232016-07-032-14/+56
* | | | | | Merge pull request #5508 from djrm/spatial_editor_shortcutsRémi Verschelde2016-07-031-149/+114
|\ \ \ \ \ \
| * | | | | | Added spatial editor shortcutsDaniel J. Ramirez2016-06-301-149/+114
* | | | | | | Merge pull request #5506 from vnen/enhance-quickopen-searchRémi Verschelde2016-07-032-17/+60
|\ \ \ \ \ \ \
| * | | | | | | Improve Quick Open searchGeorge Marques2016-06-302-17/+60
| |/ / / / / /
* | | | | | | Merge pull request #5504 from djrm/canvas_item_editor_shortcutsRémi Verschelde2016-07-031-23/+24
|\ \ \ \ \ \ \
| * | | | | | | Canvas item editor shortcutsDaniel J. Ramirez2016-06-291-23/+24
* | | | | | | | Added proper resource preview cache invalidation, fixes #5342Juan Linietsky2016-07-037-0/+74
| |_|/ / / / / |/| | | | | |
* | | | | | | Color picker was getting too much focus, made it get not as much focus.Juan Linietsky2016-07-011-0/+1
* | | | | | | Many fixes to scene tree node dragging, closes #5341Juan Linietsky2016-06-302-4/+14
* | | | | | | Fixes to import plugin, closes #5318Juan Linietsky2016-06-301-5/+74
* | | | | | | Properly show the sample and play it back, also closes #5288Juan Linietsky2016-06-301-2/+3
* | | | | | | Fix some bugs in diraccess, closes #5288Juan Linietsky2016-06-301-1/+7
| |/ / / / / |/| | | | |
* | | | | | Fixed signal connection prints when moving docks, issue 5498Paulb232016-06-302-3/+11
* | | | | | Merge pull request #5474 from samuelgrigolato/tile-map-idxRémi Verschelde2016-06-301-1/+1
|\ \ \ \ \ \
| * | | | | | Add tile index prefixes in tile map editor plugin. #5420Samuel Grigolato2016-06-281-1/+1
* | | | | | | Merge pull request #5439 from samuelgrigolato/fix-filesystem-dock-min-sizeRémi Verschelde2016-06-301-1/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix issue when switching between FileSystem and other editor docks. #5384Samuel Grigolato2016-06-261-1/+2
| |/ / / / / /
* | | | | | | Merge pull request #5419 from djrm/shortcutsRémi Verschelde2016-06-302-1/+23
|\ \ \ \ \ \ \
| * | | | | | | Shortcuts for script switching in script ModeDaniel J. Ramirez2016-06-262-1/+23
* | | | | | | | Merge pull request #5462 from volzhs/fix-pm-warningRémi Verschelde2016-06-301-3/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | remove the warning of instances in use at Project manager exitvolzhs2016-06-281-3/+0
* | | | | | | | | Allow animation name to be clipped, closes #5246Juan Linietsky2016-06-291-0/+1
* | | | | | | | | AnimatedSprite and AnimatedSprite 3D adapt the name of the current animation ...Juan Linietsky2016-06-291-1/+62
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | assetlib: Connect to the API using SSLRémi Verschelde2016-06-291-1/+1
* | | | | | | | Fix main(2D, 3D, Script) panel not updated when start up and select from tool...volzhs2016-06-291-1/+1
* | | | | | | | Initialize missing variables. Fixes #5461MarianoGNU2016-06-281-2/+2
* | | | | | | | Editor properly reloads scenes if they changed on disk or were reimportedJuan Linietsky2016-06-284-5/+88
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Change method of storing folding, solves problems with inheritance, closes #3395Juan Linietsky2016-06-281-6/+10
* | | | | | | Fix typo in file dialog shortcutGeorge Marques2016-06-281-5/+5
* | | | | | | Fixed bug in instance state ordering, closes #3904Juan Linietsky2016-06-281-3/+1
|/ / / / / /
* | | | | | Avoid recursion in filesystem scanning, closes #3838Juan Linietsky2016-06-281-16/+25
* | | | | | i18n: Corrected a typo (#5460)Bonfi962016-06-281-1/+1
* | | | | | i18n: Fix malformed TTR callRémi Verschelde2016-06-281-2/+2
* | | | | | Figured out a way to fix event propagation for shortcuts and some other cases...Juan Linietsky2016-06-272-1/+9
* | | | | | Ask about selecting a main scene if one has not been selected.Juan Linietsky2016-06-272-11/+41
* | | | | | Make most resources (save for packedscenes and scripts) reload if they change...Juan Linietsky2016-06-271-2/+4
* | | | | | Properly complain when a scene file has not be selected, closes #3811Juan Linietsky2016-06-271-0/+22
* | | | | | Ability to rotate controls using tool, closes #3800Juan Linietsky2016-06-271-8/+30