summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2016-06-19Merge pull request #5293 from Paulb23/ttr_add_font_extentionRémi Verschelde
Made .fnt warning translatable
2016-06-19Made .fnt warning translatablePaulb23
2016-06-19-Setting script in multi node edit works, closes #4442Juan Linietsky
2016-06-19i18n: Also sync incomplete translations from WeblateRémi Verschelde
It is simpler to sync everything from Weblate and to maybe delete incomplete translations before building release binaries, than to try to cherry-pick changes (which leads to painful merge conflicts on Weblate's git repo
2016-06-19i18n: Update and merge translation templatesRémi Verschelde
Also switched the wrapping length to 79 chars instead of 80, which seems to be what Weblate uses by default (as well as Poedit).
2016-06-19i18n: Add translators credits in the PO headersRémi Verschelde
2016-06-19i18n: Sync translations with WeblateRémi Verschelde
Only synced translation with > 50% completion.
2016-06-19Merge pull request #5290 from djrm/new_iconsRémi Verschelde
Added missing icons for some nodes
2016-06-19Merge pull request #5283 from djrm/remove_printsRémi Verschelde
Removed lots of prints
2016-06-19Merge pull request #5259 from neikeq/pr-textedit-zoomRémi Verschelde
TextEdit: Change font size with Ctrl+Mouse Wheel Up/Down
2016-06-19Merge pull request #5243 from Geequlim/editor-themesRémi Verschelde
Clean up editor theme creation
2016-06-19Merge pull request #5166 from djrm/shortcutsRémi Verschelde
Added customizable shortcuts for tile map editor
2016-06-19Merge pull request #5039 from jay3d/masterRémi Verschelde
Add "-rigid" postfix import feature to create rigid bodies
2016-06-19Merge pull request #4724 from Cybolic/optional-loop-interpolationRémi Verschelde
Added toggle for loop interpolation based on adolson's code
2016-06-19-Added trigger mode to tracks, useful for properties that work as triggers, ↵Juan Linietsky
such as playing a sample, an animation, etc. -Better interpolation of discrete tracks, fixes #4417
2016-06-18Added missing icons for some nodesDaniel J. Ramirez
2016-06-18make default extension .tscnJuan Linietsky
2016-06-19Merge pull request #4158 from Paulb23/add_fnt_extension_issue_162Rémi Verschelde
Adds .fnt extension if not provided, issue #162
2016-06-18Removed lots of printsDaniel J. Ramirez
2016-06-18revert previous fix, was a bad ideaJuan Linietsky
2016-06-18-Do not ask about overwriting when opening a script in the wizard, but still ↵Juan Linietsky
show complaint about existing. Closes #4545 -Fixed a crash in EditorDirDialog
2016-06-19Merge pull request #5236 from djrm/fix_#5228Rémi Verschelde
Visible path editor icons, fixes #5228
2016-06-18update EditorDirDialog on external change, closes #4629Juan Linietsky
2016-06-18Merge pull request #5275 from akien-mga/pr-empty-filesRémi Verschelde
Drop empty or commented out files and classes that are not in use
2016-06-18-fix bug in scene tree dragndrop reparenting, closes #4712, closes #4633, ↵Juan Linietsky
closes #4628 -avoid editor scrollable areas to scroll if touchscreen ui hint is turned on
2016-06-18Drop fully commented-out filesRémi Verschelde
Part of #5272
2016-06-18Drop empty files that are not used anywhereRémi Verschelde
Part of #5272
2016-06-18TextEdit: Change font size with Ctrl+Mouse Wheel Up/DownIgnacio Etcheverry
2016-06-18Make ".." always appear even if dir is unlistable (likely lacking ↵Juan Linietsky
permissions), closes #1938
2016-06-18Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872Juan Linietsky
2016-06-18Add missing license headers in our source files (#5255)Rémi Verschelde
Also removes a couple wrong Godot headers from third-party source files.
2016-06-18Add "-rigid" postfix import feature to create rigid bodiesjay3d
2016-06-18Clean up editor theme creationGeequlim
2016-06-17-added missing .inc filesJuan Linietsky
-Made it possible to change the editor theme -Added two options to theme editor plugin to create empty template themes and editor themes -Make sure that saved themes to .tres keep the null theme fields, to make it easier to keep those when saving/loading the theme
2016-06-16It is now possible to set a default custom theme, whether you want a hidpi ↵Juan Linietsky
default theme, or just use a custom font for the default theme
2016-06-15Visible path editor icons, fixes #5228Daniel J. Ramirez
2016-06-15Adds the ability to draw parent-children relationship lines in scene tree editorUgisBrekis
Can be turned on/off in editor settings + line color change available as well
2016-06-15Added fullscreen and distraction free mode shorcutsPaulb23
2016-06-15Merge pull request #5219 from Geequlim/fix-5215Rémi Verschelde
Fix endless reimporting for LargeTexture close #5215
2016-06-15Merge pull request #5218 from djrm/new_iconsRémi Verschelde
Some theme icons and better exporter
2016-06-15Merge pull request #5195 from Ovnuniarchos/Shape2DIconsRémi Verschelde
New Shape2D* icons.
2016-06-15Merge pull request #5163 from Paulb23/script_editor_shortcutsRémi Verschelde
2016-06-15Merge pull request #5162 from GungnirInd/app_bundle_retinaRémi Verschelde
Make .app bundle high resolution aware
2016-06-15Update russian translation from Weblate (#5140)Dmitriy Salnikov
2016-06-15Fix endless reimporting for LargeTexture close #5215Geequlim
2016-06-14Added new svgs to pngs exporterDaniel J. Ramirez
2016-06-14Added zoom icons for graph edit, and removed old exporterDaniel J. Ramirez
2016-06-14Merge pull request #5137 from nunodonato/fixaxismessagesJuan Linietsky
show correct message when transforming with axis-constraint (fixes #4870)
2016-06-13New Shape2D* icons.Ovnuniarchos
2016-06-13Merge pull request #5127 from bojidar-bg/asset-library-update-onshowJuan Linietsky
Update asset library assets only when opening the respective tab