aboutsummaryrefslogtreecommitdiff
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
* Bit more of visual polishJuan Linietsky2018-06-082-2/+8
|
* Remove the "go back" behavior in track editor for inspector based key ↵Juan Linietsky2018-06-081-0/+15
| | | | editing, fixes #19434, fixes #19423
* Properly update range and valid key range when keys are in/out of view, ↵Juan Linietsky2018-06-081-30/+30
| | | | fixes #19433
* Merge pull request #19452 from guilhermefelipecgs/fix_messagesRémi Verschelde2018-06-081-4/+4
|\ | | | | Fix translate messages for new AnimationPlayer
| * Fix translate messages for new AnimationPlayerGuilherme Felipe2018-06-081-4/+4
| |
* | Fixed cursor not updating in some circumstances, closes #19430Juan Linietsky2018-06-081-0/+4
|/
* Disallow via add track for animation player to animate itself, fixes #19425Juan Linietsky2018-06-081-0/+5
|
* Avoid animation length from ever being completely, fixes #19420Juan Linietsky2018-06-081-1/+3
|
* Merge pull request #19343 from bojidar-bg/x-fix-tilemap-shape-rotationRémi Verschelde2018-06-081-2/+2
|\ | | | | Fix bugs related to bad handling of rotated/translated shapes in tilemap
| * Fix bugs related to bad handling of rotated/translated shapes in tilemapBojidar Marinov2018-06-031-2/+2
| | | | | | | | Fixup #18529 and #12870
* | Merge pull request #19334 from guilhermefelipecgs/fix_popupJuan Linietsky2018-06-084-12/+19
|\ \ | | | | | | Fixes popup_centered_* methods, dialogs with wrong sizes and visual script editor
| * | Fix #16069, #19292, #19267 and #18940Guilherme Felipe2018-06-064-12/+19
| | |
* | | Merge pull request #19314 from Jellonator/masterRémi Verschelde2018-06-082-8/+125
|\ \ \ | | | | | | | | Added autotile override
| * | | Added autotile overrideJames Beedie2018-06-022-8/+125
| | | |
* | | | Merge pull request #19437 from volzhs/live-edit-reparent-childRémi Verschelde2018-06-081-1/+1
|\ \ \ \ | | | | | | | | | | Make same child index as edited scene when using live edit
| * | | | Make same child index as edited scene when using live editvolzhs2018-06-081-1/+1
| | |/ / | |/| |
* | | | Entirely new (and much improved) animation editor.Juan Linietsky2018-06-0747-4942/+10208
| | | |
* | | | Fix theme not updating with changesGuilherme Felipe2018-06-061-0/+3
|/ / /
* | | Merge pull request #19388 from volzhs/show-filenameRémi Verschelde2018-06-062-4/+17
|\ \ \ | | | | | | | | Show opened script or help name
| * | | Show opened script or help namevolzhs2018-06-062-4/+17
| |/ /
* | | i18n: Sync translations with WeblateRémi Verschelde2018-06-0529-3009/+10885
| | | | | | | | | | | | (cherry picked from commit e8bfc09b81f02395226a06f5a8ecd47bea136cc6)
* | | i18n: Sync translation templates with current sourceRémi Verschelde2018-06-0548-4059/+4167
| | | | | | | | | | | | (cherry picked from commit 74808e71d213888d40671246ace3c701dd674a2b)
* | | [Inspector] Fix search field losing focus when typingGuilherme Felipe2018-06-051-0/+1
| | | | | | | | | | | | Fix #19382
* | | Fix Rect2 properties typoGuilherme Felipe2018-06-041-2/+2
| |/ |/|
* | Merge pull request #19250 from YeldhamDev/scene_editor_tooltipsRémi Verschelde2018-06-012-7/+7
|\ \ | |/ |/| Minor changes to the Scene and Canvas editors' tooltips
| * Minor changes to the Scene and Canvas editors' tooltips.Michael Alexsander Silva Dias2018-05-292-7/+7
| |
* | Move NavigationMeshEditorPlugin to Recast module as should beRémi Verschelde2018-05-305-629/+0
| | | | | | | | | | | | | | | | Modules can register their own editor plugins (like GridMap does), so no need to put module-specific classes in the `editor/` folder. Also cleans up the previous SCons env pollution from the Recast module, integrating its code into libmodules as other modules.
* | Removing Duplicate Batch Rename from scene-tree menusteincodes2018-05-301-2/+0
| |
* | Fix index out of size error of image.cppvolzhs2018-05-291-0/+1
| |
* | Fix MethodInfo for EditorInspectorPlugin.can_handleRémi Verschelde2018-05-281-1/+3
|/
* Merge pull request #18899 from ibrahn/gdscript-license-infoRémi Verschelde2018-05-283-299/+32
|\ | | | | GDScript access to copyright, license, author and donor information.
| * GDScript access to copyright, license, author and donor information.Ibrahn Sahir2018-05-193-299/+32
| | | | | | | | | | | | | | | | | | Adds following functions to the Engine singleton: get_author_info - names of Godot authors get_copyright_info - detailed source copyright get_license_info get_donor_info - donor names get_license_info - full text of licenses used, indexed by license names get_license_text - the text of the Godot Expat license
* | Merge pull request #15489 from willnationsdev/gdnative-hookMax Hilbrunner2018-05-265-4/+37
|\ \ | | | | | | Add EditorPlugin.build() build callbacks
| * | Add EditorPlugin.build() build callbacksWill Nations2018-01-085-4/+37
| | |
* | | Merge pull request #18234 from flashyincceo/font-previewMax Hilbrunner2018-05-263-0/+122
|\ \ \ | | | | | | | | Adding font preview to file browsers
| * | | Adding font preview to file browsersPeter Folkins2018-05-093-0/+122
| | | |
* | | | Merge pull request #19020 from toger5/better_light_theme_text_editor_behaviourMax Hilbrunner2018-05-261-3/+3
|\ \ \ \ | | | | | | | | | | light theme text editor behaviour
| * | | | light theme text editor behaviourtoger52018-05-181-3/+3
| | | | |
* | | | | Merge pull request #19179 from Zirak/instance-without-parentMax Hilbrunner2018-05-261-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Instance scene at root node by default
| * | | | | Instance scene at root by defaultZirak2018-05-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug in cdcfb9582e6e9f18df1475619f2ebe62b7f0bdce leading to the root node not being selected by default. Fix #18557.
* | | | | | Don't cut of long errors in debugger.Benjamin2018-05-261-1/+4
|/ / / / / | | | | | | | | | | | | | | | Autowrap to expand to up to 3 lines + display full error in tooltip.
* | | | | Merge pull request #18931 from guilhermefelipecgs/fix_find_barRémi Verschelde2018-05-252-1/+23
|\ \ \ \ \ | | | | | | | | | | | | [Doc] Fixes in find bar
| * | | | | [Doc] Fixes in find barGuilherme Felipe2018-05-162-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Automatically select all text when find bar called. - Adjust the size height when first displayed.
* | | | | | Revert "Improve TileMap undo operations"Rémi Verschelde2018-05-252-11/+16
| | | | | |
* | | | | | Merge pull request #19115 from firefly2442/cppcheck-defensiveRémi Verschelde2018-05-251-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | cppcheck - defensive programming on i index check order
| * | | | | | cppcheck - defensive programming on i index check orderfirefly24422018-05-231-1/+1
| | | | | | |
* | | | | | | Merge pull request #19135 from Zylann/fix_find_in_files_2Rémi Verschelde2018-05-251-4/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix potential bugs with Find in Files
| * | | | | | | Fix potential bugs with Find in FilesMarc Gilleron2018-05-241-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Iteration still going on after scan finished - Comparing milliseconds with seconds - Potential imprecision due to accumulating milliseconds (iteration could take fewer than 1ms) - Folders to scan not cleared when a new search starts
* | | | | | | | Merge pull request #18752 from danilo2205/enhanced_path_followRémi Verschelde2018-05-251-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Up Vector for Curve3D and OrientedPathFollow Implementation
| * | | | | | | | Up vector implementation and OrientedPathFollow.danilo22052018-05-201-0/+5
| | | | | | | | |