| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Created internal usage flag to remove non editor properties from doc, closes ↵ | Juan Linietsky | 2017-12-06 | 1 | -1/+1 |
| | | | | | #13334 | ||||
| * | Merge pull request #14013 from qichunren/fix_project_rename_lost_focus | Rémi Verschelde | 2017-12-06 | 1 | -1/+2 |
| |\ | | | | | Fixed project name line edit lost input focus in project rename dialog. | ||||
| | * | Fixed project name line edit lost input focus. | qichunren | 2017-12-06 | 1 | -1/+2 |
| | | | |||||
| * | | Merge pull request #14008 from vnen/export-icon-splash | Rémi Verschelde | 2017-12-06 | 1 | -0/+12 |
| |\ \ | |/ |/| | Export icon and splash images directly to final package | ||||
| | * | Export icon and splash images directly to final package | George Marques | 2017-12-05 | 1 | -0/+12 |
| | | | | | | | | | | | They need to bypass the path remapping to be loaded as images during the start routine. | ||||
| * | | Moves the guides colors to editor settings | Gilles Roudiere | 2017-12-05 | 2 | -1/+2 |
| |/ | |||||
| * | Make sure the scene warning of changes may be lost is only for scenes, fixes ↵ | Juan Linietsky | 2017-12-05 | 1 | -1/+1 |
| | | | | | #13970 | ||||
| * | Fix a little mistake in a setting name (rulers->guides) | Gilles Roudiere | 2017-12-05 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #13454 from YeldhamDev/about_richtext | Rémi Verschelde | 2017-12-05 | 2 | -12/+7 |
| |\ | | | | | Changed EditorAbout's TextEdits to RichTextLabels | ||||
| | * | Changed EditorAbout's TextEdits to RichTextLabels. | Michael Alexsander Silva Dias | 2017-12-01 | 2 | -12/+7 |
| | | | |||||
| * | | Merge pull request #13959 from groud/editable_rulers_colors | Rémi Verschelde | 2017-12-05 | 1 | -1/+1 |
| |\ \ | | | | | | | Makes editable the guides color | ||||
| | * | | Makes editable the rulers color | Gilles Roudiere | 2017-12-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #13977 from waldson/fix-stop-scene-always-active | Andreas Haas | 2017-12-05 | 1 | -1/+4 |
| |\ \ \ | | | | | | | | | Fix stop button always enabled | ||||
| | * | | | Fix stop button always enabled (issue #13933) | Waldson Patrício | 2017-12-04 | 1 | -1/+4 |
| | | | | | |||||
| * | | | | i18n: Fix instructions for adding new language | Rémi Verschelde | 2017-12-04 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | Closes #13972. [ci skip] | ||||
| * | | | | Script Editor: Use first non-whitespace comment delimiter. | Andreas Haas | 2017-12-04 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | As suggested by @neikeq in https://github.com/godotengine/godot/pull/13489#issuecomment-348690816 | ||||
| * | | | | Merge pull request #13961 from groud/rulers_by_default | Juan Linietsky | 2017-12-04 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | Make rulers on by default | ||||
| | * | | | | Make rulers on by default | Gilles Roudiere | 2017-12-04 | 1 | -1/+1 |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #13829 from goodyttoor/master | Rémi Verschelde | 2017-12-04 | 5 | -11/+11 |
| |\ \ \ \ | | | | | | | | | | | Some untranslated UI strings | ||||
| | * | | | | Some untranslated UI strings | Unknown | 2017-12-02 | 5 | -11/+11 |
| | | | | | | |||||
| * | | | | | Make auto switch to remote scene tree opt-in | Rémi Verschelde | 2017-12-04 | 1 | -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 Fixes | Mariano Suligoy | 2017-12-02 | 5 | -81/+80 |
| | | | | | | |||||
| * | | | | | Fix alignment for button preview_camera | Guilherme Felipe | 2017-12-02 | 1 | -0/+2 |
| |/ / / / | |||||
| * | | | | Merge pull request #13489 from Hinsbart/fix_toggle_comment | Rémi Verschelde | 2017-12-02 | 1 | -7/+14 |
| |\ \ \ \ | | | | | | | | | | | Script Editor: Make comment delimiter language dependent. | ||||
| | * | | | | Script Editor: Make comment delimiter language dependent. | Andreas Haas | 2017-12-01 | 1 | -7/+14 |
| | | |_|/ | |/| | | |||||
| * / | | | Unnecessary use of TTR | volzhs | 2017-12-02 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Merge pull request #13216 from hoelzl/pr-fix-tile-origin-center | Poommetee Ketson | 2017-12-01 | 1 | -7/+6 |
| |\ \ \ | | | | | | | | | Fix displacement for centered tilemaps | ||||
| | * | | | Fix displacement for centered tilemaps | Matthias Hoelzl | 2017-11-27 | 1 | -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. Ramirez | 2017-11-29 | 2 | -5/+15 |
| | |/ / |/| | | |||||
| * | | | i18n: Sync translation templates with current source | Rémi Verschelde | 2017-11-29 | 43 | -248/+3450 |
| | | | | | | | | | | | | | [ci skip] | ||||
| * | | | i18n: Sync translations with Weblate | Rémi Verschelde | 2017-11-29 | 38 | -8809/+53926 |
| | | | | | | | | | | | | | Adds Afrikaans, Hebrew, Hindi, Swedish, Ukrainian and Vietnamese. | ||||
| * | | | Merge pull request #13367 from Krakean/inspector_collapseexpand_corrections | Rémi Verschelde | 2017-11-29 | 3 | -7/+4 |
| |\ \ \ | | | | | | | | | Small corrections to Inspector collapse/expand feature | ||||
| | * | | | Small fixes to #13233 | Dmitry Koteroff | 2017-11-28 | 3 | -7/+4 |
| | | | | | |||||
| * | | | | Merge pull request #13390 from poke1024/opteditorhelp | Rémi Verschelde | 2017-11-29 | 1 | -2/+1 |
| |\ \ \ \ | | | | | | | | | | | Make editor help select shortest (best) instead of first match | ||||
| | * | | | | Make editor help select shortest (best) instead of first match | Bernhard Liebl | 2017-11-29 | 1 | -2/+1 |
| | |/ / / | |||||
| * | | | | Merge pull request #13387 from rraallvv/refactor | Rémi Verschelde | 2017-11-29 | 1 | -2/+1 |
| |\ \ \ \ | | | | | | | | | | | Add target helper functions and refactor (master) | ||||
| | * | | | | disable caching for targets using helper functions | Rhody Lugo | 2017-11-28 | 1 | -2/+1 |
| | |/ / / | |||||
| * / / / | moving open scenes in filesystem update dependencies fix | Ian | 2017-11-28 | 1 | -1/+18 |
| |/ / / | |||||
| * | | | use the same cache for all branches for appveyor | Rhody Lugo | 2017-11-28 | 1 | -0/+1 |
| | | | | |||||
| * | | | Merge pull request #13342 from Noshyaar/just_godot | Rémi Verschelde | 2017-11-27 | 2 | -16/+33 |
| |\ \ \ | | | | | | | | | EditorAbout: single-column'd some section, monospace | ||||
| | * | | | EditorAbout: single-column'd some section, monospace | Poommetee Ketson | 2017-11-27 | 2 | -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 Koteroff | 2017-11-27 | 2 | -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 editor | Bernhard Liebl | 2017-11-27 | 2 | -4/+8 |
| | | | |||||
| * | | Merge pull request #13308 from Krakean/scenetreedock_additemsdeselect | Rémi Verschelde | 2017-11-27 | 2 | -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 space | Dmitry Koteroff | 2017-11-26 | 2 | -0/+9 |
| | | | | |||||
| * | | | Focus on sprite animation list after adding a new one to allow renaming with f2 | bncastle | 2017-11-26 | 1 | -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_decimalpoint | Rémi Verschelde | 2017-11-27 | 1 | -6/+9 |
| |\ \ \ | | | | | | | | | Makes possible to interpret comma as decimal point in editor | ||||
| | * | | | Makes possible to interpret comma as decimal point in editor | Dmitry Koteroff | 2017-11-26 | 1 | -6/+9 |
| | |/ / | |||||
| * | | | Merge pull request #13252 from Krakean/file_dialogs_small_tweaks | Rémi Verschelde | 2017-11-27 | 2 | -0/+51 |
| |\ \ \ | | | | | | | | | A few adjustments to file/dir open dialogs | ||||
| | * | | | A few small adjustments to file dialogs: | Dmitry Koteroff | 2017-11-24 | 2 | -0/+51 |
| | |/ / | | | | | | | | | | | | | | | | | | | a) Added Backspace key support for Tree-based file dialog. b) Fixed issue inability to select a folder in project manager (always previous folder was selected instead). c) Open Directory mode: changed "Open" to "Select Current Folder" d) Block "Open" button when inappropriate content is selected (for example, file when in open folder mode, or folder when in open files mode) | ||||
