summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-31Some cleanup to GDScriptJuan Linietsky
separated GDFunction (VM) from GDScript in two different files
2016-05-31Merge pull request #4960 from Hinsbart/fix_color8Rémi Verschelde
Make Color.{rgba}8 return int instead float
2016-05-31classref: Area documentationP-GLEZ
One method was missing.
2016-05-31Make Color.{rgba}8 return int instead floatAndreas Haas
According to the class doc, these should be int. Also fixed a little bug: the setter for 'r8' changed the green value
2016-05-31Merge pull request #4958 from P-GLEZ/masterRémi Verschelde
Area Documentation
2016-05-31i18n: Add more German translationAndreas Hirschauer
2016-05-31Area DocumentationP-GLEZ
Ported the Area2D documentation into its 3D counterpart. Also fixed some typos
2016-05-31Merge pull request #4956 from volzhs/fix-error-scene-updateRémi Verschelde
fix error when open scene or switch to another scene
2016-06-01fix error when open scene or switch to another scenevolzhs
## Error message on console ## ``` no access to ID:18723 ERROR: FileAccessWindows::_get_modified_time: Method/Function Failed, returning: 0 At: drivers\windows\file_access_windows.cpp:251 ```
2016-05-31i18n: Sort files to parse alphabeticallyRémi Verschelde
This should ensure that python produces the same tools.pot for every user, and thus that the .po will not get useless diffs upon merge.
2016-05-31Merge pull request #4955 from Geequlim/translation-zh_CNRémi Verschelde
Sync and more translation for zh_CN
2016-06-01More translation for zh_CNGeequlim
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