summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-30Merge pull request #4929 from DimOkGamer/masterRémi Verschelde
Added more translatable strings in code. Updated template tools.pot.
2016-05-30Added more translatable strings in code. Updated template tools.pot.DimOkGamer
also improved Russian localization.
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-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-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-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
2016-05-29DPI Detection supportJuan Linietsky
Windows only for now. Many builds may break (older visual studio, mingw32)
2016-05-29Merge pull request #4874 from Hinsbart/x11_dragndropRémi Verschelde
x11: Add support for filesystem drag & drop using xdnd
2016-05-29Merge pull request #4847 from Hinsbart/fix_icon_scale_newRémi Verschelde
Proper alignment and fixed scaling for TileMapEditor tile icons.
2016-05-29Merge pull request #4845 from vnen/pr-magnetometerRémi Verschelde
Add magnetometer sensor support for Android
2016-05-29Merge pull request #4843 from ↵Rémi Verschelde
Paulb23/breakpoints_next_prev_and_remove_issue_1690 Added, goto next and previous breakpoint and remove all, issue 1690
2016-05-29Merge pull request #4823 from Paulb23/fix_backspace_selection_redo_crashRémi Verschelde
Fix crash when redoing backspace to clear selection
2016-05-29Merge pull request #4822 from Paulb23/breakpoint_marker_issue_4750Rémi Verschelde
Added breakpoint markers, issue 4750
2016-05-29Merge pull request #4814 from neikeq/pr-issue-4805Rémi Verschelde
Debugger: show error message if description is not available
2016-05-29Merge pull request #4812 from neikeq/pr-search-barRémi Verschelde
ScriptEditor/ShaderEditor: Replace find/replace dialog with a bar
2016-05-29Merge pull request #4810 from marcelofg55/masterRémi Verschelde
Added application/fat_bits property for EditorExportPlatformOSX::Edit…
2016-05-29Merge pull request #4871 from Geequlim/translation-zh_cnRémi Verschelde
Add Simplified Chinese translation
2016-05-30Simplified Chinese Translation:Geequlim
Fix issuse in last commit Add more translation
2016-05-30Add Simplified Chinese translationGeequlim
2016-05-29xdnd: can handle more than 3 different target typesAndreas Haas
Now dropping also works with Nemo and PCManFM(gtk)
2016-05-29FreeType: Add mandatory license textRémi Verschelde
Part of #4859.
2016-05-29fix freetype paths on osx and mingwJuan Linietsky
2016-05-29Finalized DynamicFont implementationJuan Linietsky
-DynamicFont uses Freetype by default -Editor fonts are now scalable thanks to this -Cleaned up documentation browser and added fonts for this
2016-05-29ScriptEditor/ShaderEditor: Replace find/replace dialog with a barIgnacio Etcheverry
2016-05-29Merge pull request #4868 from Geequlim/more-tranlatableRémi Verschelde
Set more visible string to translatable
2016-05-29Set more visible string to translatableGeequlim
2016-05-28Merge pull request #4860 from Griefchief/msvc_build_fixGeorge Marques
Fix MS Visual Studio build settings
2016-05-29Merge pull request #4864 from StraToN/classes-ref-writingRémi Verschelde
Documentation : BackBufferCopy, Light2D, LightOccluder2D
2016-05-29Documented Light2D and LightOccluder2DJulian Murgia - StraToN
2016-05-28Documented BackBufferCopy. Need validation for the different copy modes ↵Julian Murgia - StraToN
(constants)
2016-05-28Delete unused code in TileMapEditorAndreas Haas