aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | SampleLibraryEditor: Initialize "is_playing" variableBłażej Szczygieł2016-06-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes crash caused by jumping to wrong place due to uninitialized variable. Closes #4703 (cherry picked from commit 9acb666320a03d6f47b6bd43842488bdb921be9f)
* | | | | | Cleaned up remote menuJuan Linietsky2016-06-034-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 Salnikov2016-06-031-26/+30
| | | | | |
* | | | | | Merge pull request #5001 from derderder77/masterRémi Verschelde2016-06-021-24/+33
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Add some french translation.
| * | | | | Improve french translationderderder2016-06-021-24/+33
| | | | | |
* | | | | | Merge pull request #4989 from volzhs/fix-texture-atlas-errorRémi Verschelde2016-06-023-4/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix crash and error with texture atlas
| * | | | | | fix invalid texture plugin namevolzhs2016-06-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EditorTextureImportPlugin had ``texture_2d``, ``texture_3d``, ``texture_atlas`` and ``larget_texture``. These are now just ``texture``.
| * | | | | | fix crash and error with texture atlasvolzhs2016-06-022-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 translationvolzhs2016-06-031-0/+5909
| | | | | |
* | | | | | Added classes' short descriptions as tooltips in the create dialog.Warlaan2016-06-021-0/+4
|/ / / / /
* | | | | Merge pull request #4926 from Paulb23/fullscreen_and_distraction_free_modeRémi Verschelde2016-06-022-17/+91
|\ \ \ \ \ | | | | | | | | | | | | Added fullscreen and distraction free modes
| * | | | | Added fullscreen and distraction free modesPaulb232016-05-302-17/+91
| | | | | |
* | | | | | Ability to reload scripts on running gameJuan Linietsky2016-06-014-0/+19
| | | | | |
* | | | | | Sort l18n while buildingJ08nY2016-06-011-7/+10
| | | | | |
* | | | | | 1 changed stringDimOkGamer2016-06-011-1/+1
| | | | | |
* | | | | | Added 3 more translatable stringsDimOkGamer2016-06-014-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.hyperglow2016-06-011-7/+47
| | | | | |
* | | | | | i18n: Improve existing german translationsatze2016-06-011-4/+4
| | | | | |
* | | | | | Morphological and stylistic corrections in ru.poMaxim Lebedev2016-06-011-63/+64
| | | | | | | | | | | | | | | | | | I just corrected a small errors and has added missed signs.
* | | | | | i18n: Add more German translationAndreas Hirschauer2016-05-311-54/+54
| | | | | |
* | | | | | Merge pull request #4956 from volzhs/fix-error-scene-updateRémi Verschelde2016-05-311-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix error when open scene or switch to another scene
| * | | | | | fix error when open scene or switch to another scenevolzhs2016-06-011-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 alphabeticallyRémi Verschelde2016-05-3110-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_CNGeequlim2016-06-011-80/+62
| | | | | | |
* | | | | | | Supports to use non-latin characters in script editorvolzhs2016-05-311-7/+9
|/ / / / / /
* | | | | | Merge pull request #4946 from volzhs/issue-4927Rémi Verschelde2016-05-311-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix random inifinite loop when open editor
| * | | | | | fix random inifinite loop when open editorvolzhs2016-05-311-1/+1
| | | | | | |
* | | | | | | Merge pull request #4942 from DimOkGamer/masterRémi Verschelde2016-05-311-122/+122
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Many improvements of Russian translation
| * | | | | | Many improvements of Russian translationDimOkGamer2016-05-311-122/+122
| | | | | | |
* | | | | | | Merge remote-tracking branch 'origin/master'Juan Linietsky2016-05-3084-3778/+37981
|\| | | | | |
| * | | | | | Merge pull request #4897 from djrm/svg_iconsRémi Verschelde2016-05-3044-0/+4133
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Added first batch of svg icons
| | * | | | | | Second batch of iconsDaniel J. Ramirez2016-05-2915-0/+1287
| | | | | | | |
| | * | | | | | Added first batch of svg iconsDaniel J. Ramirez2016-05-2930-0/+2846
| | | | | | | |
| * | | | | | | Merge pull request #4934 from paviro/masterRémi Verschelde2016-05-301-0/+5762
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Added partial German translation.
| | * | | | | | | Added partial German translation.Paul-Vincent Roll2016-05-301-0/+5762
| | | | | | | | |
| * | | | | | | | Merge pull request #4932 from vnen/pr-ptbr-translationRémi Verschelde2016-05-301-0/+5908
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add pt_BR editor translation file
| | * | | | | | | | Add pt_BR editor translation fileGeorge Marques2016-05-301-0/+5908
| | |/ / / / / / /
| * | | | | | | | Merge pull request #4920 from neikeq/pr-search-bar-fixRémi Verschelde2016-05-302-89/+128
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fixed and improved search bar
| | * | | | | | | | Fixed and improved search barIgnacio Etcheverry2016-05-302-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 sourceRémi Verschelde2016-05-306-56/+388
| | | | | | | | | |
| * | | | | | | | | Added more translatable strings in code. Updated template tools.pot.DimOkGamer2016-05-308-78/+212
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | also improved Russian localization.
| * | | | | | | | i18n: Enable parsing RTR stringsRémi Verschelde2016-05-307-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 templateRémi Verschelde2016-05-304-326/+550
| | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge pull request #4910 from ZX-WT/masterRémi Verschelde2016-05-301-0/+5749
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Incomplete Traditional Chinese translation(zh_HK)
| | * | | | | | | Incomplete Traditional Chinese translation(zh_HK)ZX-WT2016-05-301-0/+5749
| | | | | | | | | | | | | | | | | | | | | | | | | | | probably can be used as zh_TW translation
| * | | | | | | | Added Italian Localization (#4908)Bonfi962016-05-301-0/+5707
| |/ / / / / / / | | | | | | | | | | | | | | | | Full Italian localization of the Godot interface
| * | | | | | | i18n: Sync Russian translation with templateRémi Verschelde2016-05-301-150/+252
| | | | | | | |
| * | | | | | | i18n: Convert Russian PO to Unix formatRémi Verschelde2016-05-301-5783/+5783
| | | | | | | |
| * | | | | | | Merge pull request #4899 from DimOkGamer/masterRémi Verschelde2016-05-301-0/+5783
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Added Russian Localization
| | * | | | | | | Added Russian LocalizationDimOkGamer2016-05-301-0/+5783
| | | |/ / / / / | | |/| | | | |