summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-03change invalid characters when get user data dir on Windows & Unixvolzhs
Can't create user data folder when project name has ``\ / : * ? " < > |`` characters on OS_Windows & OS_Unix. So, change it to ``-`` to be able to make folder. fixes #4928 and it's altanative to #4986.
2016-06-02Merge pull request #4926 from Paulb23/fullscreen_and_distraction_free_modeRémi Verschelde
Added fullscreen and distraction free modes
2016-06-02Merge pull request #4982 from vnen/pr-android-flagsRémi Verschelde
Remove Make-related flags from Android build
2016-06-01Remove Make-related flags from Android buildGeorge Marques
They were wrongly placed, creating a file named "-fpic" instead of applying "-fpic" to the build. This file was in .gitignore, which made it less noticiable. This also adds build.gradle to .gitignore.
2016-06-01missed ifdef that broke android buildJuan Linietsky
2016-06-01Ability to reload scripts on running gameJuan Linietsky
2016-06-01Merge pull request #4979 from neikeq/pr-fix-defvalRémi Verschelde
Removed invalid DEFVAL for HTTPClient::request_raw
2016-06-01Removed invalid DEFVAL for HTTPClient::request_rawIgnacio Etcheverry
2016-06-01removed dependency on shcore.dll to get DPIJuan Linietsky
fixes #4973
2016-06-01Merge pull request #4976 from J08nY/issue-4947Rémi Verschelde
Sort translations
2016-06-01Sort l18n while buildingJ08nY
2016-06-01Merge pull request #4952 from sanikoyes/Pr-fix-stb-font-propJuan Linietsky
fix stb font property names
2016-06-01Merge pull request #4974 from DimOkGamer/added_3_more_translatable_stringsRémi Verschelde
Added 3 more translatable strings
2016-06-011 changed stringDimOkGamer
2016-06-01Added 3 more translatable stringsDimOkGamer
and fixed russian localization based on user feedback. Added strings already contained in the current version of the localization.
2016-06-01Merge pull request #4971 from P-GLEZ/masterRémi Verschelde
StaticBody documentation
2016-06-01Merge pull request #4972 from hyperglow/masterRémi Verschelde
i18n: Improve existing german translations. Merged two po files.
2016-06-01StaticBody documentationP-GLEZ
Documented StaticBody. Also corrected an error in StaticBody2D documentation
2016-06-01i18n: Improve existing german translations. Merged two po files.hyperglow
2016-06-01Merge pull request #4968 from ajacobsen/german-translation-fixRémi Verschelde
i18n: Improve existing german translations
2016-06-01i18n: Improve existing german translationsatze
2016-06-01Merge pull request #4964 from toby3d/patch-1Rémi Verschelde
Morphological and stylistic corrections in ru.po
2016-06-01Merge pull request #4933 from J08nY/classrefRémi Verschelde
Added RigidBody and finished Resource class-reference
2016-05-31Some cleanup to GDScriptJuan Linietsky
separated GDFunction (VM) from GDScript in two different files
2016-06-01Morphological and stylistic corrections in ru.poMaxim Lebedev
I just corrected a small errors and has added missed signs.
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-31fix stb font property namessanikoyes
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.