Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-02 | Merge pull request #5001 from derderder77/master | Rémi Verschelde | |
Add some french translation. | |||
2016-06-02 | Improve french translation | derderder | |
2016-06-02 | Merge pull request #4989 from volzhs/fix-texture-atlas-error | Rémi Verschelde | |
fix crash and error with texture atlas | |||
2016-06-02 | Merge pull request #5003 from volzhs/translation-korean | Rémi Verschelde | |
Add Korean translation | |||
2016-06-03 | Add Korean translation | volzhs | |
2016-06-02 | Merge pull request #4995 from Warlaan/tooltips_in_create_dialog | Rémi Verschelde | |
Added classes' short descriptions as tooltips in the create dialog. | |||
2016-06-02 | Added classes' short descriptions as tooltips in the create dialog. | Warlaan | |
2016-06-02 | fix invalid texture plugin name | volzhs | |
EditorTextureImportPlugin had ``texture_2d``, ``texture_3d``, ``texture_atlas`` and ``larget_texture``. These are now just ``texture``. | |||
2016-06-02 | fix crash and error with texture atlas | volzhs | |
- crashes at Project Export Settings > Preview Atlas - error message when export project ``` ERROR: EditorImportExport::get_import_plugin_by_name: Condition ' !by_idx.has(p_string) ' is true. returned: Ref<EditorImportPlugin>() At: tools\editor\editor_import_export.cpp:1548 ``` it is caused by https://github.com/godotengine/godot/commit/8be2fabbe5cd846bac5e5a38e55f3fb70e73f2da#diff-67a74bd708380c6b3baa717bb178dd47R802 | |||
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 |