| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | SampleLibraryEditor: Initialize "is_playing" variable | Błażej Szczygieł | 2016-06-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes crash caused by jumping to wrong place due to uninitialized variable. Closes #4703 (cherry picked from commit 9acb666320a03d6f47b6bd43842488bdb921be9f) | |||||
| * | | | | | | Cleaned up remote menu | Juan Linietsky | 2016-06-03 | 4 | -11/+42 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -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. | |||||
| * | | | | | | more fixes in Russian localization (#5006) | Dmitriy Salnikov | 2016-06-03 | 1 | -26/+30 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #5001 from derderder77/master | Rémi Verschelde | 2016-06-02 | 1 | -24/+33 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | Add some french translation. | |||||
| | * | | | | | Improve french translation | derderder | 2016-06-02 | 1 | -24/+33 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #4989 from volzhs/fix-texture-atlas-error | Rémi Verschelde | 2016-06-02 | 3 | -4/+4 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | fix crash and error with texture atlas | |||||
| | * | | | | | | fix invalid texture plugin name | volzhs | 2016-06-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EditorTextureImportPlugin had ``texture_2d``, ``texture_3d``, ``texture_atlas`` and ``larget_texture``. These are now just ``texture``. | |||||
| | * | | | | | | fix crash and error with texture atlas | volzhs | 2016-06-02 | 2 | -2/+2 | |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | |||||
| * | | | | | | Add Korean translation | volzhs | 2016-06-03 | 1 | -0/+5909 | |
| | | | | | | | ||||||
| * | | | | | | Added classes' short descriptions as tooltips in the create dialog. | Warlaan | 2016-06-02 | 1 | -0/+4 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #4926 from Paulb23/fullscreen_and_distraction_free_mode | Rémi Verschelde | 2016-06-02 | 2 | -17/+91 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Added fullscreen and distraction free modes | |||||
| | * | | | | | Added fullscreen and distraction free modes | Paulb23 | 2016-05-30 | 2 | -17/+91 | |
| | | | | | | | ||||||
| * | | | | | | Ability to reload scripts on running game | Juan Linietsky | 2016-06-01 | 4 | -0/+19 | |
| | | | | | | | ||||||
| * | | | | | | Sort l18n while building | J08nY | 2016-06-01 | 1 | -7/+10 | |
| | | | | | | | ||||||
| * | | | | | | 1 changed string | DimOkGamer | 2016-06-01 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Added 3 more translatable strings | DimOkGamer | 2016-06-01 | 4 | -61/+61 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and fixed russian localization based on user feedback. Added strings already contained in the current version of the localization. | |||||
| * | | | | | | i18n: Improve existing german translations. Merged two po files. | hyperglow | 2016-06-01 | 1 | -7/+47 | |
| | | | | | | | ||||||
| * | | | | | | i18n: Improve existing german translations | atze | 2016-06-01 | 1 | -4/+4 | |
| | | | | | | | ||||||
| * | | | | | | Morphological and stylistic corrections in ru.po | Maxim Lebedev | 2016-06-01 | 1 | -63/+64 | |
| | | | | | | | | | | | | | | | | | | | I just corrected a small errors and has added missed signs. | |||||
| * | | | | | | i18n: Add more German translation | Andreas Hirschauer | 2016-05-31 | 1 | -54/+54 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #4956 from volzhs/fix-error-scene-update | Rémi Verschelde | 2016-05-31 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | fix error when open scene or switch to another scene | |||||
| | * | | | | | | fix error when open scene or switch to another scene | volzhs | 2016-06-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ## 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 ``` | |||||
| * | | | | | | | i18n: Sort files to parse alphabetically | Rémi Verschelde | 2016-05-31 | 10 | -25585/+25747 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | | | | | More translation for zh_CN | Geequlim | 2016-06-01 | 1 | -80/+62 | |
| | | | | | | | | ||||||
| * | | | | | | | Supports to use non-latin characters in script editor | volzhs | 2016-05-31 | 1 | -7/+9 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #4946 from volzhs/issue-4927 | Rémi Verschelde | 2016-05-31 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | fix random inifinite loop when open editor | |||||
| | * | | | | | | fix random inifinite loop when open editor | volzhs | 2016-05-31 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #4942 from DimOkGamer/master | Rémi Verschelde | 2016-05-31 | 1 | -122/+122 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Many improvements of Russian translation | |||||
| | * | | | | | | Many improvements of Russian translation | DimOkGamer | 2016-05-31 | 1 | -122/+122 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge remote-tracking branch 'origin/master' | Juan Linietsky | 2016-05-30 | 84 | -3778/+37981 | |
| |\| | | | | | | ||||||
| | * | | | | | | Merge pull request #4897 from djrm/svg_icons | Rémi Verschelde | 2016-05-30 | 44 | -0/+4133 | |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Added first batch of svg icons | |||||
| | | * | | | | | | Second batch of icons | Daniel J. Ramirez | 2016-05-29 | 15 | -0/+1287 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Added first batch of svg icons | Daniel J. Ramirez | 2016-05-29 | 30 | -0/+2846 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Merge pull request #4934 from paviro/master | Rémi Verschelde | 2016-05-30 | 1 | -0/+5762 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Added partial German translation. | |||||
| | | * | | | | | | | Added partial German translation. | Paul-Vincent Roll | 2016-05-30 | 1 | -0/+5762 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Merge pull request #4932 from vnen/pr-ptbr-translation | Rémi Verschelde | 2016-05-30 | 1 | -0/+5908 | |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add pt_BR editor translation file | |||||
| | | * | | | | | | | | Add pt_BR editor translation file | George Marques | 2016-05-30 | 1 | -0/+5908 | |
| | | |/ / / / / / / | ||||||
| | * | | | | | | | | Merge pull request #4920 from neikeq/pr-search-bar-fix | Rémi Verschelde | 2016-05-30 | 2 | -89/+128 | |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fixed and improved search bar | |||||
| | | * | | | | | | | | Fixed and improved search bar | Ignacio Etcheverry | 2016-05-30 | 2 | -89/+128 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | |||||
| | * | | | | | | | | | i18n: Sync template and PO files with source | Rémi Verschelde | 2016-05-30 | 6 | -56/+388 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Added more translatable strings in code. Updated template tools.pot. | DimOkGamer | 2016-05-30 | 8 | -78/+212 | |
| | | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | also improved Russian localization. | |||||
| | * | | | | | | | | i18n: Enable parsing RTR strings | Rémi Verschelde | 2016-05-30 | 7 | -26/+103 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TTR is used in the editor, and RTR is for content that it shared between the editor and games (e.g. in scenes/gui) | |||||
| | * | | | | | | | | i18n: Sync PO files with template | Rémi Verschelde | 2016-05-30 | 4 | -326/+550 | |
| | | |_|/ / / / / | |/| | | | | | | ||||||
| | * | | | | | | | Merge pull request #4910 from ZX-WT/master | Rémi Verschelde | 2016-05-30 | 1 | -0/+5749 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Incomplete Traditional Chinese translation(zh_HK) | |||||
| | | * | | | | | | | Incomplete Traditional Chinese translation(zh_HK) | ZX-WT | 2016-05-30 | 1 | -0/+5749 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | probably can be used as zh_TW translation | |||||
| | * | | | | | | | | Added Italian Localization (#4908) | Bonfi96 | 2016-05-30 | 1 | -0/+5707 | |
| | |/ / / / / / / | | | | | | | | | | | | | | | | | Full Italian localization of the Godot interface | |||||
| | * | | | | | | | i18n: Sync Russian translation with template | Rémi Verschelde | 2016-05-30 | 1 | -150/+252 | |
| | | | | | | | | | ||||||
| | * | | | | | | | i18n: Convert Russian PO to Unix format | Rémi Verschelde | 2016-05-30 | 1 | -5783/+5783 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Merge pull request #4899 from DimOkGamer/master | Rémi Verschelde | 2016-05-30 | 1 | -0/+5783 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Added Russian Localization | |||||
| | | * | | | | | | | Added Russian Localization | DimOkGamer | 2016-05-30 | 1 | -0/+5783 | |
| | | | |/ / / / / | | |/| | | | | | ||||||
