aboutsummaryrefslogtreecommitdiff
path: root/editor
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid DEFVAL in SpatialEditorGizmo::add_unscaled_billboardRémi Verschelde2018-06-131-1/+1
* Removed duplicate default colours and removed GDScriptHighligher colours from...Paulb232018-06-133-59/+28
* Theme saving no longer hard codedPaulb232018-06-131-33/+10
* Merge pull request #19487 from JFonS/better_3d_selectRémi Verschelde2018-06-134-72/+162
|\
| * Polished 3D selectionJFonS2018-06-134-72/+162
* | Merge pull request #19503 from akien-mga/osx-ctrl-cmdRémi Verschelde2018-06-134-39/+62
|\ \
| * | Fix shortcuts using KEY_MASK_CTRL instead of KEY_MASK_CMDRémi Verschelde2018-06-114-39/+62
| |/
* | Merge pull request #19514 from Chaosus/solarized_themesRémi Verschelde2018-06-133-15/+25
|\ \
| * | Added Solarized Dark and Light themesChaosus2018-06-133-15/+25
| |/
* | Merge pull request #19516 from groud/fix_crash_on_hoverRémi Verschelde2018-06-132-38/+56
|\ \
| * | Fixes a crash on draw_hovergroud2018-06-122-38/+56
* | | Style fixes for commit d5bb6faaRémi Verschelde2018-06-131-3/+1
* | | Merge pull request #19526 from robojumper/fix_tutorialsRémi Verschelde2018-06-133-9/+25
|\ \ \ | |/ / |/| |
| * | Add support for tutorial links to makerst.pyrobojumper2018-06-123-9/+25
| |/
* / -Make sure that ProjectSettings are properly dumped when dumping docs.Juan Linietsky2018-06-111-1/+8
|/
* Fix drag and drop autoloadvolzhs2018-06-091-2/+2
* Bit more of visual polishJuan Linietsky2018-06-082-2/+8
* Remove the "go back" behavior in track editor for inspector based key editing...Juan Linietsky2018-06-081-0/+15
* Properly update range and valid key range when keys are in/out of view, fixes...Juan Linietsky2018-06-081-30/+30
* Merge pull request #19452 from guilhermefelipecgs/fix_messagesRémi Verschelde2018-06-081-4/+4
|\
| * 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 tilemapBojidar Marinov2018-06-031-2/+2
* | Merge pull request #19334 from guilhermefelipecgs/fix_popupJuan Linietsky2018-06-084-12/+19
|\ \
| * | 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 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 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 namevolzhs2018-06-062-4/+17
| |/ /
* | | i18n: Sync translations with WeblateRémi Verschelde2018-06-0529-3009/+10885
* | | i18n: Sync translation templates with current sourceRémi Verschelde2018-06-0548-4059/+4167
* | | [Inspector] Fix search field losing focus when typingGuilherme Felipe2018-06-051-0/+1
* | | 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.Michael Alexsander Silva Dias2018-05-292-7/+7
* | Move NavigationMeshEditorPlugin to Recast module as should beRémi Verschelde2018-05-305-629/+0
* | 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.Ibrahn Sahir2018-05-193-299/+32
* | Merge pull request #15489 from willnationsdev/gdnative-hookMax Hilbrunner2018-05-265-4/+37
|\ \
| * | Add EditorPlugin.build() build callbacksWill Nations2018-01-085-4/+37