aboutsummaryrefslogtreecommitdiff
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | [DOCS] EditorFileDialog props/member/method/signalWill Nations2017-12-061-0/+9
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Fix and rewrite folding logic, closes #14005, closes #13421Juan Linietsky2017-12-063-39/+25
| |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Created internal usage flag to remove non editor properties from doc, closes ↵Juan Linietsky2017-12-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #13334
* | | | | | | | | | | | | Merge pull request #14013 from qichunren/fix_project_rename_lost_focusRémi Verschelde2017-12-061-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed project name line edit lost input focus in project rename dialog.
| * | | | | | | | | | | | | Fixed project name line edit lost input focus.qichunren2017-12-061-1/+2
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #14008 from vnen/export-icon-splashRémi Verschelde2017-12-061-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | Export icon and splash images directly to final package
| * | | | | | | | | | | | Export icon and splash images directly to final packageGeorge Marques2017-12-051-0/+12
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They need to bypass the path remapping to be loaded as images during the start routine.
* / | | | | | | | | | | Moves the guides colors to editor settingsGilles Roudiere2017-12-052-1/+2
|/ / / / / / / / / / /
* | | | | | | | | | | Make sure the scene warning of changes may be lost is only for scenes, fixes ↵Juan Linietsky2017-12-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #13970
* | | | | | | | | | | Fix a little mistake in a setting name (rulers->guides)Gilles Roudiere2017-12-051-1/+1
| |_|_|_|_|/ / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #13454 from YeldhamDev/about_richtextRémi Verschelde2017-12-052-12/+7
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Changed EditorAbout's TextEdits to RichTextLabels
| * | | | | | | | | | Changed EditorAbout's TextEdits to RichTextLabels.Michael Alexsander Silva Dias2017-12-012-12/+7
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #13959 from groud/editable_rulers_colorsRémi Verschelde2017-12-051-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Makes editable the guides color
| * | | | | | | | | | | Makes editable the rulers colorGilles Roudiere2017-12-031-1/+1
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #13977 from waldson/fix-stop-scene-always-activeAndreas Haas2017-12-051-1/+4
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix stop button always enabled
| * | | | | | | | | | | Fix stop button always enabled (issue #13933)Waldson Patrício2017-12-041-1/+4
| | | | | | | | | | | |
* | | | | | | | | | | | i18n: Fix instructions for adding new languageRémi Verschelde2017-12-041-2/+5
| |_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #13972. [ci skip]
* | | | | | | | | | | Script Editor: Use first non-whitespace comment delimiter.Andreas Haas2017-12-041-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As suggested by @neikeq in https://github.com/godotengine/godot/pull/13489#issuecomment-348690816
* | | | | | | | | | | Merge pull request #13961 from groud/rulers_by_defaultJuan Linietsky2017-12-041-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | Make rulers on by default
| * | | | | | | | | | Make rulers on by defaultGilles Roudiere2017-12-041-1/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #13829 from goodyttoor/masterRémi Verschelde2017-12-045-11/+11
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Some untranslated UI strings
| * | | | | | | | | | Some untranslated UI stringsUnknown2017-12-025-11/+11
| | | | | | | | | | |
* | | | | | | | | | | Make auto switch to remote scene tree opt-inRémi Verschelde2017-12-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The performance cost is too high for now, so it should be opt-in for users who really need it all the time. Fixes #13833.
* | | | | | | | | | | TileMap FixesMariano Suligoy2017-12-025-81/+80
| | | | | | | | | | |
* | | | | | | | | | | Fix alignment for button preview_cameraGuilherme Felipe2017-12-021-0/+2
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #13489 from Hinsbart/fix_toggle_commentRémi Verschelde2017-12-021-7/+14
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | Script Editor: Make comment delimiter language dependent.
| * | | | | | | | | Script Editor: Make comment delimiter language dependent.Andreas Haas2017-12-011-7/+14
| | |_|/ / / / / / | |/| | | | | | |
* / | | | | | | | Unnecessary use of TTRvolzhs2017-12-021-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #13216 from hoelzl/pr-fix-tile-origin-centerPoommetee Ketson2017-12-011-7/+6
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Fix displacement for centered tilemaps
| * | | | | | | Fix displacement for centered tilemapsMatthias Hoelzl2017-11-271-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixes tile and collision placement for tilemaps with `tile_origin` set to `TILE_ORIGIN_CENTER`. - Also fixes a bug in the offset computation for collision shapes with `flip_v` flag set to true if `tile_origin` is `TILE_ORIGIN_BOTTOM_LEFT`.
* | | | | | | | Fixed editor settings disappearing (caused by uninitialized variable).Daniel J. Ramirez2017-11-292-5/+15
| |/ / / / / / |/| | | | | |
* | | | | | | i18n: Sync translation templates with current sourceRémi Verschelde2017-11-2943-248/+3450
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | i18n: Sync translations with WeblateRémi Verschelde2017-11-2938-8809/+53926
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds Afrikaans, Hebrew, Hindi, Swedish, Ukrainian and Vietnamese.
* | | | | | | Merge pull request #13367 from Krakean/inspector_collapseexpand_correctionsRémi Verschelde2017-11-293-7/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Small corrections to Inspector collapse/expand feature
| * | | | | | | Small fixes to #13233Dmitry Koteroff2017-11-283-7/+4
| | | | | | | |
* | | | | | | | Merge pull request #13390 from poke1024/opteditorhelpRémi Verschelde2017-11-291-2/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Make editor help select shortest (best) instead of first match
| * | | | | | | | Make editor help select shortest (best) instead of first matchBernhard Liebl2017-11-291-2/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #13387 from rraallvv/refactorRémi Verschelde2017-11-291-2/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add target helper functions and refactor (master)
| * | | | | | | | disable caching for targets using helper functionsRhody Lugo2017-11-281-2/+1
| |/ / / / / / /
* / / / / / / / moving open scenes in filesystem update dependencies fixIan2017-11-281-1/+18
|/ / / / / / /
* | | | | | | use the same cache for all branches for appveyorRhody Lugo2017-11-281-0/+1
| | | | | | |
* | | | | | | Merge pull request #13342 from Noshyaar/just_godotRémi Verschelde2017-11-272-16/+33
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | EditorAbout: single-column'd some section, monospace
| * | | | | | | EditorAbout: single-column'd some section, monospacePoommetee Ketson2017-11-272-16/+33
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Show ItemLists in single column if not enough item, or is a special section (Gold/Platinum sponsors) - Add a space before and after names so that it looks a bit better for long names adjacent to another - License text in monospace
* / / / / / / Some improvements to file/dir open/save dialogs:Dmitry Koteroff2017-11-272-6/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Removed "..", instead you now will see "Select Current Folder" and "Select this Folder" buttons. 2. Added "go to parent folder" (^) button to Save a File dialog. 3. Tree.cpp: "nothing_selected" signal has been re-made (previous implementation, merged in #13308, wasn't optimal in context of performance) 4. Fixed issue in Project Export dialog: MODE_SAVE_FILE wasn't set when you click "Export". 5. Now you can deselect items by clicking on empty space in Open a Directory dialog.
* | | | | | add "add point" and "select point" handles to polygon 2d editorBernhard Liebl2017-11-272-4/+8
| | | | | |
* | | | | | Merge pull request #13308 from Krakean/scenetreedock_additemsdeselectRémi Verschelde2017-11-272-0/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | Scene Tree Dock: added ability to deselect items when clicking on empty space
| * | | | | | Scene Tree Dock: added ability to deselect items when clicking on empty spaceDmitry Koteroff2017-11-262-0/+9
| | | | | | |
* | | | | | | Focus on sprite animation list after adding a new one to allow renaming with f2bncastle2017-11-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After adding a new sprite animation, focus on the sprite animation list to allow renaming the animation with f2 instead of having to click on the sprite name again.
* | | | | | | Merge pull request #13240 from Krakean/fix_interpretcomma_as_decimalpointRémi Verschelde2017-11-271-6/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Makes possible to interpret comma as decimal point in editor
| * | | | | | | Makes possible to interpret comma as decimal point in editorDmitry Koteroff2017-11-261-6/+9
| |/ / / / / /