Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-06 | Merge pull request #13724 from RayKoopa/editor_file_dialog_context_menu | Rémi Verschelde | |
Add context menu to editor file dialogs | |||
2017-12-06 | Merge pull request #13409 from YeldhamDev/textedit_disabled | Rémi Verschelde | |
Add disabled theme to TextEdit | |||
2017-12-06 | Merge pull request #13982 from willnationsdev/editorfiledialog-docs | Rémi Verschelde | |
[DOCS] EditorFileDialog props added, member/method/signal descs [ci skip] | |||
2017-12-06 | Fix and rewrite folding logic, closes #14005, closes #13421 | Juan Linietsky | |
2017-12-06 | Created internal usage flag to remove non editor properties from doc, closes ↵ | Juan Linietsky | |
#13334 | |||
2017-12-06 | [DOCS] EditorFileDialog props/member/method/signal | Will Nations | |
2017-12-06 | Merge pull request #14013 from qichunren/fix_project_rename_lost_focus | Rémi Verschelde | |
Fixed project name line edit lost input focus in project rename dialog. | |||
2017-12-06 | Merge pull request #14008 from vnen/export-icon-splash | Rémi Verschelde | |
Export icon and splash images directly to final package | |||
2017-12-06 | Fixed project name line edit lost input focus. | qichunren | |
2017-12-05 | Export icon and splash images directly to final package | George Marques | |
They need to bypass the path remapping to be loaded as images during the start routine. | |||
2017-12-05 | Moves the guides colors to editor settings | Gilles Roudiere | |
2017-12-05 | Add context menu to editor file dialogs. | Ray Koopa | |
2017-12-05 | Make sure the scene warning of changes may be lost is only for scenes, fixes ↵ | Juan Linietsky | |
#13970 | |||
2017-12-05 | Fix a little mistake in a setting name (rulers->guides) | Gilles Roudiere | |
2017-12-05 | Merge pull request #13454 from YeldhamDev/about_richtext | Rémi Verschelde | |
Changed EditorAbout's TextEdits to RichTextLabels | |||
2017-12-05 | Merge pull request #13959 from groud/editable_rulers_colors | Rémi Verschelde | |
Makes editable the guides color | |||
2017-12-05 | Merge pull request #13977 from waldson/fix-stop-scene-always-active | Andreas Haas | |
Fix stop button always enabled | |||
2017-12-04 | i18n: Fix instructions for adding new language | Rémi Verschelde | |
Closes #13972. [ci skip] | |||
2017-12-04 | Fix stop button always enabled (issue #13933) | Waldson Patrício | |
2017-12-04 | Script Editor: Use first non-whitespace comment delimiter. | Andreas Haas | |
As suggested by @neikeq in https://github.com/godotengine/godot/pull/13489#issuecomment-348690816 | |||
2017-12-04 | Merge pull request #13961 from groud/rulers_by_default | Juan Linietsky | |
Make rulers on by default | |||
2017-12-04 | Make rulers on by default | Gilles Roudiere | |
2017-12-04 | Merge pull request #13829 from goodyttoor/master | Rémi Verschelde | |
Some untranslated UI strings | |||
2017-12-04 | Make auto switch to remote scene tree opt-in | Rémi Verschelde | |
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. | |||
2017-12-03 | Makes editable the rulers color | Gilles Roudiere | |
2017-12-02 | TileMap Fixes | Mariano Suligoy | |
2017-12-02 | Fix alignment for button preview_camera | Guilherme Felipe | |
2017-12-02 | Some untranslated UI strings | Unknown | |
2017-12-02 | Merge pull request #13489 from Hinsbart/fix_toggle_comment | Rémi Verschelde | |
Script Editor: Make comment delimiter language dependent. | |||
2017-12-02 | Unnecessary use of TTR | volzhs | |
2017-12-01 | Script Editor: Make comment delimiter language dependent. | Andreas Haas | |
2017-12-01 | Changed EditorAbout's TextEdits to RichTextLabels. | Michael Alexsander Silva Dias | |
2017-12-01 | Merge pull request #13216 from hoelzl/pr-fix-tile-origin-center | Poommetee Ketson | |
Fix displacement for centered tilemaps | |||
2017-12-01 | Add disabled theme to TextEdit. | Michael Alexsander Silva Dias | |
2017-11-29 | Fixed editor settings disappearing (caused by uninitialized variable). | Daniel J. Ramirez | |
2017-11-29 | i18n: Sync translation templates with current source | Rémi Verschelde | |
[ci skip] | |||
2017-11-29 | i18n: Sync translations with Weblate | Rémi Verschelde | |
Adds Afrikaans, Hebrew, Hindi, Swedish, Ukrainian and Vietnamese. | |||
2017-11-29 | Merge pull request #13367 from Krakean/inspector_collapseexpand_corrections | Rémi Verschelde | |
Small corrections to Inspector collapse/expand feature | |||
2017-11-29 | Merge pull request #13390 from poke1024/opteditorhelp | Rémi Verschelde | |
Make editor help select shortest (best) instead of first match | |||
2017-11-29 | Merge pull request #13387 from rraallvv/refactor | Rémi Verschelde | |
Add target helper functions and refactor (master) | |||
2017-11-29 | Make editor help select shortest (best) instead of first match | Bernhard Liebl | |
2017-11-28 | moving open scenes in filesystem update dependencies fix | Ian | |
2017-11-28 | disable caching for targets using helper functions | Rhody Lugo | |
2017-11-28 | Small fixes to #13233 | Dmitry Koteroff | |
2017-11-28 | use the same cache for all branches for appveyor | Rhody Lugo | |
2017-11-27 | Merge pull request #13342 from Noshyaar/just_godot | Rémi Verschelde | |
EditorAbout: single-column'd some section, monospace | |||
2017-11-27 | Some improvements to file/dir open/save dialogs: | Dmitry Koteroff | |
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. | |||
2017-11-27 | EditorAbout: single-column'd some section, monospace | Poommetee Ketson | |
- 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 | |||
2017-11-27 | Fix displacement for centered tilemaps | Matthias Hoelzl | |
- 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`. | |||
2017-11-27 | add "add point" and "select point" handles to polygon 2d editor | Bernhard Liebl | |