Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-31 | Some cleanup to GDScript | Juan Linietsky | |
separated GDFunction (VM) from GDScript in two different files | |||
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 | 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. | |||
2016-05-30 | Added partial German translation. | Paul-Vincent Roll | |
2016-05-30 | Merge pull request #4932 from vnen/pr-ptbr-translation | Rémi Verschelde | |
Add pt_BR editor translation file | |||
2016-05-30 | Merge pull request #4931 from CowThing/classref-edit | Rémi Verschelde | |
Filling in documentation | |||
2016-05-30 | Merge pull request #4920 from neikeq/pr-search-bar-fix | Rémi Verschelde | |
Fixed and improved search bar | |||
2016-05-30 | i18n: Sync template and PO files with source | Rémi Verschelde | |
2016-05-30 | Merge pull request #4929 from DimOkGamer/master | Rémi Verschelde | |
Added more translatable strings in code. Updated template tools.pot. | |||
2016-05-30 | Filling in documentation | CowThing | |
VisibilityNotifier and VisibilityEnabler (2D and 3D). | |||
2016-05-30 | Added more translatable strings in code. Updated template tools.pot. | DimOkGamer | |
also improved Russian localization. | |||
2016-05-30 | Add pt_BR editor translation file | George Marques | |
2016-05-30 | i18n: Enable parsing RTR strings | Rémi Verschelde | |
TTR is used in the editor, and RTR is for content that it shared between the editor and games (e.g. in scenes/gui) | |||
2016-05-30 | i18n: Sync PO files with template | Rémi Verschelde | |
2016-05-30 | GH Linguist: Ignore drivers/* | Rémi Verschelde | |
2016-05-30 | Merge pull request #4921 from Leandros/master | Rémi Verschelde | |
Properly detect .h as a C++ header file | |||
2016-05-30 | properly detect .h as a C++ header file | Arvid Gerstmann | |
2016-05-30 | Fixed and improved search bar | Ignacio Etcheverry | |
- 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 | |||
2016-05-30 | Current line draws behind line numbers and breakpont gutter | Paulb23 | |
2016-05-30 | Merge pull request #4910 from ZX-WT/master | Rémi Verschelde | |
Incomplete Traditional Chinese translation(zh_HK) | |||
2016-05-30 | Merge pull request #4902 from Geequlim/translatable-dialogs | Rémi Verschelde | |
Make dialogs translatable | |||
2016-05-30 | Make dialogs translatable | Geequlim | |
2016-05-30 | Added Italian Localization (#4908) | Bonfi96 | |
Full Italian localization of the Godot interface | |||
2016-05-30 | Incomplete Traditional Chinese translation(zh_HK) | ZX-WT | |
probably can be used as zh_TW translation | |||
2016-05-30 | i18n: Sync Russian translation with template | Rémi Verschelde | |
2016-05-30 | i18n: Convert Russian PO to Unix format | Rémi Verschelde | |
2016-05-30 | Merge pull request #4899 from DimOkGamer/master | Rémi Verschelde | |
Added Russian Localization | |||
2016-05-30 | Merge pull request #4891 from Hinsbart/dpi_demo | Rémi Verschelde | |
Update window management demo to show screen dpi |