Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-03 | change invalid characters when get user data dir on Windows & Unix | volzhs | |
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-02 | Merge pull request #4926 from Paulb23/fullscreen_and_distraction_free_mode | Rémi Verschelde | |
Added fullscreen and distraction free modes | |||
2016-06-02 | Merge pull request #4982 from vnen/pr-android-flags | Rémi Verschelde | |
Remove Make-related flags from Android build | |||
2016-06-01 | Remove Make-related flags from Android build | George 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-01 | missed ifdef that broke android build | Juan Linietsky | |
2016-06-01 | Ability to reload scripts on running game | Juan Linietsky | |
2016-06-01 | Merge pull request #4979 from neikeq/pr-fix-defval | Rémi Verschelde | |
Removed invalid DEFVAL for HTTPClient::request_raw | |||
2016-06-01 | Removed invalid DEFVAL for HTTPClient::request_raw | Ignacio Etcheverry | |
2016-06-01 | removed dependency on shcore.dll to get DPI | Juan Linietsky | |
fixes #4973 | |||
2016-06-01 | Merge pull request #4976 from J08nY/issue-4947 | Rémi Verschelde | |
Sort translations | |||
2016-06-01 | Sort l18n while building | J08nY | |
2016-06-01 | Merge pull request #4952 from sanikoyes/Pr-fix-stb-font-prop | Juan Linietsky | |
fix stb font property names | |||
2016-06-01 | Merge pull request #4974 from DimOkGamer/added_3_more_translatable_strings | Rémi Verschelde | |
Added 3 more translatable strings | |||
2016-06-01 | 1 changed string | DimOkGamer | |
2016-06-01 | Added 3 more translatable strings | DimOkGamer | |
and fixed russian localization based on user feedback. Added strings already contained in the current version of the localization. | |||
2016-06-01 | Merge pull request #4971 from P-GLEZ/master | Rémi Verschelde | |
StaticBody documentation | |||
2016-06-01 | Merge pull request #4972 from hyperglow/master | Rémi Verschelde | |
i18n: Improve existing german translations. Merged two po files. | |||
2016-06-01 | StaticBody documentation | P-GLEZ | |
Documented StaticBody. Also corrected an error in StaticBody2D documentation | |||
2016-06-01 | i18n: Improve existing german translations. Merged two po files. | hyperglow | |
2016-06-01 | Merge pull request #4968 from ajacobsen/german-translation-fix | Rémi Verschelde | |
i18n: Improve existing german translations | |||
2016-06-01 | i18n: Improve existing german translations | atze | |
2016-06-01 | Merge pull request #4964 from toby3d/patch-1 | Rémi Verschelde | |
Morphological and stylistic corrections in ru.po | |||
2016-06-01 | Merge pull request #4933 from J08nY/classref | Rémi Verschelde | |
Added RigidBody and finished Resource class-reference | |||
2016-05-31 | Some cleanup to GDScript | Juan Linietsky | |
separated GDFunction (VM) from GDScript in two different files | |||
2016-06-01 | Morphological and stylistic corrections in ru.po | Maxim Lebedev | |
I just corrected a small errors and has added missed signs. | |||
2016-05-31 | Merge pull request #4960 from Hinsbart/fix_color8 | Rémi Verschelde | |
Make Color.{rgba}8 return int instead float | |||
2016-05-31 | classref: Area documentation | P-GLEZ | |
One method was missing. | |||
2016-05-31 | Make Color.{rgba}8 return int instead float | Andreas 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-31 | Merge pull request #4958 from P-GLEZ/master | Rémi Verschelde | |
Area Documentation | |||
2016-05-31 | i18n: Add more German translation | Andreas Hirschauer | |
2016-05-31 | Area Documentation | P-GLEZ | |
Ported the Area2D documentation into its 3D counterpart. Also fixed some typos | |||
2016-05-31 | Merge pull request #4956 from volzhs/fix-error-scene-update | Rémi Verschelde | |
fix error when open scene or switch to another scene | |||
2016-06-01 | fix error when open scene or switch to another scene | volzhs | |
## 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-31 | i18n: Sort files to parse alphabetically | Ré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-31 | Merge pull request #4955 from Geequlim/translation-zh_CN | Rémi Verschelde | |
Sync and more translation for zh_CN | |||
2016-06-01 | More translation for zh_CN | Geequlim | |
2016-05-31 | fix stb font property names | sanikoyes | |
2016-05-31 | Merge pull request #4948 from volzhs/non-latin-script-editor | Rémi Verschelde | |
Supports to use non-latin characters in script editor | |||
2016-05-31 | Supports to use non-latin characters in script editor | volzhs | |
2016-05-31 | Merge pull request #4946 from volzhs/issue-4927 | Rémi Verschelde | |
fix random inifinite loop when open editor | |||
2016-05-31 | Merge pull request #4942 from DimOkGamer/master | Rémi Verschelde | |
Many improvements of Russian translation | |||
2016-05-31 | Merge pull request #4916 from Paulb23/current_line_highlighting | Rémi Verschelde | |
Current line highlighting draws behind line numbers and breakpont gutter | |||
2016-05-31 | Switched the space shooter demo from none fixed process to fixed process | jmintb | |
2016-05-31 | fix random inifinite loop when open editor | volzhs | |
2016-05-31 | Implemented file drop support in OSX | Juan Linietsky | |
2016-05-31 | Many improvements of Russian translation | DimOkGamer | |
2016-05-30 | Merge remote-tracking branch 'origin/master' | Juan Linietsky | |
2016-05-30 | changed font system to use fallbacks | Juan Linietsky | |
this way more than 64k characters can be used | |||
2016-05-30 | Merge pull request #4897 from djrm/svg_icons | Rémi Verschelde | |
Added first batch of svg icons | |||
2016-05-30 | Merge pull request #4934 from paviro/master | Rémi Verschelde | |
Added partial German translation. |