summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-31Area DocumentationP-GLEZ
Ported the Area2D documentation into its 3D counterpart. Also fixed some typos
2016-05-31Merge pull request #4948 from volzhs/non-latin-script-editorRémi Verschelde
Supports to use non-latin characters in script editor
2016-05-31Supports to use non-latin characters in script editorvolzhs
2016-05-31Merge pull request #4946 from volzhs/issue-4927Rémi Verschelde
fix random inifinite loop when open editor
2016-05-31Merge pull request #4942 from DimOkGamer/masterRémi Verschelde
Many improvements of Russian translation
2016-05-31Merge pull request #4916 from Paulb23/current_line_highlightingRémi Verschelde
Current line highlighting draws behind line numbers and breakpont gutter
2016-05-31Switched the space shooter demo from none fixed process to fixed processjmintb
2016-05-31fix random inifinite loop when open editorvolzhs
2016-05-31Implemented file drop support in OSXJuan Linietsky
2016-05-31Many improvements of Russian translationDimOkGamer
2016-05-30Merge remote-tracking branch 'origin/master'Juan Linietsky
2016-05-30changed font system to use fallbacksJuan Linietsky
this way more than 64k characters can be used
2016-05-30Merge pull request #4897 from djrm/svg_iconsRémi Verschelde
Added first batch of svg icons
2016-05-30Merge pull request #4934 from paviro/masterRémi Verschelde
Added partial German translation.
2016-05-30Added partial German translation.Paul-Vincent Roll
2016-05-30Merge pull request #4932 from vnen/pr-ptbr-translationRémi Verschelde
Add pt_BR editor translation file
2016-05-30Merge pull request #4931 from CowThing/classref-editRémi Verschelde
Filling in documentation
2016-05-30Merge pull request #4920 from neikeq/pr-search-bar-fixRémi Verschelde
Fixed and improved search bar
2016-05-30i18n: Sync template and PO files with sourceRémi Verschelde
2016-05-30Merge pull request #4929 from DimOkGamer/masterRémi Verschelde
Added more translatable strings in code. Updated template tools.pot.
2016-05-30Filling in documentationCowThing
VisibilityNotifier and VisibilityEnabler (2D and 3D).
2016-05-30Added more translatable strings in code. Updated template tools.pot.DimOkGamer
also improved Russian localization.
2016-05-30Add pt_BR editor translation fileGeorge Marques
2016-05-30i18n: Enable parsing RTR stringsRémi Verschelde
TTR is used in the editor, and RTR is for content that it shared between the editor and games (e.g. in scenes/gui)
2016-05-30i18n: Sync PO files with templateRémi Verschelde
2016-05-30GH Linguist: Ignore drivers/*Rémi Verschelde
2016-05-30Merge pull request #4921 from Leandros/masterRémi Verschelde
Properly detect .h as a C++ header file
2016-05-30properly detect .h as a C++ header fileArvid Gerstmann
2016-05-30Fixed and improved search barIgnacio Etcheverry
- Search no longer selects the results - Return focus to the text editor when hiding the bar - Fix connecting to invalid signal - Update/redraw the text editor after searching
2016-05-30Current line draws behind line numbers and breakpont gutterPaulb23
2016-05-30Merge pull request #4910 from ZX-WT/masterRémi Verschelde
Incomplete Traditional Chinese translation(zh_HK)
2016-05-30Merge pull request #4902 from Geequlim/translatable-dialogsRémi Verschelde
Make dialogs translatable
2016-05-30Make dialogs translatableGeequlim
2016-05-30Added Italian Localization (#4908)Bonfi96
Full Italian localization of the Godot interface
2016-05-30Incomplete Traditional Chinese translation(zh_HK)ZX-WT
probably can be used as zh_TW translation
2016-05-30i18n: Sync Russian translation with templateRémi Verschelde
2016-05-30i18n: Convert Russian PO to Unix formatRémi Verschelde
2016-05-30Merge pull request #4899 from DimOkGamer/masterRémi Verschelde
Added Russian Localization
2016-05-30Merge pull request #4891 from Hinsbart/dpi_demoRémi Verschelde
Update window management demo to show screen dpi
2016-05-29Second batch of iconsDaniel J. Ramirez
2016-05-30Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2016-05-30-Some fixes to OSX retina scaling for window functionsJuan Linietsky
-Implemented HiDPI detection and support for Godot Editor!
2016-05-29Added first batch of svg iconsDaniel J. Ramirez
2016-05-30Added Russian LocalizationDimOkGamer
2016-05-30window management demo: show screen dpiAndreas Haas
2016-05-30Icon: Remove more grey capsules behind official logoRémi Verschelde
2016-05-30i18n: Fix parsing bug while adding locations to the templateRémi Verschelde
Also sync the template and PO files to reflect this change + the recent TTR additions/removals.
2016-05-29Merge pull request #4888 from vnen/pr-remove-comment-ttrRémi Verschelde
Remove translatable strings in comments
2016-05-29Remove translatable strings in commentsGeorge Marques
2016-05-29hidpi for now not available on mingw, sorryJuan Linietsky