Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-04 | Merge pull request #4300 from leezh/control_focus_mode | Rémi Verschelde | |
Exposed Control::focus_mode to the scene editor | |||
2016-06-04 | Merge pull request #4994 from Warlaan/create_dialog_starts_collapsed | Rémi Verschelde | |
The create node dialog now starts collapsed. | |||
2016-06-04 | The create dialog starts collapsed now. | Warlaan | |
The original behavior can be reactivated in the editor settings. | |||
2016-06-03 | Signals became a tab | Juan Linietsky | |
added icons to contextual scene tree menu | |||
2016-06-03 | Merge pull request #5025 from J08nY/master | Rémi Verschelde | |
Fix typo in http_client.h | |||
2016-06-03 | Fix typo in http_client.h | J08nY | |
2016-06-03 | SampleLibraryEditor: Initialize "is_playing" variable | Błażej Szczygieł | |
Fixes crash caused by jumping to wrong place due to uninitialized variable. Closes #4703 (cherry picked from commit 9acb666320a03d6f47b6bd43842488bdb921be9f) | |||
2016-06-03 | Merge pull request #5016 from J08nY/classref | Rémi Verschelde | |
Added classref for HTTPClient and HTTPRequest | |||
2016-06-03 | Added classref for HTTPClient and HTTPRequest | J08nY | |
2016-06-03 | Exposed a RESULT_DOWNLOAD_FILE_CANT_OPEN constant to docs and GDScript. | J08nY | |
2016-06-03 | Sync classref | J08nY | |
2016-06-03 | Cleaned up remote menu | Juan Linietsky | |
-Merged fileserver & deploy dumb clients option -Live Script Reloading can now happen automatically on script save -Changed Live to Mirror term to differentiate from Unity and Unreal, as what Godot does is not the same thing. | |||
2016-06-03 | Remove leftover from the demos | Rémi Verschelde | |
Was missed in c7d45ec085086ab86192a7890b9622320d57b89d. | |||
2016-06-03 | Removed demos | Juan Linietsky | |
they go to their own project now | |||
2016-06-03 | Merge pull request #4950 from Geequlim/fix-editor-import-plugin | Rémi Verschelde | |
Expose ResourceImportMetadata::set_source_md5 for script | |||
2016-06-03 | Expose ResourceImportMetadata::set_source_md5 for script | Geequlim | |
2016-06-03 | more fixes in Russian localization (#5006) | Dmitriy Salnikov | |
2016-06-02 | Update to libpng 1.5.27 | Rémi Verschelde | |
No security relevant fix as far as I can see, but the version bump does not hurt either. | |||
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 |